#content {
    padding-top: 0%;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

#content2 {
    padding-top: 20%;
    text-align: center;
    text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

html {
    height: 100%;
}

body {
    background-size: cover;
    background-color: #89ade1;
    background-position: center;
    font-family: Lato;
    color: white;
    overflow-x: hidden;
    margin: 0px;
    font-size: 14px;
    line-height: 1.42857143;
}

html {
    font-size: 10px;
}


/* #containera {
display: flex;
align-items: center;
height: 200px;
width:100%;
border: 0px solid black;
transform: translateX(200%)

} */

.teamSocial {
    width: 10%;
}

#teamNames {
    text-align: center;
    font-family: "slackey";
    color: #ecc943;
    font-size: 1.5em;
}

#containera {
    transform: translateX(200%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.social40 {
    position: relative;
    width: 30%;
    display: inline-block;
    margin: 2%;
}

#roadmap {
    width: 80%;
}

#footer {
    width: 100%;
}

#header999 {
    width: 40%;
    margin-top: 20%;
}

#teamHeader {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 5%;
    font-size: 6em;
    font-family: "slackey";
    color: #ecc943;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.mapItemContainer {
    width: 40%;
}

@font-face {
    font-family: slackey;
    src: url("/assets/Slackey-Regular.ttf");
}

#topContainer {
    position: relative;
}

.flex {
    /* height: 60vh; */
    display: flex;
    justify-content: center;
    vertical-align: top;
    align-items: center;
}

.section1 {
    /* height: 5000px; */
    overflow-x: clip;
    position: relative;
    background-color: #89ade1;
}

h1 {
    font-weight: 700;
    font-size: 5em;
    position: relative;
}

h2 {
    text-align: center;
    width: 50%;
}

.buttonContainer {
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 360px;
    align-items: center;
    vertical-align: top;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20vh;
    margin-top: 3%;
}

.cloudLeftHouse {
    transform: translate(-25%, -50%);
    overflow: hidden;
    width: 30%;
    height: 50%;
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.cloudRightHouse {
    transform: translate(20%, -56%);
    /* overflow:hidden; */
    width: 25%;
    height: 40%;
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.rightCloud {
    position: absolute;
    top: 8%;
    bottom: 0%;
    margin-bottom: auto;
}

@media screen and (max-width: 1050px) {
    /*mobile*/
    .map {
        content: url(" /assets/mapmobile.PNG");
        display: block;
        height: 100%;
        margin: 0 auto;
        width: 95%;
    }
    .svgContainer {
        width: 70%;
        height: 100%;
        position: absolute;
    }
    .stickyCharWrapper {
        height: 2700px;
        align-items: start;
    }
    .stickyChar {
        position: -webkit-sticky;
        position: sticky;
        top: 90px;
    }
    #description {
        font-family: "arial";
        font-size: 2.6em;
        /* line-height: ; */
        text-align: left;
        margin: 0 auto;
        text-shadow: 2px 2px 4px #000000;
        width: 100%;
        font-weight: 500;
        line-height: 1.4;
    }
    #descriptionHeader {
        font-family: "slackey";
        font-size: 4em;
        padding-bottom: 20px;
        color: #ecc943;
        text-align: left;
        width: 100%;
        text-shadow: 2px 2px 4px #000000;
    }
    #largeChar {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 3vh;
        /* margin-left:10%; */
    }
    #charContainer {
        margin-left: 8%;
        margin-right: 8%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    #arrowWrapper {
        margin: 0 auto;
        margin-top: 15vh;
        margin-bottom: 8vh;
        width: 20%;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    .headerLogo {
        margin-top: 25vh;
        position: relative;
        width: 100%;
        max-height: 50vh;
    }
    .stack-top {
        overflow: hidden;
    }
    .headerMargin {
        margin-top: 10%;
    }
    #previewImages {
        text-align: center;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
        margin: 0 auto;
        width: 90%;
        margin-top: 5%;
    }
    #header50 {
        width: 60%;
        /* text-align:left; */
        /* height:100%; */
        /* margin-top:20%; */
    }
    .social {
        position: relative;
        width: 12%;
        padding-left: 2%;
        padding-right: 2%;
        display: inline-block;
        margin: 2%;
    }
    #socialContainer {
        margin-top: 5%;
        width: 100%;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    #roadmapHeader {
        width: 100%;
        margin-top: 10%;
        font-size: 7em;
        margin-bottom: 6vh;
        font-family: "slackey";
        color: #ecc943;
    }
    .marginTop {
        margin-top: 8vh;
    }
    .mapContents {
        display: flex;
        vertical-align: top;
        flex-direction: column;
        /* margin-left: auto; */
        width: 70%;
        /* width: 420px; */
    }
    #mapDescription {
        font-family: "arial";
        font-size: 2.7em;
        font-weight: 550;
        text-align: left;
        padding-left: 4%;
        color: black;
        /* margin-left: 5%; */
        /* text-shadow: 2px 2px 4px #000000; */
        width: 100%;
        line-height: 1.1;
    }
    .mapItem {
        margin-top: 350px;
        /* height: 254px; */
        z-index: 5;
    }
    .mapImg {
        width: 20%;
        height: 20%;
        display: flex;
        justify-content: flex-end;
        vertical-align: top;
        align-items: flex-end;
        /* margin-left: auto; */
    }
    #mapHeader {
        font-family: "slackey";
        font-size: 3.5em;
        font-weight: 550;
        color: #ecc943;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
        margin-left: 2%;
        width: 100%;
    }
    .mapWrapper {
        /* width: 1100px; */
        width: 100%;
        height: 4200px;
        margin: 0 auto;
    }
    .mapWrapperImage {
        /* width: 1100px; */
        width: 100%;
        height: 4500px;
        margin: 0 auto;
    }
    .mapContainer {
        /* width: 1100px; */
        width: 70%;
        height: 3200px;
        margin: 0 auto;
        margin-top: 300px;
        /* margin-bottom: 900px;; */
    }
    .mapImageContainer {
        position: absolute;
        height: 3500px;
        vertical-align: top;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0px;
        z-index: 4;
    }
    .stickyNM {
        position: -webkit-sticky;
        position: sticky;
        top: -250px;
    }
    #teamImages {
        text-align: center;
        /* margin:0 auto; */
        width: 70%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    .teamColumn {
        text-align: center;
        /* margin:0 auto; */
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
        align-content: center;
    }
    .member {
        position: relative;
        width: 100%;
        display: inline-block;
        margin: 2%;
        font-size: 2.2em;
        margin-bottom: 5vh;
    }
    .charCloud {
        display: block;
        width: 55%;
    }
    .cloudWidth20 {
        width: 40%;
    }
    .cloudWidth30 {
        width: 60%;
    }
    .bottomCloud {
        position: absolute;
        top: 0;
        bottom: 15vh;
        margin-top: auto;
    }
    .cloudWidth10 {
        width: 0%;
    }
    .top8 {
        position: absolute;
        bottom: 0%;
        margin-bottom: auto;
    }
    #clouds {
        width: 100%;
        height: 100%;
        animation: mymove 29s infinite;
    }
    #cloudsSmall {
        width: 60%;
        height: 60%;
        animation: mymove 12s infinite;
    }
}

