﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */

.body-background {
    background-size: cover;
    background-repeat: repeat-y;
    z-index: 100000;
    backdrop-filter: blur(5px);
    background-attachment: fixed
}
.vc_custom_1501780757210 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top-width: 1px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #1a1c27 !important;
    border-top-color: #065cac !important;
    border-top-style: solid !important;
}
.vc_row:nth-child(2) {
    z-index: 99;
}
.full-width-section {
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    background-position: center;
    margin-left: -50%;
    padding-left: 50%;
    padding-right: 50%;
    width: 100%;
    position: relative;
    z-index: 0;
    visibility: hidden;
    overflow: hidden;
}
.footer {
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

.background1 {
    background-size: 100%;
    background-repeat: no-repeat;

    z-index: 100000;
    height: 390px;
    width: 500px;
}

#disclaimerS1 {
    display: block;
}
#disclaimerS2 {
    display: none;
}

@media (max-width: 600px) {
    #disclaimerS1 {
        display: none;
    }
    #disclaimerS2 {
        display: block;
    }
    .background1 {
        height: 180px;
    }
}