/* Make fonts dynamic with screen size :)*/

html {
    width: 100%;
    margin: 0;
    padding: 0;
    height: auto;
}

@-webkit-keyframes BigS {
    from {
        width: 50px;
        height: 50px;
    }
    to {
        width: 52.5px;
        height: 52.5px;
    }
}

@-webkit-keyframes BigRS {
    from {
        width: 52.5px;
        height: 52.5px;
    }
    to {
        width: 50px;
        height: 50px;
    }
}

@-webkit-keyframes bigS {
    from {
        width: 150px;
        height: 150px;
    }
    to {
        width: 155px;
        height: 155px;
    }
}
@-webkit-keyframes bigRS {
    from {
        width: 155px;
        height: 155px;
    }
    to {
        width: 150px;
        height: 150px;
    }
}

@-webkit-keyframes biggerS {
        from {
            /* font-size: 14px; */
            width: 194px;
            height: 40px;
        }
        to {
            /* font-size: 16px; */
            width: 201px;
            height: 42px;
        }
}

@-webkit-keyframes biggerRS {
    from {
        /* font-size: 16px; */
        width: 201px;
        height: 42px;
    }
    to {
        /* font-size: 14px; */
        width: 194;
        height: 40px;
    }
}

@-webkit-keyframes bigger2S {
    from {
        /* font-size: 20px; */
        width: 250px;
        height: 40px;
    }
    to {
        /* font-size: 22px; */
        width: 255px;
        height: 42px;
    }
}

@-webkit-keyframes bigger2RS {
    from {
        /* font-size: 22px; */
        width: 255px;
        height: 42px;
    }
    to {
        /* font-size: 20px; */
        width: 250px;
        height: 40px;
    }
}

@keyframes Big {
    from {
        width: 50px;
        height: 50px;
    }
    to {
        width: 52.5px;
        height: 52.5px;
    }
}
@keyframes BigR {
    from {
        width: 52.5px;
        height: 52.5px;
    }
    to {
        width: 50px;
        height: 50px;
    }
}

@keyframes big {
    from {
        width: 150px;
        height: 150px;
    }
    to {
        width: 155px;
        height: 155px;
    }
}
@keyframes bigR {
    from {
        width: 155px;
        height: 155px;
    }
    to {
        width: 150px;
        height: 150px;
    }
}

@keyframes bigger {
        from {
            font-size: 12px;
            width: 194px;
            height: 40px;
        }
        to {
            font-size: 1.45em;
            width: 201px;
            height: 42px;
        }
}

@keyframes biggerR {
    from {
        font-size: 1.45em;
        width: 201px;
        height: 42px;
    }
    to {
        font-size: 12px;
        width: 194px;
        height: 40px;
    }
}

@keyframes bigger2 {
    from {
        font-size: 18px;
        width: 250px;
        height: 40px;
    }
    to {
        font-size: 2.1em;
        width: 255px;
        height: 42px;
    }
}

@keyframes bigger2R {
    from {
        font-size: 2.1em;
        width: 255px;
        height: 42px;
    }
    to {
        font-size: 18px;
        width: 250px;
        height: 40px;
    }
}

.layout {
    margin: 60px 0;
    margin-bottom: 0;
}

.section {
    margin: 0; 
    padding: 0;
    width: 100%;
    height:500px;
}
.container2 {
    text-align: center;
    margin:auto;
}

