body{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    color: rgb(41, 77, 136);
}

.site_load{
  opacity: 0;
  transition: opacity 1s ease-in-out;
}


.site_load.loaded{
  opacity: 1;

}

.bars{
  display: none;
}

nav div:nth-of-type(5) .nav_buttons{
  display: none;
}

.bg-color{
    background-color: rgb(180, 212, 221);
    margin-bottom: -5px;
    padding-bottom: 1rem;
}

.container{
    background-color: rgb(180, 212, 221);
 
}

header{
  display: flex;
  /* grid-column: 1/13; */
  justify-content: space-between;

}

#aside_img{
  background-color: rgb(180, 212, 221);
  padding-top: 35px;
  padding-left: 10px;
}

nav{
  /* background-color: rgb(180, 212, 221); */
  display:flex;
  gap: 10px;
  padding-top: 35px;
  /* padding-right: 30px; I think this pushed outside of bondries on tablet*/
}


.nav_buttons{
border: none;
color: white;
padding: 7px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease-in-out;
}


.nav_buttons:hover{
  background-color: rgb(41, 77, 136);
  color: white;
}

.active{
  background-color: rgb(41, 77, 136);
}


.login{
border: none;
color: rgb(41, 77, 136);
background-color: rgb(180, 212, 221);
font-size: 16px;
width: fit-content;
margin-left: -10px;
margin-right: 30px;
margin-top: -7px;
}


.login .pro{
  vertical-align: middle;
  /* margin-right: -8px; */
  text-align: center;
}

.login:hover{
  opacity: 75%;
}

.login span {
  vertical-align: middle;
  text-align: center;
}


  .git{
    margin-inline: 50px;
  }

  .git h1{
    font-weight: lighter;
    font-size: 1.5rem;
    margin-top: 100px;
  }

  .git h3{
    font-size:4rem;
    margin-bottom: 100px;
    margin-top: 30px;

  }


.top{
    display:flex;
    margin-left: 50px;;
    
}

.middle{
    display:flex;
    margin-left: 50px;
}

.bottom{
    margin-left: 50px;

}


form{
    width:100%;
    max-width: 800px;
  }

.form-group{
    display: flex;
    flex-direction: column;
    margin-right: 75px;
    width: 100%;
}


  input{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right:none;
    border-bottom: rgb(41,77,136) solid 1px;
    margin-bottom: 50px;
    height: 50px

  }

  input:hover{
    /* border-bottom: rgb(4, 40, 100) solid 1px; */
    opacity: 50%;

    
  }

  input[type="text"]{
    /* width: 70%; */
  }

  #form_btn{
    background-color: rgb(41, 77, 136);
    padding:12px 45px;
    border-radius: 300px;
    color: white;
    margin-top: 50px;
    border: none;
  }

  #form_btn:hover{
    background-color: rgb(20, 50, 100);
  }

  .information_contact{
    margin-left: 50px;
    margin-top: 75px;
    /* line-height: 0px; */


    /* display: flex;
    flex-direction: column; */
  }


  

  .social_contact{
    margin-left: 50px;
    margin-block: 50px;
  }


  textarea{
    background-color: transparent;
    border-top: none;
    border-left: none;
    border-right:none;
    border-bottom: rgb(41, 77, 136) solid 1px;
    width: 92%;
    height: 50px;
  }

  textarea:hover{
    /* border-bottom: rgb(41, 77, 136) solid 2px; */
    opacity: 50%;
  }

  input ,textarea{
    font-size: 20px;
    color: rgb(41, 77, 136);

  }

  .firstline{
    display: flex;
    flex-wrap: wrap;
  }


  .firstline a{
    align-content: center;
    text-decoration: none;
    color: rgb(41, 77, 136);
  }

  .firstline a:hover{
    opacity: 75%;
  }



  iframe{
    width: 100%;
    height:50vh;
    border: none;
  }

  .fa{
    margin-right: 15px;
    color:rgb(41, 77, 136);
  }

  .fa:hover{
    opacity:75%;
  }


  footer{
    font-family: 'Roboto', sans-serif;
    color: rgb(41, 77, 136);
    padding-top: 30px;
    background-color: white;
}

#footer_icon{
    align-self: center;
}

.contact_info{
    display: flex;
    justify-content: space-evenly;
}

.info{
    /* line-height: 25px; */

}

.info ul{
    list-style-type: none;
}

footer p{
    text-align: center;
}

.social{
    text-decoration: none;
    color: rgb(41, 77, 136);
}

.social:hover{
    opacity: 75%;
}

p a {
    color: rgb(41, 77, 136);
}

p a:hover{
    opacity: 75%;
}

hr{
    width:95%; 
    background-color: rgb(41, 77, 136);
    height: 1px;
    border: 0;
    
}

footer ul{
  padding-inline:0;
  margin-inline: 25px;
}

.footer_note{
    font-size: small;
    margin-block: 30px;
}

@media screen and (max-width:900px){
  .git br{
    display: none;
  }
}






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


  .bars{
      display:inline-block;
      margin-top:25px;
      position: fixed;
      z-index: 3;
      top:0;
      right:0;
     
  }
  
  
  nav{
      flex-direction: column;
      position:fixed;
      z-index: 3;
      top:0;
      right:0;
      padding-top:0;
      padding-inline:25px;
      margin-top: 75px;
      background-color: rgb(41, 77, 136);
      transition: 0.3 ease;
  }

  .nav_buttons{
     background-color: none;
     border-radius: 0;
     padding:0;
     margin-block: 5px ;
  }

  .nav_buttons:hover{
      color:rgb(180, 212, 221);
  }

  nav div:nth-of-type(5) .nav_buttons{
      display: inline-block;
  }

  .pro{
      display: none;
  }

  nav div:nth-of-type(6) .nav_buttons, .login, .login span{
      display: none;

  }
 

  .active{
      background-color: transparent;
      /*This is a bandaid solution. Find a way to get rid of this class, not hide it*/
  }



  #navbar.hidden {
      display: none;
  }

  

}



  


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

  .git h3{
    font-size: 3rem;
  }


}





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


  .git h3{
    font-size: 2.5rem;
    margin-bottom: 50px
  }



.top, .middle, .bottom{
  display: inline-block;
}


.form-group{
  margin-right:0;
}

footer .contact_info{
  display: inline-block;
}
 

}

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

  #aside_img{
    margin-inline:-15px ;
    padding-inline: 0;
}



  .git{
    margin-inline: 15px;
  }

  .git h3{
    font-size: 2rem;
  }

  .top, .middle, .bottom{
    margin-inline: 15px;
  }

  .information_contact , .social_contact{
    margin-inline:15px;
  }

  .info ul{
    padding-left: 15px;

}    

  



}
