@import url('https://googleapis.com');

body{
    margin: 0px;
	padding: 95px 0px 0px 0px;
}
.main-nav{
    background-color: rgb(255,255,255,.95);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
}
.navbar-nav .nav-link{
    font-size:14px !important;
	font-family:  sans-serif;
    font-weight: bold;
	text-shadow: 1px 1px #fff;
}
.social > ul{
    list-style-type: none;
    display: flex;
    margin: 0 auto;
}
.social > ul > li{
    margin: 0 auto;
}
.social img{
    width: 25px;
    margin: 0 5px;
}
.social img:hover{
    transform: scale(1.3);
}
.dropdown-menu .dropdown-item {
    text-align: center;
    padding-top: 5px;
    background-color: rgb(255,255,255,.85);
}
.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}
.dropdown-item:hover {
    background-color: #5179c2;
    color: #fff;
}
.container{
    max-width: 1140px;
}
footer{
    color: white;
    background-color: #5179c2;
    padding: 40px 0px 5px 0px;
    font-weight: bold;
    font-size: 14px;
}
footer .f-icon {
    width: 45px;
    margin-top: 0;
    margin-bottom: 1em;
}
footer H6{
    margin-bottom: 2px;
}
footer a{
    color: #fff;
    text-decoration: none;
}