body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: left bottom;
    background-size: cover;
    background-color: #fff !important;
}

.navbar-brand {
    color: #CEE0F5;
    letter-spacing: 0;
    transition: all 0.7s ease;
    padding: 5px !important;
}

.logo {
    height: 50px;
    display: inline-block !important;
    margin-top: -5px;
}

.navbar-brand:hover {
    color: #fff;
    letter-spacing: 1px;
}

.navbar-fixed-top {
    background-color: #364D7D !important;
}

.navbar-fixed-top a {
    color: #CEE0F5;
}

.dropdown-menu > li > a {
    color: #7fa0c6 !important;
}
.dropdown-menu > li > a:hover{
    color: #364D7D !important;
}

.icon-bar {
    background-color: #CEE0F5;
}

.bs-docs-header {
    background: url(../img/header-background-img.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    margin-top: 50px;
}

.bs-docs-header .fa {
    padding-right: 5px;
}

.slogan {
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-border-radius: 0 0 20px 0;
    border-radius: 0 0 10px 0;
    padding-top: 10px;
}

.slogan h1 {
    margin: 0 !important;
    font-size: 30px;
}

.slogan h2 {
    font-size: 20px;
}

.special-c {
    color: #364D7D;
}

.enumeration {
    margin-left: 20px;
    padding-bottom: 10px;
}

.img-size {
    width: 90%;
    padding-bottom: 20px;
}

.fsize-2 {
    font-size: 18px;
}

h3 {
    padding-bottom: 10px;
}

.main_content {
    max-width: 900px;
    min-height: calc(100vh - 400px);
    background-color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    padding-bottom: 20px;
    outline: 1px solid #BFBFBF;
    -webkit-box-shadow: 0 10px 10px 5px #A1A1A1;
    box-shadow: 0 10px 10px 5px #A1A1A1;
}

.main_content h1 {
    text-shadow: 2px 4px 5px #586182;
}

.fill-line {
    height: 20px;
}

.footer {
    position: absolute !important;
    width: 100%;
    height: 100px;
    background-color: #22314F;
    margin-top: 20px;
}

.footer p {
    margin-top: 5px;
}

.footer a {
    color: #CEE0F5;
    font-size: 18px;
}