@charset "UTF-8";

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
        font-size: 11px;
    }
}

* {
    box-sizing: border-box;
}

body {
    font-family: Montserrat, sans-serif;
    margin: 0;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 1px;
    left: 1px;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 1px;
    right: 1px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(
		-50%, -50%
	);
}

/* Bottom Right */
.bottomright {
    position: absolute;
    bottom: 8px;
    right: 16px;
    font-size: 18px;
}

/* Bottom Left */
.bottomleft {
    position: absolute;
    bottom: 8px;
    left: 16px;
    font-size: 18px;
}

/* Bottom center */
.bottomcenter {
    position: absolute;
    bottom: 1px;
    left: 50%;
    font-size: 12px;
    margin-left: -50% !important;
    width: 100%;
    text-align: centered;
}

.containermain {
    position: relative;
    text-align: center;
    color: white;
}

.buttonmain {
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;

    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

.buttonmainsmall {
    border: none;
    color: white;
    padding: 4px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s;

    /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 8px;
}

.buttonmain1 {
    background-color: #0a1334;
}

.buttonmain1:hover {
    background-color: #3b425d;
    color: white;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.buttonmain2 {
    background-color: #ff0000;
}

.buttonmain2:hover {
    background-color: #008CBA;
    color: white;
}

.toprightmargin {
    margin-top: 10px;
    margin-right: 20px;
}

.disclaimer {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400;
    color: #000000;
    border: 1px solid #1A315C;
    max-width: 392px;
    padding: 15px;
    margin: 0 auto;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 70px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 8px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-google {
    background: #dd4b39;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-pinterest {
    background: #cb2027;
    color: white;
}

.fa-snapchat-ghost {
    background: #fffc00;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
    background: #00aff0;
    color: white;
}

.fa-android {
    background: #a4c639;
    color: white;
}

.fa-dribbble {
    background: #ea4c89;
    color: white;
}

.fa-vimeo {
    background: #45bbff;
    color: white;
}

.fa-tumblr {
    background: #2c4762;
    color: white;
}

.fa-vine {
    background: #00b489;
    color: white;
}

.fa-foursquare {
    background: #45bbff;
    color: white;
}

.fa-stumbleupon {
    background: #eb4924;
    color: white;
}

.fa-flickr {
    background: #f40083;
    color: white;
}

.fa-yahoo {
    background: #430297;
    color: white;
}

.fa-soundcloud {
    background: #ff5500;
    color: white;
}

.fa-reddit {
    background: #ff5700;
    color: white;
}

.fa-rss {
    background: #ff6600;
    color: white;
}

.buttonwidth {
    min-width: 50px;
}

.toplogocover {
    max-width: 170px;
    margin-top: 20px;
    margin-left: 20px;
    text-align: left;
}

.topmainback {
    background-color: rgba(0, 0, 0, 0.62);
    padding-left: 5px;
    border-left-width: 10px !important;
    border-left-color: #ff0000;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    padding-right: 5px;
}

.toplogomain {
    font-size: 24px;
    line-height: 1;
    text-align: left;
    font-weight: bold;
}

.bannerheader {
    margin: auto;
    width: 500px;
    background-color: rgba(0, 0, 0, 0.28);
}

.bannerheadertext {
    font-size: 32px;
    font-weight: bold;
}

@media screen and (min-width: 1px) and (max-width: 420px) {
    .buttonwidth {
        min-width: 20px;
    }

    .buttonmainsmall {
        padding: 4px 6px;
    }

    .bottomcenter {
        margin-left: -53% !important;
    }

    .buttonmain {
        padding: 10px 16px;
        font-size: 12px;
    }

    .toplogomain {
        font-size: 9px;
        line-height: ;
        letter-spacing: 0px;
    }

    .toplogocover {
        margin-top: 10px;
        margin-left: 10px;
        max-width: 75px;
    }

    .toprightmargin {
        margin-top: 10px;
        margin-right: 10px;
    }

    .topmainback {
        line-height: 80%;
    }

    .bannerheader {
        margin: auto;
        width: 220px;
        background-color: rgba(0, 0, 0, 0.28);
    }

    .bannerheadertext {
        font-size: 12px;
        font-weight: bold;
    }

    .videoframe {
        height: calc( 245vw * .18);
    }
}

@media screen and (min-width: 420px) and (max-width: 812px) {
    .toplogocover {
        max-width: 140px;
        margin-top: 20px;
        margin-left: 20px;
        text-align: left;
    }

    .topmainback {
        background-color: rgba(0, 0, 0, 0.62);
        padding-left: 5px;
        border-left-width: 10px !important;
        border-left-color: #ff0000;
        border-top-width: 0;
        border-right-width: 0;
        border-bottom-width: 0;
        padding-right: 5px;
        line-height: 90%;
    }

    .toplogomain {
        font-size: 14px;
        line-height: ;
        text-align: left;
        font-weight: bold;
    }

    .bannerheader {
        margin: auto;
        width: 280px;
        background-color: rgba(0, 0, 0, 0.28);
    }

    .bannerheadertext {
        font-size: 18px;
        font-weight: bold;
    }

    .videoframe {
        height: calc( 245vw * .18);
    }

    .buttonmain {
        padding: 12px 20px;
        font-size: 18px;
    }
}

@media screen and (min-width: 1200px) {
    .toplogomain {
        font-size: 36px;
        line-height: ;
        letter-spacing: 0px;
    }

    .toplogocover {
        margin-top: 20px;
        max-width: 295px;
    }

    .topmainback {
        line-height: 90%;
    }

    .bannerheader {
        margin: auto;
        width: 750px;
        background-color: rgba(0, 0, 0, 0.28);
    }

    .bannerheadertext {
        font-size: 48px;
        font-weight: bold;
    }

    .buttonmain {
        padding: 15px 32px;
        font-size: 48px;
        margin: 4px 2px;
        border-radius: 16px;
    }

    .buttonmain1:hover {
        background-color: #3b425d;
        color: white;
        box-shadow: 0 14px 19px 0 rgba(0,0,0,0.26),0 20px 55px 0 rgba(0,0,0,0.23);
    }
}