.cloudWidth15 {
    width: 15%;
}

@media screen and (min-width: 1050px) {
    .title {
        font-size: 80%;
    }
    #clouds {
        width: 50%;
        height: 50%;
        animation: mymove 29s infinite;
    }
    #cloudsSmall {
        width: 20%;
        height: 20%;
        animation: mymove 12s infinite;
    }
    .descriptionWrapper {
        width: 50%;
    }
    .left25 {
        margin-left: 25%;
    }
    .top8 {
        position: absolute;
        top: 8%;
        bottom: 0%;
        margin-bottom: auto;
        margin-right: 100px;
    }
    .cloudWidth10 {
        width: 10%;
    }
    .bottomCloud {
        position: absolute;
        top: 0;
        bottom: 3%;
        margin-top: auto;
    }
    .cloudWidth30 {
        width: 30%;
    }
    .cloudWidth20 {
        width: 20%;
    }
    .charCloud {
        display: block;
        width: 25%;
    }
    .member {
        position: relative;
        width: 15%;
        display: inline-block;
        margin: 2%;
        font-size: 2em;
    }
    #teamImages {
        text-align: center;
        /* margin:0 auto; */
        width: 70%;
        margin: 0 auto;
    }
    .mapWrapper {
        /* width: 1100px; */
        width: 100%;
        height: 3000px;
        margin: 0 auto;
    }
    .mapWrapperImage {
        /* width: 1100px; */
        width: 100%;
        height: 3300px;
        margin: 0 auto;
    }
    #mapHeader {
        font-family: "slackey";
        font-size: 2.5em;
        font-weight: 550;
        color: #ecc943;
        text-align: left;
        text-shadow: 2px 2px 4px #000000;
        margin-left: 2%;
        width: 100%;
    }
    .mapImg {
        width: 10%;
        height: 10%;
        display: flex;
        justify-content: flex-end;
        vertical-align: top;
        align-items: flex-end;
        /* margin-left: auto; */
    }
    .mapItem {
        margin-top: 100px;
        height: 254px;
        z-index: 5;
    }
    #mapDescription {
        font-family: "arial";
        font-size: 1.4em;
        font-weight: 550;
        text-align: left;
        padding-left: 4%;
        color: black;
        /* margin-left: 5%; */
        /* text-shadow: 2px 2px 4px #000000; */
        width: 100%;
        line-height: 1.1;
    }
    .mapContents {
        display: flex;
        vertical-align: top;
        flex-direction: column;
        /* margin-left: auto; */
        width: 40%;
        /* width: 420px; */
    }
    .map {
        display: block;
        height: 100%;
        margin: 0 auto;
        width: 50%;
    }
    #roadmapHeader {
        width: 100%;
        margin-top: 10%;
        font-size: 4em;
        font-family: "slackey";
        color: #ecc943;
    }
    .stickyCharWrapper {
        height: 1700px;
        align-items: start;
    }
    .stickyChar {
        position: -webkit-sticky;
        position: sticky;
        top: 50px;
    }
    #description {
        font-family: "arial";
        font-size: 2.0em;
        text-align: left;
        padding-left: 10%;
        /* margin-left: 5%; */
        text-shadow: 2px 2px 4px #000000;
        width: 100%;
    }
    #descriptionHeader {
        font-family: "slackey";
        font-size: 3.5em;
        color: #ecc943;
        text-align: left;
        margin-left: 8.5%;
        width: 80%;
        text-shadow: 2px 2px 4px #000000;
    }
    #largeChar {
        width: 50%;
    }
    #charContainer {
        margin-left: 16%;
        margin-right: 16%;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    #arrowWrapper {
        margin: 0 auto;
        height: 30vh;
        width: 10%;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    #socialContainer {
        margin-left: 10%;
        margin-right: 10%;
        display: flex;
        justify-content: center;
        vertical-align: top;
        align-items: center;
    }
    .social {
        position: relative;
        width: 15%;
        display: inline-block;
        margin: 2%;
    }
    .headerLogo {
        position: relative;
        margin-top: 5vh;
        height: 60vh;
        max-height: 50%;
    }
    h1 img {
        margin-top: 5vh;
        height: 60vh;
        max-height: 50%;
    }
    .stack-top {
        /* z-index: 1; */
        /* margin-top:10%; */
        overflow: hidden;
    }
    #previewImages {
        text-align: center;
        display: flex;
        /* justify-content: center; */
        justify-content: space-between;
        vertical-align: top;
        align-items: center;
        margin: 0 auto;
        width: 90%;
        /* margin-top:20%; */
        margin-top: 3%;
    }
    #header50 {
        width: 30%;
        /* text-align:left; */
        /* height:100%; */
        /* margin-top:20%; */
    }
    .mapContainer {
        /* width: 1100px; */
        width: 35%;
        height: 2000px;
        margin: 0 auto;
        margin-top: 300px;
        /* margin-bottom: 900px;; */
    }
    .svgContainer {
        width: 35%;
        height: 100%;
        position: absolute;
    }
    .mapImageContainer {
        position: absolute;
        height: 2300px;
        vertical-align: top;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0px;
        z-index: 4;
    }
    .stickyNM {
        position: -webkit-sticky;
        position: sticky;
        top: -200px;
    }
}

