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

body {
    background: linear-gradient(0deg, rgba(19, 28, 40, 1) 0%, rgba(46, 83, 138, 1) 100%);
    font-size: 100%;
    font-family: "Catamaran", sans-serif;
    height: 100%;
}

strong {
    font-weight: 700;
}

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

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

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

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

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

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

.all-buttons {
    margin: 25px auto 20px auto;
    background-color: #2d5086;
    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: left;
    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: #3a2abb;
    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: #2d5086;
    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;
    }

    .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;
    }
}
