*{
    padding: 0;
    margin: 0;

}
nav{
    background:darkgray;
    min-height: 90px;
    width: 100%;
}
.left{
    width:30%;
}
.logo img{
    border:1px solid black;
    border-radius:40px ;
    width: 80px;
    height: 80px;
    float: left;
    margin:5px 0 0 5px;
}
.logo h1{
    line-height: 80px;
    margin-left: 10px;
}

ul{
    float: right;
    margin-right:20px;
    margin-top:-40px;
}
ul li{
    display: inline;
    width:200px;
    margin-left: 30px;
    

}
ul li a{
    text-decoration:none;
    color:black;
    padding:10px;
    background: rgb(119, 107, 107);
    border-radius:5px;

}
ul li a:hover{
    background:darkslategrey;
    border-radius:5px;
}
.profile{
    width: 80%;
    /* heigh:80%; */
    margin-left: 10%;
    margin-top: 5%;
}
.profile img{
    width: 40%;
    border-radius: 20px;
    float: left;
}
.description  h3{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-style: italic;
    font-size: 30px;
}
.description{
    float: left;
    margin-left:2%;
    margin-top:7%;
}
.view {
    float:left;
    width: 20%;
    margin-left: 40%;
    margin-top: 5%;
    font-family: Verdana, Tahoma, sans-serif;
    background: rgb(102, 163, 163);
    padding: 5px;
    border-radius:5px;
}
.s1{
    border-bottom: 1px solid black;
    min-height: 400px;
}
footer{
    width: 100%;
    background:darkgray;
    min-height: 150px;
    margin-top: 10px;
}
.f1{
    width:15%;
    /* left:3%; */
    float:left;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style:italic;
    line-height: 30px;
    margin-left:10%;

}
.f2{
    margin-left: -10%;
    text-decoration: none;
}
.f2 a{
    text-decoration: none;
}
.f2 i{
    display:inline-flex;
    margin-left: 5%;
    margin-top: 2%;
}
/* aout css */
.em h1{
    width: 100%;
    text-align: center;
    text-decoration: underline;
    padding: 20px;
}
.e1,.e2{
    margin-left: 20%;
    width: 30%;
    float: left;
}
.e1 img{
    width: 50%;
}
.e2 img{
    width: 40%;
}
.prof h1{
    text-align: center;
    padding: 20px;
    text-decoration: underline;
}
.pro1{
    margin-left: 10%;
    float: left;
    width: 23.3%;
    margin-bottom: 30px;
}
.pro1 img{
    width: 250px;
    height: 250px;
    /* float: left; */
}
.prof{
    border-bottom: 1px solid black;
    min-height: 600px;
}
/* projo */
.a11 img,.a22 img,.a33 img{
    width: 70%;
    margin-left: 25px;
}
.a11 p,.a22 p,.a33 p{
    padding: 20px 0 0 0;
}
.ss2{
    width: 100%;
    min-height: 500px;

}
.s2s{
    width: 100%;
    display: flex;
}
.ss2a h1{
    text-align: center;
}
.a11,.a22,.a33{
    padding: 20px;
}
button{
    margin-top: 30px;
    margin-left: 100px;
}
button a{
    text-decoration: none;
}
button a:hover{
    background-color: green;
}
.s2s h2{
    margin-left: 100px;

}
.c1{
    width: 30%;
    margin-left: 5%;
    float: left;
    height: 30px ;

    /* text-align: center; */
}
.c1 input:first-child{
     width: 100%;
     height: 30px;
}
.c1 h3{
    text-align: center;
    text-decoration: underline;
    margin:10px 0 10px 0;
}
.c2a{
    float: left;
    width: 40%;
    margin-left: 25%;
    margin-top: 1%;
    line-height: 30px ;
}
.sectio11{
    height: 400px;
    width: 100%;
}
.sam p{
    margin-left: 480px;
}
.sam h1{
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}
.sam{
    margin-top: 30px;

}