@CHARSET "ISO-8859-1";

/* Reset CSS
* --------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

a:hover {
    text-decoration: underline white;
}



table {
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-weight: normal;
    font-style: normal;
}

strong {
    font-weight: bold;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    margin: 0;
    padding: 0;
    color: #FFF;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

/* Custom CSS
* --------------------------------------- */
body {
    background-color: #18abe3;
    animation-direction: alternate;
    width: 100%;
    height: 100%;
    font-family: 'bosque_regularregular';
    text-align: center;
}

#bodyChoco {
    background-color: #bb794c !important;
}

#bodyLemon {
    background-color: #d9ea29 !important;
}

#bodyClouds {
    background-color: #2cace2 !important;
}

#bodySkate {
    background-color: #31b9f3 !important;
}

#bodyBoard {
    background-color: #ffc52f !important;
}

#bodyBoardSpe {
    background-color: #40c0c2 !important;
}

#bodyCowboy {
    background-color: #add8e5 !important;
}

#bodyBlack {
    background-color: #2cace2 !important;
}

#bodyBooom {
    background-color: #0a5cab !important;
}

/* HEADER & NAV MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header-top {
    background: rgba(255, 255, 255, 0);
    height: 120px;
    padding: 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    box-sizing: border-box;
}

.header-top img {
    margin: 15px 0px;
    width: 190px;
}

.l-left {
    float: left;
}

.l-right {
    float: right;
}

.menuBt {
    position: relative;
    height: 900px;
    text-align: center;
    -moz-transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    -ms-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.toggle-menu {
    width: 50px;
    height: 50px;
    position: relative;
    float: right;
    top: 10px;
    display: none;
}

.toggle-menu i {
    position: absolute;
    display: block;
    height: 2px;
    background: white;
    width: 30px;
    left: 10px;
    /*-webkit-transition: all .1s;
transition: all .1s;*/
}

.toggle-menu i:nth-child(1) {
    top: 16px;
}

.toggle-menu i:nth-child(2) {
    top: 24px;
}

.toggle-menu i:nth-child(3) {
    top: 32px;
}

.open-menu i:nth-child(1) {
    top: 25px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.open-menu i:nth-child(2) {
    background: transparent;
}

.open-menu i:nth-child(3) {
    top: 25px;
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}

.open-menu ~ nav {
    opacity: 1;
    z-index: 15;
    height: calc(90vh - 70px);
}

.navDesktop {
    opacity: 1;
}

nav {
    height: 60px !important;
    opacity: 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .0) !important;
    position: fixed;
    top: 100px;
    width: 100%;
    -webkit-transition: all 2s;
    transition: all 2s;
}

nav ul {
    float: left;
}

nav li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none !important;
}

nav li a {
    font-size: 0.9em;
    display: block;
    padding: 5px 10px;
    text-align: left;
    -webkit-transition: background .1s;
    transition: background .1s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none !important;
    color: #434343 !important;
}

.btTravelLink {
    top: 33%;
    height: 65%;
    width: 90%;
    position: relative;
    background: rgba(255, 255, 255, .0);
    z-index: 9999999;
}

