/*:root {*/
/*    --primary-blue: #008aec;*/
/*    --gradient-red: #ff0000;*/
/*    --gradient-yellow: #ffff00;*/

/*    --hover-yellow: #f4e842;*/
/*    --hover-purple: #7b2ab9;*/

/*    --dark-bg: #0d1323;*/
/*    --menu-purple: #3a2abb;*/

/*    --text-white: #ffffff;*/
/*    --text-light: #eeeeee;*/
/*    --text-grey: #555555;*/
/*    --text-black: #000000;*/
/*}*/

:root {
    --text-primary: #000000;
    --text-secondary: #555555;
    --text-footer: #000000;

    --button-bg: #008aec;
    --button-text: #ffffff;
    --button-hover-bg: #f4e842;
    --button-hover-text: #7b2ab9;
    --button-border: #000000;

    --header-bg: #0d1323;
    --menu-bg: #3a2abb;
    --menu-hover: #7b2ab9;

    --link-base: #008aec;
    --link-hover: #7b2ab9;

    --gradient-start: #ff0000;
    --gradient-end: #ffff00;
}

html {
    height: 100vh;
}

body {
    /*background-color: #0d1323;*/
    background: linear-gradient(to right, var(--gradient-start) 31%, var(--gradient-end) 65%);
    font-size: 100%;
    background-position-y: top;
    font-family: "myriad-pro", sans-serif;
}

header {
    background-color: var(--header-bg);
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    color: var(--text-primary);
    font-size: 80px;
    padding-bottom: 25px;
    text-align: center;
    padding-top: 25px;
}

h2 {
    font-size: 24px;
    font-weight: 700;
    color: var(--text-secondary);
    line-height: 1.5;
    text-align: center;
}

h3 {
    font-size: 30px;
    font-weight: 700;
    /*line-height: 40;*/
    color: var(--text-primary);
    text-align: center;
}

h4 {
    font-weight: 700;
    color: var(--text-primary);
    font-size: 60px;
    padding-bottom: 25px;
    text-align: center;
}

p {
    font-size: 22px;
    font-weight: 400;
    color: var(--text-primary);
    line-height: 1.3;
    text-align: center;
}

.emphasisePara {
    font-weight: 700;
}

.all-button {
    margin: 25px 0 20px 0;
    background-color: var(--button-bg);
    border-radius: 50px;
    padding: 10px 35px;
    font-size: 28px;
    color: var(--button-text);
    font-family: inherit;
    font-weight: 700;
    border: 2px solid var(--button-border);
    cursor: pointer;
}

.mobButton {
    display: none;
}

.all-button:hover {
    background-color: var(--button-hover-bg); /* b6b7bb; */
    -webkit-transition: 0.5s; /* Safari */
    transition: 0.5s;
    color: var(--button-hover-text);
}

button:focus {
    outline-color: var(--button-hover-text);
}

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

footer a, footer p {
    color: var(--text-footer);
    line-height: 1.5;
}

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

.logoStrap img {
    width: 100%;
}

.menuBar {
    padding: 12px;
    background-color: var(--menu-bg);
    position: fixed;
    width: 100%;
    height: 18px;
    z-index: 1000;
}

.menuBar a {
    text-decoration: none;
}

.menuBar a:hover {
    color: var(--menu-hover);
    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: var(--text-primary);
}

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

.imageTop img {
    width: 100%;
    padding: 15px 0 0 0
}

.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: var(--link-base);
}

.innerContent a:hover {
    color: var(--link-hover);
    transition: 0.5s;
}

.mainTextBox {
    border: 2px solid black;
    background: white;
    border-radius: 20px;

}

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

.leftLogo {
    margin-right: 25px;
}

.rightLogo {
    left: 25px;
}

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

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

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

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

@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 {
        font-size: 15px;
        width: 100%;
    }

    .mobButton {
        display: inline-block;
    }

    .largeButton {
        display: none;
    }
}

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

    h1 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }
}
