    /*==================================================
=                  Base Values                     =
==================================================*/

@import url(https://fonts.googleapis.com/css?family=Questrial);
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
        -webkit-font-smoothing: antialiased;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    font-size: 1em;
}

body {
/*    line-height: 1.45;*/
    background-color: #2E4A55;
    font-family: 'Questrial', sans-serif;
overflow-x: hidden;
font-weight: 400;

}

/*
  #wrapper {
    overflow: hidden;
  }

*/
h1,
h2,
h3,
h4 {
    margin: 1.414em 0 0.5em;
    font-weight: 400;
/*    line-height: 1.2;*/
/*    line-height: 100%;*/
}

h1 {
    margin-top: 0;
    font-size: 3.998em;
}

h2 {
    font-size: 2.827em;
}

h3 {
    font-size: 1.999em;
}

h4 {
    font-size: 1.414em;
}

small,
.font_small {
    font-size: 0.707em;
}

#wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p {
    font-weight: 100;
    /*    line-height: 100%;*/
}

a {
    color: #b5d348;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
}

p {
    color: #808285;
    font-size: 14px;
    line-height: 113%;
}

h1 {
    font-size: 28px;
    color: #2e4a55;
}

.green-ital {
    color: #b5d348;
}

li {
    color: #b5d348;
}

#main-nav a:hover, #second-nav a:hover {
    background-color: #b5d348;
    color: #fff;
}


li > p {
    -webkit-margin-before: 0em;
    color: #808285;
    font-size: 16px;
}

ul {
    list-style: square;
}

#top-bar {
    height: 13px;
    background-color: #eeeff1;
    position: relative;
    z-index: 2;
    width: 100%;
}

#top-container {
    margin: 0 auto;
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 1293px;
}

#logo-top {
    min-width: 223px;
    min-height: 51px;
    position: relative;
    z-index: 2;
    float: left;
}

#header-info {
    position: relative;
    z-index: 2;
    margin-left: 40px;
}

#logo {
    width: 100%;
}

#header-info h2 {
    font-size: 14px;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

#logo-menu-container {
    height: inherit;
    margin: 0 auto;
    position: absolute;
    left: 42%;
    transform: translateX(-50%);
}


/*==================================================
=                      Menu                        =
==================================================*/

nav ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

nav a {
    padding: 10px;
}

#menu-list {
    text-align: center;
        position: relative;
        top:100px;
}

#menu {
    display: inline-block;
    position: absolute;
    top: 0;
}

#menu h2 {
    font-size: 13px;
    color: #e5e6e7;
    position: absolute;
    top: 12px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: 125ms ease all;
    transition: 125ms ease all;
    will-change: transition;
}

#main {
    display: none;
    position: absolute;
    height: 338px;
        width: 100%;
        top: -45px;
    background: #fff;
    -webkit-box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.2);
}

#main-nav {
    padding: 30px 0px 0px 0px;
}

#main-nav a {
    color: #2e4a55;
}

#main-nav a, #second-nav a {
    display: block;
}

#border-overlay {
    border-left: 1px solid #e5e6e7;
    border-bottom: 1px solid #e5e6e7;
    position: absolute;
    padding-left: 4px;
    left: 30px;
}

.span {
    display: block;
    width: 35px;
    height: 7px;
    margin: 6px 0;
    background: #e5e6e7;
    z-index: 98;
}

.overlay-spn {
    display: block;
    height: 7px;
    margin: 6px 0;
    background: hsla(77, 57%, 59%, 1);
    z-index: 99;
}

#menu-overlay {
    position: absolute;
    top: 0;
}

#span1 {
    width: 18px;
    overflow: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#span2 {
    width: 28px;
    overflow: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#span3 {
    width: 20px;
    overflow: hidden;
    -webkit-transition: width 0.4s ease-in-out;
    -moz-transition: width 0.4s ease-in-out;
    -o-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#menu:hover #span1 {
    width: 35px;
}

#menu:hover #span2 {
    width: 16px;
}

#menu:hover #span3 {
    width: 24px;
}


/*==================================================
=                    Buttons                       =
==================================================*/

.read-more {
    background-image: url(../img/read_more.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40%;
    max-height: 100%;
    width: 100%;
    height: 70px;
}

#more-1 {
    width: 60%;
    /*        display: inline-block;*/
}

#insight-1 {
    display: none;
    height: 40px;
    width: 110px;
}

#more-2 {
    width: 35%;
    /*        display: inline-block;*/
}

#insight-2 {
    display: none;
    width: 110px;
    position: relative;
    top: 17px;
}

#more-3 {
    width: 35%;
    /*        display: inline-block;*/
}

#insight-3 {
    width: 110px;
    display: none;
    position: relative;
    top: 17px;
}

#more-4 {
    width: 35%;
}

#circle-buttons {
    position: relative;
    z-index: 20;
    display: inherit;
    bottom: 560px;
    text-align: center;
    padding-top: 5%;
}

#side-by-side {
    width: 100%;
    text-align: center;
    position: relative;
    bottom: 70px;
}

#top-circle-button {
    position: relative;
    margin: 0 auto;
    background-image: url(../img/case_button.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40%;
    max-height: 100%;
    width: 40%;
    height: 250px;
}

#left-circle-button {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../img/agency-button.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40%;
    max-height: 100%;
    height: 250px;
    margin-right: 3%;
}

#right-circle-button {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    background-image: url(../img/contact-circle.svg);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 40%;
    max-height: 100%;
    height: 250px;
    margin-left: 3%;
}


/*==================================================
=                    Cirlces                       =
==================================================*/

#circle-containers {
    /*
    margin: 0 auto;
    position: relative;
    z-index: 3;
*/
}

.circle {
    margin: 0 auto;
}

.circle-more {
    position: relative;
    border: 2px solid #F1F2F3;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    bottom: 37px;
    left: 93px;
    z-index: -1;
}


/*==================================================
=                      Bubbles                     =
==================================================*/

