/* font-family: 'Raleway', sans-serif; */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
}

body {
    background-color: #ffffff;
    /* #D7ECFD;*/
    margin: 0 auto;
    overflow-x: hidden;
    font-family: 'Noto Sans Display', sans-serif;
    color: #00177F;
}

#preload {
    display: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}
#preload img {
    width: 1px;
    height: 1px;
    visibility: hidden;
}

.wrapper {
    position: absolute;
    background-color: #D7ECFD;
    /* background-image: url('../images/guide.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat; */
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

#tooSmall {
    position: fixed;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20000;
    background-color: #D7ECFD;
    color: #00177F;
    font-size: 24px;
    line-height: 1.25;
    padding: 2rem;
}

section {
    position: relative;
    display: flex;
    flex-direction: column;
    /* align-items: center;
    justify-content: center; */
    width: 100%;
    max-width: 1200px;
    height: auto;
    min-height: 20rem;
    z-index: 2;
    background-color: transparent;
}

section .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 3rem 0;
    z-index: 10;
}

section h1 {
    font-size: 48px;
    line-height: 52px;
    text-align: center;
}

section h1 small {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    /* text-shadow: 10px 10px 10px rgba(0, 0, 0, 0.56); */
}

section h2 {
    font-size: 32px;
    line-height: 37px;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 24px;
}

section h3 {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    color: #000000;
}

section p {
    font-weight: 400;
    color: #00177F;
    font-size: 16px;
    line-height: 21px;
}

.title,
.title2 {
    position: absolute;
    text-align: center;
    z-index: 15;
}

.title p,
.title2 p {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    width: 400px;
}

.title p a,
.title2 p a {
    font-weight: 600;
    color: #00177F;
    text-decoration: none;
}

.title p a:hover,
.title2 p a:hover {
    text-decoration: underline;
}

section#hero {
    display: block;
    flex-direction: unset;
    align-items: normal;
    justify-content: normal;
    height: 0;
    padding-bottom: 91.66%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

section#hero .container {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-height: 100vh;
    padding: 0;
}

#heroImage {
    width: 100%;
    height: auto;
}

#heroBracelet {
    position: absolute;
    right: 0;
    top: 965px;
    width: 212px;
    height: 238px;
    overflow: hidden;
}

#heroBracelet img {
    height: 100%;
    width: auto;
}

#heroClouds {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    /* transform: translateX(-50%); */
    z-index: 3;
}

#heroClouds img {
    display: inline-block;
    width: 200%;
    max-width: 1244px;
    height: auto;
    animation: clouds 40s linear infinite;
}

@keyframes clouds {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

#heroSun {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

#heroSun img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 1200px;
    height: auto;
    z-index: 1;
}

#heroSunCopy {
    position: absolute;
    left: 5%;
    width: 47%;
    top: 58px;
    z-index: 5;
}

#heroSunCopy p {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #00177F;
}

#heroSun h1 {
    font-weight: 300;
    padding-top: 40px;
}

#heroSun #intro {
    position: absolute;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 0 0 11px rgba(6, 78, 144, 0.76);
    z-index: 10;
    width: 484px;
    top: 260px;
    right: 67px;
}

section article {
    position: relative;
    height: auto;
    width: 100%;
    /* min-height: 100vh; */
    z-index: 5;
}

#verticalOne {
    position: absolute;
    right: 225px;
    top: 753px;
    width: 70px;
    height: auto;
    opacity: 0.85;
}

section#ipads {
    /* background-color: #D7ECFD; */
    margin: -170px auto 0;
}

section#ipads .calloutBackground {
    position: relative;
    margin-top: 40px;
    margin-right: -75px;
    margin-left: 34px;
    z-index: 12;
}

section#ipads .title {
    left: 450px;
    top: 272px;
}

#bandAid {
    position: absolute;
    right: 160px;
    top: -120px;
    width: 220px;
    height: auto;
    z-index: 5;
}

#bloodDrop {
    position: absolute;
    right: 185px;
    bottom: -60px;
    width: 215px;
    height: auto;
    z-index: 6;
}

/* 
#iPadGuide {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -48%, 0);
    width: 780px;
    height: 590px;
    background-image: url('../images/GUIDE.png');
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 14;
} */

.iPadImages {
    position: absolute;
    top: 440px;
    left: 270px;
    width: 600px;
    height: auto;
}

#ipad01 {
    top: 440px;
    left: 270px;
    z-index: 38;
}

#ipad02 {
    height: 364px;
    z-index: 37;
}