/*                         ZAGGA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secPalm {
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 15%;
    margin: 0;
}

#secPalm .col-md-5:first-of-type {
    margin-top: 3% !important;
}

#secPalm img:nth-child(1),
#secPalm img:nth-child(2),
#secPalm img:nth-child(3),
#secPalm img:nth-child(4) {
    position: absolute;
    left: -10%;
}

#secPalm p span {
    color: #00638b;
    float: right;
}

#secPalm .next {
    bottom: 30px;
    z-index: 20;
}

#secPalmDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secPalmDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secPalmDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secPalmDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 11%;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 5em;
    color: #00638b;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #00638b;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #ffa43a;
}

#secPalmDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #ffa43a;
    margin-top: 12%;
    right: 35%;
}

#secPalmDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secPalmDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 550px;
    margin: 0;
    background-color: #fbf7ec;
}

#secPalmDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secPalmDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secPalmDescrip2 .col-md-12 h1 {
    padding-top: 3%;
    font-size: 3em;
    color: #28ace2;
}

#secPalmDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #00638b;
}

#secPalmDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #28ace2;
    text-align: left;
}

#secPalmDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #28ace2;
    text-align: left;
}

#secPalmDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #28ace2;
    text-align: left;
    line-height: 21px;
}

#secPalmDescrip3 {
    width: 100%;
    height: 70%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secPalmDescrip3 .col-md-6 {
    margin-top: -4%;
}

#secPalmDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secPalmDescrip4 .col-md-6,
#secPalmDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secPalmDescrip4 .col-md-5 {
    left: -8%;
}

#secPalmDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secPalmDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #28ace2;
}

#secPalmDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #00638b;
}

#secPalmDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #28ace2;
    line-height: 25px;
    position: absolute;
}

#secPalmDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secPalmDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secPalmDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #28ace2;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secPalmDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #00638b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secPalmDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #00638b;
    padding-bottom: 3%;
}

#secPalmDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secPalmDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secPalmDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secPalmDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secPalmDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secPalmDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #28ace2;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secPalmDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secPalmDescrip5 .col-md-12 h1 span {
    background: #28ace2;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secPalmDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         CHOCO SUPREMES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secChoco .btTravelLink {
    margin-top: 11%;
}

#secChoco {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 96%;
    margin: 0;
    background-color: #bb794c;
}

#secChoco svg {
    margin-top: -3%;
}

#secChoco .col-md-5 {
    margin-top: 25%;
}

#secChoco .col-md-5:last-of-type {
    margin-top: 25%;
}

#secChoco img {
    float: right;
}

#secChoco p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secChoco p span {
    color: #56452b;
}

#secChoco .next {
    position: relative;
    z-index: 20;
}

#secChocoDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secChocoDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secChocoDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secChocoDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secChocoDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secChocoDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secChocoDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secChocoDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secChocoDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secChocoDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secChocoDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secChocoDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secChocoDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secChocoDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secChocoDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secChocoDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secChocoDescrip4 .col-md-6,
#secChocoDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secChocoDescrip4 .col-md-5 {
    left: -8%;
}

#secChocoDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secChocoDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secChocoDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secChocoDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secChocoDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secChocoDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secChocoDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secChocoDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secChocoDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secChocoDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secChocoDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secChocoDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secChocoDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secChocoDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secChocoDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secChocoDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secChocoDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secChocoDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                       LEMON PRECIOUS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secLemon .btTravelLink {
    margin-top: 11%;
}

#secLemon {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 191%;
    margin: 0;
    background-color: #dce775;
}

#secLemon svg {
    margin-top: -2.5%;
}

#secLemon .col-md-5 {
    margin-top: 0%;
    left: -3%;
}

#secLemon .col-md-5:first-of-type {
    margin-top: 25vh;
}

#secLemon img {
    float: left;
}

#secLemon p {
    top: 97%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    text-align: center;
    line-height: 32px;
}

#secLemon p span {
    color: #636833;
}

#secLemon .next {
    position: relative;
    bottom: 200px;
}

#secLemonDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secLemonDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secLemonDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secLemonDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #636833;
    line-height: 62px;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.72em;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #636833;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #e17714;
}

#secLemonDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #e17714;
    margin-top: 12%;
    right: 35%;
}

#secLemonDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secLemonDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secLemonDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secLemonDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secLemonDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #cbdb2a;
}

#secLemonDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #636833;
}

#secLemonDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #cbdb2a;
    text-align: left;
}

#secLemonDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #cbdb2a;
    text-align: left;
}

#secLemonDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #cbdb2a;
    text-align: left;
    line-height: 21px;
}

#secLemonDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secLemonDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secLemonDescrip4 .col-md-6,
#secLemonDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secLemonDescrip4 .col-md-5 {
    left: -8%;
}

#secLemonDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secLemonDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #cbdb2a;
}

#secLemonDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #636833;
}

#secLemonDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #cbdb2a;
    line-height: 25px;
    position: absolute;
}

#secLemonDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secLemonDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secLemonDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #cbdb2a;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secLemonDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #636833 !important;
    line-height: 25px;
    margin-top: -35px;
}

#secLemonDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #636833;
    padding-bottom: 3%;
}

#secLemonDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secLemonDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secLemonDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secLemonDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secLemonDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secLemonDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #cbdb2a;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secLemonDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secLemonDescrip5 .col-md-12 h1 span {
    background: #cbdb2a;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secLemonDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         MINI CLOUDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secClouds .btTravelLink {
    margin-top: 11%;
}

#secClouds {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 284%;
    margin: 0;
    background-color: #2cace2;
}

#secClouds svg {
    margin-top: -3%;
}

#secClouds .col-md-5 {
    margin-top: 20%;
}

#secClouds .col-md-5:last-of-type {
    margin-top: 15%;
}

#secClouds img {
    float: right;
}

#secClouds p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secClouds p span {
    color: #56452b;
}

#secClouds .next {
    position: relative;
    z-index: 20;
}

#secCloudsDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secCloudsDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secCloudsDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secCloudsDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secCloudsDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secCloudsDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secCloudsDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secCloudsDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secCloudsDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secCloudsDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secCloudsDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secCloudsDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secCloudsDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secCloudsDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secCloudsDescrip4 .col-md-6,
#secCloudsDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secCloudsDescrip4 .col-md-5 {
    left: -8%;
}

#secCloudsDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secCloudsDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secCloudsDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secCloudsDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secCloudsDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secCloudsDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secCloudsDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secCloudsDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secCloudsDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secCloudsDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secCloudsDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secCloudsDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secCloudsDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secCloudsDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secCloudsDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secCloudsDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secCloudsDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secCloudsDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         SKATE CHOCO
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secSkate .btTravelLink {
    margin-top: 11%;
}

#secSkate {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 381%;
    margin: 0;
    background-color: #baad08;
}

#secSkate svg {
    margin-top: -3%;
}

#secSkate .col-md-5 {
    margin-top: 20%;
}

#secSkate .col-md-5:last-of-type {
    margin-top: 20%;
}

#secSkate img {
    float: left;
}

#secSkate p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secSkate p span {
    color: #56452b;
}

#secSkate .next {
    position: relative;
    z-index: 20;
}

#secSkateDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secSkateDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secSkateDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secSkateDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secSkateDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secSkateDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secSkateDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secSkateDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secSkateDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secSkateDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secSkateDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secSkateDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secSkateDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secSkateDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secSkateDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secSkateDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secSkateDescrip4 .col-md-6,
#secSkateDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secSkateDescrip4 .col-md-5 {
    left: -8%;
}

#secSkateDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secSkateDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secSkateDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secSkateDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secSkateDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secSkateDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secSkateDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secSkateDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secSkateDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secSkateDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secSkateDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secSkateDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secSkateDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secSkateDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secSkateDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secSkateDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secSkateDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secSkateDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         Sweet Boards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secBoard .btTravelLink {
    margin-top: 11%;
}

#secBoard {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 476%;
    margin: 0;
    background-color: #ffc52f;
}

#secBoard svg {
    margin-top: -3%;
}

#secBoard .col-md-5 {
    margin-top: 20%;
}

#secBoard .col-md-5:last-of-type {
    margin-top: 15%;
}

#secBoard img {
    float: right;
}

#secBoard p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secBoard p span {
    color: #56452b;
}

#secBoard .next {
    position: relative;
    z-index: 20;
}

#secBoardDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secBoardDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secBoardDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secBoardDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secBoardDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secBoardDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secBoardDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secBoardDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBoardDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBoardDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secBoardDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secBoardDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBoardDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBoardDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secBoardDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secBoardDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secBoardDescrip4 .col-md-6,
#secBoardDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secBoardDescrip4 .col-md-5 {
    left: -8%;
}

#secBoardDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secBoardDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secBoardDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secBoardDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secBoardDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secBoardDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secBoardDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secBoardDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secBoardDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secBoardDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBoardDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBoardDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secBoardDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secBoardDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secBoardDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secBoardDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secBoardDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secBoardDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         Sweet Boards Special 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secBoardSpe .btTravelLink {
    margin-top: 11%;
}

#secBoardSpe {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 571%;
    margin: 0;
    background-color: #40c0c2;
}

#secBoardSpe svg {
    margin-top: -3%;
}

#secBoardSpe .col-md-5 {
    margin-top: 20%;
}

#secBoardSpe .col-md-5:last-of-type {
    margin-top: 15%;
}

#secBoardSpe img {
    float: right;
}

#secBoardSpe p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secBoardSpe p span {
    color: #56452b;
}

#secBoardSpe .next {
    position: relative;
    z-index: 20;
}

#secBoardSpeDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secBoardSpeDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secBoardSpeDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secBoardSpeDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secBoardSpeDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBoardSpeDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBoardSpeDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secBoardSpeDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secBoardSpeDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBoardSpeDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBoardSpeDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secBoardSpeDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secBoardSpeDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secBoardSpeDescrip4 .col-md-6,
#secBoardSpeDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secBoardSpeDescrip4 .col-md-5 {
    left: -8%;
}

#secBoardSpeDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secBoardSpeDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secBoardSpeDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secBoardSpeDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secBoardSpeDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secBoardSpeDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secBoardSpeDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secBoardSpeDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secBoardSpeDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secBoardSpeDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBoardSpeDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBoardSpeDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secBoardSpeDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secBoardSpeDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secBoardSpeDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secBoardSpeDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secBoardSpeDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secBoardSpeDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         Cowboy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secCowboy .btTravelLink {
    margin-top: 11%;
}

#secCowboy {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 666%;
    margin: 0;
    background-color: #2cace2;
}

#secCowboy svg {
    margin-top: -3%;
}

#secCowboy .col-md-5 {
    margin-top: 28%;
}

#secCowboy .col-md-5:last-of-type {
    margin-top: 25%;
}

#secCowboy img {
    float: right;
}

#secCowboy p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secCowboy p span {
    color: #56452b;
}

#secCowboy .next {
    position: relative;
    z-index: 20;
}

#secCowboyDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secCowboyDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secCowboyDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secCowboyDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secCowboyDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secCowboyDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secCowboyDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secCowboyDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secCowboyDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secCowboyDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secCowboyDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secCowboyDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secCowboyDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secCowboyDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secCowboyDescrip4 .col-md-6,
#secCowboyDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secCowboyDescrip4 .col-md-5 {
    left: -8%;
}

#secCowboyDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secCowboyDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secCowboyDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secCowboyDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secCowboyDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secCowboyDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secCowboyDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secCowboyDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secCowboyDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secCowboyDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secCowboyDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secCowboyDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secCowboyDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secCowboyDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secCowboyDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secCowboyDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secCowboyDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secCowboyDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         Black 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secBlack .btTravelLink {
    margin-top: 11%;
}

#secBlack {
    width: 100%;
    height: 96%;
    position: absolute;
    top: 762%;
    margin: 0;
    background-color: #baad08;
}

#secBlack svg {
    margin-top: -3%;
}

#secBlack .col-md-5 {
    margin-top: 27%;
}

#secBlack .col-md-5:last-of-type {
    margin-top: 35%;
}

#secBlack img {
    float: left;
}

#secBlack p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secBlack p span {
    color: #56452b;
}

#secBlack .next {
    position: relative;
    z-index: 20;
}

#secBlackDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secBlackDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secBlackDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secBlackDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secBlackDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secBlackDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secBlackDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secBlackDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBlackDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBlackDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secBlackDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secBlackDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBlackDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBlackDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secBlackDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secBlackDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secBlackDescrip4 .col-md-6,
#secBlackDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secBlackDescrip4 .col-md-5 {
    left: -8%;
}

#secBlackDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secBlackDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secBlackDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secBlackDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secBlackDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secBlackDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secBlackDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secBlackDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secBlackDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secBlackDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBlackDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBlackDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secBlackDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secBlackDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secBlackDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secBlackDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secBlackDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secBlackDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                       Booom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#secBooom .btTravelLink {
    margin-top: 11%;
}

#secBooom {
    width: 100%;
    height: 95%;
    position: absolute;
    top: 858%;
    margin: 0;
    background-color: #0a5cab;
}

#secBooom svg {
    margin-top: -3%;
}

#secBooom .col-md-5 {
    margin-top: 25%;
}

#secBooom .col-md-5:last-of-type {
    margin-top: 25%;
}

#secBooom img {
    float: right;
}

#secBooom p {
    top: 95%;
    position: absolute;
    color: #FFF;
    font-size: 19px;
    width: 600px;
    text-transform: uppercase;
    left: -17%;
    text-align: left;
    line-height: 32px;
}

#secBooom p span {
    color: #56452b;
}

#secBooom .next {
    position: relative;
    z-index: 20;
}

#secBooomDescrip1 {
    width: 100%;
    position: relative;
    margin: 0;
}

#secBooomDescrip1 .col-md-6 {
    margin-top: 11%;
    z-index: 20;
}

#secBooomDescrip1 .col-md-6:nth-child(1) img {
    margin-left: -75%;
}

#secBooomDescrip1 .col-md-6:nth-child(2) {
    padding-top: 5%;
    left: 3%;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div {
    text-align: left;
    float: left;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h1 {
    font-size: 1.3em;
    padding-bottom: 12%;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h1 span {
    position: absolute;
    margin-left: 2px;
    margin-top: -1px;
    font-size: 0.5em;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h2 {
    font-size: 7em;
    color: #56452b;
    line-height: 55px;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h2 span {
    font-size: 0.63em;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h3 {
    padding-top: 5%;
    font-size: 1.4em;
    color: #56452b;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div h3 p {
    position: absolute;
    padding-top: 5%;
    letter-spacing: 1px;
    color: #fff098;
}

#secBooomDescrip1 .col-md-6:nth-child(2) div div {
    font-size: 2.3em;
    position: absolute;
    color: #fff098;
    margin-top: 12%;
    right: 35%;
}

#secBooomDescrip1 .col-md-6:nth-child(2) img {
    position: absolute;
    float: right;
    top: -10%;
    right: -12%;
}

#secBooomDescrip2 {
    width: 100%;
    height: 800px;
    position: absolute;
    top: 630px;
    margin: 0;
    background-color: #fbf7ec;
}

#secBooomDescrip2 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBooomDescrip2 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBooomDescrip2 .col-md-12 h1 {
    padding-top: 1%;
    font-size: 3em;
    color: #b1975c;
}

#secBooomDescrip2 .col-md-12 h1 p {
    font-size: 0.6em;
    color: #56452b;
}

#secBooomDescrip2 .col-md-4 h1 {
    padding-top: 22%;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBooomDescrip2 .col-md-4 h2 {
    padding-top: 20px;
    font-size: 1.6em;
    color: #b1975c;
    text-align: left;
}

#secBooomDescrip2 .col-md-4 p {
    padding-top: 10px;
    font-size: 1.2em;
    color: #b1975c;
    text-align: left;
    line-height: 21px;
}

#secBooomDescrip3 {
    width: 100%;
    height: 80%;
    top: 1500px;
    position: absolute;
    margin: 0;
}

#secBooomDescrip4 {
    width: 100%;
    height: 1370px;
    top: 2000px;
    position: absolute;
    margin: 0;
    background-color: #fbf7ec;
    text-align: left;
}

#secBooomDescrip4 .col-md-6,
#secBooomDescrip4 .col-md-5 {
    padding-top: 8%;
}

#secBooomDescrip4 .col-md-5 {
    left: -8%;
}

#secBooomDescrip4 .col-md-6 img {
    margin-left: -3%;
}

#secBooomDescrip4 .col-md-5 h1 {
    padding-top: 2%;
    font-size: 2.3em;
    color: #b1975c;
}

#secBooomDescrip4 .col-md-5 h1 p {
    padding: 8% 0;
    font-size: 1.5em;
    color: #56452b;
}

#secBooomDescrip4 .col-md-5 h1 span {
    font-size: 0.55em;
    color: #b1975c;
    line-height: 25px;
    position: absolute;
}

#secBooomDescrip4 .col-md-12 {
    padding-top: 7%;
    text-align: center;
}

#secBooomDescrip4 .col-md-12 .col-md-1 {
    left: 2.5%;
}

#secBooomDescrip4 .col-md-12 h1 {
    font-size: 3.5em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 30px;
    margin-left: 13%;
    margin-right: 13%;
}

#secBooomDescrip4 .col-md-12 h1 p {
    font-size: 0.4em !important;
    color: #56452b !important;
    line-height: 25px;
    margin-top: -35px;
}

#secBooomDescrip4 .col-md-12 h2 {
    font-size: 3.1em;
    text-align: center;
    color: #56452b;
    padding-bottom: 3%;
}

#secBooomDescrip4 svg:first-of-type {
    position: absolute;
    left: 0px;
    top: -50px;
}

#secBooomDescrip4 svg:last-of-type {
    position: absolute;
    left: 0px;
    transform: rotate(180deg);
    bottom: -50px;
    z-index: -1;
}

#secBooomDescrip5 {
    width: 100%;
    height: 800px;
    top: 3500px;
    position: absolute;
    margin: 0;
}

#secBooomDescrip5 .col-md-12 {
    margin-top: 4%;
}

#secBooomDescrip5 .col-md-12 .col-md-1 {
    left: -2.5%;
    padding-bottom: 1%;
}

#secBooomDescrip5 .col-md-12 h1 {
    font-size: 2em;
    text-align: center;
    background: #FFF;
    color: #b1975c;
    padding: 20px;
    margin-left: 20%;
    margin-right: 20%;
}

#secBooomDescrip5 .col-md-12 h1 p {
    font-size: 0.65em !important;
    line-height: 22px;
    margin: 7px 0px 7px 0px;
}

#secBooomDescrip5 .col-md-12 h1 span {
    background: #b1975c;
    color: #FFF;
    text-decoration: none;
    font-size: 0.5em;
    padding: 3px 60px;
}

#secBooomDescrip5 .col-md-12 h2 {
    font-size: 2.7em;
}

/*                         REDES SOCIAIS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.soc {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 100%;
    right: 0px !important;
}

.soc li {
    margin: 12px;
    margin: 1.2rem;
}

.soc a,
.soc svg {
    display: block;
}

.soc a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc svg {
    height: 100%;
    width: 100%;
}

.soc em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc1 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 91%;
    right: 0px !important;
}

.soc1 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc1 a,
.soc1 svg {
    display: block;
}

.soc1 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc1 svg {
    height: 100%;
    width: 100%;
}

.soc1 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc2 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 38%;
    right: 0px !important;
}

.soc2 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc2 a,
.soc2 svg {
    display: block;
}

.soc2 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc2 svg {
    height: 100%;
    width: 100%;
}

.soc2 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc3 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 35%;
    right: 0px !important;
}

.soc3 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc3 a,
.soc3 svg {
    display: block;
}

.soc3 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc3 svg {
    height: 100%;
    width: 100%;
}

.soc3 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc4 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 35%;
    right: 0px !important;
}

.soc4 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc4 a,
.soc4 svg {
    display: block;
}

.soc4 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc4 svg {
    height: 100%;
    width: 100%;
}

.soc4 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc5 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 35%;
    right: 0px !important;
}

.soc5 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc5 a,
.soc5 svg {
    display: block;
}

.soc5 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc5 svg {
    height: 100%;
    width: 100%;
}

.soc5 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc6 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 35%;
    right: 0px !important;
    z-index: 999;
}

.soc6 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc6 a,
.soc6 svg {
    display: block;
}

.soc6 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc6 svg {
    height: 100%;
    width: 100%;
}

.soc6 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc7 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 36%;
    right: 0px !important;
    z-index: 999;
}

.soc7 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc7 a,
.soc7 svg {
    display: block;
}

.soc7 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc7 svg {
    height: 100%;
    width: 100%;
}

.soc7 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc8 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 40%;
    right: 0px !important;
}

.soc8 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc8 a,
.soc8 svg {
    display: block;
}

.soc8 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc8 svg {
    height: 100%;
    width: 100%;
}

.soc8 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc9 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 33%;
    right: 0px !important;
}

.soc9 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc9 a,
.soc9 svg {
    display: block;
}

.soc9 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc9 svg {
    height: 100%;
    width: 100%;
}

.soc9 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}

.soc10 {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 48px;
    padding: 4.8rem;
    position: absolute;
    top: 42%;
    right: 0px !important;
}

.soc10 li {
    margin: 12px;
    margin: 1.2rem;
}

.soc10 a,
.soc10 svg {
    display: block;
}

.soc10 a {
    position: relative;
    height: 36px;
    height: 3.6rem;
    width: 36px;
    width: 3.6rem;
}

.soc10 svg {
    height: 100%;
    width: 100%;
}

.soc10 em {
    font-size: 10px;
    line-height: 1.5;
    margin-top: -0.75em;
    position: absolute;
    text-align: center;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
}





footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 250px;
    background-color: #0a5cab;
    text-align: center;
    z-index: 20;
    padding-bottom: 3%;
    top: 950%;
}

footer h4 {
    color: #fff;
    margin-left: 0.5%;
    line-height: 20px;
    margin-top: 5%;
    display: block;
}

footer h5 {
    color: #fff;
    margin-left: 0.5%;
    line-height: 20px;
    margin-top: 5%;
    display: none;
}

footer h5 span {
    font-size: 1.3em;
}

footer h5 span span {
    position: absolute;
    font-size: 0.5em;
    margin-top: -3px;
    margin-left: -3px;
}

footer h5 img {
    position: absolute;
    width: 120px;
    padding-top: 5px;
    margin-left: -76px;
}

#palm h5 {
    color: #fff;
    font-size: 15px;
}

#chocoFooter h4 {
    color: #56452b !important;
}

footer h4 span {
    font-size: 1.3em;
}

footer h4 span span {
    position: absolute;
    font-size: 0.5em;
    margin-top: -3px;
    margin-left: -3px;
}

footer h4 img {
    position: absolute;
    width: 120px;
    padding-top: 5px;
    margin-left: -76px;
}

.flipImg {
    -webkit-transform: scaleX(-1) !important;
    transform: scaleX(-1) !important;
}

@keyframes img-1 {
    0% {
        opacity: 1;
    }

    44% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    94% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes img-2 {
    0% {
        opacity: 0;
    }

    44% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    94% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.wrapper {
    position: relative;
    width: 470px;
    margin-top: 8%;
}

.wrapper img:first-child {
    position: absolute;
    opacity: 1;
    animation: img-1 6s infinite;
}

.wrapper img:last-child {
    position: absolute;
    width: 105%;
    opacity: 0;
    animation: img-2 6s infinite;
}

.wrapper2 {
    position: relative;
    width: 470px;
    margin-top: 8%;
    margin-left: -54% !important;
}

.wrapper2 img:first-child {
    position: absolute;
    opacity: 1;
    animation: img-1 6s infinite;
}

.wrapper2 img:last-child {
    position: absolute;
    width: 100%;
    opacity: 0;
    animation: img-2 6s infinite;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 10vh;
    right: 1vh;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.arrow {
    text-align: center;
    margin: 8% 0;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 85vh;
    z-index: 7;
    margin: 0;
    padding: 0;
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(15px);
        opacity: 0;
    }
}

.trama1 {
    position: absolute;
    margin-top: 250px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 600px;
    display: block;
}

.trama2 {
    position: absolute;
    margin-top: 383px;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 300px;
    display: none;
}

.sombra1 {
    display: none;
}

.Palm1 {
    margin-top: 5%;
}

.Choco1 {
    margin-top: 2%;
}

.Lemon1 {
    margin-top: 2%;
}

.Clouds1 {
    margin-top: 2%;
}

.Skate1 {
    margin-top: 2%;
}

.Board1 {
    margin-top: 2%;
}

.BoardSpe1 {
    margin-top: 2%;
}

.Cowboy1 {
    margin-top: 2%;

}

.Black1 {
    margin-top: 2%;
}

.Booom1 {
    margin-top: 0vh;

}

p5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
}

.Zagapdf {
    top: 73vh;
    left: 48%
}

.chocopdf {
    left: 48%;
    top: 80vh
}

.lemonpdf {
    left: 48%;
    top: 73vh;
}

.cloudspdf {
    left: 48%;
    top: 75vh;
}

.skatepdf {
    left: 48%;
    top: 75vh;
}

.boardpdf {
    left: 48%;
    top: 75vh;
}

.boardspepdf {
    left: 48%;
    top: 75vh
}

.cowboypdf {
    left: 48%;
    top: 77vh;
}

.blackpdf {
    left: 48%;
    top: 77vh;
}

.booompdf {
    top: 85vh;
    left: 48%;
}

.zagaplastico {
    width: 125%;
    margin-left: -25%;
    margin-top: -20%;
    display: block;
}

.zagacaixa1 {
    margin-top: -30%;
    margin-left: -6%;
    width: 500px;
}

.carrinha1 {
    width: 120% !important;
    margin-left: -13%;
    margin-top: 3%;
}

.logo2 {
    display: none
}

.logo1 {
    display: block;
}

.zagaletras1 {
    margin-left: 2%;
    display: block;
    margin-top: -4%;
}

.zagaletras2 {
    margin-left: 8%;
    display: none
}

.chococaixa {

    width: 500px;
    margin-left: -5%;
    display: block;
}

.chococaixa5 {

    display: none;
}

.chocoletras {

    width: 500px;
    margin-top: 2%;

}

.chocoletras2 {

    margin-left: 2%;

}

.chocoletras5 {

    display: none;

}



.lemonletras1 {
    display: block;
    margin-left: -3%;
    width: 500px;
    margin-top: -3%;
}

.lemonletras2 {
    display: none;
}

.lemoncaixa1 {
    display: block;
    width: 490px;
    margin-top: 59%;
    margin-left: -11%;
}

.lemoncaixa2 {
    display: none;
}

.cloudsletras1 {
    display: block;
    margin-right: 2%;
    margin-top: 15%;
    width: 500px;
}

.cloudsletras2 {
    display: none;
}

.cloudscaixa1 {
    display: block;
    width: 500px;
    margin-right: 6%;
    margin-top: 9%;
}

.cloudscaixa2 {
    display: none;
}

.skateletras1 {
    display: block;
    margin-top: 8%;
    margin-left: -35%;
    width: 600px;
}

.skateletras2 {
    display: none;
}

.skatecaixa1 {
    display: block;
    margin-left: -21%;
    margin-top: 8%;
    width: 490px;
}

.skatecaixa2 {
    display: none;
}

.boardletras1 {
    display: block;
    width: 500px;
    margin-top: 15%;
    margin-right: 21%;
}

.boardletras2 {
    display: none;
}

.boardcaixa1 {
    display: block;
    width: 570px;
    margin-top: 0%;
    margin-right: 2%;
}

.boardcaixa2 {
    display: none;

}



.bandeira1 {
    display: block;

}

.bandeira2 {
    display: none;
}

.boardspeletras1 {
    display: block;
    width: 500px;
    margin-right: -2%;
    margin-top: 15%;
}

.boardspeletras2 {
    display: none;
}


.boardspecaixa2 {
    display: block;
    width: 570px;
    margin-top: -8%;
    margin-left: 32%;
}

.cowboyletras1 {
    display: block;
    width: 500px;

    margin-top: 10%;
}

.cowboyletras2 {
    display: none;
}

.cowboycaixa1 {
    display: block;
    width: 440px;

    margin-top: -20%;
}

.cowboycaixa2 {
    display: none;
}

.blackletras1 {
    display: block;
    width: 500px;
    margin-top: 17%;
    margin-left: -10%;
}

.blackletras2 {
    display: none;
}

.blackcaixa1 {
    display: block;
    width: 440px;

    margin-top: -20%;
}

.blackcaixa2 {
    display: none;
}

.booomletras1 {
    display: block;
    width: 500px;
    margin-right: 2%;
    margin-top: -5%;


}

.booomletras2 {
    display: none;
}

.booomcaixa1 {
    display: block;
    width: 440px;
    margin-right: 6%;
    margin-top: 0%;




}

.booomcaixa2 {
    display: none;
}


.img-brand {
    margin-left: 3px;
}


/* 2560px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */




