* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    
  }
  
  body {
    font-family: "Sofia", sans-serif;
    justify-content: center;
    background-color: #e0decd;
    }
  
  /* Float four columns side by side */
  .column {
    float: left;
    width: 25%;
    padding: 0 5px;
    border-radius: 20px;
  }
  
  .row {
    margin: 0 -5px;
    max-width: 900px;
    margin: auto;

}
  
  /* Clear floats after the columns */
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
 
  
  /* Responsive columns */
  @media screen and (max-width: 600px) {
    .column {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      border-radius: 20px;
    }
  }
  
  /* Style the counter cards */
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 16px;
    text-align: center;
    background-color: #444;
    color: white;
    border-radius: 20px;
  }
  
  .fa {font-size:50px;}
  [title~=beautiful]{
    font-size: 50px;
  }

/* NAVBAR*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover:not(.active) {
  background-color: #111;
}
.active {
  background-color: #04AA6D;
}
.logo img{
  width: 90px;
  height: 90px;
  max-width: 50%;    
  height: auto;

}


.page{
  
  max-width: 900px;
  margin: auto;
  padding: 20px;
  margin-top: 90px;
}
section p {
  text-align: start;
  
}

p  {
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
h1{
  
  font-family: Arial, Helvetica, sans-serif;

}

h2{
  font-family: Arial, Helvetica, sans-serif;

}
h3{
  font-family: Arial, Helvetica, sans-serif;

}
p.boxtext{
  font-family:cursive ;

}
/*Footer--------*/
.footer-container {
  display: flex;
  align-items: center;
  padding: 20px;
  background-color: #333333;
  color: white;
  padding-bottom: 20px;
  margin-top:110px;
}

.footer-left {
 flex: 1;
 display: flex;
 flex-direction: column;
 padding: 5px;
}
.left{
  display: inline;
  justify-content: space-between;
  padding: 0 12px;
  
}

.a2{
  
  font-size: 20px;
  font-family: "Arial", Helvetica, sans-serif;
  margin: 17px;
  padding: 8px;
  float: left;
}
p.a2{
  text-align: start;
}

#map{
  color: #be1616;
  font-size: 23px;
}
#ins{
  font-size: 23px;
  color: rgb(213, 56, 161);
}

#tw{
  font-size: 23px;
  color: rgb(68, 68, 242);
}


.footer-right {
  padding: 5px;
 flex: 1;
 display: flex;
 flex-direction: column;
 text-align: center;
}
.a3{
  font-size: 20px;
  font-family: "Arial", Helvetica, sans-serif;
  margin: 17px;
  padding: 8px;
  flex-direction: column;
  color: #e58b8b;
  text-decoration: none;

}
