@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Light.otf);
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Bold.otf);
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova.otf);
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'NexaBold';
    src: url(../fonts/NexaBold.otf);
    font-style: normal;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    80% {
        -webkit-transform: translateY(-10px);
    }
}
body {
    margin: 0;
    padding: 0;
    background-color: #9ce5e3;
    font-family: ProximaNova;
    font-weight: 400;
    font-size: 33px;
    color: #322f4e;
    background-image: url("../img/bg-image.jpg");
    background-repeat: repeat-y repeat-x;
}

/* Headers */

br {
    display: block;
    margin: 50px 0;
    line-height: 0px;
    content: " ";
}
a {
    color: #322f4e;
    text-decoration: underline;
}
a:hover {
    color: #322f4e;
}
.social-buttons a {
    text-decoration: none;
}
strong {
    font-size: 22px;
}
#info p {
    font-size: 20px;
}
h1 {
    color: #2ba3a0;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    font-family: NexaBold;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0px 0px 50px #FFFFFF, 0px 0px 90px #FFFFFF;
}
h2 {
    color: #2ba3a0;
    font-size: 24px;
    line-height: 26px;
    font-family: NexaBold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
h3 {
    position: relative;
    text-align: center;
    color: #93d6d5;
    font-size: 30px;
}
h3 span {
    background: #55526d;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
h3:before {
    opacity: 0.25;
    background: #ddd;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 10%;
}
h4 {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
.container p,
h1,
h2,
h4,
h5,
h6,
h7,
h8 {
    padding: 0px 40px;
}
#tips {
    position: relative;
    z-index: 1;
    color: #333333;
    background-color: #5fa3a2;
    color: #ffffff;
    font-weight: 300;
    font-size: 24px;
    font-family: ProximaNova;
    padding: 0px 0px 40px;
}
.hr-green {
    border: 0;
    height: 2px;
    width: 150px;
    background: #5fa3a2;
    margin: 40px auto;
}
.tip-img {
    max-width: 180px !important;
}
.tip-text {
    float: right;
    padding: 0px 0px 0px 70px;
}
.sub-container {
    max-width: 60%;
    margin: 0 auto;
}
#tips-header {
    background-color: #ffffff;
    padding: 30px 0px 25px;
    width: 600px;
    position: relative;
    color: #322f4e;
    margin-bottom: 100px;
}
#tips-header::after {
    content: url('../img/ribbon-edge.png');
    position: absolute;
    z-index: -1;
    left: -90px;
    top: 9px;
}
#tips-header::before {
    content: url('../img/ribbon-edge.png');
    position: absolute;
    z-index: -1;
    right: -90px;
    top: 9px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: flip-horizontal;
    -ms-filter: "flip-horizontal";
}
.page-logo {
    margin: 50px;
    max-width: 500px;
}
.tips-image {
    box-shadow: 0px 0px 35px #ffffff;
    max-width: 320px;
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}
.blindfold {
    max-width: 850px;
}
.color {
    background-color: #ccc;
}
p.heading-text {
    color: #322f4e;
    font-family: ProximaNova;
    font-weight: 400;
    max-width: 900px;
    font-size: 22px;
    margin-top: 20px;
}
.fullwidth-section {
    padding: 20px 0px;
    max-width: 1000px;
    margin: 0 auto;
}
p {
    font-size: 18px;
}
.widget-header {
    height: auto;
}
#results-header {
    color: #ffeb6c !important;
}
.toggle-header {
    display: block;
}
.paper-seperator {
    position: relative;
    bottom: 0px;
    width: 100%;
    display: block;
    padding-top: 10px;
}
.widget-seperator {
    position: relative;
    width: 100%;
    display: block;
}
#widget {
    padding-bottom: 30px;
    background-color: #55526d;
    text-align: center;
}
#results {
    background-color: #2d2a45;
    text-align: center;
    color: #ffffff;
    background-image: url("../img/bg-illustration.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    display: none;
}
#buttons {
    background-color: rgba(22, 20, 44, 0.57);
    padding: 0;
    padding-top: 40px;
    text-align: center;
}
#info {
    background-color: #ffffff;
    position: relative;
    padding-bottom: 380px;
}
.btn1 {
    background: -webkit-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -moz-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -o-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -ms-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: linear-gradient(0deg, #5fa3a2 0%, #9ce5e3 100%);
}
.btn2 {
    background: -webkit-linear-gradient(90deg, #eeda5d 0%, #e5f7a5 100%);
    background: -moz-linear-gradient(90deg, #eeda5d 0%, #e5f7a5 100%);
    background: -o-linear-gradient(90deg, #eeda5d 0%, #e5f7a5 100%);
    background: -ms-linear-gradient(90deg, #eeda5d 0%, #e5f7a5 100%);
    background: linear-gradient(0deg, #eeda5d 0%, #e5f7a5 100%);
}
.btn3 {
    background: -webkit-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -moz-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -o-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -ms-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: linear-gradient(0deg, #5fa3a2 0%, #9ce5e3 100%);
}
.button {
    margin: 40px auto;
    padding: 18px 60px;
    color: #2d2a45;
    font-family: ProximaNova;
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 8px;
    border: 0;
    display: block;
}
.sources-footer {
    position: absolute;
    bottom: 0px;
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none !important;
}
.option {
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    max-width: 450px;
    margin: 30px auto;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 91% 50%;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.option:hover {
    background-color: #65627c;
    cursor: pointer;
}
.option h4 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 2px;
}
.option .off-center {
    width: 80%;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}
#validationError {
    display: none;
    max-width: 500px;
    background-color: white;
    margin: 0 auto;
    padding: 20px;
    color: #3d3d3d;
    border: 1px solid red;
    letter-spacing: .3px;
}
#validationError p {
    margin: 0;
}
.option p {
    font-size: 31px;
    font-weight: 300;
    line-height: 18px;
}
.output-box {
    border-radius: 10px;
    border: 5px solid #8ccfce;
    max-width: 550px;
    background-color: #FFFFFF;
    margin: 25px auto;
    padding: 10px;
}
.output-box h4 {
    color: #5fa3a2;
    font-size: 31px;
}
.output-box h2 {
    color: #221f39;
    font-size: 65px;
}
.social-button img {
    padding: 0px;
    margin: 0 auto;
}
.social-button {
    position: relative;
    width: 150px;
    height: auto;
    display: inline-block;
    background-color: transparent;
    padding: 5px;
    margin: 5px;
    opacity: 1;
    transition: all .2s ease-in-out;
}
.results-text {
    font-size: 24px;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 0px 220px !important;
}
.divider-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
#fb-icon {
    background-color: #3b5998 !important;
}
#tw-icon {
    background-color: #55acee !important;
}
#email-icon {
    background-color: #5bae41 !important;
}
.social-buttons {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    left: 0;
    right: 0;
    top: 0px;
    width: 100%;
    display: block;
    background-color: #599190;
    padding: 20px 20px 40px 20px;
}
.buttonactive {
    background-color: #7d7a99;
}
#option1 {
    background-image: url("../img/icon-bulb.png");
}
#option2 {
    background-image: url("../img/icon-brain.png");
}
#option3 {
    background-image: url("../img/icon-refresh.png");
}
.arrow {
    margin: 20px auto;
    max-width: 50px;
    display: block;
}
.time-dropdown {
    margin: 30px auto 60px auto;
}
.time-dropdown select {
    background: #FFFFFF;
    border-radius: 5px;
    border: 2px solid #93d6d5;
    width: 180px;
    padding: 5px 5px 5px 15px;
    font-size: 22px;
    margin: 5px;
    letter-spacing: .5px;
    height: 50px;
}
.section-title {
    position: relative;
    text-align: center;
    color: #93d6d5;
    font-size: 36px;
    margin: 50px 0px;
}
.section-title img {
    width: 50px;
}
.section-title span {
    background: #ffffff;
    padding: 0 25px;
    position: relative;
    z-index: 1;
}
.section-title:before {
    background: #5fa3a2;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 50%;
    width: 96%;
    left: 4%;
}
.off-center p {
    font-size: 25px;
}