/* 767px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 767px) {
    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    .zagaplastico {
        width: 120%;
        margin-left: -13%;
        margin-top: -20%;
    }

    .zagacaixa1 {
        margin-top: -25%;
        margin-left: -6%;
        width: 500px
    }

    .wrapper {
        width: 470px;
        margin-top: 90%;
        margin-left: 18%;
    }

    .zagaletras1 {
        margin-left: 8%;
        display: block;
    }

    .zagaletras2 {
        margin-left: 8%;
        display: none
    }

    #secChoco {
        width: 100%;
        height: 103%;
        position: absolute;
        top: 150%;
        margin: 0;
        background-color: #bb794c;
    }

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }
}


/*         IPHONE XR 500PX
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

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

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }

    .nektar1 {
        margin-left: -50px;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 2vh;
        right: 1vh;
        z-index: 99;
        border: none;
        outline: none;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
    }

    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    .zagaletras1 {
        display: none;
    }

    .zagaletras2 {
        margin-top: 300px;
        margin-left: 99px;
        display: block;
        width: 300px;
    }


    .zagaplastico {
        width: 350px;
        margin-top: 50px;
        margin-left: 35px;
        display: block;
    }

    .zagacaixa1 {
        margin-top: 35px;
        margin-left: 93px;
        width: 260px !important;
    }

    .wrapper {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .soc1 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc1 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }


    .b1 {
        transform: rotate(90deg);
    }

    .img-brand {
        margin-left: 3px;
        margin-top: 15px;
    }

    .f1 {
        transform: rotate(90deg);
    }

    .i1 {
        transform: rotate(90deg);
    }

    .y1 {
        transform: rotate(90deg);
    }

    .Zagapdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        position: absolute;
        left: 48%;
        right: 50%;
        top: 700px;
        z-index: 7;
        margin: 0;
        padding: 0;
    }

    .header-top {
        background: #18abe3;
        height: 80px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        box-sizing: border-box;
    }

    .header-top img {
        margin: 15px 0px;
        margin-left: 0%;
        width: 140px;
    }

    .l-left {
        display: block;
        margin-left: 30%;
        margin-top: 1%;
    }

    #secChoco {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 730px;
        margin: 0;
        background-color: #bb794c;
    }

    .chococaixa5 {
        width: 260px;
        margin-right: 38px;
        margin-top: -50px;
        display: block;
    }

    .chococaixa {

        display: none;
    }

    .chocoletras5 {
        width: 300px;
        margin-right: 26px;
        margin-top: -25px;
        display: block;
    }

    .chocoletras {
        display: none;
    }

    .chocopdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .chococont1 {
        left: 0% !important;
    }

    .soc2 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc2 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secLemon {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 1460px;
        margin: 0;
        background-color: #dce775;
    }

    .lemonpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .lemonletras2 {
        width: 300px;
        margin-top: 135px !important;
        margin-left: 40px;
        display: block;
    }

    .lemoncaixa2 {
        width: 260px;
        margin-top: -503px !important;
        margin-left: 58px;
        display: block;
    }

    .soc3 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc3 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .Lemon1 {
        margin-top: -7%;
    }

    .lemonletras1 {
        display: none;
    }

    .lemoncaixa1 {
        display: none;
    }

    #secClouds {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2190px;
        margin: 0;
        background-color: #2cace2;
    }

    .cloudspdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cloudsletras2 {
        width: 300px;
        margin-right: 26px !important;
        margin-top: -15px !important;
        display: block;
    }

    .cloudscaixa2 {
        width: 260px;
        margin-right: 38px !important;
        margin-top: -30px !important;
        display: block;
    }

    .cloudscaixa1 {
        display: none;
    }

    .cloudsletras1 {
        display: none;
    }

    .soc4 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc4 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secSkate {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2920px;
        margin: 0;
        background-color: #baad08;
    }

    .skatepdf {
        top: 578px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .skateletras2 {
        width: 350px;
        margin-top: 222px !important;
        margin-left: -15px;
        display: block;
    }

    .skatecaixa2 {
        width: 260px;
        margin-top: -515px !important;
        margin-left: 45px;
        display: block;
    }

    .skateletras1 {
        display: none;
    }

    .skatecaixa1 {
        display: none;
    }

    .soc5 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 353px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc5 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBoard {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 3650px;
        margin: 0;
        background-color: #ffc52f;
    }

    .boardpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardletras2 {
        width: 320px;
        margin-right: 15px;
        display: block;
        margin-top: -25px !important;
    }

    .boardcaixa2 {
        width: 260px;
        margin-right: 45px !important;
        margin-top: -30px !important;
        display: block;
    }

    .boardcaixa1 {
        display: none;
    }

    .boardletras1 {
        display: none;
    }

    .soc6 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc6 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 90px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
        display: block;
    }

    .trama1 {
        display: none;
    }

    #secBoardSpe {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 4380px;
        margin: 0;
        background-color: #40c0c2;
    }

    .boardspepdf {
        top: 580px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardspeletras2 {
        width: 320px;
        margin-right: 15px;
        display: block;
        margin-top: 290px !important;
    }

    .boardspecaixa2 {
        width: 260px;
        margin-left: 240px !important;
        margin-top: -30px !important;
        display: block;
    }

    .carrinha1 {
        width: 300px !important;
        margin-left: 120px;
        margin-top: -30px;
    }

    .boardspecaixa1 {
        display: none;
    }

    .boardspeletras1 {
        display: none;
    }

    .soc7 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 355px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc7 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 60%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
    }

    .trama1 {
        display: none;
    }

    .bandeira1 {
        display: none
    }

    .bandeira2 {
        display: block;
        width: 170px !important;
        top: 15px !important;
    }

    #secBoardSpe .col-md-5 {
        margin-top: 55px;
    }

    #secCowboy {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5110px;
        margin: 0;
        background-color: #add8e5;
    }

    .cowboypdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cowboyletras2 {
        width: 300px;
        margin-right: 26px;
        display: block;
        margin-top: -30px !important;
    }

    .cowboycaixa2 {
        width: 240px;
        margin-right: 50px !important;
        margin-top: -95px !important;
        display: block;
    }

    .cowboycaixa1 {
        display: none;
    }

    .cowboyletras1 {
        display: none;
    }

    .soc8 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc8 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBlack {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5840px;
        margin: 0;
        background-color: #add8e5;
    }

    .blackpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .blackletras2 {
        width: 300px;
        margin-left: 22px;
        display: block;
        margin-top: 240px !important;
    }

    .blackcaixa2 {
        width: 250px;
        margin-left: 60px !important;
        margin-top: -574px !important;
        display: block;
    }

    .blackcaixa1 {
        display: none;
    }

    .blackletras1 {
        display: none;
    }

    .soc9 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc9 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBooom {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 6570px;
        margin: 0;
        background-color: #0a5cab;
    }

    .booompdf {
        top: 680px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .booomletras2 {
        width: 300px;
        margin-right: 25px;
        display: block;
        margin-top: -50px !important;
    }

    .booomcaixa2 {
        width: 250px;
        margin-right: 50px !important;
        margin-top: -79px !important;
        display: block;
    }

    .booomcaixa1 {
        display: none;
    }

    .booomletras1 {
        display: none;
    }

    .soc10 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 450px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc10 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    footer {
        top: 7365px;
        height: 220px !important;
    }

    footer h5 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: block;
    }

    footer h4 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: none;
    }

    .sombra1 {
        display: block;
        margin-top: -40px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .icon-10 {
        color: #fff;
        fill: #fff;
    }



    .icon-15 {
        color: #fff;
        fill: #fff;
    }



    .icon-28 {
        color: #fff;
        fill: #fff;
    }




    .icon-26 {
        color: #fff;
        fill: #fff;
    }



    .icon-27 {
        color: #fff;
        fill: #fff;
    }

}


/*                 375px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

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

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
    }

    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    .zagaletras1 {
        display: none;
    }

    .zagaletras2 {
        margin-top: 300px;
        margin-left: 80px;
        display: block;
        width: 300px;
    }


    .zagaplastico {
        width: 320px;
        margin-top: 50px;
        margin-left: 23px;
        display: block;
    }

    .zagacaixa1 {
        margin-top: 35px;
        margin-left: 80px;
        width: 260px !important;
    }

    .wrapper {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .soc1 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc1 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .b1 {
        transform: rotate(90deg);
    }

    .img-brand {
        margin-left: 3px;
        margin-top: 15px;
    }

    .f1 {
        transform: rotate(90deg);
    }

    .i1 {
        transform: rotate(90deg);
    }

    .y1 {
        transform: rotate(90deg);
    }

    .Zagapdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        position: absolute;
        left: 48%;
        right: 50%;
        top: 700px;
        z-index: 7;
        margin: 0;
        padding: 0;
    }

    .header-top {
        background: #18abe3;
        height: 80px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        box-sizing: border-box;
    }

    .header-top img {
        margin: 15px 0px;
        margin-left: 0%;
        width: 140px;
    }

    .l-left {
        display: block;
        margin-left: 30%;
        margin-top: 1%;
    }

    #secChoco {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 730px;
        margin: 0;
        background-color: #bb794c;
    }

    .chococaixa5 {
        width: 260px;
        margin-right: 5%;
        margin-top: -50px;
        display: block;
    }

    .chococaixa {
        display: none;
    }

    .chocoletras5 {
        width: 300px;
        margin-right: -1%;
        margin-top: -25px;
        display: block;
    }

    .chocoletras {

        display: none;
    }

    .chocopdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .chococont1 {
        left: 0% !important;
    }

    .soc2 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc2 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secLemon {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 1460px;
        margin: 0;
        background-color: #dce775;
    }

    .lemonpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .lemonletras2 {
        width: 300px;
        margin-top: 135px !important;
        margin-left: 25px;
        display: block;
    }

    .lemoncaixa2 {
        width: 260px;
        margin-top: -503px !important;
        margin-left: 37px;
        display: block;
    }

    .soc3 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc3 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .Lemon1 {
        margin-top: -7%;
    }

    .lemonletras1 {
        display: none;
    }

    .lemoncaixa1 {
        display: none;
    }

    #secClouds {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2190px;
        margin: 0;
        background-color: #2cace2;
    }

    .cloudspdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cloudsletras2 {
        width: 300px;
        margin-right: 1px !important;
        margin-top: -15px !important;
        display: block;
    }

    .cloudscaixa2 {
        width: 260px;
        margin-right: 15px !important;
        margin-top: -30px !important;
        display: block;
    }

    .cloudscaixa1 {
        display: none;
    }

    .cloudsletras1 {
        display: none;
    }

    .soc4 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc4 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secSkate {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2920px;
        margin: 0;
        background-color: #baad08;
    }

    .skatepdf {
        top: 578px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .skateletras2 {
        width: 350px;
        margin-top: 222px !important;
        margin-left: -23px;
        display: block;
    }

    .skatecaixa2 {
        width: 260px;
        margin-top: -515px !important;
        margin-left: 27px;
        display: block;
    }

    .skateletras1 {
        display: none;
    }

    .skatecaixa1 {
        display: none;
    }

    .soc5 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 353px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc5 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBoard {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 3650px;
        margin: 0;
        background-color: #ffc52f;
    }

    .boardpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardletras2 {
        width: 310px;
        margin-right: 1px;
        display: block;
        margin-top: -25px !important;
    }

    .boardcaixa2 {
        width: 260px;
        margin-right: 20px !important;
        margin-top: -25px !important;
        display: block;
    }

    .boardcaixa1 {
        display: none;
    }

    .boardletras1 {
        display: none;
    }

    .soc6 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc6 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 100px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
        display: block;
    }

    .trama1 {
        display: none;
    }

    #secBoardSpe {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 4380px;
        margin: 0;
        background-color: #40c0c2;
    }

    .boardspepdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardspeletras2 {
        width: 310px;
        margin-right: 1px;
        display: block;
        margin-top: 265px !important;
    }

    .boardspecaixa2 {
        width: 260px;
        margin-left: 210px !important;
        margin-top: -50px !important;
        display: block;
    }

    .carrinha1 {
        width: 300px !important;
        margin-left: 100px;
        margin-top: -30px;
    }

    .boardspecaixa1 {
        display: none;
    }

    .boardspeletras1 {
        display: none;
    }

    .soc7 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc7 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 60%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
    }

    .trama1 {
        display: none;
    }

    .bandeira1 {
        display: none
    }

    .bandeira2 {
        display: block;
        width: 170px !important;
        top: 14px !important;
    }

    #secBoardSpe .col-md-5 {
        margin-top: 55px;
    }

    #secCowboy {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5110px;
        margin: 0;
        background-color: #add8e5;
    }

    .cowboypdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cowboyletras2 {
        width: 300px;
        margin-right: 1px;
        display: block;
        margin-top: -30px !important;
    }

    .cowboycaixa2 {
        width: 240px;
        margin-right: 30px !important;
        margin-top: -95px !important;
        display: block;
    }

    .cowboycaixa1 {
        display: none;
    }

    .cowboyletras1 {
        display: none;
    }

    .soc8 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc8 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBlack {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5840px;
        margin: 0;
        background-color: #add8e5;
    }

    .blackpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .blackletras2 {
        width: 300px;
        margin-left: 1px;
        display: block;
        margin-top: 240px !important;
    }

    .blackcaixa2 {
        width: 250px;
        margin-left: 40px !important;
        margin-top: -574px !important;
        display: block;
    }

    .blackcaixa1 {
        display: none;
    }

    .blackletras1 {
        display: none;
    }

    .soc9 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc9 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBooom {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 6570px;
        margin: 0;
        background-color: #0a5cab;
    }

    .booompdf {
        top: 680px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .booomletras2 {
        width: 300px;
        margin-right: 3px;
        display: block;
        margin-top: -50px !important;
    }

    .booomcaixa2 {
        width: 250px;
        margin-right: 30px !important;
        margin-top: -79px !important;
        display: block;
    }

    .booomcaixa1 {
        display: none;
    }

    .booomletras1 {
        display: none;
    }

    .soc10 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 450px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc10 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    footer {
        top: 7365px;
        height: 220px !important;
    }

    footer h5 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: block;
    }

    footer h4 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: none;
    }

    .sombra1 {
        display: block;
        margin-top: -40px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .nektar1 {
        margin-left: -50px;
    }

    .icon-10 {
        color: #fff;
        fill: #fff;
    }



    .icon-15 {
        color: #fff;
        fill: #fff;
    }



    .icon-28 {
        color: #fff;
        fill: #fff;
    }













    .icon-26 {
        color: #fff;
        fill: #fff;
    }



    .icon-27 {
        color: #fff;
        fill: #fff;
    }

}



/*                 360px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

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

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }

    .nektar1 {
        margin-left: -50px;
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
    }

    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    .zagaletras1 {
        display: none;
    }

    .zagaletras2 {
        margin-top: 300px;
        margin-left: 65px;
        display: block;
        width: 300px;
    }


    .zagaplastico {
        width: 350px;
        margin-top: 50px;
        margin-left: 15px;
        display: block;
    }

    .zagacaixa1 {
        margin-top: 35px;
        margin-left: 67px;
        width: 260px !important;
    }

    .wrapper {
        width: 100%;
        margin-left: 0%;
        margin-top: 5%;
    }

    .soc1 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc1 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }


    .b1 {
        transform: rotate(90deg);
    }

    .img-brand {
        margin-left: 3px;
        margin-top: 15px;
    }

    .f1 {
        transform: rotate(90deg);
    }

    .i1 {
        transform: rotate(90deg);
    }

    .y1 {
        transform: rotate(90deg);
    }

    .Zagapdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        position: absolute;
        left: 48%;
        right: 50%;
        top: 700px;
        z-index: 7;
        margin: 0;
        padding: 0;
    }

    .header-top {
        background: #18abe3;
        height: 80px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        box-sizing: border-box;
    }

    .header-top img {
        margin: 15px 0px;
        margin-left: 0%;
        width: 140px;
    }

    .l-left {
        display: block;
        margin-left: 30%;
        margin-top: 1%;
    }

    #secChoco {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 730px;
        margin: 0;
        background-color: #bb794c;
    }

    .chococaixa5 {
        width: 260px;
        margin-right: 3%;
        margin-top: -50px;
        display: block;
    }

    .chococaixa {
        display: none;
    }

    .chocoletras5 {
        width: 300px;
        margin-right: -1%;
        margin-top: -25px;
        display: block;
    }

    .chocoletras {
        display: none;
    }

    .chocopdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .chococont1 {
        left: 0% !important;
    }

    .soc2 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc2 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secLemon {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 1460px;
        margin: 0;
        background-color: #dce775;
    }

    .lemonpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .lemonletras2 {
        width: 300px;
        margin-top: 135px !important;
        margin-left: 15px;
        display: block;
    }

    .lemoncaixa2 {
        width: 260px;
        margin-top: -478px !important;
        margin-left: 37px;
        display: block;
    }

    .soc3 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc3 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .Lemon1 {
        margin-top: -7%;
    }

    .lemonletras1 {
        display: none;
    }

    .lemoncaixa1 {
        display: none;
    }

    #secClouds {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2190px;
        margin: 0;
        background-color: #2cace2;
    }

    .cloudspdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cloudsletras2 {
        width: 300px;
        margin-right: -5px !important;
        margin-top: -15px !important;
        display: block;
    }

    .cloudscaixa2 {
        width: 260px;
        margin-right: 5px !important;
        margin-top: -30px !important;
        display: block;
    }

    .cloudscaixa1 {
        display: none;
    }

    .cloudsletras1 {
        display: none;
    }

    .soc4 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc4 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secSkate {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 2920px;
        margin: 0;
        background-color: #baad08;
    }

    .skatepdf {
        top: 578px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .skateletras2 {
        width: 350px;
        margin-top: 222px !important;
        margin-left: -36px;
        display: block;
    }

    .skatecaixa2 {
        width: 260px;
        margin-top: -515px !important;
        margin-left: 27px;
        display: block;
    }

    .skateletras1 {
        display: none;
    }

    .skatecaixa1 {
        display: none;
    }

    .soc5 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 353px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc5 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBoard {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 3650px;
        margin: 0;
        background-color: #ffc52f;
    }

    .boardpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardletras2 {
        width: 300px;
        margin-right: 1px;
        display: block;
        margin-top: -25px !important;
    }

    .boardcaixa2 {
        width: 260px;
        margin-right: 5px !important;
        margin-top: -44px !important;
        display: block;
    }

    .boardcaixa1 {
        display: none;
    }

    .boardletras1 {
        display: none;
    }

    .soc6 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc6 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 100px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
        display: block;
    }

    .trama1 {
        display: none;
    }

    #secBoardSpe {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 4380px;
        margin: 0;
        background-color: #40c0c2;
    }

    .boardspepdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .boardspeletras2 {
        width: 300px;
        margin-right: 1px;
        display: block;
        margin-top: 265px !important;
    }

    .boardspecaixa2 {
        width: 260px;
        margin-left: 195px !important;
        margin-top: -40px !important;
        display: block;
    }

    .carrinha1 {
        width: 300px !important;
        margin-left: 80px;
        margin-top: -30px;
    }

    .boardspecaixa1 {
        display: none;
    }

    .boardspeletras1 {
        display: none;
    }

    .soc7 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc7 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    .trama2 {
        position: absolute;
        margin-top: 60%;
        left: 0;
        z-index: 0;
        width: 100%;
        height: auto;
    }

    .trama1 {
        display: none;
    }

    .bandeira1 {
        display: none
    }

    .bandeira2 {
        display: block;
        width: 170px !important;
        top: 14px !important;
    }

    #secBoardSpe .col-md-5 {
        margin-top: 55px;
    }

    #secCowboy {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5110px;
        margin: 0;
        background-color: #add8e5;
    }

    .cowboypdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .cowboyletras2 {
        width: 300px;
        margin-right: -5px;
        display: block;
        margin-top: -30px !important;
    }

    .cowboycaixa2 {
        width: 240px;
        margin-right: 40px !important;
        margin-top: -95px !important;
        display: block;
    }

    .cowboycaixa1 {
        display: none;
    }

    .cowboyletras1 {
        display: none;
    }

    .soc8 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc8 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBlack {
        width: 100%;
        height: 730px;
        position: absolute;
        top: 5840px;
        margin: 0;
        background-color: #add8e5;
    }

    .blackpdf {
        top: 575px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .blackletras2 {
        width: 300px;
        margin-left: -10px;
        display: block;
        margin-top: 240px !important;
    }

    .blackcaixa2 {
        width: 250px;
        margin-left: 30px !important;
        margin-top: -574px !important;
        display: block;
    }

    .blackcaixa1 {
        display: none;
    }

    .blackletras1 {
        display: none;
    }

    .soc9 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 350px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc9 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    #secBooom {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 6570px;
        margin: 0;
        background-color: #0a5cab;
    }

    .booompdf {
        top: 680px !important;
        left: 0% !important;
        right: 0% !important;
    }

    .booomletras2 {
        width: 300px;
        margin-right: 3px;
        display: block;
        margin-top: -50px !important;
    }

    .booomcaixa2 {
        width: 250px;
        margin-right: 40px !important;
        margin-top: -79px !important;
        display: block;
    }

    .booomcaixa1 {
        display: none;
    }

    .booomletras1 {
        display: none;
    }

    .soc10 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 450px;
        right: 0% !important;
        left: 0% !important;
        transform: rotate(-90deg);
    }

    .soc10 a {
        position: relative;
        height: 6.6rem;
        width: 3.6rem;
    }

    footer {
        top: 7365px;
        height: 220px !important;
    }

    footer h5 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: block;
    }

    footer h4 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 8%;
        display: none;
    }

    .sombra1 {
        display: block;
        margin-top: -40px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

    .icon-10 {
        color: #fff;
        fill: #fff;
    }



    .icon-15 {
        color: #fff;
        fill: #fff;
    }



    .icon-28 {
        color: #fff;
        fill: #fff;
    }













    .icon-26 {
        color: #fff;
        fill: #fff;
    }



    .icon-27 {
        color: #fff;
        fill: #fff;
    }

}






















/*          1366px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (min-width: 1366px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }

    a {
        text-decoration: none;
    }



    table {
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-weight: normal;
        font-style: normal;
    }

    strong {
        font-weight: bold;
    }

    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    caption,
    th {
        text-align: left;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        font-size: 100%;
        margin: 0;
        padding: 0;
        color: #FFF;
    }

    q:before,
    q:after {
        content: '';
    }

    abbr,
    acronym {
        border: 0;
    }

    /* Custom CSS
* --------------------------------------- */
    body {
        background-color: #18abe3;
        animation-direction: alternate;
        width: 100%;
        height: 100%;
        font-family: 'bosque_regularregular';
        text-align: center;
    }

    #bodyChoco {
        background-color: #bb794c !important;
    }

    #bodyLemon {
        background-color: #cbdb2a !important;
    }

    #bodyClouds {
        background-color: #2cace2 !important;
    }

    #bodySkate {
        background-color: #31b9f3 !important;
    }

    #bodyBoard {
        background-color: #ffc52f !important;
    }

    #bodyBoardSpe {
        background-color: #40c0c2 !important;
    }

    #bodyCowboy {
        background-color: #add8e5 !important;
    }

    #bodyBlack {
        background-color: #2cace2 !important;
    }

    #bodyBooom {
        background-color: #0a5cab !important;
    }

    /* HEADER & NAV MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .header-top {
        background: rgba(255, 255, 255, 0);
        height: 120px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        box-sizing: border-box;
    }

    .header-top img {
        margin: 15px 0px;
        width: 190px;
    }

    .l-left {
        float: left;
    }

    .l-right {
        float: right;
    }

    .menuBt {
        position: relative;
        height: 900px;
        text-align: center;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

    .toggle-menu {
        width: 50px;
        height: 50px;
        position: relative;
        float: right;
        top: 10px;
        display: none;
    }

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: white;
        width: 30px;
        left: 10px;
        /*-webkit-transition: all .1s;
transition: all .1s;*/
    }

    .toggle-menu i:nth-child(1) {
        top: 16px;
    }

    .toggle-menu i:nth-child(2) {
        top: 24px;
    }

    .toggle-menu i:nth-child(3) {
        top: 32px;
    }

    .open-menu i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .open-menu i:nth-child(2) {
        background: transparent;
    }

    .open-menu i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .open-menu ~ nav {
        opacity: 1;
        z-index: 15;
        height: calc(90vh - 70px);
    }

    .navDesktop {
        opacity: 1;
    }

    nav {
        height: 60px !important;
        opacity: 0;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .0) !important;
        position: fixed;
        top: 100px;
        width: 100%;
        -webkit-transition: all 2s;
        transition: all 2s;
    }

    nav ul {
        float: left;
    }

    nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-decoration: none !important;
    }

    nav li a {
        font-size: 0.9em;
        display: block;
        padding: 5px 10px;
        text-align: left;
        -webkit-transition: background .1s;
        transition: background .1s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none !important;
        color: #434343 !important;
    }

    .btTravelLink {
        top: 33%;
        height: 65%;
        width: 90%;
        position: relative;
        background: rgba(255, 255, 255, .0);
        z-index: 9999999;
    }

    /*                         ZAGGA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    #secPalm .col-md-5:first-of-type {
        margin-top: 3% !important;
    }

    #secPalm img:nth-child(1),
    #secPalm img:nth-child(2),
    #secPalm img:nth-child(3),
    #secPalm img:nth-child(4) {
        position: absolute;
        left: -10%;
    }

    #secPalm p span {
        color: #00638b;
        float: right;
    }

    #secPalm .next {
        bottom: 30px;
        z-index: 20;
    }

    #secPalmDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secPalmDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secPalmDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 11%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 5em;
        color: #00638b;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #00638b;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #ffa43a;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #ffa43a;
        margin-top: 12%;
        right: 35%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secPalmDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 550px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secPalmDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secPalmDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secPalmDescrip2 .col-md-12 h1 {
        padding-top: 3%;
        font-size: 3em;
        color: #28ace2;
    }

    #secPalmDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #00638b;
    }

    #secPalmDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #28ace2;
        text-align: left;
    }

    #secPalmDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #28ace2;
        text-align: left;
    }

    #secPalmDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #28ace2;
        text-align: left;
        line-height: 21px;
    }

    #secPalmDescrip3 {
        width: 100%;
        height: 70%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secPalmDescrip3 .col-md-6 {
        margin-top: -4%;
    }

    #secPalmDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secPalmDescrip4 .col-md-6,
    #secPalmDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secPalmDescrip4 .col-md-5 {
        left: -8%;
    }

    #secPalmDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secPalmDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #28ace2;
    }

    #secPalmDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #00638b;
    }

    #secPalmDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #28ace2;
        line-height: 25px;
        position: absolute;
    }

    #secPalmDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secPalmDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secPalmDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #28ace2;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secPalmDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #00638b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secPalmDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #00638b;
        padding-bottom: 3%;
    }

    #secPalmDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secPalmDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secPalmDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secPalmDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secPalmDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secPalmDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #28ace2;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secPalmDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secPalmDescrip5 .col-md-12 h1 span {
        background: #28ace2;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secPalmDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         CHOCO SUPREMES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secChoco .btTravelLink {
        margin-top: 11%;
    }

    #secChoco {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 96%;
        margin: 0;
        background-color: #bb794c;
    }

    #secChoco svg {
        margin-top: -3%;
    }

    #secChoco .col-md-5 {
        margin-top: 25%;
    }

    #secChoco .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secChoco img {
        float: right;
    }

    #secChoco p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secChoco p span {
        color: #56452b;
    }

    #secChoco .next {
        position: relative;
        z-index: 20;
    }

    #secChocoDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secChocoDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secChocoDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secChocoDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secChocoDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secChocoDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secChocoDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secChocoDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secChocoDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secChocoDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secChocoDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secChocoDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secChocoDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secChocoDescrip4 .col-md-6,
    #secChocoDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secChocoDescrip4 .col-md-5 {
        left: -8%;
    }

    #secChocoDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secChocoDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secChocoDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secChocoDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secChocoDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secChocoDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secChocoDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secChocoDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secChocoDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secChocoDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secChocoDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secChocoDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secChocoDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secChocoDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secChocoDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secChocoDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secChocoDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secChocoDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                       LEMON PRECIOUS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secLemon .btTravelLink {
        margin-top: 11%;
    }

    #secLemon {
        width: 100%;
        height: 98%;
        position: absolute;
        top: 191%;
        margin: 0;
        background-color: #dce775;
    }

    #secLemon svg {
        margin-top: -2.5%;
    }

    #secLemon .col-md-5 {
        margin-top: 0%;
        left: -3%;
    }

    #secLemon .col-md-5:first-of-type {
        margin-top: 25vh;
    }

    #secLemon img {
        float: left;
    }

    #secLemon p {
        top: 97%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        text-align: center;
        line-height: 32px;
    }

    #secLemon p span {
        color: #636833;
    }

    #secLemon .next {
        position: relative;
        bottom: 200px;
    }

    #secLemonDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secLemonDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secLemonDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #636833;
        line-height: 62px;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.72em;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #636833;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #e17714;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #e17714;
        margin-top: 12%;
        right: 35%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secLemonDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secLemonDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secLemonDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secLemonDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #cbdb2a;
    }

    #secLemonDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #636833;
    }

    #secLemonDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #cbdb2a;
        text-align: left;
    }

    #secLemonDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #cbdb2a;
        text-align: left;
    }

    #secLemonDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #cbdb2a;
        text-align: left;
        line-height: 21px;
    }

    #secLemonDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secLemonDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secLemonDescrip4 .col-md-6,
    #secLemonDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secLemonDescrip4 .col-md-5 {
        left: -8%;
    }

    #secLemonDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secLemonDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #cbdb2a;
    }

    #secLemonDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #636833;
    }

    #secLemonDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #cbdb2a;
        line-height: 25px;
        position: absolute;
    }

    #secLemonDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secLemonDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secLemonDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #cbdb2a;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secLemonDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #636833 !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secLemonDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #636833;
        padding-bottom: 3%;
    }

    #secLemonDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secLemonDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secLemonDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secLemonDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secLemonDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secLemonDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #cbdb2a;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secLemonDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secLemonDescrip5 .col-md-12 h1 span {
        background: #cbdb2a;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secLemonDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         MINI CLOUDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secClouds .btTravelLink {
        margin-top: 11%;
    }

    #secClouds {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 286%;
        margin: 0;
        background-color: #2cace2;
    }

    #secClouds svg {
        margin-top: -3%;
    }

    #secClouds .col-md-5 {
        margin-top: 20%;
    }

    #secClouds .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secClouds img {
        float: right;
    }

    #secClouds p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secClouds p span {
        color: #56452b;
    }

    #secClouds .next {
        position: relative;
        z-index: 20;
    }

    #secCloudsDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secCloudsDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secCloudsDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secCloudsDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCloudsDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCloudsDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secCloudsDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secCloudsDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCloudsDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCloudsDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secCloudsDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secCloudsDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secCloudsDescrip4 .col-md-6,
    #secCloudsDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secCloudsDescrip4 .col-md-5 {
        left: -8%;
    }

    #secCloudsDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secCloudsDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secCloudsDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secCloudsDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secCloudsDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secCloudsDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secCloudsDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secCloudsDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secCloudsDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secCloudsDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCloudsDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCloudsDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secCloudsDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secCloudsDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secCloudsDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secCloudsDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secCloudsDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secCloudsDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         SKATE CHOCO
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secSkate .btTravelLink {
        margin-top: 11%;
    }

    #secSkate {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 381%;
        margin: 0;
        background-color: #baad08;
    }

    #secSkate svg {
        margin-top: -3%;
    }

    #secSkate .col-md-5 {
        margin-top: 20%;
    }

    #secSkate .col-md-5:last-of-type {
        margin-top: 20%;
    }

    #secSkate img {
        float: left;
    }

    #secSkate p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secSkate p span {
        color: #56452b;
    }

    #secSkate .next {
        position: relative;
        z-index: 20;
    }

    #secSkateDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secSkateDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secSkateDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secSkateDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secSkateDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secSkateDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secSkateDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secSkateDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secSkateDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secSkateDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secSkateDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secSkateDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secSkateDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secSkateDescrip4 .col-md-6,
    #secSkateDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secSkateDescrip4 .col-md-5 {
        left: -8%;
    }

    #secSkateDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secSkateDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secSkateDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secSkateDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secSkateDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secSkateDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secSkateDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secSkateDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secSkateDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secSkateDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secSkateDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secSkateDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secSkateDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secSkateDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secSkateDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secSkateDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secSkateDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secSkateDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Sweet Boards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBoard .btTravelLink {
        margin-top: 11%;
    }

    #secBoard {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 476%;
        margin: 0;
        background-color: #ffc52f;
    }

    #secBoard svg {
        margin-top: -3%;
    }

    #secBoard .col-md-5 {
        margin-top: 20%;
    }

    #secBoard .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secBoard img {
        float: right;
    }

    #secBoard p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBoard p span {
        color: #56452b;
    }

    #secBoard .next {
        position: relative;
        z-index: 20;
    }

    #secBoardDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBoardDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBoardDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBoardDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBoardDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBoardDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBoardDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBoardDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBoardDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBoardDescrip4 .col-md-6,
    #secBoardDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBoardDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBoardDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBoardDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBoardDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBoardDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBoardDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBoardDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBoardDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBoardDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBoardDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBoardDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBoardDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBoardDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBoardDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBoardDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBoardDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBoardDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Sweet Boards Special 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBoardSpe .btTravelLink {
        margin-top: 11%;
    }

    #secBoardSpe {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 571%;
        margin: 0;
        background-color: #40c0c2;
    }

    #secBoardSpe svg {
        margin-top: -3%;
    }

    #secBoardSpe .col-md-5 {
        margin-top: 20%;
    }

    #secBoardSpe .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secBoardSpe img {
        float: right;
    }

    #secBoardSpe p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBoardSpe p span {
        color: #56452b;
    }

    #secBoardSpe .next {
        position: relative;
        z-index: 20;
    }

    #secBoardSpeDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBoardSpeDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBoardSpeDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBoardSpeDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardSpeDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardSpeDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBoardSpeDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBoardSpeDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardSpeDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardSpeDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBoardSpeDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBoardSpeDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBoardSpeDescrip4 .col-md-6,
    #secBoardSpeDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBoardSpeDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBoardSpeDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBoardSpeDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBoardSpeDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBoardSpeDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBoardSpeDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBoardSpeDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBoardSpeDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardSpeDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardSpeDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBoardSpeDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBoardSpeDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBoardSpeDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Cowboy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secCowboy .btTravelLink {
        margin-top: 11%;
    }

    #secCowboy {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 666%;
        margin: 0;
        background-color: #2cace2;
    }

    #secCowboy svg {
        margin-top: -3%;
    }

    #secCowboy .col-md-5 {
        margin-top: 28%;
    }

    #secCowboy .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secCowboy img {
        float: right;
    }

    #secCowboy p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secCowboy p span {
        color: #56452b;
    }

    #secCowboy .next {
        position: relative;
        z-index: 20;
    }

    #secCowboyDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secCowboyDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secCowboyDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secCowboyDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCowboyDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCowboyDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secCowboyDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secCowboyDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCowboyDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCowboyDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secCowboyDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secCowboyDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secCowboyDescrip4 .col-md-6,
    #secCowboyDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secCowboyDescrip4 .col-md-5 {
        left: -8%;
    }

    #secCowboyDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secCowboyDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secCowboyDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secCowboyDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secCowboyDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secCowboyDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secCowboyDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secCowboyDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secCowboyDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secCowboyDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCowboyDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCowboyDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secCowboyDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secCowboyDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secCowboyDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secCowboyDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secCowboyDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secCowboyDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Black 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBlack .btTravelLink {
        margin-top: 11%;
    }

    #secBlack {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 762%;
        margin: 0;
        background-color: #baad08;
    }

    #secBlack svg {
        margin-top: -3%;
    }

    #secBlack .col-md-5 {
        margin-top: 27%;
    }

    #secBlack .col-md-5:last-of-type {
        margin-top: 35%;
    }

    #secBlack img {
        float: left;
    }

    #secBlack p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBlack p span {
        color: #56452b;
    }

    #secBlack .next {
        position: relative;
        z-index: 20;
    }

    #secBlackDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBlackDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBlackDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBlackDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBlackDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBlackDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBlackDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBlackDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBlackDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBlackDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBlackDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBlackDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBlackDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBlackDescrip4 .col-md-6,
    #secBlackDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBlackDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBlackDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBlackDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBlackDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBlackDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBlackDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBlackDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBlackDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBlackDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBlackDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBlackDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBlackDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBlackDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBlackDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBlackDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBlackDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBlackDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBlackDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBlackDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                       Booom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBooom .btTravelLink {
        margin-top: 11%;
    }

    #secBooom {
        width: 100%;
        height: 95%;
        position: absolute;
        top: 858%;
        margin: 0;
        background-color: #0a5cab;
    }

    #secBooom svg {
        margin-top: -3%;
    }

    #secBooom .col-md-5 {
        margin-top: 25%;
    }

    #secBooom .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secBooom img {
        float: right;
    }

    #secBooom p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBooom p span {
        color: #56452b;
    }

    #secBooom .next {
        position: relative;
        z-index: 20;
    }

    #secBooomDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBooomDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBooomDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBooomDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBooomDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBooomDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBooomDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBooomDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBooomDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBooomDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBooomDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBooomDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBooomDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBooomDescrip4 .col-md-6,
    #secBooomDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBooomDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBooomDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBooomDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBooomDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBooomDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBooomDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBooomDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBooomDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBooomDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBooomDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBooomDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBooomDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBooomDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBooomDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBooomDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBooomDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBooomDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBooomDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBooomDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         REDES SOCIAIS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .soc {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 100%;
        right: 0px !important;
    }

    .soc li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc a,
    .soc svg {
        display: block;
    }

    .soc a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc svg {
        height: 100%;
        width: 100%;
    }

    .soc em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc1 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 95%;
        right: 0px !important;
    }

    .soc1 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc1 a,
    .soc1 svg {
        display: block;
    }

    .soc1 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc1 svg {
        height: 100%;
        width: 100%;
    }

    .soc1 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc2 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 33%;
        right: 0px !important;
    }

    .soc2 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc2 a,
    .soc2 svg {
        display: block;
    }

    .soc2 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc2 svg {
        height: 100%;
        width: 100%;
    }

    .soc2 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc3 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 29%;
        right: 0px !important;
    }

    .soc3 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc3 a,
    .soc3 svg {
        display: block;
    }

    .soc3 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc3 svg {
        height: 100%;
        width: 100%;
    }

    .soc3 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc4 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 27%;
        right: 0px !important;
    }

    .soc4 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc4 a,
    .soc4 svg {
        display: block;
    }

    .soc4 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc4 svg {
        height: 100%;
        width: 100%;
    }

    .soc4 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc5 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 29%;
        right: 0px !important;
    }

    .soc5 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc5 a,
    .soc5 svg {
        display: block;
    }

    .soc5 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc5 svg {
        height: 100%;
        width: 100%;
    }

    .soc5 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc6 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 30%;
        right: 0px !important;
        z-index: 999 !important;
    }

    .soc6 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc6 a,
    .soc6 svg {
        display: block;
    }

    .soc6 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc6 svg {
        height: 100%;
        width: 100%;
    }

    .soc6 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc7 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 31%;
        right: 0px !important;
        z-index: 999 !important;
    }

    .soc7 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc7 a,
    .soc7 svg {
        display: block;
    }

    .soc7 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc7 svg {
        height: 100%;
        width: 100%;
    }

    .soc7 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc8 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 35%;
        right: 0px !important;
    }

    .soc8 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc8 a,
    .soc8 svg {
        display: block;
    }

    .soc8 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc8 svg {
        height: 100%;
        width: 100%;
    }

    .soc8 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc9 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 30%;
        right: 0px !important;
    }

    .so9c li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc9 a,
    .soc9 svg {
        display: block;
    }

    .soc9 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc9 svg {
        height: 100%;
        width: 100%;
    }

    .soc9 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc10 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 40%;
        right: 0px !important;
    }

    .soc10 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc10 a,
    .soc10 svg {
        display: block;
    }

    .soc10 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc10 svg {
        height: 100%;
        width: 100%;
    }

    .soc10 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }



    footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 250px;
        background-color: #0a5cab;
        text-align: center;
        z-index: 20;
        padding-bottom: 3%;
        top: 950%;
    }

    footer h4 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 5%;
        display: block;
    }

    footer h5 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 5%;
        display: none;
    }

    footer h5 span {
        font-size: 1.3em;
    }

    footer h5 span span {
        position: absolute;
        font-size: 0.5em;
        margin-top: -3px;
        margin-left: -3px;
    }

    footer h5 img {
        position: absolute;
        width: 120px;
        padding-top: 5px;
        margin-left: -76px;
    }

    #palm h5 {
        color: #fff;
        font-size: 15px;
    }

    #chocoFooter h4 {
        color: #56452b !important;
    }

    footer h4 span {
        font-size: 1.3em;
    }

    footer h4 span span {
        position: absolute;
        font-size: 0.5em;
        margin-top: -3px;
        margin-left: -3px;
    }

    footer h4 img {
        position: absolute;
        width: 120px;
        padding-top: 5px;
        margin-left: -76px;
    }

    .flipImg {
        -webkit-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    }

    @keyframes img-1 {
        0% {
            opacity: 1;
        }

        44% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        94% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes img-2 {
        0% {
            opacity: 0;
        }

        44% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        94% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .wrapper {
        position: relative;
        width: 470px;
        margin-top: 8%;
    }

    .wrapper img:first-child {
        position: absolute;
        opacity: 1;
        animation: img-1 6s infinite;
    }

    .wrapper img:last-child {
        position: absolute;
        width: 100%;
        opacity: 0;
        animation: img-2 6s infinite;
    }

    .wrapper2 {
        position: relative;
        width: 470px;
        margin-top: 8%;
        margin-left: -54% !important;
    }

    .wrapper2 img:first-child {
        position: absolute;
        opacity: 1;
        animation: img-1 6s infinite;
    }

    .wrapper2 img:last-child {
        position: absolute;
        width: 100%;
        opacity: 0;
        animation: img-2 6s infinite;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 10vh;
        right: 1vh;
        z-index: 99;
        border: none;
        outline: none;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

    .arrow {
        text-align: center;
        margin: 8% 0;
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        position: absolute;
        left: 50%;
        right: 50%;
        top: 85vh;
        z-index: 7;
        margin: 0;
        padding: 0;
    }

    @keyframes bounce {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-30px);
        }

        60% {
            transform: translateY(-15px);
        }
    }

    @keyframes scroll {
        0% {
            opacity: 0;
        }

        10% {
            transform: translateY(0);
            opacity: 1;
        }

        100% {
            transform: translateY(15px);
            opacity: 0;
        }
    }

    .trama1 {
        position: absolute;
        margin-top: 205px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 400px;
        display: block;
    }

    .trama2 {
        position: absolute;
        margin-top: 383px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 400px;
        display: none;
    }

    .sombra1 {
        display: none;
    }

    .Palm1 {
        margin-top: 5%;
    }

    .Choco1 {
        margin-top: -5%;
    }

    .Lemon1 {
        margin-top: 2%;
    }

    .Clouds1 {
        margin-top: -8%;
    }

    .Skate1 {
        margin-top: -8%;
    }

    .Board1 {
        margin-top: -6%;
    }

    .BoardSpe1 {
        margin-top: -6%;
    }

    .Cowboy1 {
        margin-top: -10%;

    }

    .Black1 {
        margin-top: -10%;
    }

    .Booom1 {
        margin-top: -15%;

    }

    p5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }

    .Zagapdf {
        top: 73vh;
        left: 48%
    }

    .chocopdf {
        left: 48%;
        top: 80vh
    }

    .lemonpdf {
        left: 48%;
        top: 72vh;
    }

    .cloudspdf {
        left: 48%;
        top: 72vh;
    }

    .skatepdf {
        left: 48%;
        top: 72vh;
    }

    .boardpdf {
        left: 48%;
        top: 72vh;
    }

    .boardspepdf {
        left: 48%;
        top: 72vh
    }

    .cowboypdf {
        left: 48%;
        top: 77vh;
    }

    .blackpdf {
        left: 48%;
        top: 77vh;
    }

    .booompdf {
        top: 77vh;
        left: 48%;
    }

    .zagaplastico {
        width: 125%;
        margin-left: -20%;
        margin-top: -20%;
        display: block;
    }

    .zagacaixa1 {
        margin-top: -25%;
        margin-left: -10%;
    }

    .carrinha1 {
        width: 120% !important;
        margin-left: -25%;
        margin-top: 8%;
    }

    .logo2 {
        display: none
    }

    .logo1 {
        display: block;
    }

    .zagaletras1 {
        margin-left: 8%;
        display: block;
    }

    .zagaletras2 {
        margin-left: 8%;
        display: none
    }

    .chococaixa {
        width: 470px;
        margin-right: 5px;
        margin-top: 13px;
        display: block;
    }

    .chococaixa5 {
        display: none;
    }

    .chocoletras {
        width: 500px;
        margin-right: 29px;
        margin-top: 10px;
        display: block;
    }

    .chocoletras5 {
        display: none;
    }



    .lemonletras1 {
        display: block;
        width: 500px;
        margin-left: 12px;
        margin-top: -70px;
    }

    .lemonletras2 {
        display: none;
    }

    .lemoncaixa1 {
        display: block;
        width: 470px;
        margin-top: 192px;
        margin-left: 11px;
    }

    .lemoncaixa2 {
        display: none;
    }

    .cloudsletras1 {
        display: block;
        width: 500px;
        margin-top: 58px;
    }

    .cloudsletras2 {
        display: none;
    }

    .cloudscaixa1 {
        display: block;
        width: 470px;
        margin-top: 66px;
        margin-right: 30px;
    }

    .cloudscaixa2 {
        display: none;
    }

    .skateletras1 {
        display: block;
        margin-top: 44px;
        width: 600px;
        margin-left: -135px;
    }

    .skateletras2 {
        display: none;
    }

    .skatecaixa1 {
        display: block;
        width: 470px;
        margin-top: 60px;
        margin-left: -20px;
    }

    .skatecaixa2 {
        display: none;
    }

    .boardletras1 {
        display: block;
        width: 500px;
        margin-top: 96px;
        margin-right: 46px;
    }

    .boardletras2 {
        display: none;
    }

    .boardcaixa1 {
        display: block;
        width: 550px;
        margin-top: 15px;
        margin-right: -3px;
    }

    .icon-10 {
        color: #fff;
        fill: #fff;
    }



    .icon-15 {
        color: #fff;
        fill: #fff;
    }



    .icon-28 {
        color: #fff;
        fill: #fff;
    }




    .icon-26 {
        color: #fff;
        fill: #fff;
    }



    .icon-27 {
        color: #fff;
        fill: #fff;
    }
}











/*                       1367px
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


@media screen and (min-width: 1367px) {

    body,
    div,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    fieldset,
    input,
    textarea,
    p,
    blockquote,
    th,
    td {
        padding: 0;
        margin: 0;
    }

    a {
        text-decoration: none;
    }



    table {
        border-spacing: 0;
    }

    fieldset,
    img {
        border: 0;
    }

    address,
    caption,
    cite,
    code,
    dfn,
    em,
    strong,
    th,
    var {
        font-weight: normal;
        font-style: normal;
    }

    strong {
        font-weight: bold;
    }

    ol,
    ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    caption,
    th {
        text-align: left;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-weight: normal;
        font-size: 100%;
        margin: 0;
        padding: 0;
        color: #FFF;
    }

    q:before,
    q:after {
        content: '';
    }

    abbr,
    acronym {
        border: 0;
    }

    /* Custom CSS
* --------------------------------------- */
    body {
        background-color: #18abe3;
        animation-direction: alternate;
        width: 100%;
        height: 100%;
        font-family: 'bosque_regularregular';
        text-align: center;
    }

    #bodyChoco {
        background-color: #bb794c !important;
    }

    #bodyLemon {
        background-color: #cbdb2a !important;
    }

    #bodyClouds {
        background-color: #2cace2 !important;
    }

    #bodySkate {
        background-color: #31b9f3 !important;
    }

    #bodyBoard {
        background-color: #ffc52f !important;
    }

    #bodyBoardSpe {
        background-color: #40c0c2 !important;
    }

    #bodyCowboy {
        background-color: #add8e5 !important;
    }

    #bodyBlack {
        background-color: #2cace2 !important;
    }

    #bodyBooom {
        background-color: #0a5cab !important;
    }

    /* HEADER & NAV MENU
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .header-top {
        background: rgba(255, 255, 255, 0);
        height: 120px;
        padding: 0 10px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9999999;
        box-sizing: border-box;
    }

    .header-top img {
        margin: 15px 0px;
        width: 190px;
    }

    .l-left {
        float: left;
    }

    .l-right {
        float: right;
    }

    .menuBt {
        position: relative;
        height: 900px;
        text-align: center;
        -moz-transition: opacity 1s ease;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        -ms-transition: opacity 1s ease;
        transition: opacity 1s ease;
    }

    .toggle-menu {
        width: 50px;
        height: 50px;
        position: relative;
        float: right;
        top: 10px;
        display: none;
    }

    .toggle-menu i {
        position: absolute;
        display: block;
        height: 2px;
        background: white;
        width: 30px;
        left: 10px;
        /*-webkit-transition: all .1s;
transition: all .1s;*/
    }

    .toggle-menu i:nth-child(1) {
        top: 16px;
    }

    .toggle-menu i:nth-child(2) {
        top: 24px;
    }

    .toggle-menu i:nth-child(3) {
        top: 32px;
    }

    .open-menu i:nth-child(1) {
        top: 25px;
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg);
    }

    .open-menu i:nth-child(2) {
        background: transparent;
    }

    .open-menu i:nth-child(3) {
        top: 25px;
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg);
    }

    .open-menu ~ nav {
        opacity: 1;
        z-index: 15;
        height: calc(90vh - 70px);
    }

    .navDesktop {
        opacity: 1;
    }

    nav {
        height: 60px !important;
        opacity: 0;
        box-sizing: border-box;
        background: rgba(255, 255, 255, .0) !important;
        position: fixed;
        top: 100px;
        width: 100%;
        -webkit-transition: all 2s;
        transition: all 2s;
    }

    nav ul {
        float: left;
    }

    nav li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-decoration: none !important;
    }

    nav li a {
        font-size: 0.9em;
        display: block;
        padding: 5px 10px;
        text-align: left;
        -webkit-transition: background .1s;
        transition: background .1s;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none !important;
        color: #434343 !important;
    }

    .btTravelLink {
        top: 33%;
        height: 65%;
        width: 90%;
        position: relative;
        background: rgba(255, 255, 255, .0);
        z-index: 9999999;
    }

    /*                         ZAGGA
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secPalm {
        width: 100%;
        height: 100%;
        position: relative;
        padding-top: 15%;
        margin: 0;
    }

    #secPalm .col-md-5:first-of-type {
        margin-top: 3% !important;
    }

    #secPalm img:nth-child(1),
    #secPalm img:nth-child(2),
    #secPalm img:nth-child(3),
    #secPalm img:nth-child(4) {
        position: absolute;
        left: -10%;
    }

    #secPalm p span {
        color: #00638b;
        float: right;
    }

    #secPalm .next {
        bottom: 30px;
        z-index: 20;
    }

    #secPalmDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secPalmDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secPalmDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 11%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 5em;
        color: #00638b;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #00638b;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #ffa43a;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #ffa43a;
        margin-top: 12%;
        right: 35%;
    }

    #secPalmDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secPalmDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 550px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secPalmDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secPalmDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secPalmDescrip2 .col-md-12 h1 {
        padding-top: 3%;
        font-size: 3em;
        color: #28ace2;
    }

    #secPalmDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #00638b;
    }

    #secPalmDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #28ace2;
        text-align: left;
    }

    #secPalmDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #28ace2;
        text-align: left;
    }

    #secPalmDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #28ace2;
        text-align: left;
        line-height: 21px;
    }

    #secPalmDescrip3 {
        width: 100%;
        height: 70%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secPalmDescrip3 .col-md-6 {
        margin-top: -4%;
    }

    #secPalmDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secPalmDescrip4 .col-md-6,
    #secPalmDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secPalmDescrip4 .col-md-5 {
        left: -8%;
    }

    #secPalmDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secPalmDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #28ace2;
    }

    #secPalmDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #00638b;
    }

    #secPalmDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #28ace2;
        line-height: 25px;
        position: absolute;
    }

    #secPalmDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secPalmDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secPalmDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #28ace2;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secPalmDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #00638b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secPalmDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #00638b;
        padding-bottom: 3%;
    }

    #secPalmDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secPalmDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secPalmDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secPalmDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secPalmDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secPalmDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #28ace2;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secPalmDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secPalmDescrip5 .col-md-12 h1 span {
        background: #28ace2;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secPalmDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         CHOCO SUPREMES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secChoco .btTravelLink {
        margin-top: 11%;
    }

    #secChoco {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 96%;
        margin: 0;
        background-color: #bb794c;
    }

    #secChoco svg {
        margin-top: -3%;
    }

    #secChoco .col-md-5 {
        margin-top: 25%;
    }

    #secChoco .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secChoco img {
        float: right;
    }

    #secChoco p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secChoco p span {
        color: #56452b;
    }

    #secChoco .next {
        position: relative;
        z-index: 20;
    }

    #secChocoDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secChocoDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secChocoDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secChocoDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secChocoDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secChocoDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secChocoDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secChocoDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secChocoDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secChocoDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secChocoDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secChocoDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secChocoDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secChocoDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secChocoDescrip4 .col-md-6,
    #secChocoDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secChocoDescrip4 .col-md-5 {
        left: -8%;
    }

    #secChocoDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secChocoDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secChocoDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secChocoDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secChocoDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secChocoDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secChocoDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secChocoDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secChocoDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secChocoDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secChocoDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secChocoDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secChocoDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secChocoDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secChocoDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secChocoDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secChocoDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secChocoDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                       LEMON PRECIOUS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secLemon .btTravelLink {
        margin-top: 11%;
    }

    #secLemon {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 191%;
        margin: 0;
        background-color: #dce775;
    }

    #secLemon svg {
        margin-top: -2.5%;
    }

    #secLemon .col-md-5 {
        margin-top: 0%;
        left: -3%;
    }

    #secLemon .col-md-5:first-of-type {
        margin-top: 25vh;
    }

    #secLemon img {
        float: left;
    }

    #secLemon p {
        top: 97%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        text-align: center;
        line-height: 32px;
    }

    #secLemon p span {
        color: #636833;
    }

    #secLemon .next {
        position: relative;
        bottom: 200px;
    }

    #secLemonDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secLemonDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secLemonDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #636833;
        line-height: 62px;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.72em;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #636833;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #e17714;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #e17714;
        margin-top: 12%;
        right: 35%;
    }

    #secLemonDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secLemonDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secLemonDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secLemonDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secLemonDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #cbdb2a;
    }

    #secLemonDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #636833;
    }

    #secLemonDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #cbdb2a;
        text-align: left;
    }

    #secLemonDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #cbdb2a;
        text-align: left;
    }

    #secLemonDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #cbdb2a;
        text-align: left;
        line-height: 21px;
    }

    #secLemonDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secLemonDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secLemonDescrip4 .col-md-6,
    #secLemonDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secLemonDescrip4 .col-md-5 {
        left: -8%;
    }

    #secLemonDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secLemonDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #cbdb2a;
    }

    #secLemonDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #636833;
    }

    #secLemonDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #cbdb2a;
        line-height: 25px;
        position: absolute;
    }

    #secLemonDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secLemonDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secLemonDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #cbdb2a;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secLemonDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #636833 !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secLemonDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #636833;
        padding-bottom: 3%;
    }

    #secLemonDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secLemonDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secLemonDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secLemonDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secLemonDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secLemonDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #cbdb2a;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secLemonDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secLemonDescrip5 .col-md-12 h1 span {
        background: #cbdb2a;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secLemonDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         MINI CLOUDS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secClouds .btTravelLink {
        margin-top: 11%;
    }

    #secClouds {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 284%;
        margin: 0;
        background-color: #2cace2;
    }

    #secClouds svg {
        margin-top: -3%;
    }

    #secClouds .col-md-5 {
        margin-top: 20%;
    }

    #secClouds .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secClouds img {
        float: right;
    }

    #secClouds p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secClouds p span {
        color: #56452b;
    }

    #secClouds .next {
        position: relative;
        z-index: 20;
    }

    #secCloudsDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secCloudsDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secCloudsDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secCloudsDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secCloudsDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCloudsDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCloudsDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secCloudsDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secCloudsDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCloudsDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCloudsDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secCloudsDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secCloudsDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secCloudsDescrip4 .col-md-6,
    #secCloudsDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secCloudsDescrip4 .col-md-5 {
        left: -8%;
    }

    #secCloudsDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secCloudsDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secCloudsDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secCloudsDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secCloudsDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secCloudsDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secCloudsDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secCloudsDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secCloudsDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secCloudsDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCloudsDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCloudsDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secCloudsDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secCloudsDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secCloudsDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secCloudsDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secCloudsDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secCloudsDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         SKATE CHOCO
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secSkate .btTravelLink {
        margin-top: 11%;
    }

    #secSkate {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 381%;
        margin: 0;
        background-color: #baad08;
    }

    #secSkate svg {
        margin-top: -3%;
    }

    #secSkate .col-md-5 {
        margin-top: 20%;
    }

    #secSkate .col-md-5:last-of-type {
        margin-top: 20%;
    }

    #secSkate img {
        float: left;
    }

    #secSkate p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secSkate p span {
        color: #56452b;
    }

    #secSkate .next {
        position: relative;
        z-index: 20;
    }

    #secSkateDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secSkateDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secSkateDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secSkateDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secSkateDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secSkateDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secSkateDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secSkateDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secSkateDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secSkateDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secSkateDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secSkateDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secSkateDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secSkateDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secSkateDescrip4 .col-md-6,
    #secSkateDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secSkateDescrip4 .col-md-5 {
        left: -8%;
    }

    #secSkateDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secSkateDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secSkateDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secSkateDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secSkateDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secSkateDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secSkateDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secSkateDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secSkateDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secSkateDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secSkateDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secSkateDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secSkateDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secSkateDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secSkateDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secSkateDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secSkateDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secSkateDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Sweet Boards
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBoard .btTravelLink {
        margin-top: 11%;
    }

    #secBoard {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 476%;
        margin: 0;
        background-color: #ffc52f;
    }

    #secBoard svg {
        margin-top: -3%;
    }

    #secBoard .col-md-5 {
        margin-top: 20%;
    }

    #secBoard .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secBoard img {
        float: right;
    }

    #secBoard p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBoard p span {
        color: #56452b;
    }

    #secBoard .next {
        position: relative;
        z-index: 20;
    }

    #secBoardDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBoardDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBoardDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBoardDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBoardDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBoardDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBoardDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBoardDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBoardDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBoardDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBoardDescrip4 .col-md-6,
    #secBoardDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBoardDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBoardDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBoardDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBoardDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBoardDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBoardDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBoardDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBoardDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBoardDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBoardDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBoardDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBoardDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBoardDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBoardDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBoardDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBoardDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBoardDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Sweet Boards Special 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBoardSpe .btTravelLink {
        margin-top: 11%;
    }

    #secBoardSpe {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 571%;
        margin: 0;
        background-color: #40c0c2;
    }

    #secBoardSpe svg {
        margin-top: -3%;
    }

    #secBoardSpe .col-md-5 {
        margin-top: 20%;
    }

    #secBoardSpe .col-md-5:last-of-type {
        margin-top: 15%;
    }

    #secBoardSpe img {
        float: right;
    }

    #secBoardSpe p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBoardSpe p span {
        color: #56452b;
    }

    #secBoardSpe .next {
        position: relative;
        z-index: 20;
    }

    #secBoardSpeDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBoardSpeDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBoardSpeDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBoardSpeDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBoardSpeDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardSpeDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardSpeDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBoardSpeDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBoardSpeDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardSpeDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBoardSpeDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBoardSpeDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBoardSpeDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBoardSpeDescrip4 .col-md-6,
    #secBoardSpeDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBoardSpeDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBoardSpeDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBoardSpeDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBoardSpeDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBoardSpeDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBoardSpeDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBoardSpeDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBoardSpeDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBoardSpeDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBoardSpeDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBoardSpeDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBoardSpeDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBoardSpeDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBoardSpeDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBoardSpeDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Cowboy
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secCowboy .btTravelLink {
        margin-top: 11%;
    }

    #secCowboy {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 666%;
        margin: 0;
        background-color: #2cace2;
    }

    #secCowboy svg {
        margin-top: -3%;
    }

    #secCowboy .col-md-5 {
        margin-top: 28%;
    }

    #secCowboy .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secCowboy img {
        float: right;
    }

    #secCowboy p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secCowboy p span {
        color: #56452b;
    }

    #secCowboy .next {
        position: relative;
        z-index: 20;
    }

    #secCowboyDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secCowboyDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secCowboyDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secCowboyDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secCowboyDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCowboyDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCowboyDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secCowboyDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secCowboyDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCowboyDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secCowboyDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secCowboyDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secCowboyDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secCowboyDescrip4 .col-md-6,
    #secCowboyDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secCowboyDescrip4 .col-md-5 {
        left: -8%;
    }

    #secCowboyDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secCowboyDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secCowboyDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secCowboyDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secCowboyDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secCowboyDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secCowboyDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secCowboyDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secCowboyDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secCowboyDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secCowboyDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secCowboyDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secCowboyDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secCowboyDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secCowboyDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secCowboyDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secCowboyDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secCowboyDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         Black 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBlack .btTravelLink {
        margin-top: 11%;
    }

    #secBlack {
        width: 100%;
        height: 96%;
        position: absolute;
        top: 762%;
        margin: 0;
        background-color: #baad08;
    }

    #secBlack svg {
        margin-top: -3%;
    }

    #secBlack .col-md-5 {
        margin-top: 27%;
    }

    #secBlack .col-md-5:last-of-type {
        margin-top: 35%;
    }

    #secBlack img {
        float: left;
    }

    #secBlack p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBlack p span {
        color: #56452b;
    }

    #secBlack .next {
        position: relative;
        z-index: 20;
    }

    #secBlackDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBlackDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBlackDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBlackDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBlackDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBlackDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBlackDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBlackDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBlackDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBlackDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBlackDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBlackDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBlackDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBlackDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBlackDescrip4 .col-md-6,
    #secBlackDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBlackDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBlackDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBlackDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBlackDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBlackDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBlackDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBlackDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBlackDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBlackDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBlackDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBlackDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBlackDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBlackDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBlackDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBlackDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBlackDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBlackDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBlackDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBlackDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                       Booom
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    #secBooom .btTravelLink {
        margin-top: 11%;
    }

    #secBooom {
        width: 100%;
        height: 95%;
        position: absolute;
        top: 858%;
        margin: 0;
        background-color: #0a5cab;
    }

    #secBooom svg {
        margin-top: -3%;
    }

    #secBooom .col-md-5 {
        margin-top: 25%;
    }

    #secBooom .col-md-5:last-of-type {
        margin-top: 25%;
    }

    #secBooom img {
        float: right;
    }

    #secBooom p {
        top: 95%;
        position: absolute;
        color: #FFF;
        font-size: 19px;
        width: 600px;
        text-transform: uppercase;
        left: -17%;
        text-align: left;
        line-height: 32px;
    }

    #secBooom p span {
        color: #56452b;
    }

    #secBooom .next {
        position: relative;
        z-index: 20;
    }

    #secBooomDescrip1 {
        width: 100%;
        position: relative;
        margin: 0;
    }

    #secBooomDescrip1 .col-md-6 {
        margin-top: 11%;
        z-index: 20;
    }

    #secBooomDescrip1 .col-md-6:nth-child(1) img {
        margin-left: -75%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) {
        padding-top: 5%;
        left: 3%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div {
        text-align: left;
        float: left;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h1 {
        font-size: 1.3em;
        padding-bottom: 12%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h1 span {
        position: absolute;
        margin-left: 2px;
        margin-top: -1px;
        font-size: 0.5em;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h2 {
        font-size: 7em;
        color: #56452b;
        line-height: 55px;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h2 span {
        font-size: 0.63em;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h3 {
        padding-top: 5%;
        font-size: 1.4em;
        color: #56452b;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div h3 p {
        position: absolute;
        padding-top: 5%;
        letter-spacing: 1px;
        color: #fff098;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) div div {
        font-size: 2.3em;
        position: absolute;
        color: #fff098;
        margin-top: 12%;
        right: 35%;
    }

    #secBooomDescrip1 .col-md-6:nth-child(2) img {
        position: absolute;
        float: right;
        top: -10%;
        right: -12%;
    }

    #secBooomDescrip2 {
        width: 100%;
        height: 800px;
        position: absolute;
        top: 630px;
        margin: 0;
        background-color: #fbf7ec;
    }

    #secBooomDescrip2 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBooomDescrip2 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBooomDescrip2 .col-md-12 h1 {
        padding-top: 1%;
        font-size: 3em;
        color: #b1975c;
    }

    #secBooomDescrip2 .col-md-12 h1 p {
        font-size: 0.6em;
        color: #56452b;
    }

    #secBooomDescrip2 .col-md-4 h1 {
        padding-top: 22%;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBooomDescrip2 .col-md-4 h2 {
        padding-top: 20px;
        font-size: 1.6em;
        color: #b1975c;
        text-align: left;
    }

    #secBooomDescrip2 .col-md-4 p {
        padding-top: 10px;
        font-size: 1.2em;
        color: #b1975c;
        text-align: left;
        line-height: 21px;
    }

    #secBooomDescrip3 {
        width: 100%;
        height: 80%;
        top: 1500px;
        position: absolute;
        margin: 0;
    }

    #secBooomDescrip4 {
        width: 100%;
        height: 1370px;
        top: 2000px;
        position: absolute;
        margin: 0;
        background-color: #fbf7ec;
        text-align: left;
    }

    #secBooomDescrip4 .col-md-6,
    #secBooomDescrip4 .col-md-5 {
        padding-top: 8%;
    }

    #secBooomDescrip4 .col-md-5 {
        left: -8%;
    }

    #secBooomDescrip4 .col-md-6 img {
        margin-left: -3%;
    }

    #secBooomDescrip4 .col-md-5 h1 {
        padding-top: 2%;
        font-size: 2.3em;
        color: #b1975c;
    }

    #secBooomDescrip4 .col-md-5 h1 p {
        padding: 8% 0;
        font-size: 1.5em;
        color: #56452b;
    }

    #secBooomDescrip4 .col-md-5 h1 span {
        font-size: 0.55em;
        color: #b1975c;
        line-height: 25px;
        position: absolute;
    }

    #secBooomDescrip4 .col-md-12 {
        padding-top: 7%;
        text-align: center;
    }

    #secBooomDescrip4 .col-md-12 .col-md-1 {
        left: 2.5%;
    }

    #secBooomDescrip4 .col-md-12 h1 {
        font-size: 3.5em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 30px;
        margin-left: 13%;
        margin-right: 13%;
    }

    #secBooomDescrip4 .col-md-12 h1 p {
        font-size: 0.4em !important;
        color: #56452b !important;
        line-height: 25px;
        margin-top: -35px;
    }

    #secBooomDescrip4 .col-md-12 h2 {
        font-size: 3.1em;
        text-align: center;
        color: #56452b;
        padding-bottom: 3%;
    }

    #secBooomDescrip4 svg:first-of-type {
        position: absolute;
        left: 0px;
        top: -50px;
    }

    #secBooomDescrip4 svg:last-of-type {
        position: absolute;
        left: 0px;
        transform: rotate(180deg);
        bottom: -50px;
        z-index: -1;
    }

    #secBooomDescrip5 {
        width: 100%;
        height: 800px;
        top: 3500px;
        position: absolute;
        margin: 0;
    }

    #secBooomDescrip5 .col-md-12 {
        margin-top: 4%;
    }

    #secBooomDescrip5 .col-md-12 .col-md-1 {
        left: -2.5%;
        padding-bottom: 1%;
    }

    #secBooomDescrip5 .col-md-12 h1 {
        font-size: 2em;
        text-align: center;
        background: #FFF;
        color: #b1975c;
        padding: 20px;
        margin-left: 20%;
        margin-right: 20%;
    }

    #secBooomDescrip5 .col-md-12 h1 p {
        font-size: 0.65em !important;
        line-height: 22px;
        margin: 7px 0px 7px 0px;
    }

    #secBooomDescrip5 .col-md-12 h1 span {
        background: #b1975c;
        color: #FFF;
        text-decoration: none;
        font-size: 0.5em;
        padding: 3px 60px;
    }

    #secBooomDescrip5 .col-md-12 h2 {
        font-size: 2.7em;
    }

    /*                         REDES SOCIAIS
–––––––––––––––––––––––––––––––––––––––––––––––––– */
    .soc {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 100%;
        right: 0px !important;
    }

    .soc li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc a,
    .soc svg {
        display: block;
    }

    .soc a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc svg {
        height: 100%;
        width: 100%;
    }

    .soc em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc1 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 91%;
        right: 0px !important;
    }

    .soc1 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc1 a,
    .soc1 svg {
        display: block;
    }

    .soc1 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc1 svg {
        height: 100%;
        width: 100%;
    }

    .soc1 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc2 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 38%;
        right: 0px !important;
    }

    .soc2 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc2 a,
    .soc2 svg {
        display: block;
    }

    .soc2 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc2 svg {
        height: 100%;
        width: 100%;
    }

    .soc2 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc3 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 35%;
        right: 0px !important;
    }

    .soc3 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc3 a,
    .soc3 svg {
        display: block;
    }

    .soc3 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc3 svg {
        height: 100%;
        width: 100%;
    }

    .soc3 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc4 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 35%;
        right: 0px !important;
    }

    .soc4 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc4 a,
    .soc4 svg {
        display: block;
    }

    .soc4 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc4 svg {
        height: 100%;
        width: 100%;
    }

    .soc4 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc5 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 35%;
        right: 0px !important;
    }

    .soc5 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc5 a,
    .soc5 svg {
        display: block;
    }

    .soc5 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc5 svg {
        height: 100%;
        width: 100%;
    }

    .soc5 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc6 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 35%;
        right: 0px !important;
        z-index: 999;
    }

    .soc6 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc6 a,
    .soc6 svg {
        display: block;
    }

    .soc6 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc6 svg {
        height: 100%;
        width: 100%;
    }

    .soc6 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc7 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 36%;
        right: 0px !important;
        z-index: 999;
    }

    .soc7 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc7 a,
    .soc7 svg {
        display: block;
    }

    .soc7 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc7 svg {
        height: 100%;
        width: 100%;
    }

    .soc7 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc8 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 40%;
        right: 0px !important;
    }

    .soc8 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc8 a,
    .soc8 svg {
        display: block;
    }

    .soc8 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc8 svg {
        height: 100%;
        width: 100%;
    }

    .soc8 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc9 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 33%;
        right: 0px !important;
    }

    .so9c li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc9 a,
    .soc9 svg {
        display: block;
    }

    .soc9 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc9 svg {
        height: 100%;
        width: 100%;
    }

    .soc9 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }

    .soc10 {
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 48px;
        padding: 4.8rem;
        position: absolute;
        top: 42%;
        right: 0px !important;
    }

    .soc10 li {
        margin: 12px;
        margin: 1.2rem;
    }

    .soc10 a,
    .soc10 svg {
        display: block;
    }

    .soc10 a {
        position: relative;
        height: 36px;
        height: 3.6rem;
        width: 36px;
        width: 3.6rem;
    }

    .soc10 svg {
        height: 100%;
        width: 100%;
    }

    .soc10 em {
        font-size: 10px;
        line-height: 1.5;
        margin-top: -0.75em;
        position: absolute;
        text-align: center;
        top: 50%;
        right: 0;
        bottom: 0;
        left: 0;
    }



    .icon-10 {
        color: #fff;
        fill: #fff;
    }



    .icon-15 {
        color: #fff;
        fill: #fff;
    }



    .icon-28 {
        color: #fff;
        fill: #fff;
    }













    .icon-26 {
        color: #fff;
        fill: #fff;
    }



    .icon-27 {
        color: #fff;
        fill: #fff;
    }



    footer {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 250px;
        background-color: #0a5cab;
        text-align: center;
        z-index: 20;
        padding-bottom: 3%;
        top: 950%;
    }

    footer h4 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 4%;
        display: block;
    }

    footer h5 {
        color: #fff;
        margin-left: 0.5%;
        line-height: 20px;
        margin-top: 5%;
        display: none;
    }

    footer h5 span {
        font-size: 1.3em;
    }

    footer h5 span span {
        position: absolute;
        font-size: 0.5em;
        margin-top: -3px;
        margin-left: -3px;
    }

    footer h5 img {
        position: absolute;
        width: 120px;
        padding-top: 5px;
        margin-left: -76px;
    }

    #palm h5 {
        color: #fff;
        font-size: 15px;
    }

    #chocoFooter h4 {
        color: #56452b !important;
    }

    footer h4 span {
        font-size: 1.3em;
    }

    footer h4 span span {
        position: absolute;
        font-size: 0.5em;
        margin-top: -3px;
        margin-left: -3px;
    }

    footer h4 img {
        position: absolute;
        width: 120px;
        padding-top: 3px;
        margin-left: -76px;
    }

    .flipImg {
        -webkit-transform: scaleX(-1) !important;
        transform: scaleX(-1) !important;
    }

    @keyframes img-1 {
        0% {
            opacity: 1;
        }

        44% {
            opacity: 1;
        }

        50% {
            opacity: 0;
        }

        94% {
            opacity: 0;
        }

        100% {
            opacity: 1;
        }
    }

    @keyframes img-2 {
        0% {
            opacity: 0;
        }

        44% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        94% {
            opacity: 1;
        }

        100% {
            opacity: 0;
        }
    }

    .wrapper {
        position: relative;
        width: 470px;
        margin-top: 8%;
    }

    .wrapper img:first-child {
        position: absolute;
        opacity: 1;
        animation: img-1 6s infinite;
    }

    .wrapper img:last-child {
        position: absolute;
        width: 105%;
        opacity: 0;
        animation: img-2 6s infinite;
    }

    .wrapper2 {
        position: relative;
        width: 470px;
        margin-top: 8%;
        margin-left: -54% !important;
    }

    .wrapper2 img:first-child {
        position: absolute;
        opacity: 1;
        animation: img-1 6s infinite;
    }

    .wrapper2 img:last-child {
        position: absolute;
        width: 100%;
        opacity: 0;
        animation: img-2 6s infinite;
    }

    #myBtn {
        display: none;
        position: fixed;
        bottom: 10vh;
        right: 1vh;
        z-index: 99;
        border: none;
        outline: none;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

    .arrow {
        text-align: center;
        margin: 8% 0;
    }

    .bounce {
        -moz-animation: bounce 2s infinite;
        -webkit-animation: bounce 2s infinite;
        animation: bounce 2s infinite;
        position: absolute;
        left: 50%;
        right: 50%;
        top: 85vh;
        z-index: 7;
        margin: 0;
        padding: 0;
    }

    @keyframes bounce {

        0%,
        20%,
        50%,
        80%,
        100% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(-30px);
        }

        60% {
            transform: translateY(-15px);
        }
    }

    @keyframes scroll {
        0% {
            opacity: 0;
        }

        10% {
            transform: translateY(0);
            opacity: 1;
        }

        100% {
            transform: translateY(15px);
            opacity: 0;
        }
    }

    .trama1 {
        position: absolute;
        margin-top: 250px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 600px;
        display: block;
    }

    .trama2 {
        position: absolute;
        margin-top: 383px;
        left: 0;
        z-index: 0;
        width: 100%;
        height: 300px;
        display: none;
    }

    .sombra1 {
        display: none;
    }

    .Palm1 {
        margin-top: 5%;
    }

    .Choco1 {
        margin-top: 2%;
    }

    .Lemon1 {
        margin-top: 2%;
    }

    .Clouds1 {
        margin-top: 2%;
    }

    .Skate1 {
        margin-top: 2%;
    }

    .Board1 {
        margin-top: 2%;
    }

    .BoardSpe1 {
        margin-top: 2%;
    }

    .Cowboy1 {
        margin-top: 2%;

    }

    .Black1 {
        margin-top: 2%;
    }

    .Booom1 {
        margin-top: 0vh;

    }

    p5 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        font-weight: 300;
        color: #fff;
    }

    .Zagapdf {
        top: 73vh;
        left: 48%
    }

    .chocopdf {
        left: 48%;
        top: 80vh
    }

    .lemonpdf {
        left: 48%;
        top: 73vh;
    }

    .cloudspdf {
        left: 48%;
        top: 75vh;
    }

    .skatepdf {
        left: 48%;
        top: 75vh;
    }

    .boardpdf {
        left: 48%;
        top: 75vh;
    }

    .boardspepdf {
        left: 48%;
        top: 75vh
    }

    .cowboypdf {
        left: 48%;
        top: 77vh;
    }

    .blackpdf {
        left: 48%;
        top: 77vh;
    }

    .booompdf {
        top: 85vh;
        left: 48%;
    }

    .zagaplastico {
        width: 125%;
        margin-left: -25%;
        margin-top: -20%;
        display: block;
    }

    .zagacaixa1 {
        margin-top: -30%;
        margin-left: -10%;
    }

    .carrinha1 {
        width: 120% !important;
        margin-left: -13%;
        margin-top: 3%;
    }

    .logo2 {
        display: none
    }

    .logo1 {
        display: block;
    }

    .zagaletras1 {
        margin-left: 2%;
        display: block;
        margin-top: -4%;
    }

    .zagaletras2 {
        margin-left: 8%;
        display: none
    }

    .chococaixa {

        width: 500px;
        margin-left: -5%;
        display: block;
    }

    .chococaixa5 {
        display: none;
    }

    .chocoletras {

        width: 500px;
        margin-top: 2%;
        display: block;

    }

    .chocoletras5 {


        display: none;

    }

    .chocoletras2 {

        margin-left: 2%;

    }

    .lemonletras1 {
        display: block;
        margin-left: -3%;
        width: 500px;
        margin-top: -3%;
    }

    .lemonletras2 {
        display: none;
    }

    .lemoncaixa1 {
        display: block;
        width: 490px;
        margin-top: 59%;
        margin-left: -11%;
    }

    .lemoncaixa2 {
        display: none;
    }

    .cloudsletras1 {
        display: block;
        margin-right: 2%;
        margin-top: 15%;
        width: 500px;
    }

    .cloudsletras2 {
        display: none;
    }

    .cloudscaixa1 {
        display: block;
        width: 500px;
        margin-right: 6%;
        margin-top: 9%;
    }

    .cloudscaixa2 {
        display: none;
    }

    .skateletras1 {
        display: block;
        margin-top: 8%;
        margin-left: -35%;
        width: 600px;
    }

    .skateletras2 {
        display: none;
    }

    .skatecaixa1 {
        display: block;
        margin-left: -21%;
        margin-top: 8%;
        width: 490px;
    }

    .skatecaixa2 {
        display: none;
    }

    .boardletras1 {
        display: block;
        width: 500px;
        margin-top: 15%;
        margin-right: 21%;
    }

    .boardletras2 {
        display: none;
    }

    .boardcaixa1 {
        display: block;
        width: 570px;
        margin-top: 0%;
        margin-right: 2%;
    }

    .boardcaixa2 {
        display: none;

    }



    .bandeira1 {
        display: block;

    }

    .bandeira2 {
        display: none;
    }

    .boardspeletras1 {
        display: block;
        width: 500px;
        margin-right: -2%;
        margin-top: 15%;
    }

    .boardspeletras2 {
        display: none;
    }


    .boardspecaixa2 {
        display: block;
        width: 570px;
        margin-top: -8%;
        margin-left: 32%;
    }

    .cowboyletras1 {
        display: block;
        width: 500px;

        margin-top: 10%;
    }

    .cowboyletras2 {
        display: none;
    }

    .cowboycaixa1 {
        display: block;
        width: 440px;

        margin-top: -20%;
    }

    .cowboycaixa2 {
        display: none;
    }

    .blackletras1 {
        display: block;
        width: 500px;
        margin-top: 17%;
        margin-left: -10%;
    }

    .blackletras2 {
        display: none;
    }

    .blackcaixa1 {
        display: block;
        width: 440px;

        margin-top: -20%;
    }

    .blackcaixa2 {
        display: none;
    }

    .booomletras1 {
        display: block;
        width: 500px;
        margin-right: 2%;
        margin-top: -5%;


    }

    .booomletras2 {
        display: none;
    }

    .booomcaixa1 {
        display: block;
        width: 440px;
        margin-right: 6%;
        margin-top: 0%;




    }

    .booomcaixa2 {
        display: none;
    }

}
