body{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}

.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);
}

.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;
  }




  .container_two{
    color: rgb(41, 77, 136);
    padding-bottom: 65px;
   
  }

  .au{
    margin-top: 100px;
    font-weight: lighter;
  }

  .mission{
    font-size: 4rem;
    margin-top: 50px
  }

  .columns{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .columns h5{
    font-size: 1.5rem;
    font-weight: lighter;
    margin-top: 0px;
  }

  .au{
    font-size: 1.55rem;
  }

  .words{
    margin-left: 50px;
    width: 75%;
    max-width: ;
    /* letter-spacing: 40px; */
  }


  .paragraphs{
    /* font-weight: lighter; */
    line-height: 25px;
  }

  .paragraphs p{
    margin-top: 30px;
  }



#side_pic{
    justify-self: flex-end;
    margin-right: 50px;
}

#side_pic img{
    max-width: 1000px;
    width: 100%;
}


.container_three{
    text-align: center;
    background-color: rgb(41, 77, 136);
    color: white;
    padding-block: 100px;
}

.container_three h2{
    font-size: 3.75rem;
    margin-bottom: 100px;
}

.team_wrapper{
    /* width: 90%;
    margin-inline:auto; */



    display: flex;
    justify-content: center;
    gap:30px;
    margin-inline:15px;
}

.team_card img{
    border-radius: 10px;

    width:100%;
}

.name_script{
    width: 75%;
    margin: 0 auto;
}

.team_card button{
    background-color: white;
    color: rgb(41, 77, 136);
    border-radius: 100px;
    border:none;
    padding: 10px 50px;
    transition: all 0.3s ease-in-out;
}

.team_card button:hover{
    background-color: rgb(180, 212, 221);
}



  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: 1275px){
    #side_pic{
        margin-top: 75px;
    }
}

@media screen and (max-width: 1145px){
    .columns{
        display: inline-block;
    }

    #side_pic{
        width:75%;
        margin-top: 50px;
        margin-inline: auto;
    }

    .words{
        width:fit-content;
        margin-right: 50px;
    }

    .words br{
        display: none;
    }

    .container_three{
        padding-bottom: 75px;
        padding-top: 50px;
    }

    .container_three h2{
        margin-top:0;
        margin-bottom:75px ;
    }



}



@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){
    
    h4.mission{
        font-size: 3rem;
        margin-bottom:0;
    }

    .words{
        margin-block:30px;
    }

    .container_three h2{
        font-size: 3rem;
    }


}

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

    .mission{
        font-size: 2.5rem;
    }

    .team_wrapper{
        display: inline-block;
    }

    .team_card{
        margin-bottom: 25px;
    }

    .container_three{
        padding-bottom: 25px;
    }

    .container_three h2{
        font-size: 2.5rem;
        margin-inline:15px ;
        margin-bottom:50px;

    }

    footer .contact_info{
        display: inline-block;
    }

  


}

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

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


    h4.mission{
        font-size: 2rem;
    }

    .words{
        margin-inline: 15px;
    }

    #side_pic{
        width: calc(100% - 30px);
    }

    .info ul{
        padding-left: 15px;

    }    


}

