*{
    margin: 0;
    padding: 0;
 font-family: sans-serif;
}   
.header{
    width: 100%;
    height: 100vh;
    background-image:url(/img/Background_Pic.jpg);
    background-size: cover;
    background-position: center;
}
.container{
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 100px;
}
.navbar{
    width: 100%;
    display: flex;
    align-content:center;
    justify-content: space-between;
    padding: 15px 0;
}
.navbar .fa{
    margin-right: 8px;
}
nav{
    flex: 2;
    text-align: right;
}
.active, .navbar ul li:hover{
    background: #117182;
    border-radius: 1px;
}
.logo{
 width: 150px;
    cursor: pointer;
}
nav ul li{
    display: inline-block;
    list-style: none;
    margin-right: 30px;
}
nav ul li a{
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    padding: 5px 5px;
}
nav ul li a:hover{
    border-bottom: 1px solid #fff;
}
.content{
    max-width: 600px;
    color: #000;
    margin-top: 10px;
}
h1{
    
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    margin: 10px 0;
}
p{
    font-size: 12px;
    line-height: 22px;
}
span{
    color: #117182;
}
.btn-box{
    margin-top: 10px;
}
button{
    width: 150px;
    border: 1px solid #154360;
    color: #117182;
    padding: 10px;
    margin-right: 10px;
    border-radius: 25px;
    cursor: pointer;
}
/*.sidebar{
    width: 60px;
    height: 100vh;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
}*/
.social-links{
    width: 80px;
    position: absolute;
    bottom: 2px;
}
.social-links img{
    height: 15px;
    display: block;
    margin: 5px auto;
    cursor: pointer;
}
.btn{
    width: 150px;
    color: #117182;
    padding: 10px;
    margin-right: 10px;
    border-radius: 15px;
    cursor: pointer;
    background: #fff;
}
/*.sub-navbar-1{
    display: none;
}
.navbar ul li:hover .sub-navbar-1{
display: block;
    position: absolute;
    background: #117182;
margin-top: 10px;
margin-left: -10px;
}
.navbar ul li:hover .sub-navbar-1 ul{
    display: block;
    margin: 10px;
}
.navbar ul li:hover .sub-navbar-1 ul li{
    width: 170px;
    padding: 10px;
    border-bottom: 1px dotted #fff;
    background: transparent;
    border-radius: 0;
    text-align: right;
}
.navbar ul li:hover .sub-navbar-1 ul li:last-child{
border-bottom: none;
}
.nav-bar ul li:hover .sub-navbar-1 ul li a:hover{
color: #fff;
}
.fa-angle-right{
    float: right;
}
.sub-navbar-2{
    display: none;
}
.hover-me:hover .sub-navbar-2{
    position: absolute;
    display: block;
    margin-top: -40px;
    margin-left: 140px;
   background: #AED6F1;
}