#smallImg {
    width: 90%;
    height: 90%;
    z-index: 2;
}

#arrow {
    width: 90%;
    z-index: 2;
}

#prev,
#next {
    width: 90%;
    height: 90%;
    z-index: 3;
}

.behindChar {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: end;
    vertical-align: top;
    align-items: center;
    position: absolute;
}

.behindCharNM {
    display: flex;
    justify-content: end;
    vertical-align: top;
    align-items: flex-start;
    position: absolute;
}

.balloonWrapper {
    margin-left: 10%;
    margin-right: 2%;
    width: 25%;
    display: flex;
    justify-content: end;
    vertical-align: top;
    align-items: center;
}

.behindSvg {
    display: block;
    height: 100%;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.behindMap {
    display: block;
    height: 100%;
    z-index: 4;
    /* animation: mymove 25s infinite; */
}

.behind {
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.cloudRight {
    transform: translate(30%, 50%);
    overflow: hidden;
    width: 30%;
    height: 50%;
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.windRight {
    transform: translate(-15%, -40%) rotate(10deg);
    overflow: hidden;
    width: 30%;
    height: 50%;
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.cloudLeft {
    /* transform:translate(-15%,-40%); */
    overflow: hidden;
    width: 30%;
    height: 50%;
    display: block;
    z-index: 3;
    /* animation: mymove 25s infinite; */
}

.slider {
    width: 95%;
    /* height: 200px; */
    z-index: 9;
}

.wrapper {
    overflow: hidden;
    position: relative;
    background: none;
    z-index: 9;
}

#items {
    flex-shrink: 0;
    width: 12000px;
    position: relative;
    top: 0;
    left: 0px;
}

#items.shifting {
    transition: left .8s ease-out;
}

.slide {
    width: 4%;
    margin-right: 30px;
    /* height: 200px; */
    cursor: pointer;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 1s;
    position: relative;
    background: none;
}

.front {
    display: block;
    z-index: 5;
    position: relative;
}

#centered {
    display: flex;
    justify-content: center;
    vertical-align: top;
    align-items: center;
    margin-top: 2%;
}

.Gallery {
    margin-top: 20vh;
}

.button {
    background: none;
    /* Green */
    border: none;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.buttonLeft {
    margin-right: 140px;
}

#butRight {
    display: flex;
    justify-content: right;
    vertical-align: top;
    align-items: right;
    margin-top: 2%;
}

.behindContainer {
    width: 100%;
    position: absolute;
}

.behindContainer2 {
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
}

.behindContainer3 {
    width: 100%;
    position: absolute;
    display: flex;
}

.midCloud {
    position: absolute;
    top: 0;
    bottom: 3%;
    margin-top: auto;
    margin-bottom: auto;
}

.midCloudMap {
    position: absolute;
    top: 10%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: auto;
}

.midCloudMap2 {
    position: absolute;
    top: 60%;
    bottom: 0%;
    margin-top: auto;
    margin-bottom: auto;
}

#butLeft {
    display: flex;
    justify-content: left;
    vertical-align: bottom;
    align-items: left;
    margin-top: 27%;
    transform: rotate(-2deg)
}