/* Section 1 */
.section1 {
    background-color:transparent;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: 2;
}
.section1BG {
    background-image: url('https://d1s0utqm8q1db1.cloudfront.net/images/teal-mom-baby-C.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 50%;
    height: 820px;
    width: 100%;
    position: absolute;
    top:0;
    z-index: 1;
}

.rightBox {
    float:left;
    margin: 100px 0px;
    margin-left: 20%;
    color:white;
    text-align: center;
}
.section1 .rightBox h2 {
    font-family: 'Georgia Italic';
}
.section1 .rightBox p {
    font-family: 'Georgia Italic';
}
.section1 .rightBox span p{
    line-height: 1.2em;
    font-size: 2vw; 
    color: #4E757E;
    width: 100%;
    margin: auto;
}

.headText {
    text-transform: uppercase;
    margin: auto;
    font-size: 2.4vw;
    width:100%;
    color: #4E757E;
}
.subHeadText {
    font-size: 2vw; 
    color: #4E757E;
    width: 100%;
    margin: auto;
}
.video-playing-overlay {
    height: 300vh;
}
.fitOverlay {
    z-index:10;
}
.headDonoButton {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Gotham Medium";
    border-style: none;
    border-radius: 10px;
    border-width: 2px;
    width: 194px;
    height: 40px;
    cursor: pointer;
    background-color: #4E757E;
    color:white;
    animation: biggerR .25s linear;
    -webkit-animation: biggerRS .25s linear;
    margin:30px 4px;
}

#mobile {
    display: none;
}
.transparent {
    background-color: transparent;
    color: #4E757E;
    border-style: solid;
    border-color: #4E757E;
}
.headDonoButton:hover {
    animation: bigger .25s linear;
    animation-fill-mode: forwards;
    animation-direction: normal;
    -webkit-animation: biggerS .25s linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;

}
 .textContainer {
     text-align: center;
     width:100%;
     margin:auto;
 }
 .container {
    text-align: center;
    width:100%;
    margin:auto;
 }

 /*Section  2*/
 .section2 {
    background-color: white;
    background-size: 100%;
    text-align: center;
    height:auto;
    padding: 20px 0;
    padding-bottom: 80px;
    z-index: 2;
    position: relative;
}
.section2 .textContainer {
    margin: 0 auto;
    margin-bottom: 0;
}
.section2 .textContainer h2 {
    margin: 60px auto;
    color:#4E757E;
    font-family: 'Georgia Italic';
    font-size: 2.4vw;
}
.section2 .textContainer h1 {
    margin: 60px auto;
    color: #DD9E7C;
    font-family: 'Georgia Italic';
    font-size: 4vw;
}
.section2 .textContainer p {
    font-family: 'Georgia Italic';
    font-size: 2vw;
    color: #DD9E7C;
    margin:0;
}
.section2 .container {
    margin-top: 5vw;
}
.section2 .container button {
    width: 250px;
    height: 40px;
    border-radius: 10px;
    border-style: none;
    background-color: #DD9E7C;
    color: white;
    font-family: 'Gotham XLight';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    animation: bigger2R .25s linear;
    -webkit-animation: bigger2RS .25s linear;
}
.section2 .container button:hover {
    animation: bigger2 .25s linear;
    animation-fill-mode: forwards;
    animation-direction: normal;
    -webkit-animation: bigger2S  .25s linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
}

.section2 .container2 {
    width: 100%;
    text-align:center;
}
.section2 .container2 p {
    font-family: 'Gotham XLight';
    font-size: 1.6vw;
    color: #DD9E7C;
}

/* Section 3 */
.section3 {
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 700px;
    position: relative;
    z-index: 2;
}
.section3BG {
    background-image: url('https://d1s0utqm8q1db1.cloudfront.net/images/Website-Home-GroupPhoto.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 900px;
    width: 100%;
    position: absolute;
    top: 1200px;
    z-index: 1;
}

/* Section 4*/
.section4 {
    height: auto;
    z-index: 4;
    position: relative;
    background-color: white;
}
.section4 #topContainer {
    padding-top:50px;
}
.section4 .textContainer {
    margin-top:5px;
}
.section4 .textContainer h1 {
    font-family: "Georgia Italic";
    font-size: 3vw;
    color:#4E757E;
    line-height: 1em;
    width: 50%;
    margin: auto;
    margin-bottom: .8em;
}
.section4 .textContainer h2 {
    font-family: "Georgia Italic";
    font-size: 2vw;
    color:#4E757E;
    line-height: 2em;
    width: 50%;
    margin: auto;
}
.section4 .container {
    margin-top: 40px;
}
.section4 .container p {
    font-family: 'Georgia Italic';
    color:#4E757E;
    margin: auto;
    margin-top: 1.6vw;
    margin-bottom: 0;
    width: 50%;
}