#ipad03 {
    height: 311px;
    z-index: 36;
}

#ipad04 {
    height: 265px;
    z-index: 35;
}

#ipad05 {
    height: 228px;
    z-index: 34;
}

#ipad06 {
    height: 185px;
    z-index: 33;
}

#ipad07 {
    height: 150px;
    z-index: 32;
}

#ipadClouds {
    position: absolute;
    bottom: -140px;
    left: 0;
    white-space: nowrap;
    z-index: 3;
}

#ipadClouds img {
    display: inline-block;
    width: 200%;
    max-width: 1244px;
    height: auto;
    animation: clouds 40s linear infinite;
}

#heroCopy {
    position: absolute;
    left: 160px;
    top: -10px;
    text-align: left;
    z-index: 15;
}

#heroCopy p {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    width: 94%;
    max-width: 784px;
    padding-top: 18px;
}

#heroCopy p a {
    font-weight: 600;
    color: #00177F;
    text-decoration: none;
}

#heroCopy p a:hover {
    text-decoration: underline;
}

section#print {
    margin: -174px 0 0 -15px;
    z-index: 40;
}

section#print .calloutBackground {
    position: relative;
    margin-top: -40px;
    /* margin-bottom: 40px; */
    width: 1071px;
    z-index: 11;
}

section#print .title {
    left: 358px;
    top: 184px;
}

.WebsiteImage {
    position: absolute;
    top: 440px;
    left: 330px;
    width: 350px;
    height: auto;
}

.WebsiteImages {
    position: absolute;
    top: 230px;
    left: 190px;
    width: 165px;
    height: auto;
}

#site01 {
    top: 223px;
    left: 171px;
    z-index: 38;
}

#site02 {
    z-index: 37;
}

#site03 {
    z-index: 36;
}

#site04 {
    z-index: 35;
}

#site05 {
    z-index: 34;
}

#site06 {
    z-index: 33;
}

#site07 {
    z-index: 32;
}

#site08 {
    z-index: 31;
}


#bird {
    position: absolute;
    bottom: 64px;
    left: 0;
    width: 334px;
    height: auto;
    z-index: 10;
    transform: rotateY(180deg);
}

#verticalTwo {
    position: absolute;
    left: 389px;
    top: -88px;
    width: 70px;
    height: auto;
    opacity: 0.85;
    z-index: 1;
}

#brochures {
    position: absolute;
    top: 498px;
    left: 42px;
    width: 1110px;
    height: auto;
    z-index: 60;
}

#swing {
    position: absolute;
    width: 220px;
    height: auto;
    left: 190px;
    bottom: -248px;
    z-index: 1;
    transform-origin: 50% 0;
    animation: swinging 3.5s ease-in-out forwards infinite;
}

@keyframes swinging {
    0% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-2deg)
    }

    100% {
        transform: rotate(5deg);
    }
}

section#social {
    margin-top: -229px;
    z-index: 0;
}

section#social .calloutBackground {
    position: relative;
    margin-top: 66px;
    margin-left: 200px;
    width: 1065px;
    z-index: 12;
}

section#social .title {
    left: 530px;
    top: 282px;
}

#socials {
    position: absolute;
    width: 515px;
    height: auto;
    left: 477px;
    top: 362px;
    z-index: 20;
}

#xRay {
    position: absolute;
    left: 19px;
    bottom: 168px;
    margin-top: 0;
    width: 389px;
    height: auto;
    z-index: 1;
}


#runners {
    position: absolute;
    bottom: -252px;
    right: -28px;
    width: 500px;
    height: auto;
    z-index: 15;
    transform-origin: bottom right;
}

section#facebook {
    /* background-color: #D7ECFD; */
    /* margin: -190px auto 0; */
}

section#facebook .calloutBackground {
    position: relative;
    margin-top: -60px;
    width: 1120px;
    margin-left: 6px;
    z-index: 12;
}

section#facebook .title {
    position: absolute;
    left: 130px;
    top: 100px;
    text-align: center;
    z-index: 50;
}

section#facebook .title p {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
}

section#facebook .title p a {
    color: inherit;
    text-decoration: none;
}

section#facebook .title p a:hover {
    text-decoration: underline;
}


#facebookPage {
    position: absolute;
    top: 152px;
    left: 155px;
    width: 425px;
    height: auto;
    z-index: 20;
}
.facebookAds {
    position: absolute;
    top: 260px;
    left: 580px;
    width: 413px;
    height: 507px;
    background-image: url('../images/FB_Ad_Guide.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    z-index: 20;
}


section#consumer {
    margin: -200px auto 0;
}

