

body{
    background-color: white;
    font-family: 'Open Sans', sans-serif;
}



#logo-resize{
    margin-top: -2.4%;
    width: 100px;
    height: 70px;
    padding: 1%;
    
}
nav{
    display: flex;
    justify-content: space-between;
    background-color: #7BD052;
    height: 80px;

}
nav >p{
    padding-left: 2%;
    text-transform: uppercase;
    display: block;
    padding: 18px;
    
}

nav div{
    display: flex;
    justify-content: space-around;
    width: 70%;
}

a:link {
    text-decoration: none;
  }

nav a{
    padding: 18px;
    margin-right: 0;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    color: rgba(0, 0, 0, 1);
}

nav>div>p>a:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), inset 0 0 1px rgba(255, 255, 255, 0.6);
    background: rgba(30, 130, 76, 0.678);
    color: rgba(255, 255, 255, 0.9);
}




.bg-image img{
    width: 100%;
    height: 500px;
   
}


.our-scholarships {
    margin-left: 5%;
    margin-right: 5%;

}

.our-scholarships div{
    display: flex;
    justify-content: space-around;
}

.our-scholarships button{
    height: 30px;
    width: 100px;
    background-color: #D69EDB;
    border-radius: 4PX;
    border: lightgrey;
    box-shadow: 1px 1px ;
    margin-top: 2%;
}



.scholarships{
    width: 90%;
    margin-left: 5%;
    padding-top: 5%;
    text-align: center;
}

.scholarships img{
    width: 100%;
    height: 150px;
    background-color: white;
}


#row{
    display: flex;
 
}

#row div{
    box-shadow: 0.9 10px 10px 10px black;
    border-right-width: thin;
    border-radius: 4px;
    border: 0.1px solid rgba(0, 0, 0, 0.4);

    
    
}

em{
    color: red;
}

#resize{
    width: 25%;
    margin: 1%;
    
}

#apply2{
    margin-left: 80%;
    height: 30px;
    width: 100px;
    background-color: #D69EDB;
    border-radius: 4PX;
    border: lightgrey;
    box-shadow: 1px 1px ;
    margin-top: 1%;
    margin-bottom: 2%;
}

footer{
    display: flex;
    justify-content: space-around;
    background-color: #7BD052;
    text-align: left;
   
}

ul{
    list-style-type: none;
}

#footer-part2{
    width: 25%;
}

#subscribe{
    
    display: flex;
    justify-content: space-between;
}

#subscribe input{
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 5px;
    width: 100%;
    margin-right: 10%;

}

#subscribe button{
    border: 2px solid #f0f0f0;
    border-radius: 4px;
    display: block;
    font-family: inherit;
    font-size: 14px;
    padding: 5px;
    background-color: #D69EDB;
}
#footer-part3 li {
    font-size: smaller;
    justify-content: space-around;
    padding: 5px;
    
    
  
}

#footer-part3 img{
   width: 20px;
   height: 20px;
 
    
}


#space{
    color: black;
    padding-left: 10px;
}