#nav{
    width:70%;
    height:130px;
}
#container{
    display: flex;
    justify-content: space-evenly;
    height:600px;
    /* border:1px solid blue; */
    margin-top: 30px;
}
.body>li>span>a{
    text-decoration: none;
    color:#393939;
}
.list{
    height:100%;
    width:20%;
    margin-left: -12px;
    /* border:1px solid teal; */
}
.head{
    list-style: none;
    margin-left: -12px;
    /* border:1px solid black; */
}
.head>h4{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
    list-style: none;
    height:30px;
    margin-right:70px;
    margin-left: 20px; 
    margin-top:-20px;
    /* border:1px solid red; */
} 
#horizontal{
    margin-top: -5px;
    width: 65%;
    margin-bottom: 20px;
    /* border:1px solid green; */
    margin-left: 20px;
}
.head>h4>span:hover{
    cursor: pointer;
    color:teal;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    list-style: none;
}
.body{
    width:70%;
    margin-left: 12px;
    /* border:1px solid red; */

}
.body> li{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #393939;
    list-style: none;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: 550;
} 
.body> li> span:hover{
    cursor: pointer;
    border-color:teal;
    border-bottom-style: solid;
    border-bottom-width: 2px;
}
#pic{
    margin-top: 40px;
}
/* Navbar start here */

* {
    margin: 0px;
    padding: 0px;
}

#navbar>h4:first-child {
    text-align: center;
    background-color: #00819d;
    color: white;
    width: 100%;
    padding: 8px 0px;
}

#navbar>h4>span {
    text-decoration: underline;
    cursor: pointer;
    font-weight: lighter;
}

#navbar>#searchBar {
    width: 90%;
    margin: auto;
    align-items: center;
    justify-content: center;
    display: flex;
    justify-content: space-between;
}

#navbar>#searchBar>a>img:first-child {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

#navbar>#searchBar>img:last-child {
    width: 30px;
    height: 30px;
    cursor: pointer;

}

#navbar>#searchBar>form>input {
    padding: 15px;
    width: 700px;
    margin-right: 10px;

}
hr {
    width: 90%;
    margin: auto;
    

}

.NavbarHead {
    width: 90%;

    height: 60px;
    display: flex;
    margin: auto;
    justify-content: center;
    justify-content: space-evenly;
    align-items: center;
}
.NavbarHead>a:nth-child(11){
    color:skyblue;
}

a {
    color: rgb(102, 102, 102);
    text-decoration: none;

}
.NavbarHead>a:first-child {
    color: red;
}
#sign{
    border: 1px solid red;
  
   color:grey;
   border:transparent;
   font-size: large;
   cursor: pointer;
}
a:hover{ 
   font-weight: bold;
   text-decoration: underline;
   
}