#butLeftTop {
    display: flex;
    justify-content: left;
    vertical-align: bottom;
    align-items: left;
    margin-top: -20%;
}

#butNM {
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    vertical-align: top;
    align-items: center;
}

#charClouds {
    margin-left: 10%;
    margin-right: 10%;
    height: 100%;
    display: flex;
    justify-content: center;
    vertical-align: top;
    align-items: center;
}

.mapRight {
    display: flex;
    justify-content: flex-end;
    vertical-align: top;
    align-items: flex-end;
    /* margin-left: auto; */
    width: 100%;
}

.mapLeft {
    display: flex;
    justify-content: flex-start;
    vertical-align: top;
    align-items: flex-start;
    /* margin-left: auto; */
    width: 100%;
}

.mapLeftBottom {
    display: flex;
    justify-content: flex-start;
    vertical-align: top;
    align-items: flex-end;
    /* margin-left: auto; */
    width: 100%;
}

#item2 {
    height: 294px;
}

.fade-in-image {
    animation: fadeIn 1.3s;
    -webkit-animation: fadeIn 1.3s;
    -moz-animation: fadeIn 1.3s;
    -o-animation: fadeIn 1.3s;
    -ms-animation: fadeIn 1.3s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.box {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}

.box2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* z-index: 2; */
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.stack-top2 {
    z-index: 3;
    overflow: hidden;
}

.animate {
    position: absolute;
    width: 50%;
    margin-left: -10%;
    top: 0;
    left: 0;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 35s;
    animation-timing-function: linear;
}

.animateBL {
    position: absolute;
    width: 50%;
    transform: translate(0%, 115%);
    top: 0;
    left: 0;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 55s;
    animation-timing-function: linear;
}

.animateLR {
    position: absolute;
    width: 50%;
    transform: translate(130%, 30%);
    top: 0;
    left: 0;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 55s;
    animation-timing-function: linear;
}

.animateBR {
    position: absolute;
    width: 50%;
    transform: translate(90%, 180%);
    top: 0;
    left: 0;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 25s;
    animation-timing-function: linear;
}

.animate2 {
    position: absolute;
    padding-top: 15%;
    margin-left: 0%;
    width: 50%;
    left: 100;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 32s;
    animation-timing-function: linear;
}

@keyframes indicator-load {
    from {
        left: 0px;
    }
    to {
        left: 100%;
    }
}

.animate3 {
    position: absolute;
    padding-top: 5%;
    margin-left: 16%;
    width: 50%;
    left: 100;
    animation: infinite;
    animation-name: indicator-load;
    animation-duration: 17s;
    animation-timing-function: linear;
}

@keyframes mymove {
    from {
        left: 0px;
    }
    to {
        left: 100%;
    }
}

hr {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}