header {
    background-image: url(../img/mobile-overlay1.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 417px;
    position: relative;
    z-index: 2;
}

#bubble-outer-1 {
    background-image: url(../img/mobile-overlay2.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1049px;
    position: relative;
    z-index: 1;
}

#bubble-outer-2 {
    background-image: url(../img/mobile-overlay3.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1105px;
    position: relative;
    z-index: 1;
}

#bubble-outer-3 {
    background-image: url(../img/mobile-overlay4.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 994px;
    position: relative;
    z-index: 1;
}

#bubble-outer-4 {
    background-image: url(../img/mobile-overlay5.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 1200px;
    position: relative;
    z-index: 1;
}

#bubble-1 {
    height: 300px;
    padding: 42% 8% 0% 8%;
}

#bubble-1 h1 {
    font-size: 6vw;
}

#bubble-1 p {
    font-size: 4vw;
    word-wrap: break-word;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
}

#tell {
    width: 40%;
    padding-right: 20px;
    text-align: right;
    float: left;
}

#data {
    width: 52%;
    float: right;
}

#bubble-2 {
    height: 300px;
    padding: 35% 8% 0% 12%;
}

#bubble-2 > h1 {
    font-size: 6vw;
}

#bubble-2 > p {
    font-size: 4vw;
}

#bubble-3 {
    height: 300px;
/*  padding: 56% 8% 0% 12%;*/
    padding: 46% 8% 0% 12%;

}

#bubble-3 > h1 {
    font-size: 6vw;
}

#bubble-3 > p {
    font-size: 4vw;
    /*        margin-bottom: 0.3em;*/
}

#bubble-4 {
    height: 300px;
    padding: 28% 8% 0% 12%;
}

#bubble-4 > h1 {
    font-size: 4vw;
}

#bubble-4 > p {
    font-size: 4vw;
}

#bubble-1 h1,#bubble-2 h1,#bubble-3 h1{
        padding-bottom: 10px;

}

#list-right {}

#list-left {}

#best > br {
    display: none;
}

#best {
    width: 400px;
}

#list-right p {
    font-size: 4vw;
    margin-bottom: 0.3em;
}

#bubble-1 p, #bubble-2 p, #bubble-3 p, #bubble-4 p{
line-height:125%;

}

/*==================================================
=                  Call To Action                  =
==================================================*/

#call-to-action-container {
    width: 100%;
    position: relative;
    bottom: 470px;
    z-index: 6;
}

#call-to-action {
    padding: 7%;
}

#call-to-action h3 {
    font-size: 6.1vw;
    color: #fff;
}

#call-to-action h2 {
    font-size: 8vw;
    color: #fff;
    margin: 0.414em 0 0.5em;
}

#call-to-action p {}


/*==================================================
=                      Footer                      =
==================================================*/

.white{
    color:#fff;
}
#footer {
    width: 100%;
    margin-top: -400px;
}

#logo-footer {
    margin: 0 auto;
    padding-bottom: 30px;
}

#logo-foot {
    display: inline-block;
    width: 150px;
    margin: 0 auto;
}

#footer-info {
    margin: 0 auto;
    text-align: center;
/*    padding: 7%;*/
}

#footer-info > h1{
    font-size: 48px;
    margin: 10px;
    color: #fff;
}

#copyrite {
    margin: 0 auto;
    text-align: center;
    padding: 10px 7%;
}

#copyrite p {
    font-size: 8px;
    color: #fff;
    margin-bottom: 1.3em;
}

#google-img {
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}

#logo-social {
    width: 100%;
    text-align: center;
}

#analytics {
    margin-right: 20px;
    background-image: url(../img/anaylitics.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 197px;
    height: 100px;
}

#footer-info >h1 {
    display: inline-block;
}

#social-media {
    display: inline-block;
    width: 130px;
    height: 30px;
    position: relative;
    /*        bottom: 13px;*/
    bottom: 0px;
}

#twitter {
    background-image: url(../img/twitter.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
}

#linked {
    background-image: url(../img/linkedIn.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 40px;
    height: 40px;
}

#footer-menu {
    display: none;
}

.green{
    color: #b5d348;
    font-style: normal;
}

/*==================================================
=                      Form                        =
==================================================*/

#form-container {
    text-decoration: none;
    vertical-align: middle;
    width: 94%;
}

.form-field {
    resize: none;
    border: 0px solid #ffffff;
    background: #ffffff;
    color: #12244c;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
}

.form-field:focus {
    background: #fff;
    color: #12244c;
}

.submit-container {
    margin: 8px 0;
    text-align: center;
    width: 107%;
}

.wpcf7-submit {
    border: 0px solid #447314;
    background: #8cc059;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: #ffffff;
    padding: 8.5px 18px;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
}

.wpcf7-submit:hover {
    border: 0px solid #447314;
    background: #8cc059;
    color: #fff;
}

.wpcf7-submit:active {
    text-shadow: #31540c 0 1px 0;
    border: 0px solid #447314;
    background: #8dc059;
    color: #fff;
}

input,
textarea,
select {}


/*==================================================
=                     Parallax                     =
==================================================*/

#parallax-desk1 {
    display: none;
}

#parallax-desk2 {
    display: none;
}

#parallax-desk3 {
    display: none;
}

#parallax-mob-img1 {
    background-image: url('../img/mobile-placeholders/Coffee%20Shop.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 0;
    background-size: contain;
    max-width: 2270px;
    max-height: 1420px;
    width: 100%;
    height: 100%;
    top: 60px;
    left: 0px;
}

#parallax-mob-img2 {
    background-image: url('../img/mobile-placeholders/Executive%20Decision.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 0;
    background-size: contain;
    max-width: 2500px;
    max-height: 1610px;
    width: 130%;
    height: 100%;
    top: 770px;
    left: -50px;
}

#parallax-mob-img3 {
    background-image: url('../img/mobile-placeholders/360.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 0;
    background-size: cover;
    max-width: 2500px;
    max-height: 510px;
    width: 100%;
    height: 100%;
    top: 1520px;
    left: 0px;
}

