body {
    margin:0;
    padding: 0;
}

#content {
    padding-top: 50px;
    padding-bottom: 50px;
}
.site-header {
    background-color: #ffffff;
    box-shadow: 0 0 6px rgba(15,15,15,0.6);
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
}
.site-header .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.site-header__top {
    background-color: #95abbc;
    width: 100%;
    height: 49px;
    color: #fff;
    display: flex;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
}

.site-header__top svg {
    display: inline-block;
    line-height: 20px;
    vertical-align: sub;
    margin-right: 7px;
}

a.site-header__top-back,
a:hover.site-header__top-back {
    color: #fff;
    align-self: center;
    text-transform: uppercase;
    text-decoration: none;
}

.site-header__bottom {
    padding 10px 0;
    text-align: center;
    margin-bottom: 10px;
}

.site-header__bottom .logo {
    max-width: 100%;
    max-height: 100px;
}

.site-header__banner-title {
    margin: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    text-align: left;
    letter-spacing: normal;
    align-self: center;
    font-family: 'Libre Baskerville',serif;
}

.site-header__banner {
    background-image: url('/template/assets/images/bg_1.jpg');
    background-size: cover;
    background-position-x: center !important;
    background-position: 50% 50%;
    min-height: 150px;
    max-height: 450px;
    margin-top: 159px;
    overflow-y: hidden;
    display: flex;
    justify-content: center;
    align-items: baseline;
    height: 40vw;
}

.site-footer {
    color: #fff;
    padding: 40px 0 30px;
    background-color: #95abbc;
    left: 0;
    width: 100%;
    z-index: 15;
    margin-top: 10px;
    text-align: center;
}

.site-footer a {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer .footer-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.site-footer .footer-item {
    width: 50%;
    text-align: center;
}

 @media (max-width: 767px) {
    #content {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .site-header__banner-title {
        font-size: 30px;
    }
    .site-footer .footer-item {
        width: 100%;
    }
}