.section4 .buttonsContainer {
    height:300px;
    width:590px;
    margin:30px auto;
}
.section4 img {
    width: 150px;
    height: 150px;
    margin: auto 20px;
    animation: bigR .25s linear;
    -webkit-animation: bigRS .25s linear;
}
.section4 img:hover {
    animation: big .25s linear;
    animation-fill-mode: forwards;
    animation-direction: normal;
    -webkit-animation: bigS .25s linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
}
.section4 .buttonsContainer .selectionContainer {
    float: left;
    position: relative;
}
.section4 .buttonsContainer .selectionContainer p {
    text-align: center;
    color:#4E757E;
    font-family: "Gotham Medium";
    text-transform: uppercase;
    font-size: 16px;
}

/* Section 5 */
.section5 {
    background-image: url("https://d1s0utqm8q1db1.cloudfront.net/images/watercolor-Bar-gold1.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 500px;
    height: auto;
    padding-top: 15%;
    z-index: 4;
}
.section5 .textContainer h2 {
    color:white;
    font-family: "Gotham Medium";
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 3vw;
}
.section5 .container {
    margin-top: 50px;
}
.section5 .container #thermometer {
    width: 50%;
    margin:auto;
    height: 23px;
    background-color:transparent;
    border-radius: 10px;
    border-color: #797C51;
    border-width: 2px;
    border-style: solid;
    padding: 3px;
}
#innerThermometer {
    float:left;
    background-color: #797C51;
    color:white;
    width: 20%; 
    height: 22px;
    border-radius:5px;
    padding: 1px;
}
#thermometerTxt {
    font-size:12px;
    color: white;
    margin:0;
    margin-left:2%;
    float: left;
}
.section5 .container2 {
    margin-top: 15px;
}
.section5 .container2 h3 {
    color:  #797C51;
    font-size: 2vw;
    font-family: 'Gotham Medium';
}

/* Section 6 */
.section6 {
    background-image: url('https://d1s0utqm8q1db1.cloudfront.net/images/Website-Home-BlueWash-Photo.jpg');
    height: auto;
    min-height: 1200px;
    background-size: cover;
    padding-top: 200px;
    z-index: 4;
}
.section6 .textContainer h3 {
    font-family: 'Gotham Book';
    color:white;
    letter-spacing: 2px;
    font-size: 1vw;
    text-transform: uppercase;
}
.section6 ul {
    width: 280px;
    height: auto;
    margin: 0 auto;
    margin-top:40px;
}
.section6 ul li {
    float:left;
    position: relative;
}
.section6 img {
    width: 50px;
    height: auto;
    margin:0 20px;
    animation: BigR .25s linear;
    -webkit-animation: BigRS .25s linear;
}
.section6 img:hover {
    animation: Big .25s linear;
    animation-fill-mode: forwards;
    animation-direction: normal;
    -webkit-animation: BigS .25s linear;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-direction: normal;
}

.section6 .container {
    margin-top: 90%;
}
.section6 .container p {
    font-size: 1vw;
    font-family: 'Gotham Book';
    letter-spacing: .2em;
    color:white;
    margin: 0; 
    padding: 0;
}
.section6 a {
    color:white;
}
.section6 a:hover {
    color: #4e757e;
}

/*Parallax*/
.contents {
    height: auto;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    box-flex: none;
    -webkit-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    margin: 0;
    padding: 0;
}
.floatingHead1 {
    margin:auto;
    padding: 0;
    text-align: center;
    position: absolute;
    width:100%;
    top:670px;
    z-index:3;
}
.floatingHead1 h1 {
    font-family: "Gotham Bold";
    text-transform: uppercase;
    color:#4E757E;
    font-size: 80px;
    margin:auto;
}