#parallax-mob-img4 {
    background-image: url('../img/mobile-placeholders/Services.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 0;
    background-size: contain;
    max-width: 2500px;
    max-height: 1610px;
    width: 100%;
    height: 100%;
    top: 2140px;
    left: 0px;
}

#parallax-mob-img5 {
    background-image: url('../img/mobile-placeholders/footer-image.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    position: absolute;
    z-index: 0;
    background-size: contain;
    max-width: 2500px;
    max-height: 1247px;
    width: 330%;
    height: 100%;
    top: 2870px;
    left: -380px;
}

#parallax-container {
    position: absolute;
    height: 3700px;
    z-index: 0;
    left: 0;
    right: 0;
    top: 13px;
    overflow: hidden;
}

    #parallax-container.blog-parallax {
        position: absolute;
        min-height: 600px !important;
        z-index: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

#parallax-desk1 > .parallaxParent {}

#parallax-desk2 > .parallaxParent {}

#parallax-desk3 > .parallaxParent {}

#parallax-desk4 > .parallaxParent {}

#parallax-desk5 > .parallaxParent {}


/*==================================================
=                  scroller                    =
==================================================*/

.scrollToTop {
    width: 100%;
    height: 10px;
    text-align: center;
    color: #b1d25b;
    background: #b1d25b;
    position: fixed;
    bottom: 0px;
    display: none;
    z-index: 100;
}

.scrollToTop:hover {
    text-decoration: none;
}

.chevron::before {
    border-style: solid;
    border-width: 5px 5px 0 0;
    content: '';
    display: inline-block;
    height: 15px;
    right: 46px;
    bottom: 10px;
    position: relative;
    vertical-align: top;
    width: 15px;
    color: white;
    z-index: 3;
    transform: rotate(-90deg);
}

#top {
    position: relative;
    color: white;
    z-index: 3;
    right: 35px;
    bottom: 10px;
    transform: rotate(-45deg);
}

#triangle {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid #b1d25b;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    bottom: -30px;
    right: -10px;
}

#footer-menu ul.second-footer-nav {
    margin-top: 5px;
}

.second-footer-nav a {
    color: white;
}


/*==================================================
=                  Media Queries                   =
==================================================*/


@media only screen and (max-width: 1199px) {
    #main {
        height: 451px;
    } 
}

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
    #call-to-action-container {
        bottom: 570px;
    }
    #footer {
        margin-top: -670px;
    }
    header {
        height: 300px;
    }
    #bubble-outer-1 {
        height: 640px;
    }
    #bubble-outer-2 {
        height: 520px;
    }
    #bubble-outer-3 {
        height: 620px;
    }
    #bubble-outer-4 {
        height: 990px;
    }
    #header-info {
        display: none;
    }
    #footer {
        position: relative;
        z-index: 2;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 710px;
    }
    #parallax-mob-img3 {
        top: 1250px;
    }
    #parallax-mob-img4 {
        top: 1860px;
    }
    #parallax-mob-img5 {
        top: 2520px;
    }
        #bubble-3 h1{
padding-bottom:0px;
    }
    #bubble-3 > p {
    font-size: 3.75vw;
}
}


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

    #footer-info > h1 {
        font-size: 40px;
    }

}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 350px) {
    header {
        height: 300px;
    }
    #bubble-outer-1 {
        height: 740px;
    }
    #bubble-outer-2 {
        height: 590px;
    }
    #bubble-outer-3 {
        height: 750px;
    }
    #bubble-outer-4 {
        height: 1100px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 800px;
    }
    #parallax-mob-img3 {
        top: 1410px;
    }
    #parallax-mob-img4 {
        top: 2120px;
    }
    #parallax-mob-img5 {
        top: 2890px;
    }
}

@media only screen and (min-width: 400px) {
    #call-to-action-container {
        bottom: 480px;
    }
    #footer {
        margin-top: -620px;
        padding-bottom: 50px;
    }
    #list-right p {
        margin-bottom: 1.3em;
    }
    header {
        height: 310px;
    }
    #bubble-outer-1 {
        height: 750px;
    }
    #bubble-outer-2 {
        height: 620px;
    }
    #bubble-outer-3 {
        height: 780px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 820px;
    }
    #parallax-mob-img3 {
        top: 1520px;
    }
    #parallax-mob-img4 {
        top: 2180px;
    }
    #parallax-mob-img5 {
        top: 2980px;
    }
}

@media only screen and (min-width: 420px) {
    #bubble-outer-1 {
        height: 810px;
    }
    #bubble-outer-2 {
        height: 707px;
    }
    #bubble-outer-3 {
        height: 820px;
    }
    #bubble-outer-4 {
        height: 1230px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 870px;
    }
    #parallax-mob-img3 {
        top: 1630px;
    }
    #parallax-mob-img4 {
        top: 2360px;
    }
    #parallax-mob-img5 {
        top: 3200px;
    }
    #side-by-side {
        bottom: 40px;
    }
    #insight-1 {
        width: 140px;
    }
    #insight-2 {
        width: 140px;
        top: 25px;
    }
    #insight-3 {
        width: 140px;
        top: 25px;
    }
    .circle-more {
        width: 50px;
        height: 50px;
        bottom: 41px;
        left: 91px;
    }
}

@media only screen and (min-width: 450px) {
    #bubble-outer-1 {
        height: 870px;
    }
    #bubble-outer-2 {
        height: 710px;
    }
    #bubble-outer-3 {
        height: 900px;
    }
    #bubble-outer-4 {
        height: 1230px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 920px;
    }
    #parallax-mob-img3 {
        top: 1710px;
    }
    #parallax-mob-img4 {
        top: 2410px;
    }
    #parallax-mob-img5 {
        top: 3330px;
    }
}

