
html {
    background: rgb(19, 28, 40);
}

body {
    background: linear-gradient(0deg, rgba(19, 0, 0, 1) 0%, rgba(229, 8, 12, 1) 100%);
    font-size: 100%;
    font-family: "Catamaran", sans-serif;
    height: 100%;
}

strong {
    font-weight: 700;
}

sup {
    vertical-align: super;
    font-size: 10px;
}

.container {
    background-color: #ffffff;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 30px;
}

h1 {
    font-weight: 700;
    font-size: 32px;
    /*padding-bottom: 25px;*/
    /*color: #555555;*/
    text-align: center;
    /*text-transform: uppercase;*/
}

h2 {
    font-size: 20px;
    font-weight: 700;
    /*color: #555555;*/
    /*line-height: 1.5;*/
    text-align: center;
}

h3 {
    font-size: 20px;
    line-height: 2;
    color: #000000;
}

p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 1.3;
}

p.socialSmall {
    font-size: 100%;
}

.all-buttons {
    margin: 25px auto 20px auto;
    background-color: #E5080CFF;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 18px;
    color: #eff0f8;
    font-family: inherit;
    font-weight: 700;
    border-width: 0px;
    width: 320px;
    text-decoration: none;
    cursor: pointer;
}

.applyNow {
    text-align: center;
}

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

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

footer {
    position: relative;
    text-align: center;
    margin-top: 50px;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;

}

footer a, footer p {
    color: #eeeeee;
    line-height: 1.5;
}

.logoStrap {
    position: relative;
    padding-bottom: 88px;
}

.logoStrap img {
    width: 100%;
}

.menuBar {
    padding: 12px;
    background-color: #E5080CFF;
    position: fixed;
    width: 100%;
    height: 18px;
    z-index: 1000;
}

.menuBar a {
    text-decoration: none;
}

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

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

.innerMenu {
    max-width: 800px;
    margin: 0 auto !important; /* position: fixed; */
}

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

.contentStrap {
    width: 100%;
    position: relative;
    padding: 40px 0 20px 0;
    margin-top: -1px;
}

.imageTop img {
    width: 100%;
}

.imageTop {
    position: relative;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.imageMob {
    display: none;
}

.contentStrap {
}

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

.iframeContent {
    max-width: 1050px;
    margin: 0 auto !important;
    padding: 1%;
}

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

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

.logos {
    text-align: center;
    position: relative;
    padding-top: 25px;
}

.logos img {
    padding: 5px;
    max-width: 250px;
}

@media only screen and (max-width: 600px) {
    button {
        width: 100%;
        max-width: 250px;
    }

    .container {
        top: 0;
    }

    .contentStrap {
        padding-bottom: 0px;
    }

    footer {
        top: 0px;
        text-align: center;
    }

    .logos img {
        width: 100%;
    }

    h1 {
        font-size: 33px;
    }
}

@media only screen and (max-width: 414px) {
    h1 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        font-size: 28px;
    }
}

h1, h2, h3, p {
    padding-top: 20px;
}

.small {
    font-size: 0.9em;
}

.large {
    font-size: 1.5em;
    font-weight: bold;
}
