/* NAVBAR STYLING*/

/*Importing the font*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');


/*Building the Nav*/
nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 7vh;
    background-color: white;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0vh;
}

nav img{
    width: 17vh;
}

/*Styling the links*/
.links{
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 50%;
}

.links li{
    list-style: none;
    transition: all 0.2s ease-in-out;
}

.links li:hover{
    text-shadow: 1px 1px 10px #4492ec83;
    filter: dropshadow(color=#44dcf783, offx=2, offy=2);
}

.links a{
    color: rgb(0, 0, 0);
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: 20px;
}

/*Button*/
.button{
    background-color: transparent;
    border-radius: 5px;
    font-family: "Poppins";
    border: solid 1.5px black;
    height: auto;
    width: 12.6vw;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

.button:hover{
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/*Creating the burger*/
.burger{
    display: none;
    cursor: pointer;
}

.burger div{
    width: 25px;
    height: 2px;
    background-color: black;
    margin: 7px;
    transition: transform 0.5s ease;
}

@media screen and (max-width:1400px){
    .links{
        width: 80%;
    }
    .button{
        width: 19vw
    }

    .links a{
        font-size: 17px;
    }

}

@media screen and (max-width:1024px){
    .links{
        width: 70%;
    }
    .button{
        width: 13vh
    }

}


@media screen and (max-width:768px){

    body{
        overflow-x: hidden;
    }

    .links{
        position: fixed;
        right: 0px;
        height: 92vh;
        top: 8vh;
        background-color: #4f8cfe;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 50%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;

    }
    .links li{
        opacity: 0;
        color: white;
    }
    .burger{
        display: block;
    }
    .button{
        height: 10vh
    }
}

.nav-active{
    transform: translateX(0%);
}

@keyframes navLinkFade{
    from{
        opacity: 0;
        transform: translateX(50px);
    }

    to{
        opacity: 1;
        transform: translateX(0px);
    }
}

.toggle .line1{
    transform: rotate(-45deg) translate(-5px, 7.5px);
}
.toggle .line2{
    opacity: 0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px, -7.5px);
}

.body{
    color: white;
}


/*FOOTER STYLING*/
.footer{
    position: fixed;
    bottom: 0px;
    width: 90%;
}

.footer_content{
    display: flex;
    justify-content: space-around;
    width: 95%
}

.left_box_content span{
    margin: 20px 0 20px 20px 
}

.left_box_content .social a{
    padding: 0 
}

.left_box_content .social a span{
    height: 40px;
    width: 40px;
    background: #e6e6e686;
    line-height: 40px;
    text-align: center;
    font-size: 1.8;
    border-radius: 5px;
    transition: 0.3s ease-in
}

.left_box_content .social a span:hover{
    background: #7dd6ff93;
}

@media screen and (max-width: 900px){
    footer{position: relative;
    }

    .footer_content{
        flex-wrap: wrap;
        flex-direction: column;
        margin: 5vw;
    }

    .footer_content h2{
        margin-top: 8vh;
    }

    body{
        margin: 0px;
    }
}

.hr_main{
    width: 90%;
    border: 0; 
    margin-bottom: 3vh;
    height: 1.5px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
	
}

html{
    font-family: 'Poppins'
}

.entry_image img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3.5vh;
    margin-bottom: 3.5vh;
    width: 75vh;
    border-radius: 5px;
    box-shadow: 0 1.4rem 8rem rgba(59, 99, 163, 0.2);
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .3);
}

.title_div h2{
   margin-top: 8vh; 
   margin-left: 8vw;
   margin-right: 8vw;
   font-size: 35px;
}

.post__button{
    display: inline-block;
    padding: 1rem 2rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #fff;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 75%);
    border-radius: .8rem;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/*BLOCK ZERO*/
.meetourcandidate{
    display:flex;
    width: 95vw;
    margin-top: 4vh;
    justify-content: center;
    align-items: center;
    margin-bottom: 5vh;
}

.meetourcandidate .left{
    width: 50%;
}

.meetourcandidate .right p{
    line-height: 1.5rem;
    font-family: "freight-text-pro";
}
.meetourcandidate .right{
    width: 55%;
    margin-left: 3vw;
}
.meetourcandidate .right h2{
    font-size: 3rem;
}

.meetourcandidate .left img{
    width: 40vw;
    border-radius: 4px;
    box-shadow: 0 1.4rem 8rem rgba(59, 99, 163, 0.2);
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .3);
    margin-left: 3vw;
}