@media only screen and (min-width: 480px) {
    header {
        height: 350px;
    }
    #parallax-container {
        height: 4620px;
    }
    #bubble-outer-1 {
        height: 900px;
    }
    #bubble-outer-2 {
        height: 775px;
    }
    #bubble-outer-3 {
        height: 930px;
    }
    #bubble-outer-4 {}
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 990px;
    }
    #parallax-mob-img3 {
        top: 1895px;
    }
    #parallax-mob-img4 {
        top: 2630px;
    }
    #parallax-mob-img5 {
        top: 3600px;
        left: -510px;
    }
    #call-to-action-container {
        bottom: 430px;
    }
    #bubble-4 h1 {
        font-size: 6vw;
    }
    #circle-buttons {
        bottom: 440px;
    }
    #footer {
        margin-top: -450px;
    }
    #logo-foot {
        width: 250px;
    }
    #social-media {
        bottom: 13px;
    }
}

@media only screen and (min-width: 525px) {
    header {}
    #parallax-container {}
    #bubble-outer-1 {
        height: 940px;
    }
    #bubble-outer-2 {
        height: 815px;
    }
    #bubble-outer-3 {
        height: 1000px;
    }
    #bubble-outer-4 {}
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 1020px;
    }
    #parallax-mob-img3 {
        top: 1915px;
    }
    #parallax-mob-img4 {
        top: 2720px;
    }
    #parallax-mob-img5 {
        top: 3740px;
    }

}

@media only screen and (min-width: 550px) {
    header {
        height: 400px;
    }
    #parallax-container {}
    #bubble-outer-1 {
        height: 1060px;
    }
    #bubble-outer-2 {
        height: 870px;
    }
    #bubble-outer-3 {
        height: 1040px;
    }
    #bubble-outer-4 {}
    #parallax-mob-img1 {
        top: 100px;
    }
    #parallax-mob-img2 {
        top: 1150px;
    }
    #parallax-mob-img3 {
        top: 2165px;
    }
    #parallax-mob-img4 {
        top: 2990px;
    }
    #parallax-mob-img5 {
        top: 4030px;
    }
    #logo-menu-container {
        top: 8px;
        left: 48%;
    }
    #call-to-action-container {
        bottom: 340px;
    }
    #footer {
        margin-top: -340px;
    }
    #side-by-side {
        padding-top: 10%;
    }
    #right-circle-button {
        /*            bottom: 10px;*/
    }
    #studies {
        top: 77px;
    }
    #news {
        top: 97px;
    }
    #contact {
        top: 97px;
    }
    #footer {
        margin-top: -450px;
    }
    #analytics {
        width: 100px;
        height: 100px;
    }

}

@media only screen and (min-width: 589px) {
    #call-to-action-container {
        bottom: 260px;
    }
    #footer {
        margin-top: -260px;
    }
    header {
        height: 460px;
    }
    #bubble-outer-1 {
        height: 1220px;
    }
    #bubble-outer-2 {
        height: 960px;
    }
    #bubble-outer-3 {
        height: 1140px;
    }
    #bubble-outer-4 {
        height: 1370px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 1296px;
    }
    #parallax-mob-img3 {
        top: 2435px;
    }
    #parallax-mob-img4 {
        top: 3400px;
    }
    #parallax-mob-img5 {
        top: 4580px;
        left: -610px;
    }
    #parallax-container {
        height: 5190px;
    }
    #studies {
        top: 70px;
    }
    #news {
        top: 90px;
    }
    #contact {
        top: 90px;
    }
    #footer {
        margin-top: -450px;
    }
}

@media only screen and (min-width: 649px) {
    #call-to-action-container {
        bottom: 160px;
    }
    #footer {
        margin-top: -160px;
    }
    header {}
    #bubble-outer-1 {
        height: 1350px;
    }
    #bubble-outer-2 {
        height: 1050px;
    }
    #bubble-outer-3 {
        height: 1360px;
    }
    #bubble-outer-4 {
        height: 1480px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 1410px;
    }
    #parallax-mob-img3 {
        max-height: 1000px;
        top: 2525px;
    }
    #parallax-mob-img4 {
        top: 3770px;
    }
    #parallax-mob-img5 {
        top: 5190px;
        left: -800px;
    }
    #parallax-container {
        height: 6070px;
    }
    #studies {
        top: 70px;
    }
    #studies > h1 {
        font-size: 3.5vw;
    }
    #studies > h2 {
        font-size: 2.5vw;
    }
    #news {
        top: 90px;
    }
    #news > h1 {
        font-size: 3.5vw;
    }
    #news > h2 {
        font-size: 2.5vw;
    }
    #contact {
        top: 90px;
    }
    #contact > h1 {
        font-size: 3.5vw;
    }
    #contact > h2 {
        font-size: 2.5vw;
    }
    #footer {
        margin-top: -450px;
    }
}

