*{
    margin: 0px;
    padding: 0px;
}

html,body{
    width: 100%;
    height: 100%;
}

body {
    background-color: #f6f5f6;
    }

/* 
ul {
    height: 54px;
    width: 100vw;
    list-style-type: none;
    display: flex;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: bottom;
    background: 0 0;
    -webkit-box-sizing: border-box;
        box-sizing: border-box;
    background-color: rgb(248, 207, 192);
}


li{
    list-style-type: none;
    margin: 0 2vw;
    font-size: 24px;
    float: right;
  }

ul a {
    padding-right: 32px;
    padding-left: 32px;
    display: block;
    line-height: 60px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 21px;
    color: #371C1C;
    }

ul a:hover {
    color: #FFF;

    } */

.logo{
    font-family: cursive;
    font-size: 22px;
    color: whitesmoke;
}

.active{
    font-weight: bold;
    color: rgb(12, 8, 7);
}
.navbar {
    overflow: hidden;
    background: rgb(253, 137, 99);
}

.navbar a {
    float: left;
    color: white;
    padding: 20px;
    text-decoration: none;
}

.navbar a:hover {
    color: black;
}

.right-nav {
    float: right;
}

.content{
    float: left;
    margin: 10vh 5vw ;
}

.content .h1{
    font: bold;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
/* hr{
    width: 100vw;
} */


.text-container p:nth-child(1){
    font-family: calibri;
    font-weight: bold;
    color: rgb(253, 137, 99);
    font-size: 30px;
}

.text-container p:nth-child(2){
    font-family: calibri;
    font-weight: bold;
    color: rgb(253, 137, 99);
    font-size: 54px;
    letter-spacing: 1px;
}

.text-container p:nth-child(3){
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: rgb(253, 137, 99);
    font-size: 24px;
    
}

.text-container p:nth-child(4){
    font-family: myriad pro 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
    color: #cf7171;
    font-size: 20px;
    
}

.text-container p{
    line-height: 0px;
    margin: 40px 0px 25px;
}

/* .text-container{
    position: absolute;
    left: 8%;
    top: 10%;
} */

.text-container {
    position: relative;
    padding: 50px;
}


.picture{
    margin-bottom: 75px;
    height: 150px;
    position: absolute;
    bottom: 0;
    left: 70%;
    transform: translateX(-70%);
}

.about-container{
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
    height: 300px;
    background-color: rgb(247, 198, 156);
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    display: flex;
    /* margin: -31% auto 20px auto;
    position: relative; */
    justify-content: space-evenly;
    align-items: center;
}

.about-text{
    width: 850px;
}

.about-text p:nth-child(1){
    color: firebrick;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 50px;
}

.about-text p:nth-child(2){
    color: darkred;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.about-text p:nth-child(3),
.about-text p:nth-child(4),
.about-text p:nth-child(5){
    color: rgb(207, 76, 76);
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}

.edu-container{
    /*width: 80%;
    height: 420px;
    background-color: rgb(247, 198, 156);
    border-radius: 20px;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.2);
    display: flex;
    margin: 3% auto 20px auto;
    position: relative;
    justify-content: space-evenly;
    align-items: center;*/
    height:450px;
    background-color: rgb(247, 198, 156);
    padding: 2% 10% 0px 10%;
}

.edu-text p:nth-child(1){
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color:firebrick;
    font-size: 30px;
    line-height: 40px;
}

.edu-text p:nth-child(2){
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    color:darkred;
    font-size: 15px;
    line-height: 25px;
}

.edu-text p:nth-child(3){
    font-family: 'Times New Roman', Times, serif;
    color:  rgb(207, 76, 76);
    line-height: 15px;
}

.edu-text{
    width: 850px;
    margin: 50px 0px;
}

.box-1, .box-2, .box-3{
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 2px 2px 12px rgba(0,0,0,0.3);
    background-color: seashell;
}

.box-container{
    display: flex;
    justify-content: space-between;
}

.box-1 span, .box-2 span, .box-3 span{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color:rgb(248, 128, 148);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    text-align: center;
}

.box-1 p:nth-child(2),
.box-2 p:nth-child(2),
.box-3 p:nth-child(2){
    color: rgb(207, 76, 76);
    font-family: 'Times New Roman', Times, serif;
    font-size: 23px;
    line-height: 80px;
    text-align: center;
}

.box-1 p:nth-child(3),
.box-2 p:nth-child(3),
.box-3 p:nth-child(3){
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    width: 230px;
    margin: 0px 30px 20px 0px;
    color: red;
}

.contact{
    width: 100%;
    height: 85px;
    background-color: rgb(253, 137, 99);
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contact p{
    color: firebrick;
    font-size: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    border-bottom: 2px solid white;
}

footer{
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;

}

.social{
    display: flex;
}

.social a{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(245, 154, 118);
    margin: 20px 10px;
    border-radius: 50%;
}

.social i{
    color: firebrick;
}

.social a:hover{
    background-color: firebrick;
    box-shadow: 2px 2px 12px rgb(247, 198, 156);
    transition: all ease 0.5s;
}

.social a:hover i{
    color: black;
    transition: all ease 0.5s;
}

@media(max-width:100px){
    *{
        -moz-box-sizing: border-box;
    }
    .text-container{
        top:46%;
    }
    .about-container{
        width: 90%;
        border-radius: 10px;
    }
    .about-text{
        width: 400px;
    }
    .about-text p:nth-child(1){
        font-size: 20px;
    }
    .about-text p:nth-child(2){
        font-size: 10px;
    }
    .about-text p:nth-child(3),
    .about-text p:nth-child(4),
    .about-text p:nth-child(5){
        font-size: 14px;
    }
    .edu-container{
        height: auto;
    }
    .box-container{
        justify-content: center;
        flex-wrap: wrap;
    }
    .edu-container{
        padding: 2% 5% 0px 5%;
    }
    .box-1,.box-2, .box-3{
        flex-grow: 1;
        margin:10px;
    }
    .contact{
        height: 200px;
    }
    .contact p{
        font-size: 26px;
    }
}
@media(max-width:750px){
    .text-container p:nth-child(2){
        line-height: 40px;
        margin: 0px;
        padding: 0px;
    }
    .text-container{
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width:80%;
    }
    .about-container{
        top: 0px;
        flex-direction: column;
        width: 90%;
        height: auto;
        padding: 30px 0px;
        align-items: center;
    }
    .about-text{
        width:90%;
        text-align: center;
    }
    .edu-text{
        width: 100%;
    }
    .contact{
        height: 180px;
    }
    .contact p{
        font-size: 18px;
    }
}