
html {
    height: 100vh;
}

body {
    background-color: #0d1323;
    font-size: 100%;
    background-position-y: top;
    font-family: "myriad-pro", sans-serif;
}

header {
    background-color: #0d1323;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    color: #ffffff;
    font-size: 80px;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 25px;
}

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

h3 {
    font-size: 30px;
    font-weight: 700;
    /*line-height: 40;*/
    color: #ffffff;
    text-align: center;
}

h4 {
    font-weight: 700;
    color: #ffffff;
    font-size: 60px;
    padding-bottom: 25px;
    text-align: center;
}

p {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.3;
    text-align: center;
}

.emphasisePara {
    font-weight: 700;
}

.all-button {
    margin: 25px 0 20px 0;
    background-color: #008aec;
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 28px;
    color: #ffffff;
    font-family: inherit;
    font-weight: 700;
    border-width: 2px;
    cursor: pointer;
}

.mobButton {
    display: none;
}

button:hover {
    background-color: #f4e842; /* b6b7bb; */
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
    color: #7b2ab9;
}

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

footer {
    background-color: #0d1323;
    position: relative;
    text-align: right;
    /*padding: 15px 0px 15px 25px; !* background-color: #012651; *!*/
    /*top: 59px;*/
    font-size: 12px;
}

footer a, 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;
}

/*.socialIcons img {
      width: 50px;
    position: relative;
    bottom: 2px;
}*/

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

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

/*.innerMenu a:hover {*/
/*    color: fuchsia;*/
/*}*/

.imageTop img {
    width: 100%;
}

.imageTop {
    position: relative;
    z-index: -100; /* height: 400px; */
    /*top: 30px;*/
}

.imageMob {
    display: none;
}

.contentStrap {
    /* background-color: #0d1323); */
}

.innerContent {
    /*background-image: linear-gradient(#be1723,#650608);*/
    max-width: 1000px;
    background-color: #0d1323;
    margin: 0 auto !important;
    padding: 20px 30px 20px 30px;
}

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

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

.logos {
    padding: 12px;
    text-align: center;
}

.leftLogo {
    margin-right: 25px;
}

.rightLogo {
    left: 25px;
}

.logos img {
    padding: 5px;
    max-width: 250px;
    /*max-height: 54px;*/
}

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

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

        h1 {
            font-size: 50px;
        }

        .innerContent {
            margin: 0 auto !important;
            padding: 10px;
        }

        .imageTop {
            display: none;
        }

        .imageMob {
            display: block;
            position: relative;
            z-index: -100; /* height: 400px; */
            /*top: 30px;*/
        }

        .imageMob img {
            width: 100%;
        }

        .contentStrap {
            /*width: 100%;*/
            /*position: relative;*/
            /*!* top: 30%; *!*/
            /*padding: 10px 0 40px 0;*/
        }

        .contentStrap {
            /*background-color: rgba(1, 33, 83);*/
        }

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

        .all-button {
            margin: 25px 0 20px 0;
            background-color: #008aec;
            border-radius: 50px;
            padding: 10px 35px;
            font-size: 15px;
            color: #ffffff;
            font-family: inherit;
            font-weight: 700;
            border-width: 2px;
            width: 100%;
            cursor: pointer;
        }

        .mobButton {
            display: inline-block;
        }

        .largeButton {
            display: none;
        }
    }

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

        h1 {
            font-size: 20px;
        }

        p {
            font-size: 16px;
        }
    }

    .menuBar {
        font-size: 12px;
        height: 10px;
    }

    .socialIcons {
        font-size: 18px;
    }
}
