@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
@font-face {
    font-family: mplus;
    src: url('../font/mplus-1mn-regular.ttf')
}


/* Base Styles
********************************************************************* */

html {
    font-size: 62.5%;
}

body {
    font-size: 1.5em;
    line-height: 1.6;
    font-weight: 400;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    color: #1EAEDB;
    margin: 0;
    margin-right: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.rectangle {
    height: 70px;
    width: 300px;
    position: absolute;
    z-index: 10000;
    bottom: 0;
    right: 0;
    background-color: #b7202e;
}

.rectangle1 {
    height: 380px;
    width: 70px;
    position: absolute;
    z-index: 10000;
    bottom: 0;
    right: 0;
    background-color: #b7202e;
}

.square {
    height: 70px;
    width: 70px;
    position: absolute;
    z-index: 10000;
    bottom: 0;
    right: 300px;
    background-color: #ed1c24;
}


/* Grid
********************************************************************* */

.containerHeader {
    position: relative;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/*.block {
    width: 200px;
    height: 2px;
    background: #e55d87;
    !* Old browsers *!
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    margin-bottom: 50px;
    margin: auto;
    padding-bottom: 4px;
}*/

.block1 {
    width: 100px;
    height: 1px;
    background: #e55d87;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    margin-bottom: 50px;
    margin: auto;
    padding-bottom: 4px;
}

.block2 {
    width: 70px;
    height: 2px;
    background: #e55d87;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    margin-bottom: 20px;
}


/* For devices larger than 400px */

@media (min-width: 400px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
        padding: 0;
    }
}


/* For devices larger than 550px */

@media (min-width: 550px) {
    body {
        overflow-x: hidden;
    }
    .container {
        width: 100%;
    }
    .column,
    .columns {
        margin-left: 4%;
    }
    .column:first-child,
    .columns:first-child {
        margin-left: 0;
    }
    .one.column,
    .one.columns {
        width: 4.66666666667%;
    }
    .two.columns {
        width: 13.3333333333%;
    }
    .three.columns {
        width: 22%;
    }
    .four.columns {
        width: 30.6666666667%;
    }
    .five.columns {
        width: 39.3333333333%;
    }
    .six.columns {
        width: 48%;
    }
    .seven.columns {
        width: 56.6666666667%;
    }
    .eight.columns {
        width: 65.3333333333%;
    }
    .nine.columns {
        width: 74.0%;
    }
    .ten.columns {
        width: 82.6666666667%;
    }
    .eleven.columns {
        width: 91.3333333333%;
    }
    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }
    .one-third.column {
        width: 30.6666666667%;
    }
    .two-thirds.column {
        width: 65.3333333333%;
    }
    .one-half.column {
        width: 48%;
    }
    /* Offsets */
    .offset-by-one.column,
    .offset-by-one.columns {
        margin-left: 8.66666666667%;
    }
    .offset-by-two.column,
    .offset-by-two.columns {
        margin-left: 17.3333333333%;
    }
    .offset-by-three.column,
    .offset-by-three.columns {
        margin-left: 26%;
    }
    .offset-by-four.column,
    .offset-by-four.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-five.column,
    .offset-by-five.columns {
        margin-left: 43.3333333333%;
    }
    .offset-by-six.column,
    .offset-by-six.columns {
        margin-left: 52%;
    }
    .offset-by-seven.column,
    .offset-by-seven.columns {
        margin-left: 60.6666666667%;
    }
    .offset-by-eight.column,
    .offset-by-eight.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-nine.column,
    .offset-by-nine.columns {
        margin-left: 78.0%;
    }
    .offset-by-ten.column,
    .offset-by-ten.columns {
        margin-left: 86.6666666667%;
    }
    .offset-by-eleven.column,
    .offset-by-eleven.columns {
        margin-left: 95.3333333333%;
    }
    .offset-by-one-third.column,
    .offset-by-one-third.columns {
        margin-left: 34.6666666667%;
    }
    .offset-by-two-thirds.column,
    .offset-by-two-thirds.columns {
        margin-left: 69.3333333333%;
    }
    .offset-by-one-half.column,
    .offset-by-one-half.columns {
        margin-left: 52%;
    }
}


/* Typography
********************************************************************* */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
    color: black;
    text-align: center;
    font-weight: 300;
}

h1 {
    font-size: 4.0rem;
    line-height: 1.2;
    letter-spacing: -.1rem;
}

h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}

h3 {
    font-size: 3.0rem;
    line-height: 1.3;
    letter-spacing: -.1rem;
}

.event {
    color: black;
    font-weight: bold;
}