/* keyframes for animation;  simple 0 to 360 */

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* basic structure for the rays setup */

.header-icon {
    max-width: 90px;
}
.sources {
    max-width: 800px;
    padding: 20px;
    background-color: #f2f2f2;
    font-weight: 300 !important;
    margin: 100px auto;
}
.sources ul {
    margin: 0;
    padding: 0;
}
.sources li {
    list-style-type: none;
    font-size: 16px !important;
    margin: 10px;
}
#title {
    overflow: hidden;
    position: relative;
    background: rgba(156, 229, 227, .4);
}
.ray-container {
    position: absolute;
    left: calc(50% - 683px);
    height: 1366px;
    width: 1366px;
    top: -380px;
    z-index: -1;
    opacity: 0.2;
}
.info-content {
    max-width: 1000px;
    margin: 0 auto;
}
.info-header {
    position: relative;
    bottom: 0px;
    left: 0px;
}
#rays {
    /* with animation properties */
    background: url(../img/rays-main.png) 0 0 no-repeat;
    position: relative;
    width: 1366px;
    height: 1366px;
    margin: 0 auto;
    /* microsoft ie */
    animation-name: spin;
    animation-duration: 40000ms;
    /* 40 seconds */
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.arrow-bounce {
    -webkit-animation: bounce 2s infinite ease-in-out;
    cursor: pointer;
}
.pull-bottom {
    display: inline-block;
    vertical-align: bottom;
    float: none;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.sub-container div {
    margin-bottom: 10px;
}
.hillarys-logo {
    max-width: 300px;
    display: block;
    margin: 0px auto 30px;
}
#footer {
    background-color: #91d5d3;
}
.footer-copy {
    font-size: 18px;
    max-width: 900px;
}
#toggle-button {
    border: 0px;
    padding: 10px 30px;
    font-size: 16px;
    margin: 0px 0px 30px;
    text-transform: uppercase;
    background-color: #ffffff;
    cursor: pointer;
    display: none;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 2px;
    border: 2px solid #468887;
    background: -webkit-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -moz-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -o-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: -ms-linear-gradient(90deg, #5fa3a2 0%, #9ce5e3 100%);
    background: linear-gradient(0deg, #5fa3a2 0%, #9ce5e3 100%);
}
.mobile-only {
    display: none;
}

/* MEDIA QUERIES */


/* Extra Small */

@media(max-width:991px) {
    .mobile-only {
        display: block;
    }
    #title {}
    .page-logo {
        max-width: 80%;
        margin: 20px auto;
    }
    h1 {
        color: #197e7b;
        font-size: 20px;
        line-height: 30px;
        font-weight: 700;
        text-shadow: 0px 0px 50px #FFFFFF, 0px 0px 90px #FFFFFF;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    p.heading-text {
        font-weight: 400;
        max-width: 100%;
        font-size: 18px;
        margin-top: 20px;
        display: block;
    }
    .container {
        padding: 0;
    }
    .header-icon {
        max-width: 80px;
        margin: 50px 0 20px 0 !important;
    }
    #toggle-button {
        display: block;
    }
    #toggle-header {
        display: none;
    }
    h3 {
        position: relative;
        text-align: center;
        font-size: 28px;
    }
    h3 span {
        background: #55526d;
        padding: 0 25px;
        position: relative;
        z-index: 1;
    }
    h3:before {
        display: none;
    }
    .time-dropdown {
        margin: 0px;
    }
    .time-dropdown select {
        border: 2px solid #93d6d5;
        width: 25%;
        padding: 5px 5px 5px 15px;
        font-size: 16px;
        margin: 20px auto;
        height: 44px;
        text-align: center;
    }
    .desktop-only {
        display: none;
    }
    .option {
        width: 80%;
        padding: 5px;
        margin: 20px auto;
        background-size: 50px;
        background-position: 89% 50%;
    }
    .option h4 {
        font-size: 20px;
        padding: 0px 0px 0px 20px;
        font-weight: 400;
        text-align: left;
    }
    .off-center p {
        padding: 0px 0px 0px 20px;
        font-size: 20px;
        text-align: left;
    }
    #rays {
        display: none;
    }
    .button {
        width: 80%;
        font-size: 20px;
        letter-spacing: 1px;
        padding: 10px;
        text-transform: uppercase;
        text-align: center;
        border-radius: 8px;
        display: block;
    }
    br {
        display: block;
        margin: 30px 0;
        line-height: 0px;
        content: " ";
    }
    .output-box {
        width: 80%;
        max-width: 500px;
        border-width: 4px !important;
    }
    h4 {
        font-size: 20px !important;
        letter-spacing: 1px;
    }
    #startNap,
    #wakeNap {
        font-size: 44px;
        margin: 0px;
    }
    #results-header {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 2px;
    }
    #validationError {
        width: 90%;
        padding: 15px 5px;
    }
    .results-text {
        font-size: 18px;
        font-weight: 300;
        max-width: 80%;
        margin: 0 auto;
        padding: 30px 0px 220px !important;
    }
    .results-text {
        padding: 30px 0px 160px !important;
    }
    #tips {
        padding: 0px 0px 40px;
    }
    #tips-header {
        width: 80%;
        font-size: 20px;
        line-height: 28px;
        padding: 15px;
        height: 80px;
        margin-bottom: 30px;
    }
    #tips-header::before {
        display: none;
    }
    #tips-header::after {
        display: none;
    }
    .tip-img {
        margin: 0 auto;
        display: block;
        padding: 0px;
        max-width: 150px !important;
    }
    .tip-text {
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        width: 100%;
        margin: 20px auto 5px;
        padding: 0;
    }
    #info p {
        font-size: 16px;
    }
    #buttons {
        padding: 20px 0px 0px;
    }
    .arrow {
        max-width: 50px;
        margin: 0px auto;
    }
    .tips-image {
        width: 70%;
    }
    .section-title:before {
        height: 2px;
        width: 70%;
        left: 15%;
    }
    .social-button {
        display: block;
        margin: 15px auto;
    }
    .social-buttons {
        padding: 10px 10px 30px;
    }
    .hr-green {
        height: 2px;
    }
    #info {
        padding-bottom: 150px;
    }
    strong {
        font-size: 20px;
    }
    .sources {
        max-width: 100%;
        padding: 10px;
        margin: 50px auto 120px;
    }
    .sources li {
        font-size: 14px !important;
    }
    .hillarys-logo {
        padding-top: 30px;
        width: 300px
    }
    .footer-copy {
        font-size: 16px;
        max-width: 80%;
        padding: 0px !important;
    }
}

/* Medium */

@media(min-width:992px) and (max-width:1199px) {}

/* Large */

@media(min-width:1200px) {}