@media only screen and (min-width: 712px) {
    #call-to-action-container {
        bottom: 60px;
    }
    #footer {
        margin-top: -60px;
    }
    header {
        height: 500px;
    }
    #bubble-outer-1 {
        height: 1500px;
    }
    #bubble-outer-2 {
        height: 1135px;
    }
    #bubble-outer-3 {
        height: 1490px;
    }
    #bubble-outer-4 {
        height: 1540px;
    }
    #parallax-mob-img1 {}
    #parallax-mob-img2 {
        top: 1550px;
    }
    #parallax-mob-img3 {
        top: 2815px;
    }
    #parallax-mob-img4 {
        top: 4130px;
    }
    #parallax-mob-img5 {
        top: 5670px;
    }
    #parallax-container {
        height: 6480px;
    }
    #footer {
        margin-top: -450px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    body {
        overflow-x: hidden;
    }
    header {
        background-image: none;
    }

    #overlay-container {
        background-image: url(../img/background_new.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 2710px;
        max-height: 2722px;
        height: 2722px;
        top: -180px;
        z-index: 1;
    }
    .circle-outer {
        max-width: 570px;
        max-height: 570px;
    }
    #circle-containers {
        margin: 0 auto;
        max-width: 1020px;
        height: 2110px;
        position: relative;
        top: -650px;
        /*            z-index: 3;*/
    }
    #bubble-outer-1 {
        background-image: url(../img/circle.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 460px;
        left: -60px;
        top: 500px;
        /*        z-index: initial*/
    }
    #bubble-outer-2 {
        background-image: url(../img/circle.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 460px;
        right: -60px;
        top: 820px;
    }
    #bubble-outer-3 {
        background-image: url(../img/circle.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        height: 460px;
        left: -60px;
        top: 1440px;
    }
    #bubble-outer-4 {
        background-image: url(../img/circle.svg);
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        width: 460px;
        right: -60px;
        top: 1800px;
    }
    #bubble-1 {
        height: auto;
        padding: 20% 17%;
    }
    #data {
        padding-top: 0;
    }
    #bubble-2 {
        height: auto;
        padding: 20% 17% 0% 24%;
    }
    #bubble-3 {
        height: auto;
    padding: 12% 17% 0% 20%;
        width: 280px;
    }
    #more-3 {
        width: 39%;
    }
    #bubble-4 {
        height: auto;
        padding: 14% 17% 0% 15%;
    }

    #bubble-1 p, #bubble-2 p, #bubble-3 p, #bubble-4 p{
    line-height: 135%;

    }


    #more-4 {
        width: 35%;
        float: right;
        padding-right: 70px;
    }
    #list-right {
        width: 52%;
        margin-left: 45%;
        margin-top: 17%;
    }
    #list-left {
        float: left;
        width: 33%;
        text-align: right;
        margin-top: 26%;
    }
    #list-right p {
        font-size: 2vw;
        margin-bottom: 0.3em;
    }
    #bubble-1 h1 {
        font-size: 1.34rem;
    }
    #bubble-1 p {
        font-size: 0.84rem;
    }
    #bubble-2 h1 {
        font-size: 1.34rem;
    }
    #bubble-2 p {
        font-size: 0.84rem;
    }
    #bubble-3 h1 {
        font-size: 1.34rem;
    }
    #bubble-3 p {
        font-size: 0.84rem;
    }
    #bubble-4 h1 {
        font-size: 1.85rem;
    }
    #bubble-4 p {
        font-size: 0.84rem;
    }
    #call-to-action-container {
        margin: 0 auto;
        bottom: 650px;
        max-width: 760px;
    }
    #call-to-action {
        padding: 5%;
    }
    #call-to-action > h3 {
        color: #ffffff;
        font-size: 1.11rem;
        width: 300px;
    }
    #call-to-action > h2 {
        color: #ffffff;
        font-size: 1.68rem;
        width: 300px;
    }
    #call-to-action > p {
        color: #ffffff;
    }
    #call-to-action > form {
        width: 100%;
    }
    #name {
        margin: 10px;
        width: 473px;
        margin-left: 0;
    }
    #position {
        margin: 10px;
        width: 236px;
        margin-left: 0;
    }
    #company {
        float: right;
        margin: 10px;
        width: 396px;
        margin-left: 0;
    }
    #mail {
        margin: 10px;
        width: 396px;
        margin-left: 0;
    }
    #msg {
        height: 170px;
        margin: 10px;
        width: 662px;
        margin-left: 0;
    }
    .submit-container {
        text-align: left;
    }
    #submit-button {}

    #parallax-container {
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        top: 13px;
        height: 2475px;
    }
    #parallax-desk1 {
        display: block;
    }
    #parallax-desk2 {
        display: block;
    }
    #parallax-desk3 {
        display: block;
    }
    #parallax-mobile1 {
        display: none;
    }
    #parallax-mobile2 {
        display: none;
    }
    #parallax-mobile3 {
        display: none;
    }
    #parallax-mobile4 {
        display: none;
    }
    #parallax-mobile5 {
        display: none;
    }
    #parallax-desk1 {
        /*
            -webkit-clip-path: polygon(70% 25%, 100% 0, 100% 72%, 81% 75%, 0 46%, 0 15%);
            clip-path:polygon(70% 25%, 100% 0, 100% 72%, 81% 75%, 0 46%, 0 15%);
*/
        height: 1077px;
        overflow: hidden;
        position: relative;
        width: 100%;
        top: -80px;
    }
    #parallax-img1 {
        background-image: url('../img/Coffee-Shop-Background.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 1399px;
        min-width: 1399px;
        width: 100%;
        max-height: 901px;
        height: auto;
        top: 70px;
        right: -600px;
        bottom: 0;
        z-index: 2;
    }
    #parallax-img1-foreground1 {
        background-image: url('../img/Coffee-Shop-Female.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 369px;
        min-width: 369px;
        width: 100%;
        max-height: 480px;
        height: auto;
        top: 285px;
        right: -60px;
        bottom: 0;
        z-index: 2;
    }
    #parallax-img1-foreground2 {
        background-image: url('../img/Coffee-Shop-Front.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 1196px;
        min-width: 1196px;
        width: 100%;
        max-height: 439px;
        height: 100%;
        top: 430px;
        right: -580px;
        bottom: 0;
        z-index: 2;
    }
    #parallax-desk2 > .parallaxParent {
        /* height: 780px; */
    }
    #parallax-desk2 {
        /*
            -webkit-clip-path: polygon(0 0%, 76% 0, 100% 26%, 77% 84%, 0 100%);
            clip-path: polygon(0 0%, 76% 0, 100% 26%, 77% 84%, 0 100%);
*/
        height: 1077px;
        overflow: hidden;
        position: relative;
        top: -410px;
        width: 100%;
        right: 180px;
        z-index: 5;
    }
    #parallax-img2 {
        background-image: url('../img/Executive%20Background.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 900px;
        min-width: 900px;
        width: 100%;
        max-height: 660px;
        height: auto;
/*        top: 400px;*/
        top: 0px;

        right: 0px;
        bottom: 0;
        z-index: 3;
    }
    #parallax-img2-foreground1 {
        background-image: url('../img/Analysts%20Graphs.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 900px;
        min-width: 900px;
        width: 100%;
        max-height: 660px;
        height: auto;
/*        top: 250px;*/
        top: 0px;
        right: 0px;
        bottom: 0;
        z-index: 3;
    }
    #parallax-img2-foreground2 {
        background-image: url('../img/Executive.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 900px;
        min-width: 900px;
        width: 100%;
        max-height: 660px;
        height: auto;
        top: 0px;
        right: 0px;
        bottom: 0;
        z-index: 3;
    }
    #parallax-desk3 > .parallaxParent {
        /* height: 780px; */
    }
    #parallax-desk3 {
        /*
            -webkit-clip-path: polygon(-10% 29%, 100% 0, 100% 73%, 62% 100%);
            clip-path: polygon(-10% 29%, 100% 0, 100% 73%, 62% 100%);
*/
        height: 987px;
        overflow: hidden;
        position: relative;
        bottom: 960px;
        left: 280px;
        width: 100%;
    }
    #parallax-img3 {
        background-image: url('../img/Service-Back.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 1599px;
        min-width: 1599px;
        width: 100%;
        max-height: 1386px;
        height: auto;
        top: -200px;
        right: -450px;
        bottom: 0;
        z-index: 4;
    }
    #parallax-img3-foreground1 {
        background-image: url('../img/Service-Window.png');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        max-width: 1350px;
        min-width: 1350px;
        width: 100%;
        max-height: 1295px;
        height: auto;
        top: -150px;
        right: -340px;
        bottom: 0;
        z-index: 4;
    }
    #parallax-img3-foreground2 {
        background-image: url('../img/Service-Male.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    will-change: transform;
    position: absolute;
    max-width: 1163px;
    min-width: 1163px;
    width: 100%;
    height: 876px;
    top: 180px;
    right: -80px;
    bottom: 0;
    z-index: 4;
    }
    #footer-img {
        background-image: url('../img/Footer%20Image.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100%;
        will-change: transform;
        position: absolute;
        width: 100%;
        height: 529px;
        bottom: 170px;
        z-index: 5;
    }
    #parallax-desk4 {
        display: none;
    }
    #parallax-desk5 {
        display: none;
    }
    #circle-buttons {
        bottom: 510px;
        margin: 0 auto;
        width: 100%;
    }
    #top-circle-button {
        width: 184px;
        min-width: inherit;
        height: 200px;
        display: inline-block;
    }
    #left-circle-button {
        width: 184px;
        min-width: inherit;
        height: 200px;
        margin-right: inherit;
        margin-left: 3%;
    }
    #right-circle-button {
        width: 184px;
        min-width: inherit;
        height: 200px;
    }
    #side-by-side {
        width: 460px;
        display: inline;
        padding-top: 0;
        bottom: 0;
    }

        #footer {
        margin-top: -470px;
        max-width: 760px;
        padding-bottom: 20px;
    }
    #footer-info> h1 {
        color: #ffffff;
    }
    #logo-footer {
        width: 35%;
        margin-left: 40px;
        float: left;
    }
    #logo-foot {
        width: 140px;
    }
    #social-media {
        width: 70px;
    }
    #twitter {
        width: 30px;
        height: 30px;
    }
    #linked {
        width: 30px;
        height: 30px;
    }
    #footer-info {
        display: inline-block;
        padding: 0;
        text-align: left;
    }
    #footer-info > h1 {
        font-size: 2.8rem;
        margin-bottom: inherit;
       /* width: 300px;*/
    }
    #footer-info > p {
        font-size: 1rem;
    }
    #analytics {
        width: 197px;
        height: 100px;
    }
    #copyrite {
        width: 50%;
        display: inline-block;
        text-align: left;
        padding: inherit;
        padding-bottom: 0px;
    }
    #copyrite > p {
        font-size: .5rem;
        float: left;
    }
    #separator {
        display: flex;
        text-align: left;
        margin-top: -5px;
        margin-bottom: 10px;
        width: 59%;
        height: 1px;
        background-color: #b5d348;
    }
    #copyrite p:nth-child(2n) {
        margin-left: 30px;
        margin-top: 2px;
    }

    #footer-menu {
        width: 59%;
        display: inline-block;
        text-align: left;
        padding: inherit;
        font-size: 10px;
    }
    #footer-menu ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 100%;
    }
    #footer-menu li,
    #footer-menu li a {
        display: inline-block;
        padding: 0px 10px 0px 0px;
    }
}