h4 {
    font-size: 2.4rem;
    line-height: 1.35;
    letter-spacing: -.08rem;
}

h5 {
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -.05rem;
}

h6 {
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0;
}


/* Larger than phablet */

@media (min-width: 550px) {
    body {
        overflow-x: hidden;
    }
    h1 {
        font-size: 5.0rem;
    }
    h2 {
        font-size: 4.2rem;
    }
    h3 {
        font-size: 3.6rem;
    }
    h4 {
        font-size: 3.0rem;
    }
    h5 {
        font-size: 2.4rem;
    }
    h6 {
        font-size: 1.5rem;
    }
}

p {
    color: black;
    text-align: center;
    margin-top: 0;
}

.forFooter {
    text-align: center;
}


/* Links
********************************************************************* */

a {
    color: rgb(255, 255, 255);
    line-height: 1.5;
    letter-spacing: 1px;
}

a:hover {
    color: #0FA0CE;
}


/* Header Section
********************************************************************* */

header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    right: 0;
    height: 0vh;
    background: #e55d87;
    background: -moz-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: -webkit-linear-gradient(-45deg, #e55d87 0%, #5fc3e4 100%);
    background: linear-gradient(135deg, #e55d87 0%, #5fc3e4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#e55d87', endColorstr='#5fc3e4', GradientType=1);
}

div#logo {
    position: relative;
    top: -26px;
    left: -210px;
}

div#logo img {
    width: 70px;
    height: 70px;
}

div#logo1 {
    position: relative;
    top: -16px;
    left: 210px;
}

div#logo1 img {
    width: 55px;
    height: 55px;
}

.main_nav nav {
    display: flex;
}

.title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding: 2rem;
    max-width: 960px;
    text-align: center;
}

.title .smallsep {
    background: #fff;
    height: 2px;
    width: 70px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.title h1 {
    font-size: 80px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.85;
    margin-bottom: 28px;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
}

.title h2 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 50px;
}


/* @media only screen and (max-height: 700px) {
    body {
        overflow-x: hidden;
    }
    .title h1 {
        font-size: 80px;
    }
} */

.title p {
    max-width: 600px;
    margin: 0 auto;
    line-height: 150%;
}


/* @media only screen and (max-width: 500px) {
    body {
        overflow-x: hidden;
    }
    .title h1 {
        font-size: 65px;
    }
} */

.title .icon {
    color: #FFFFFF;
    font-size: 50px;
}

.main_nav {
    position: fixed;
    top: 0px;
    max-height: 70px;
    z-index: 999;
    width: 100%;
    padding-top: 17px;
    background: none;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    top: -100px;
    padding-bottom: 6px;
}


/* @media only screen and (max-width: 766px) {
    body {
        overflow-x: hidden;
    }
    .main_nav {
        padding-top: 25px;
    }

    .open-nav {
        max-height: 400px !important;
    }
} */

.sticky {
    background-color: #37517e;
    opacity: 1;
    top: 0px;
}

nav {
    width: 100%;
    margin-top: 5px;
}


/* @media only screen and (max-width: 766px) {
    body {
        overflow-x: hidden;
    }
    nav {
        width: 100%;
    }
}

nav ul {
    list-style: none;
    overflow: hidden;
    text-align: center;
}

@media only screen and (max-width: 766px) {
    body {
        overflow-x: hidden;
    }
    nav ul {
        padding-top: 0px;
        margin-bottom: 22px;
        text-align: center;
        width: 100%;
    }
} */

nav ul li {
    display: inline-block;
    margin-left: 30px;
    line-height: 1.5;
    letter-spacing: 1px;
}


/* @media only screen and (max-width: 766px) {
    body {
        overflow-x: hidden;
    }
    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }

    nav ul li:first-child {
        margin-top: 70px;
    }
} */

nav ul a {
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
}

nav ul a:hover {
    color: #CFCFCF;
}

.mobile-toggle {
    display: none;
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 22px;
    top: 0;
    width: 30px;
}

@media only screen and (max-width: 500px) {
    body {
        overflow-x: hidden;
    }
    .title h1 {
        font-size: 65px;
    }
    .rectangle1 {
        width: 50px;
        height: 200px;
        bottom: 45px;
    }
    .rectangle {
        width: 150px;
        height: 50px;
        bottom: 45px;
    }
    .square {
        width: 50px;
        height: 50px;
        bottom: 45p;
    }
}

@media only screen and (max-height: 700px) {
    body {
        overflow-x: hidden;
    }
    .title h1 {
        font-size: 80px;
    }
}

