* {
  box-sizing: border-box;
}

img {
  border-radius: 1%;
}



body, html {
    height: 100%;
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Unbounded', cursive;
    scroll-behavior: smooth;
  }
  
  .hero-image {
    background-image:url("images/hero.jpg");
    height: 20%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    font-size: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  

  .navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,0.3); /* Adds a 4-pixel wide shadow with 30% opacity below the navbar */
  }
  
  

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #32936F;
  }
  
  li {
    float: left;
  }
  
  li a {
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 16px 19px;
    text-decoration: none;
  }
  
  li a:hover:not(.active) {
    display:block;
    transition: color 0.4s ease-in-out;
    background-color: #ffffff;
    color:#E83F6F;
  }
  
  li a.active {
    color: white;
    background-color: #E83F6F;
  }


  .img-1{
    width: 70%;
  }

  .img-2{
    width: 70%;
  }

  
.socials{
 
  padding-left:10%;
  text-decoration: none;
  
}

.img-3{
  margin-right:10%;
  margin-top:40%;
  width:80%;
  float: right;
  }

/* Create three equal columns that floats next to each other */
.column1 {
  float: left;
  width: 70%;
  padding: 10px;
  padding-left:5%;
}
.column2 {
  float: right;
  width: 30%;
  padding: 10px;
}




.content-left{
  width:20%;
}



/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.blog-text{
  text-align: center;
}




@media screen and (max-width: 600px){

  .hero-text {
    font-size:12px;
    width:auto;
    padding-top:5%;
    top: 50%;
    left: 50%;
    position: unset;
    transform: none;
    color: white;
  }
  

  .column {
    float: left;
    width: 33.33%;
    padding: 10px;
    font-size: 12px;
  }

  ul {
   font-size: 13px;
  }


  

}


.footer{
  padding-top:3%;
  padding-bottom: 3%;
  background-color: black;
  text-align: center;
  color:white;
 float:bottom;
}