@media only screen and (min-width: 825px) {
    #parallax-img1 {
        right: -560px;
    }
    #parallax-img1-foreground1 {
        right: -30px;
    }
    #parallax-img1-foreground2 {
        right: -550px;
    }
    #parallax-img2 {
        right: 30px;
    }
    #parallax-img2-foreground1 {
        right: 30px;
    }
    #parallax-img2-foreground2 {
        right: 30px;
    }
    #parallax-desk3 {
    bottom: 960px;
    }
    #parallax-img3 {
        top: -200px;
        right: -450px;
    }
    #parallax-img3-foreground1 {
        top: -150px;
        right: -340px;
    }
    #parallax-img3-foreground2 {
        top: 200px;
        right: -80px;
    }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {


    #parallax-img1 {
        right: -480px;
    }
    #parallax-img1-foreground1 {
        right: 50px;
    }
    #parallax-img1-foreground2 {
        right: -470px;
    }
    #parallax-img2 {
        right: 110px;
    }
    #parallax-img2-foreground1 {
        right: 110px;
    }
    #parallax-img2-foreground2 {
        right: 110px;
    }
    #parallax-desk3 {
        bottom: 1030px;
    }
    #parallax-img3 {}
    #parallax-img3-foreground1 {}
    #parallax-img3-foreground2 {}
    #circle-buttons {
        width: 100%;
    }
    #copyrite {
        width: auto;
    }
    #social-media {
        bottom: 3px;
    }
    #separator {
        width: 60%;
    }
    #footer {
        width: 100%;
        max-width: inherit;
    }
}

