*{
    margin: 0;
    padding:0;
    box-sizing: border-box;
}
html,body{
    width:100%;
    height: 100%;
}
.navbar{
    display: flex;
    align-items: center;
    padding: auto;
}
nav{
    flex:1;
     text-align: right;
}
nav ul{
    display: inline-block;
    list-style-type: none;
}
nav ul li{
    display: flex;
  display: inline-flex;
    margin-right: 50px;
    padding:10px;
    margin-top: 80px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}
.container1{
    max-width: 1500px;
    margin:auto;
    margin-left: 40px;
    margin-right: 40px;
}

.row{
    
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    }

.col1{
    text-align: center;
    margin-top: 90px;
    flex-basis: 50%;
    min-width: 300px;
}

.col1 h2{
    font-size: 50px;
    line-height: 60px;
    margin:30px,0px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.col1 p{
    margin-top: 10px;
    font-size:20px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn{
    display:inline-block;
    background:rgba(228, 92, 42, 0.901);
    color:#fff;
    padding:10px 10px;
    margin:30px 0px ;
    border-radius:30px;
    font-family: cursive;
     text-decoration: none;
}
.header{
    background-color: gray;
  
}
.header.row{
    margin-top: 70px ;
    margin-bottom: 50px;
}

.col2 h2{
text-decoration:underline;
    text-align: center;
    font-family:Georgia, 'Times New Roman', Times, serif;
  

}
.col2 p{
    margin-left: 50px;
    margin-right: 50px;
    font-size: 18px;
    font-family:cursive;
}
.about{
    background-color: antiquewhite;
}

.row1{
    display:flex;
    align-items: center;
   padding: 50px;
    justify-content: space-around;

 flex-wrap: wrap;
}
.col3{
    flex-basis:50% ;
    min-width: 300px;
}
.col2 img{
    max-width: 100%;
    padding :50px,0 px;
}
.col2 h4{
    font-size: 50px;
    line-height: 60px;
    margin:30px,0px;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.col2 p{
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    color:#555;

}

.title{
    text-align: center;
    margin:0 auto 80px;
    position: relative;
    line-height: 60px;
    color: #555;

}
.footer{
    background-color: black;

}
.row2 h2,li{
    text-align: center;
    color: #fff;
    margin: 20px;
    padding: 20px;
    text-decoration: none;
    font-family: cursive;
    list-style-type:none;
}

.row2 ul li{
    list-style-type:none;
    font-family: cursive;
}
.row2 img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    width: 150px;
}

