@media only screen and (max-width: 966px) {
    body {
        overflow-x: hidden;
    }
    .main_nav {
        padding-top: 25px;
    }
    .open-nav {
        max-height: 400px !important;
    }
    nav {
        width: 100%;
    }
    nav ul {
        padding-top: 0px;
        margin-bottom: 22px;
        /* margin-right: 80px; */
        text-align: center;
        width: 100%;
    }
    nav ul li {
        width: 100%;
        padding: 7px 0;
        margin: 0;
    }
    nav ul li:first-child {
        margin-top: 70px;
    }
    div#logo {
        transform: translateY(-9%) translateX(15%);
        top: 0px;
        left: 0px;
    }
    .mobile-toggle {
        display: block;
    }
}

.mobile-toggle span {
    width: 30px;
    height: 4px;
    margin-bottom: 6px;
    background: white;
    display: block;
}

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 5vh;
    display: block;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    z-index: 9;
    -webkit-transform: translate(-50%, 0%) rotate(45deg);
    -moz-transform: translate(-50%, 0%) rotate(45deg);
    transform: translate(-50%, 0%) rotate(45deg);
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    -moz-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite;
}


/* footer*/

body .footer {
    z-index: 1;
    --footer-background: #37517e;
    display: grid;
    position: relative;
    grid-area: footer;
    min-height: 12rem;
    width: 100%;
}

body .footer .bubbles {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1rem;
    background: var(--footer-background);
    -webkit-filter: url("#blob");
    filter: url("#blob");
}

body .footer .bubbles .bubble {
    position: absolute;
    left: var(--position, 50%);
    background: var(--footer-background);
    border-radius: 100%;
    -webkit-animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    animation: bubble-size var(--time, 4s) ease-in infinite var(--delay, 0s), bubble-move var(--time, 4s) ease-in infinite var(--delay, 0s);
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

body .footer .content {
    z-index: 2;
    display: grid;
    grid-template-rows: 1fr auto;
    /* grid-gap: 4rem; */
    padding: 2rem;
    background: var(--footer-background);
    font-size: 5px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    align-items: flex-start;
}

body .footer .content a,
body .footer .content p {
    color: #F5F7FA;
    text-decoration: none;
}

body .footer .content b {
    color: white;
}

body .footer .content p {
    margin: 0;
    font-size: 1.25rem;
}

body .footer .content>div {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    vertical-align: top;
    flex-basis: 33%;
    flex-grow: 0;
}

body .footer .content>div>p {
    text-align: center;
}

body .footer .content>div>div {
    /* margin: 0.25rem 0; */
    display: -webkit-box;
    /* display: flex; */
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    flex-basis: 33%;
    flex-grow: 0;
}

body .footer .content>div>div>* {
    margin-right: .5rem;
    color: #F5F7FA;
    text-decoration: none;
}

body .footer .content>div .image {
    align-self: center;
    width: 4rem;
    height: 4rem;
    margin: 0.25rem 0;
    background-size: cover;
    background-position: center;
}

@media only screen and (max-width: 320px) {
    body {
        overflow-x: hidden;
    }
    body .footer .content>div>div {
        /* margin: 0.25rem 0; */
        display: -webkit-box;
        /* display: flex; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        flex-basis: 100%;
        flex-grow: 0;
    }
    body .footer .content>div {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        vertical-align: top;
        flex-basis: 100%;
        flex-grow: 0;
    }
}

@media only screen and (max-width: 900px) {
    body {
        overflow-x: hidden;
    }
    body .footer .content>div>div {
        /* margin: 0.25rem 0; */
        display: -webkit-box;
        /* display: flex; */
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-flow: row wrap;
        flex-basis: 100%;
        flex-grow: 0;
    }
    body .footer .content>div {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        vertical-align: top;
        flex-basis: 100%;
        flex-grow: 0;
    }
}

@-webkit-keyframes bubble-size {
    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }
    100% {
        width: 0rem;
        height: 0rem;
    }
}

@keyframes bubble-size {
    0%,
    75% {
        width: var(--size, 4rem);
        height: var(--size, 4rem);
    }
    100% {
        width: 0rem;
        height: 0rem;
    }
}

@-webkit-keyframes bubble-move {
    0% {
        bottom: -4rem;
    }
    100% {
        bottom: var(--distance, 10rem);
    }
}

@keyframes bubble-move {
    0% {
        bottom: -4rem;
    }
    100% {
        bottom: var(--distance, 10rem);
    }
}

.logo {
    height: 30px;
    width: 30px;
}