section#consumer .calloutBackground {
    position: relative;
    margin-top: -60px;
    width: 911px;
    margin-left: 380px;
    z-index: 12;
}

section#consumer .title {
    position: absolute;
    left: 180px;
    top: 180px;
    text-align: center;
    z-index: 50;
}

section#consumer .title p {
    font-weight: 500 !important;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
}

section#consumer .title p a {
    color: inherit;
    text-decoration: none;
}

section#consumer .title p a:hover {
    text-decoration: underline;
}

#baby {
    position: absolute;
    left: 125px;
    bottom: 268px;
    width: 335px;
    height: auto;
    z-index: 40;
}

.WebsiteImage2 {
    position: absolute;
    top: 100px;
    left: 440px;
    width: 450px;
    height: auto;
}

.WebsiteImages2 {
    position: absolute;
    top: 110px;
    left: 450px;
    width: 223px;
    height: auto;
}

#site11 {
    top: 100px;
    left: 440px;
    z-index: 38;
}

#site12 {
    z-index: 37;
}

#site13 {
    width: 200px;
    z-index: 36;
}


section#digital {
    margin: -120px auto 0;
    padding-bottom: 120px;
}

section#digital .calloutBackground {
    position: relative;
    margin-top: -59px;
    margin-left: 105px;
    margin-right: -79px;
    width: 1024px;
    z-index: 12;
}

section#digital .title {
    left: 410px;
    top: 145px;
}

section#digital .title2 {
    left: 610px;
    top: 545px;
}

#maria {
    position: absolute;
    width: 594px;
    height: auto;
    right: -45px;
    top: 108px;
    z-index: 20;
}

#phone {
    position: absolute;
    width: 163px;
    height: auto;
    left: 183px;
    top: 258px;
    z-index: 20;
}

#laptop {
    position: absolute;
    width: 532px;
    height: auto;
    left: 245px;
    top: 118px;
    z-index: 24;
}

#brochures2 {
    position: absolute;
    top: 493px;
    left: 305px;
    width: 742px;
    height: auto;
    z-index: 60;
}

#horizontal {
    position: absolute;
    z-index: 30;
    width: 824px;
    height: auto;
    bottom: 48px;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 960px) {
    #tooSmall {
        display: flex;
    }
}

@media only screen and (max-width: 1100px) {
    #heroSunCopy {
        top: 50px;
    }

    #heroSun h1 {
        padding-top: 23px;
        font-size: 45px;
        line-height: 49px;
    }

    #heroSun #intro {
        top: 192px;
        width: 384px;
        text-shadow: 0 0 5px rgba(6, 78, 144, 0.96);
    }

    #heroCopy {
        left: 120px;
        top: -2px;
    }

    #verticalOne {
        display: none;
    }

    #bandAid {
        right: 60px;
        top: -105px;
    }

    #heroBracelet {
        top: 810px;
    }

    #xRay {
        width: 240px;
        /* top: 42px; */
    }

    section#ipads .title {
        left: 334px;
        top: 272px;
    }

    section#ipads .calloutBackground {
        width: 120%;
        margin-left: -6%;
    }

    .iPadImages {
        transform: translateX(-130px);
    }

    #brochures {
        left: -30px;
    }

    #bloodDrop {
        bottom: -10px;
        width: 175px;
    }

    #verticalTwo {
        left: 323px;
        top: -77px;
    }

    section#social .calloutBackground {
        margin-left: 120px;
    }

    section#social .title {
        left: 450px;
    }

    #socials {
        left: 405px;
    }

    #runners {
        width: 442px;
        bottom: -182px;
    }

    #websitesContainer {
        position: absolute;
        left: -40px;
        width: 100%;
        height: auto;
    }

    section#digital .calloutBackground {
        margin-left: 15px;
        margin-right: -10px;
    }

    section#consumer .title {
        left: 60px;
    }

    section#consumer .calloutBackground {
        margin-left: 260px;
    }

    #websitesContainer2 {
        position: absolute;
        left: -100px;
        width: 100%;
        height: auto;
    }

    #baby {
        left: 45px;
        width: 285px;
    }

    section#digital .title {
        left: 322px;
    }

    section#digital .title2 {
        left: 510px;
    }

    #maria {
        right: -85px;
    }

    #phone {
        left: 100px;
    }
    
    #laptop {
        left: 160px;
    }

    #brochures2 {
        left: 205px;
    }

    #horizontal {
        bottom: 50px;
    }
}