.meetourcandidate .subhr{
    width: 10vw;
    border: 0; 
    margin-bottom: 3vh;
    height: 2px; 
    margin-left: 0;
    background-image: -webkit-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -moz-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -ms-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -o-linear-gradient(left, #618dd344, #004ecc, #618dd344);
}

.hrdiv .hr_main{
    margin-top: 5vh;
    margin-bottom: 5vh;
}

@media screen and (max-width: 1031px){
    body{
        width: 100vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .meetourcandidate{
        flex-direction: column;
        align-items: center;
        width: 85%;  
        padding-left: 0; 
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .meetourcandidate .right{
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .meetourcandidate .right p{
        text-align: justify;
    }

    .meetourcandidate .left img{
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
        
    }

    .meetourcandidate .right h2{
        font-size: 2rem;;
    }

    
}

/*BLOCK ONE*/
.meetgaylynn{
    display: flex;
    width: 95vw;
    align-items: center;
    justify-content: center;
}

.meetgaylynn .left{
    width: 60%;
}
.meetgaylynn .left h2{
    margin-left: 3vw;
    font-size: 3rem;
}

.meetgaylynn .left p{
    margin-left: 3vw;
    margin-right: 3vw;
    line-height: 1.5rem;
    font-family: "freight-text-pro";
}
.meetgaylynn .right{
    width: 40%;
}

.meetgaylynn .right img{
    border-radius: 4px;
    box-shadow: 0 1.4rem 8rem rgba(59, 99, 163, 0.2);
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .3);
    margin-left: 5vw;
    width: 80%;
}

.meetgaylynn .subhr{
    width: 10vw;
    border: 0; 
    margin-bottom: 3vh;
    margin-left: 3vw;
    height: 2px; 
    background-image: -webkit-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -moz-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -ms-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -o-linear-gradient(left, #618dd344, #004ecc, #618dd344);

}

@media screen and (max-width: 1031px){
    .meetgaylynn{
        flex-direction: column-reverse;
        align-items: center;
        width: 85%;  
        padding-left: 0; 
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .meetgaylynn .left{
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .meetgaylynn .left p{
        text-align: justify;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .meetgaylynn .left h2{
        margin-left: 0vw;
        font-size: 2rem;
    }

    .meetgaylynn .right img{
        display: none;
    }
}


/*BLOCK TWO*/
.refugeesinutah{
    display:flex;
    width: 95vw;
    margin-top: 4vh;
}

.refugeesinutah .left{
    width: 60%;
}

.refugeesinutah .right p{
    line-height: 1.5rem;
    font-family: "freight-text-pro";
}
.refugeesinutah .right{
    width: 40%;
}
.refugeesinutah .right h2{
    font-size: 3rem;
}

.refugeesinutah .left img{
    width: 50vw;
    border-radius: 4px;
    box-shadow: 0 1.4rem 8rem rgba(59, 99, 163, 0.2);
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .3);
    margin-left: 3vw;
}

@media screen and (max-width: 1031px){
    .refugeesinutah{
        flex-direction: column;
        align-items: center;
        width: 85%;  
        padding-left: 0; 
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .refugeesinutah .right p{
        width: 83vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: justify;
    }

    .refugeesinutah .left img{
        width: 85vw;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .refugeesinutah .right h2{
        font-size: 2rem;
    }
}

@media screen and (max-width: 768){
    .meetourcandidate .right h2{
        width: 100vw;
        font-size: 2.5rem;

    }
}

.refugeesinutah .subhr{
    width: 10vw;
    border: 0; 
    margin-bottom: 3vh;
    height: 2px; 
    margin-left: 0;
    background-image: -webkit-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -moz-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -ms-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -o-linear-gradient(left, #618dd344, #004ecc, #618dd344);
}

.hrdiv .hr_main{
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.gallery{
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
    width: 90vw;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.gallery img{
    overflow: hidden;
    height: 160px;
    width:auto;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 1.4rem 8rem rgba(59, 99, 163, 0.2);
    box-shadow: .5rem .5rem 3rem 1px rgba(0, 0, 0, .3);
    transition: .25s ease-in-out
}

.gallery img:hover{
    transform: scale(1.05);
}

.imgcontainer{
    height: 160px;
    margin:8px;
}

.imagegallery h2{
    margin-left: 3vw;
    font-size: 3rem;
}
.subhr{
    width: 10vw;
    border: 0; 
    margin-bottom: 3vh;
    height: 2px; 
    margin-left: 3vw;
    background-image: -webkit-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -moz-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -ms-linear-gradient(left, #618dd344, #004ecc, #618dd344);
    background-image: -o-linear-gradient(left, #618dd344, #004ecc, #618dd344);
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: .3rem .3rem 2rem 1px rgba(0, 0, 0, .2);
    z-index: 1000000000;
  }

