.fb-container p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.fb-container h3, .fb-container h1 {
    font-family: Arial Black, "Helvetica Neue", Helvetica, sans-serif;
}

.fb-container .fb-hero-logo {
    position: absolute;
    /*top: 19em;
    left: 6em;*/
    width: 15%;
    top: 46%;
    left: 9%;
    
}

.fb-container .fb-hero-div {
    position: absolute;
    color: #ffffff;
    /*top: 22.5em;
    left: 6em;*/
    top: 54%;
    left: 7%;
}

.fb-container h1 {
    color: #ffffff;
    font-size: 4em;
    letter-spacing: 2px;
    margin-bottom: 0em;
}

.fb-container .fb-hero-div p {
    font-size: 2.5em;
    line-height: 1.3em;
    letter-spacing: 3px;
}

.fb-container h3 {
    color: #ffffff;
    font-size: 2.5em;
    margin-top: .3em;
    margin-bottom: .3em;
    margin-left: .9em;
    letter-spacing: 1px;
}

.fb-container .fb-watch-section {
    background-color: #efefef;
}

.fb-container ul {
    list-style-type: none;
    margin-bottom: 0em;
}

.fb-container li {
    display: inline-block;
}

.fb-creative-li {
    width: 33.6%;
}

.fb-watch-li {
    width: 31.1%;
}

.fb-desc-li {
    width: 34%;
    vertical-align: middle;
}

.fb-watch-logo {
    width: 75%;
    margin-bottom: 2em;
}

.fb-watch-adidas {
    width: 30%;
}

.fb-container .fb-watch-text {
    color: #002a3a;
    font-size: 1.3em;
    line-height: 1.3em;
}

.fb-container .fb-six-lines {
    padding-bottom: 1.5em;
}

.fb-container .fb-five-lines {
    padding-bottom: 3.5em;
}

.fb-container .fb-video {
    text-decoration: none !important;
    color: #00a2ac;
    font-size: 1.15em;
    font-family: Arial;
    font-weight: bold;
    margin-right: .5em;
}

.fb-container .fb-video span {
    border: solid 2px #00a2ac;
    border-radius: 93%;
    padding: 5px 7px;

}

.fb-container .fb-reg-btn {
    /*background-color: #00b3bd;
    border-left: solid 2px #00b3bd;
    border-right: solid 2px #00b3bd;
    border-top: none;
    border-bottom: none;
    border-radius: 50%;*/
    width: 42%;
}


.fb-container .fb-section-new {
    background-color: #002b3d;
}

.fb-container .fb-section-wristbands {
    background-color: #00b3bd;
}

.fb-container .fb-brd-btm {
    border-bottom: solid 1px #c3c8c9;
}

.fb-container .fb-section-accessories {
    background-color: #586669;
}

.fb-container .fb-access-div {
    position: absolute;
    top: 17%;
    left: 4.4%;
}

.fb-container .fb-access-div p {
    font-size: 2.5em;
    font-weight: lighter;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #031a2c;
}

.fb-container .fb-pink-btn {
    width: 47%;
}

.fb-container .fb-section-app {
    background-color: #babfc0;
}

.fb-container .fb-app-div {
    position: absolute;
    top: 15%;
    right: 3%;
}

.fb-container .fb-app-div .fb-app-p-lrg {
    font-size: 2.5em;
    font-weight: lighter;
    line-height: 1.2em;
    letter-spacing: 2px;
    color: #031a2c;
    margin-bottom: .5em;
}

.fb-container .fb-app-div .fb-app-p-sml {
    font-size: 1.3em;
    letter-spacing: 1px;
    font-weight: lighter;
    line-height: 1.3em;
    color: #031a2c;
}

@media only screen and (min-width: 1024px) and (max-width: 1230px) {
    .fb-container .fb-access-div p {
        font-size: 2em;
    }

    .fb-container .fb-app-div .fb-app-p-lrg {
        font-size: 2em;
    }

    .fb-container .fb-app-div .fb-app-p-sml {
        font-size: 1em;
    }
}

@media only screen and (max-width: 1023px) {
    .fb-container .fb-hero-logo {
        width: 35%;
        top: 8vw;
        left: 4vw;
        
    }

    .fb-container .fb-hero-div {
        top: 42vw;
        left: 4vw;
    }

    .fb-container h1 {
        font-size: 9vw;
    }

    .fb-container .fb-hero-div p {
        font-size: 4vw;
        line-height: 4.5vw;
    }

    .fb-container h3 {
        font-size: 5vw;
        margin-top: 3vw;
        margin-bottom: 3vw;
        margin-left: 3vw;
    }

    .fb-container .fb-information {
        margin-left: 8vw;
        margin-right: 8vw;
    }

    .fb-container ul {
        list-style-type: none;
        margin-bottom: 0em;
    }

    .fb-container li {
        display: block;
    }

    .fb-creative-li {
        width: 100%;
    }

    .fb-watch-li {
        width: 100%;
    }

    .fb-watch-li img {
        width: 60%;
        margin: auto;
        margin-top: 8vw;
        margin-bottom: 8vw;
    }

    .fb-desc-li {
        width: 100%;
        vertical-align: middle;
    }

    .fb-watch-logo {
        width: 75%;
        margin-bottom: 6vw;
    }

    .fb-container .fb-watch-text {
        font-size: 5vw;
        line-height: 6vw;
    }

    .fb-container .fb-video {
        display: none;
    }

    .fb-container .fb-six-lines, .fb-container .fb-seven-lines, .fb-container .fb-five-lines {
        padding-bottom: 1vw;
    }

    .fb-container .fb-reg-btn {
        margin-bottom: 6vw;
    }

    .fb-container .fb-brd-btm {
        border-bottom: none;
    }
}


