body {
    font-family: 'Roboto', sans-serif;
}


header {
    background-color:	#0B173B;
    padding-top: 5px;
}
.social-header {
    text-align: right;
    margin-top: -2px;
}
    .social-header a {
        color: #fff;
    }
        .social-header a .fa-inverse {
            color: #142437;
        }
.menu-bar {
    background-color: #EFF2F6;
    margin-top: -15px;
}
    .menu-bar nav {
        text-align: right;
    }

    .menu-bar a {
        color: #4169E1;
        font-size: 16px;
        font-weight: 500;
    }

    .menu-bar a:hover {
        text-decoration: none;
        color: #fff;
    }
.menu-list {
    padding: 8px 0;
    margin-bottom: 0;
}
    .menu-list > li:not(:last-child) {
        margin-right: 40px;
    }

h3 {
    font-size: 24px;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    text-align: center;
}
 h3 i {
     color: #929292;
 }

 .dropdown:hover .dropdown-menu {
    display: block;
    }

.sidebars-zone {
    background-color: #e0e0e0;
    padding-top: 10px;
}
    .sidebars-zone h4 {
        font-size: 20px;
        border-bottom: 1px solid #9e9e9e;
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

.mar-top-80 {
    margin-top: 60px;
}

#main > .container {
    box-shadow: 0 7px 18px rgba(0, 0, 0, .5);
}

footer{
    background-color: #484242;
    font-size: 12px;
    padding: 10px 0;
}
    footer ul {
        margin-bottom: 0;
    }

    footer a:hover {
        color: #fff;
        text-decoration: none;
    }
    footer p {
        color: #4169E1;
    }

#main > .container {
    margin-top: 1%;
}

.inner {
    overflow: hidden;
}

.inner img{
    transition: all 1.5s ease;
}

.inner:hover img{
    transform: scale(1.5);
}

.modal img {
    width: 100%;
    height: auto;
}

.carousel-caption {
    background-color: rgba(3, 97, 151, 0.4);
}

.carousel-caption h5 {
    color: #F7FE2E;
}
#scroll {
    border:1px solid;
    height:800px;
    width:650px;
    overflow-y:scroll;
    overflow-x:hidden;
    border-color: rgb(200, 207, 211);
}