.floatingHead2 {
    margin:auto;
    padding: 0;
    text-align: center;
    position: absolute;
    width:100%;
    top: 2800px;
    z-index: 3;
}
.floatingHead2 h1 {
    font-family: "Georgia Italic";
    text-transform: uppercase;
    color:#4E757E;
    font-size: 5vw;
    margin:auto;
}
.disappear {
    z-index: 1;
    display:none;
}

/*Screen Sizing*/ 
@media only screen and (min-width: 3840px) {
    .section1 {
        height: 1400px;
    }
    .section1 button {
        width: 20%;
        height: 80px;
        font-size: 2em;
        animation: none;
        -webkit-animation: none;
    }
    .section1 button:hover {
        animation: none;
        -webkit-animation: none;
        opacity: .9;
    }
    .section1BG {
        height: 1800px;
    }
    .floatingHead1 {
        top: 1200px;
    }
    .floatingHead1 h1 {
        font-size: 15em;
    }
    .floatingHead2 {
        top: 5300px;
    }
    .section2 .container button {
        width: 10%;
        height: 80px;
        font-size: 2.5em;
        animation: none;
        -webkit-animation: none;
    }
    .section2 .container button:hover {
        animation: none;
        -webkit-animation: none;
        opacity: .9;    
    }
    .section3 {
        min-height: 1400px;
    }
    .section3BG {
        top: 2500px;
        min-height: 1600px;
    }
    .section4 .container p {
        font-size: 1vw;
    }
    .section4 img {
        width: 100%;
        height: 100%;
        animation: none;
        -webkit-animation: none;
    }
    .section4 .selectionContainer {
        margin-left: 6em;
        margin-right: 6em;
    }
    .section4 img:hover {
        animation: none;
        -webkit-animation: none;
        opacity: .8;
    }
    .section4 .buttonsContainer {
        width: 1733px;
        height: 450px;
    }
    .section5 {
        min-height: 1400px;
    }
    .section6 {
        padding-top: 400px;
    }
}
@media only screen and (min-width: 1920px) and (max-width: 3839px) {
    .section1BG {
        background-position-y: 30%;
    }
    .section3 {
        height: 1200px;
    }
    .section3BG {
        top: 1550px;
        height:1400px;
        background-position-y: 55%;
    }
    .floatingHead1 {
        top: 750px;
    } 
    .floatingHead1 h1 {
       font-size: 5vw;
    }
    .floatingHead2 {
        top: 3400px;
    }
    .floatingHead2 h1 {
       font-size: 4.5vw;
    }
    .section2 .textContainer {
        margin: 300px auto;
        margin-bottom: 0;
    }
    .section5 {
        min-height: 900px;
    }
    .section6 {
        min-height: 1700px;
        padding-top: 300px;
    }
}
@media only screen and (max-width:1000px) {
    .section3BG {
        top: 1100px;
    }
}
@media only screen and (max-width: 900px) {
    .section1 {
        padding-top: 100px;
        text-align: center;
    }
    .section1BG {
        background-position-x: 60%;
        background-position-y: 60%;
    }
    .rightBox {
        margin:auto;
        float: none;
    }
    .subHeadText {
        font-size: 2.5vw;
    }
    .headText {
        font-size: 3.5vw;
    }
    .floatingHead1 {
        top: 750px;
    }
    .floatingHead2 {
        top: 2800px;
    }
    .floatingHead2 h1 {
        font-size: 6.5vw;
    }
    .section3BG {   
        background-position-x: 30%;
    }
    .section5 {
        min-height: 400px;
    }
    .section6 {
        min-height: 500px;
        padding-top:80px;
    }
    .section6 .container p {
        font-size: 1.2em;
    }
    .section6 .textContainer h3 {
        font-size: 3vw;
    }
}
@media only screen and (max-width: 700px) { 
    .floatingHead1 h1 {
        font-size: 8vw;
    }
    .floatingHead1 {
        top: 330px;
    }
    .floatingHead2 {
        top: 1200px;
    }
    .floatingHead2 .textContainer h1 {
        font-size: 7.5vw;
    }
    .rightBox {
        margin: 0 auto;
        padding-top:30px;
        float: none;
    }
    .headDonoButton {
        margin-top: 10px;
    }
    .section1 {
        height: 300px;
        padding-top: 10px;        
        background-color: rgba(255,255,255,.6);
    }
    .layout {
        margin-top: 40px;
    }
    .section1BG {
        height: 350px;
    }
    .section1 .rightBox .headText {
        font-size: 5vw;
    }
    .section1 .rightBox .subHeadText {
        font-size: 3.5vw;
    }
    .section1 .rightBox span p {
        font-size: 3.5vw;
    }
    .section2 {
        padding-top: 20%;
    }
    .section2 .textContainer {
        height:auto;
        margin: 0 auto;
    }
    .section2 .textContainer {
        margin: 20px auto;
    }
    .section2 .textContainer h1 {
        margin: 1.5vw auto;
    }
    .section2 .textContainer h2 {
        font-size: 4vw;
        margin: .5vw auto;
    }
    .section2 .textContainer p {
        font-size: 3.5vw;
    }
    .section2 .container2 p {
        font-size: 2.8vw;
    }
    .section3 {
        height: 300px;
        background-position-x: 50%;
    }
    .section3BG {
        height: 500px;
        background-position-x: 50%;
        top:550px;
    }
    .section4 .textContainer h1 {
        font-size: 5.5vw;
        width: 70%;
    }
    .section4 .textContainer h2 {
        font-size: 4vw;
        width:90%;
    }
    .section4 .container {
        margin-top: 5%;
    }
    .section4 .container p {
        font-size: 4.2vw;
        width: 90%;

    }
    .section4 .buttonsContainer {
        height:auto;
        text-align: center;
        width: 200px;
    }
    .section4 .buttonsContainer .selectionContainer {
        margin: auto;
        float: none; 
        text-align: center;
    }
    .section4 .buttonsContainer .selectionContainer img{
        margin:auto;
    }
    .section4 {
        height: auto;
    }

    .section5 {
        min-height: 250px;
    }
    .section5 .container #thermometer {
        width:90%;
    }
    .section5 .container2 h3 {
         font-size: 2.4vw;
    }
    .section6 {
        padding-top: 17%
    }
    .section6 .container {
        margin-top: 120%;
    }
    .section6 .textContainer h3 {
        font-size: 3vw;
    }
}
@media only screen and (max-width: 500px) {
    .section1BG {
        top: 20px;
    }
    .section1 .rightBox .headDonoButton {
        margin-top: 32%;
    }
    .contents .floatingHead1 {
        top: 370px;
    }
    .section1 .rightBox .headDonoButton {
        /* width: 100px; */
        height:42px;
        animation: none;
        -webkit-animation: none;
        margin: 4px 2px;
        font-size: 10px;
        float: left;
    }
    .section1 .rightBox .headBtnContainer {
        margin: auto;
        margin-top: 15%;
        height: 36px;
        padding:1px 0px;
        width: 196px;
    }
    #desktop {
        display: none;
    }
    #mobile {
        display: block;
    }
}
@media only screen and (max-width: 240px) {
    .section1 .rightBox .subHeadText {
        font-size: 4.5vw;
    }
    .section1 .rightBox span p {
        font-size: 4.5vw;
    }
    .section2 .textContainer p {
        font-size: 4.5vw;
    }
    .section2 .container2 p {
        font-size: 4.5vw;
    }
    .section4 #topContainer h2 {
        font-size:4.5vw;
    }
    .section4 .container p {
        font-size:4.5vw;
    }
    .section5 .textContainer h2 {
        font-size:4.5vw;
        letter-spacing: 2px; 
        line-height: .8;
    }
    .section5 .container2 h3 {
        font-size: 4.5vw;
    }
    .section6 .container {
        margin-top:170%;
    }
    .section1 .rightBox .headBtnContainer {
        margin-top: 30%;
    }
}
#section-info {
    height: auto;
}
#section-info .content {
    height:auto;
}