@media only screen and (min-width: 1120px) {
    #parallax-img1 {
        right: -430px;
    }
    #parallax-img1-foreground1 {
        right: 100px;
    }
    #parallax-img1-foreground2 {
        right: -420px;
    }
    #parallax-img2 {
        right: 180px;
    }
    #parallax-img2-foreground1 {
        right: 180px;
    }
    #parallax-img2-foreground2 {
        right: 180px;
    }
    #parallax-desk3 {
        bottom: 1030px;
    }
    #parallax-img3 {}
    #parallax-img3-foreground1 {}
    #parallax-img3-foreground2 {}
    #bubble-outer-1 {
        width: 530px;
        height: 530px;
    }
    #bubble-1 {
        padding: 25% 17%;
    }
    #data {
        padding-top: 0;
    }
    #tell {}
    #bubble-1 h1 {
        font-size: 2rem;
    }
    #bubble-2 h1 {
        font-size: 1.6rem;
    }
    #bubble-3 h1,
    #bubble-4 h1 {
        font-size: 1.8rem;
    }
    #bubble-1 p,
    #bubble-2 p,
    #bubble-3 p,
    #bubble-4 p {
        font-size: 0.9rem;
        line-height: 1.4;
    }
    #bubble-4 p {
        font-size: 0.8rem;
    }
    #bubble-3 {
    padding: 15% 17% 0% 27%;
    }
    #bubble-outer-2 {
        width: 550px;
        height: 550px;
    }
    #bubble-outer-3 {
        width: 554px;
        height: 554px;
    }
    #bubble-outer-4 {
        width: 481px;
        height: 481px;
    }
    #logo-footer {
        margin-left: inherit;
        margin-right: 40px;
    }
    #google-img {
        text-align: right;
    }
    #logo-social {
        text-align: right;
    }
    #footer {
        max-width: 1158px;
    }
    #footer-menu {
        width: 60%;
    }
    #footer-img {
        bottom: 50px;
    }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {


    #main-nav a:hover{
        background-color: transparent;
        color: #2E4A55;
    }
    #second-nav a:hover{
        background-color: transparent;
        color: #b5d348;
    }

    /*    Header Mobile/Desktop switch */
       #border-overlay {
        display: none;
    }
    nav ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        width: 55%;
    }
    nav li {
        display: inline-block;
        padding: 0 15px 0 15px;
    }
    nav a{
        display: block;
        padding: 0;
    }
    #parallax-container {
/*        height: auto;*/
    }
    #logo-menu-container {
        height: inherit;
        margin: 0 auto;
        position: absolute;
        left: 20px;
        transform: none;
    }
    #logo-menu-container > div > h2 {
        color: #e5e6e7;
        font-size: 14px;
        position: absolute;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: 125ms ease all;
        transition: 125ms ease all;
        will-change: transition;
    }
    #logo-top {
        width: 233px;
        display: inline-block;
    }
    #menu {
        display: inline-block;
        width: 55%;
        padding-left: 10px;
    }
#main {
    display: block !important;
    position: absolute;
    height: auto;
    width: auto;
    top: 0;
    left: 300px;
    width: 50%;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
    #menu-list {
        text-align: left;
        top:0px;
        line-height: 1.5;
    }
    #main-nav {
        border-top: 1px solid #e5e6e7;
        border-bottom: 1px solid #e5e6e7;
        border-left: 1px solid #e5e6e7;
        padding: 5px;
        font-size: 1vw;
        width: 100%;
    }
    #menu h2{
     top: 5px;
    }

    #main-nav li a {
        color: #2E4A55;
    }
    #second-nav {
        border-left: 1px solid #e5e6e7;
        padding: 5px;
        font-size: 1vw;
        width: 100%;
    }
    #second-nav li a {
        color: #b1d25b;
    }
    #header-info {
        display: inline-block;
        position: relative;
        z-index: 2;
        margin-left: 40px;
    }
    #header-info h2 {
        font-size: 20px;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
    }
/*    Header Mobile/Desktop switch End */


    #menu {
        width: 65%;
    }
    #main-nav {
        font-size: 15px;
    }
    #second-nav {
        font-size: 15px;
    }
    .circle-outer {
        max-height: 800px;
        max-width: 800px;
    }
    #parallax-img1 {}
    #parallax-img1-foreground1 {}
    #parallax-img1-foreground2 {}
    #parallax-img2 {}
    #parallax-img2-foreground1 {}
    #parallax-img2-foreground2 {}
    #parallax-desk3 {}
    #parallax-img3 {}
    #parallax-img3-foreground1 {}
    #parallax-img3-foreground2 {}

    #footer{
    width: 100%;
        max-width: none;
    }
    #copyrite {
        width: 50%;
    }
    #separator {
        width: 690px;
    }

}

@media only screen and (min-width: 1300px) {
    #parallax-img1 {
        right: -350px;
    }
    #parallax-img1-foreground1 {
        right: 180px;
    }
    #parallax-img1-foreground2 {
        right: -340px;
    }
    #parallax-img2 {
        right: 260px;
    }
    #parallax-img2-foreground1 {
        right: 260px;
    }
    #parallax-img2-foreground2 {
        right: 260px;
    }
    #parallax-desk3 {}
    #parallax-img3 {}
    #parallax-img3-foreground1 {}
    #parallax-img3-foreground2 {}
#separator {
    width: 750px;
}
}

@media only screen and (min-width: 1440px) {
    #bubble-outer-1 {
        left: -110px;
    }
    #bubble-outer-2 {
        right: -150px;
        top: 850px;
    }
    #bubble-outer-3 {
        left: -120px;
    }
    #bubble-outer-4 {}
    #parallax-desk1 {}
    #parallax-desk2 {
        top: -370px;
    }
    #parallax-img1 {
        right: -270px;
    }
    #parallax-img1-foreground1 {
        right: 260px;
    }
    #parallax-img1-foreground2 {
        right: -260px;
    }
    #parallax-img2 {
        right: 330px;
        top: -70px;
    }
    #parallax-img2-foreground1 {
        right: 330px;
        top: -70px;
    }
    #parallax-img2-foreground2 {
        right: 330px;
        top: -70px;
    }
    #parallax-desk3 {}
    #parallax-img3 {
        top: -320px;
        right: -360px;
    }
    #parallax-img3-foreground1 {
        top: -290px;
        right: -230px;
    }
    #parallax-img3-foreground2 {
        top: 140px;
        right: 0px;
    }
    #separator {
        width: 850px;
    }
}

