
body {
    /* background-image: url(bg.jpg); */
    /*  background-size: cover;
    background-position: center;
    margin: auto;
    background-repeat: no-repeat;
    background-position-y: top;*/
    /* background: url(../img/bg2.jpg) no-repeat center center fixed; */
    background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-size: 100%;
    background-position-y: top;
    font-family: 'Oswald', sans-serif;
    width: 100%;
}

body:after {
    content: "";
    position: fixed; /* stretch a fixed position to the whole screen */
    top: 0;
    height: 150vh; /* fix for mobile browser address bar appearing disappearing */
    left: 0;
    right: 0;
    z-index: -1; /* needed to keep in the background */
    /* background: url(../img/bg2.jpg) no-repeat center center; */
    /* -webkit-background-size: cover; */
    -moz-background-size: cover;
    -o-background-size: cover;
    /* background-size: cover; */
}

strong {

    font-weight: 700;
}

.introSection {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3%; /* padding-left: 12%; *//* padding-right: 5%; */
}

.introSection img {
    max-width: 40%;
    margin: auto;
    padding: 1% 2%;
    float: left;
    display: inline-block; /* clear: right; */
}

.introTextContainer {
    float: right;
    position: relative;
    clear: left;
    width: 55%;
    margin-left: 20px;
    top: 18px; /* display: block; */
}

.introText {
    width: 44%;
    margin-left: auto;
    margin-right: 2%;
    position: relative;
    background-color: rgb(250, 250, 251);
    padding: 20px;
}

.applicationOpen {
    /* margin-bottom: 4%; */
    display: inline-block;
    /* display: -webkit-inline-box; */
    border-bottom: gainsboro;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-margin-top: 10px;
    padding-bottom: 30px;
    padding-top: 40px;
}

.applicationText {
    float: right; /* clear: left; */
    max-width: 45%;
    padding-bottom: 4%; /* padding-top: 0%; *//* margin-bottom: 50px; */
}

.applicationImage {
    width: 50%; /* clear: right; */
    float: left;
}

.applicationImage img {
    width: 100%;
}

h2 {
    font-weight: 700;
    color: #2e2e2e;
    font-size: 28px;
    padding-bottom: 25px;
    line-height: 1.3;
}

h1, h4 {
    font-size: 24px;
    font-weight: 700;
    color: #ba1c21;
    line-height: 1.5;
    padding-bottom: 10px;
}

h4 {
    padding-top: 25px;
}

/*.backgroundPhoto img {

  position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    overflow: auto;
}*/

p {
    font-size: 18px;
    font-weight: 400;
    color: #2e2e2e;
    line-height: 1.3;
}

.all-buttons {
    margin: 25px 0 20px 0;
    background-color: #ba1c21;
    /* border-radius: 50px; */
    padding: 10px 35px;
    font-size: 18px;
    color: #ffffff;
    font-family: inherit;
    /* font-weight: 700; */
    border-width: 0px;
}

.mobButton {
    display: none;
}

button:hover {
    background-color: #d0b02c;
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
    color: #ffffff;
}

button:focus {
    outline-color: #7b2ab9;
}

.menuBar {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #c5c5c5;
}

.menuBar a {
    text-decoration: none;
}

.menuBar a:hover {
    color: #af4731;
    transition: 0.5s;
}

.socialIcons {
    float: right;
    font-size: 25px;
    position: relative;
    bottom: 7px;
}

/*.socialIcons img {

      width: 50px;
    position: relative;
    bottom: 2px;


}*/

.innerMenu {
    max-width: 1100px;
    margin: 0 auto !important;
}

.innerMenu a {
    padding: 5px 10px 5px 0;
    color: white;
}

.contentStrap {
    width: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255, 0.9);
    position: relative;
    margin-top: 15px;
    padding: 40px 0 40px 0;
}

.innerContent {
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 0 20px 0 20px;
}

.innerContent a {
    font-weight: 700;
    color: #8b0000;
}

.innerContent a:hover {
    color: #d0b02c;
    transition: 0.5s;
}

.logos {
    float: right;
    position: relative;
    top: 25px;
}

.logos img {
    padding: 5px;
    width: 100px;
}

iframe {
    margin-top: 30px;
}

.footer {
    position: relative;
    top: 98px;
    padding-left: 1%;
    padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {

    body {
        /* background: url(../img/bg2.jpg) no-repeat center center fixed; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: top;
    }

    .contentStrap {
        width: 100%;
        background-color: rgb(255, 255, 255, 0.8);
        position: relative;
        top: 30%;
        padding: 40px 0 40px 0;
    }
}

@media screen and (max-width: 700px) {

    body {
        /* background: url(../img/bgmob.jpg) no-repeat center center fixed; */
        /* -webkit-background-size: cover; */
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position-y: top;
    }

    body:after {
        content: "";
        position: fixed; /* stretch a fixed position to the whole screen */
        top: 0;
        height: 150vh; /* fix for mobile browser address bar appearing disappearing */
        left: 0;
        right: 0;
        z-index: -1; /* needed to keep in the background */
        /* background: url(../img/bgmob.jpg) no-repeat center center; */
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .contentStrap {
        width: 100%;
        background-color: rgb(255, 255, 255, 0.8);
        position: relative;
        top: 40%;
        padding: 40px 0px 0px 0px;
    }

    .logos {
        float: none;
        text-align: center;
    }

    .all-buttons {
        margin: 25px 0 20px 0;
        background-color: #ba1c21;
        /* border-radius: 50px; */
        padding: 10px 35px;
        font-size: 18px;
        color: #ffffff;
        font-family: inherit;
        /* font-weight: 700; */
        border-width: 0px;
    }

    .mobButton {
        display: inline-block;
    }

    .largeButton {
        display: none;
    }

    .introSection {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 16%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 312px;
    }

    .introSection img {
        max-width: 94%;
    }

    .introText {
        width: 90%;
        margin: 0px;
        position: relative;
        background-color: #ffffff;
        padding: 20px;
        float: left;
        top: 20px;
    }

    .applicationText {
        /* float: right; */
        /* clear: left; */
        max-width: 100%;
        padding-bottom: 4%;
        padding-top: 40px;
    }

    .applicationImage {
        width: 100%;
    }
}
