body, html {
    font-size: 0.95rem;
    line-height: 1.3;
    background-image: url('background.png');
}

.static_social ul {
    padding: 0px
}

.static_social ul li a {
    height: 30px;
    width: 30px;
    text-align: center;
    background: #4c65a8;
    color: #fff;
    display: block;
    border-radius: 50%;
    line-height: 30px;
}

.static_social ul li {
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 0px;
}

.container {
    background-color: #ffffff;
    width: 95%;
}

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff !important;
}

.navbar-light .navbar-brand {
    margin-right: 20px;
}

.carousel-caption {
    text-align: left;
    right: 35%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 10px;
}

.bg-dark {
    background-color: #b97a57;
    background-image: url("header.png");
}

.bg-dark.red, footer.bg-dark {
    background-color: #00056b !important;
    background-image: none;
}

.text-line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px; /* fallback */
    max-height: 32px; /* fallback */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;
}

figure.figure {
    width: 100%;
}