@media only screen and (min-width: 1675px) {
    #parallax-desk1 {}
    #parallax-img1 {
        right: -160px;
    }
    #parallax-img1-foreground1 {
        right: 380px;
    }
    #parallax-img1-foreground2 {
        right: -140px;
    }
    #parallax-img2 {
        right: 470px;
    }
    #parallax-img2-foreground1 {
        right: 470px;
    }
    #parallax-img2-foreground2 {
        right: 470px;
    }
    #parallax-desk3 {
        bottom: 1100px;
    }
    #parallax-img3 {
        right: -250px;
    }
    #parallax-img3-foreground1 {
        right: -120px;
    }
    #parallax-img3-foreground2 {
        right: 110px;
    }
            #separator {
            width: 950px;
        }
}
    @media only screen and (min-width: 1920px) {
        #parallax-desk1 {}
        #parallax-desk2 {}
        #parallax-desk3 {}
        #parallax-img1 {
            right: -40px;
        }
        #parallax-img1-foreground1 {
            right: 500px;
        }
        #parallax-img1-foreground2 {
            right: -20px;
        }
        #parallax-img2 {
            right: 590px;
        }
        #parallax-img2-foreground1 {
            right: 590px;
        }
        #parallax-img2-foreground2 {
            right: 590px;
        }
        #parallax-desk3 {}
        #parallax-img3 {
            right: -130px;
        }
        #parallax-img3-foreground1 {
            right: 0px;
        }
        #parallax-img3-foreground2 {
            right: 230px;
        }

    }
    @media only screen and (min-width: 2000px) {
        #parallax-img1 {}
        #parallax-img1-foreground1 {}
        #parallax-img1-foreground2 {}
        #parallax-img2 {}
        #parallax-img2-foreground1 {}
        #parallax-img2-foreground2 {}
        #parallax-desk3 {
            bottom: 1100px;
        }
        #parallax-img3 {}
        #parallax-img3-foreground1 {}
        #parallax-img3-foreground2 {}
    }
    @media only screen and (min-width: 2175px) {
        #parallax-img1 {
            right: 90px;
        }
        #parallax-img1-foreground1 {
            right: 630px;
        }
        #parallax-img1-foreground2 {
            right: 110px;
        }
        #parallax-img2 {
            right: 720px;
        }
        #parallax-img2-foreground1 {
            right: 720px;
        }
        #parallax-img2-foreground2 {
            right: 720px;
        }
        #parallax-desk3 {
            bottom: 1100px;
        }
        #parallax-img3 {
            right: -30px;
        }
        #parallax-img3-foreground1 {
            right: 100px;
        }
        #parallax-img3-foreground2 {
            right: 330px;
        }
    }
    @media only screen and (min-width: 2432px) {
        #parallax-img1 {
            right: 230px;
        }
        #parallax-img1-foreground1 {
            right: 770px;
        }
        #parallax-img1-foreground2 {
            right: 250px;
        }
        #parallax-img2 {
            right: 840px;
        }
        #parallax-img2-foreground1 {
            right: 840px;
        }
        #parallax-img2-foreground2 {
            right: 840px;
        }
        #parallax-desk3 {}
        #parallax-img3 {
            right: 90px;
        }
        #parallax-img3-foreground1 {
            right: 220px;
        }
        #parallax-img3-foreground2 {
            right: 450px;
        }
    }
    @media only screen and (min-width: 2560px) {
        #parallax-img1 {}
        #parallax-img1-foreground1 {}
        #parallax-img1-foreground2 {}
        #parallax-img2 {}
        #parallax-img2-foreground1 {}
        #parallax-img2-foreground2 {}
        #parallax-desk3 {}
        #parallax-img3 {}
        #parallax-img3-foreground1 {}
        #parallax-img3-foreground2 {}
    }

#main-nav {
    padding: 30px 0px 0px 0px;
}

#menu h2 {
    top: -6px;
}

@media only screen and (min-width: 320px) {


    #parallax-container {
        height: 3100px;
    }
    #circle-buttons {
        bottom: 470px;
    }
    #footer {
        margin-top: -580px;
    }


}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 350px) {
    #parallax-container {
        height: 3490px;
    }
    #circle-buttons {
        bottom: 500px;
    }
    #footer {
        margin-top: -600px;
    }
}

@media only screen and (min-width: 400px) {
    #circle-buttons {
        bottom: 530px;
    }
    #side-by-side {
        bottom: -70px;
    }
    #footer {
        margin-top: -480px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 420px) {
    #footer {
        margin-top: -600px;
        padding-bottom: 50px;
    }
    #circle-buttons {
        bottom: 650px;
    }
    #parallax-container {
        height: 3760px;
    }
}

@media only screen and (min-width: 450px) {}

@media only screen and (min-width: 480px) {
    #parallax-container {
        height: 4330px;
    }
    #circle-buttons {
        bottom: 580px;
    }
    #footer {
        margin-top: -480px;
    }
}

@media only screen and (min-width: 525px) {
    #footer {
        margin-top: -370px;
    }
    #circle-buttons {
        bottom: 460px;
    }
    #parallax-container {
        height: 4620px;
    }
}

@media only screen and (min-width: 550px) {
    #parallax-container {
        height: 4660px;
    }
}

@media only screen and (min-width: 589px) {
    #circle-buttons {
        bottom: 550px;
    }
    #parallax-container {
        height: 5360px;
    }
    #footer {
        margin-top: -450px;
    }
}

@media only screen and (min-width: 649px) {
    #parallax-container {
        height: 5910px;
    }
}

@media only screen and (min-width: 712px) {
    #parallax-container {
        height: 6380px;
    }
}


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
    #parallax-container {
        height: 2520px;
    }
    #circle-buttons {
        bottom: 460px;
    }
    #side-by-side {
        bottom: 60px;
    }
    #footer {
    margin-top: -510px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
}

@media only screen and (min-width: 992px) {
    #menu h2 {
        top: -13px;
    }
}

@media only screen and (min-width: 1120px) {
    #footer-img {
        bottom: 100px;
    }
}

@media only screen and (min-width: 1200px) {
    #main-nav {
        padding: 5px;
    }
}