/* ==== GENERAL ==== */
h1, h2, h3, p {
    font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

body {
    overflow-x: hidden;
    height: 100%;
	margin-top: 75px;
}

#main-menu .collapse .in {
    background: #cccccc;
}

/* ==== HEADER ==== */

.navbar {
    background-color: #333b47;
    height: 75px;
    border-bottom: 0px;
}

.navbar-right {
    padding-right: 20px;
}

.navbar-default .navbar-nav li a {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 75px;
    
}

html body header.site-header nav.navbar.navbar-default.navbar-fixed-top div.container-fluid div#main-menu.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-left li a {
    background-color: #333b47;
}

html body header.site-header nav.navbar.navbar-default.navbar-fixed-top div.container-fluid div#main-menu.navbar-collapse.collapse.in ul.nav.navbar-nav.navbar-right li {
    background-color: #333b47;
}

.nav.navbar-nav.navbar-right li a {
    color: #fff;
    font-weight: 700;
}

.nav.navbar-nav.navbar-left li a {
    color: #fff;
    font-weight: 200;
    font-family: 'Handlee', cursive;
    font-size: 20px;
}

#menu-offer {
    background-color: #98ca49 !important;
    color: #000;
    height: 85px;
}

 .scrolled {
    background-color: rgba(0,0,0,0.5);
  /* Transparent = rgba(0,0,0,0) / Translucent = (0,0,0,0.5)  */
    border-bottom: 0px;
    transition: background-color .5s ease 0s;
}

@media only screen and (max-width: 900px) {
    #more-sleep {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-header {
        height: 60px;
    }
}


/* ==== JUMBOTRON ==== */


.jumbotron  {
	background-image: url("../img/heroimg.jpg"); 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
    /*min-width: 569px;*/
}


.mobile-jumbo {
		display: none;
	}
	
.jumbotron p {
	font-weight: normal;
    font-size: 
}

.medium-jumbo {
    display: none;
}

.mobile-jumbo h1 {
	font-size: 60px;
}

.mobile-jumbo p {
	font-size: 18px;
}

#indiegogo-mobile {
    background-color: #e60061;
}

#indiegogo-btnmobile {
    margin: 0 auto;
}



@media only screen and (min-width: 1536px) {
    .jumbotron {
        height: 569px;
		background-position: center 80%;
	}
}

@media only screen and (max-width: 768px) {
    /*.jumbotron {
		display: none;
	}*/
	.mobile-jumbo {
		display: block;
	}    
    .text-left {
        text-align: center;
    }
    .mobile-jumbo #jumbo-m-playvideo-btn {
        margin-right: 0px;
    }

}


/*
@media only screen and (min-width: 769px) and (max-width: 992px) {
    .jumbotron {
		display: none;
	}
	.medium-jumbo {
		display: block;
	}
    
    .medium-jumbo {
        text-align: center;
    }
}



.medium-jumbo h1 {
	font-size: 60px;
}

.medium-jumbo p {
	font-size: 18px;
}
*/

.medium-ooly {
    margin: 0 auto;
}


.jumbotron h1 {
	margin: 0 auto;
}


.home-btns li{
    padding-top:18px; 
}

.home-btns li img{
    border-radius: 5px;
}

#jumbo-playvideo-btn,
#jumbo-m-playvideo-btn {
    /*margin-top: 18px;*/
    background: #333b47;
    letter-spacing: 1px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase; 
    text-align: left;
    margin-right: 35px;
}

/*#indiegogo-btn {
    background-image: url('../img/Indiegogo.png');
    background-repeat: no-repeat;
    margin-top: 18px;
    height: 41px;
    width: 400px;
    border-color: deeppink;
}*/
#indiegogo-btn {
  border-color: deeppink;
  border-radius: 20px;
  display: inline-block;
  margin-top: 0;
}
.jumbotext {
    margin-top: 20px;
}

.jumbotext-title {
	margin-top: 50px;
}

sup {
	font-size: 25%;
	top: 0.8em;
	vertical-align: top;
}


#video {
	background-color: #98ca49;
}


#signupnow {
    background-color: #98ca49;
    padding-top: 20px;
    padding-bottom: 0px;
}

#popup-btn {
    border: 1px solid #fff;
    color: white;
    background-color: #98ca49;
    font-family: 'Roboto', sans-serif;  
    letter-spacing: 1px;
    font-size: 25px;
}

#popup-btn:hover {
    background-color: forestgreen;
}

#signuptext {
    color: #fff;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#savetwenty {
    color: #262323;
    font-size: 46px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;    
	font-weight: 100;
}

@media only screen and (max-width: 640px) {
	#signuptext {
		font-size: 25px;
		margin-top: 0px;
	}
	#savetwenty {
		font-size: 35px;
	}
	#signupnow {
		padding-bottom: 40px;
	}
}

#colors {
    background-color: #e9e9e9;
    padding-top: 50px;
}

#colors h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

#colors p {
    font-size: 16px;
    text-transform: uppercase;
    font-style: italic;
}

.sleeping {
    padding-top: 30px;
    text-align: center;
}

#sleep-image {
	margin-top: 40px;
	margin-bottom: 35px;
}

.sleeping .img-responsive {
    margin: 0 auto;
}

#sleepmessage .img-responsive {
    margin: 0 auto;
}

#oolys {
    margin-top: 50px;
	padding-left: 0px;
	padding-right: 0px;
}

#sleepmessage {
    padding-top: 50px;
}

#sleepmessage p {
    font-size: 19px;
}

#simple {
    font-weight: 600;
}

#learnmore-btn {
    border: 1px solid #fff;
    color: white;
    background-color: #98ca49;
    font-family: 'Roboto', sans-serif;  
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 50px;
    white-space: normal !important;
}

#learnmore-btn:hover {
    background-color: forestgreen;
}

.infoleftside {
    background-color: #e9e9e9;
    text-align: center;
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 40px;
    padding-bottom: 15px;
	height: 100%;
}

.infoleftside p {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #333b47;

}

.infoleftside .img-responsive {
    margin: 0 auto;
}

.inforightside {
	background-color: #98ca49;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    padding-bottom: 85px;
}

.inforightside #quote {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-style: italic;
    color: white;
}

.inforightside p small {
    font-size: 15px;
    color: #333b47;
}

#testimonials {
    background-color: #333b47;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
}

blockquote {
    border-left: 0;
}

@media only screen and (max-width: 640px) {
    .scienge-logo {
        margin-bottom: 30px;
    }
}


/* ==== CAROUSEL ==== */

#testimonial-carousel {
    padding: 20px 10px 30px 10px;
    margin-top: 10px;
}


#testimonial-carousel .carousel-control {
    background: none;
    color: antiquewhite;
    font-size: 2.3em;  
    width: 5%;
}

#testimonial-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.carousel-inner {
    padding-left: 50px;
    padding-right: 50px;
}

.testimonial-text {
    font-size: 17px;
	font-style: italic;
}

.carousel-row{
  min-height: 10em;
  max-height: 65em;
  overflow: hidden;
}

.testimonial-name {
    color: white;
}

.testimonial-name a {
    color: #98ca49;
}

@media only screen and (max-width: 640px) {
    .carousel-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* ==== CONSULTANTS ==== */

#consultants {
    background-color: #98ca49;
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.consultant {
    margin-top: 40px;
}

#consultant-name {
    color: #3c5575;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1px;
    text-align: left;
    margin-top: 10px;
}

#consultant-job {
    font-size: 15px;
    color: #fff;   
    font-family: "Roboto",sans-serif;
    text-align: left;
	font-weight: 300;
    line-height: 19px;
}

@media only screen and (max-width: 768px) {
	#consultant-name {
		text-align: center;
	}
	#consultant-job {
		text-align: center;
	}
	.consultant-image {
		margin: 0 auto;
	}
}


/* ==== STORIES ==== */

.row .story {
	padding-top: 1%;
	padding-bottom: 1%;
}

#last-story {
	padding-top: 1%;
	padding-bottom: 1%;
}

#stories {
    padding-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 30px;
}

.story-title-right {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: right;
    color: #333b47;
}

.story-text-right {
    font-size: 18px;
    text-align: right;
    color: #333b47;
    font-weight: 300;
}

.story-title-left {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    color: #333b47;
}

.story-text-left {
    font-size: 18px;
    text-align: left;
    color: #333b47;
    font-weight: 300;
}



@media only screen and (min-width: 992px) {
  .story-text-column{
        height: 300px;
    }

    .story-contain {
        max-width: 450px;
        margin: 0 auto;
    }
    
    .story-img {
        margin: 0 auto;
    }
    
    #first-story {
        margin-top: 97px;
        margin-bottom: 97px;
    }
    
    #second-story {
        margin-top: 98px;
        margin-bottom: 98px;
    }
    
    #third-story {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    
    #fourth-story {
        margin-top: 75px;
        margin-bottom: 75px;
    }
    
    #fifth-story {
        margin-top: 85px;
        margin-bottom: 85px;
    }


}

#var2 {
	display: none;
}

#var22 {
	display: none;
}


#var1 img {
    margin-top: 0px;
}

@media only screen and (max-width: 989px) {
    #var1 {
        display: none;
    }
	#var2 {
		display: block;
	}
    
    #var11 {
        display: none;
    }
	#var22 {
		display: block;
	}
    .story-img {
        display: block;
        height: auto;
        max-width: 100%;
    }
}




/* ==== ATRIBUTES ==== */

#atributes {
    background-color: #98ca49;
    padding-top: 30px;
    padding-bottom: 40px;
    font-family: "Roboto", sans-serif;
    padding-left: 10px;
    padding-right: 10px;
}

.attribute h2 {
    color: #3c4754;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto",sans-serif;
    margin-top: 40px;
    margin-bottom: 30px;

}

.attribute p {
    color: #fff;
    font-size: 18px;
    font-weight: 100;
    text-align: center;
    font-family: "Roboto",sans-serif;
    margin-bottom: 20px;
}

.attribute .img-responsive {
    margin: 0 auto;
    padding: 20px;
}

.att-row {
    margin-top: 30px;
}

@media only screen and (max-width: 640px) {
    #attributes {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    .att-row {
        margin-top: 0px;
    }
    .attribute p {
        margin-bottom: 40px;
    }
    .story-text-right,
    .story-text-left,
    .story-title-left,
    .story-title-right {
        text-align: center;
    }
}

/* ==== SIGNUP ==== */
#toe{
    padding-top: 20px;
    background: #ffffff;
}
.toe-pack p{
    color: #333b47;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;
}
#app .ooly-works-row,
.bed .ooly-works-row{
    margin-bottom: 10px;
}

#signup {
    background-color: #e9e9e9;
    padding-bottom: 30px;
}

#app .app-menu{
    margin-bottom: 0;
}

.app-menu{
    margin-bottom: 40px;
}
.app-menu img{
    width: 35px;
}
.signup-row {
    margin-top: 30px;
}

#signup h1 {
    color: #333b47;
    font-family: "Roboto",sans-serif;
    font-size: 36px;
    font-weight: 400;
}

#signup-offer {
    color: #333b47;
    font-family: "Roboto",sans-serif;
    font-size: 18px;
    font-weight: 300;  
    font-style: italic;
}

#popup-btn {
	margin-bottom: 20px;
    width: 250px;
}

#signup-status {
    color: #333b47;
    font-family: "Roboto",sans-serif;
    font-size: 15px;  
}

#getnotified {
    margin-top: 50px;
    background-color: #98ca49;
    color: black;
    text-transform: uppercase;
    font-size: 20px;
}

#mce-EMAIL {
    width: 50%;
    margin-top: 30px;
    margin-left: 24%;
	margin-right: 22%;
    text-align: center;
    border: solid 1px;
}


/* ==== FOOTER ==== */

#sitefooter h3 {
    font-size: 15px;
	font-weight: bold;
}

#sitefooter {
    padding-top: 10px;
}

.social {
    padding-top: 20px;
    border-bottom: 1px dotted black;
    padding-bottom: 20px;
}

.copyright {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 990px) {
	#youtube-footer {
		margin-top: 20px;
	}
}

.footer a {
    text-decoration: none;
    color: black;
}

/* ==== MODAL ==== */

#signupmodal {
    background-color: #e9e9e9;
}
.signupmodalrow {
    margin-top: 0px;
}

.modal-header {
    border: none;
}

.modal-content {
    background-color: #e9e9e9;
}

.modal-body {
    padding-bottom: 30px;
	padding-top: 2px;
}

.modal-dialog {
    width: 80%;    
}

#modal-img {
    margin: 0 auto;
}

.modal-header {
	padding: 5px 15px 5px 15px;
}

/* ==== HOW OOLY WORKS ==== */

#ooly-works-main {
    color: #333b47;
    font-family: "Roboto",sans-serif;
    padding-top: 40px;
}

#ooly-works-main h1 {
    font-size: 40px;
}

#ooly-works-main h2 {
    font-size: 32px;
    font-style: italic;
}

#ooly-works-main p {
    font-size: 23px;
	font-weight: 300;
	color: #98ca49;
}

#ooly-works-main img {
    margin: 0 auto;
}

.green-span {
    color: #98ca49;
}

.ooly-works-row {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ooly-works-section p {
    margin-top: 30px;
}

.ooly-works-section p {
    margin-top: 30px;
    margin-bottom: 30px;
}
.ooly-works-section img {
    margin-bottom: 30px;
}



/* ==== HOW OOLY WORKS ==== */

#privacy {
    color: #333b47;
    font-family: "Roboto",sans-serif;
}

#privacy h1 {
    font-size: 40px;
}

#privacy h2 {
    font-size: 32px;
}

#privacy h3 {
    font-size: 28px;
}

#privacy h4 {
    font-size: 24px;
}

#privacy p {
    font-size: 18px;
}

#privacy-title {
    margin-bottom: 40px;
    margin-top: 40px;
}

/* ==== OUR STORY ==== */

#story {
    color: #333b47;
    font-family: "Roboto", sans-serif;
}

#story h1 {
    font-size: 40px;
}

#story p {
    font-size: 18px;
	font-weight: 300;
}

.ourstory-image {
    margin: 0 auto;
}

#ourstory-img,
#ourstory-title,
#ourstory-text,
#ourstory-testimonial {
    margin-top: 30px;
}

#ourstory-testimonial {
    margin-bottom: 40px;
}

/* ==== THANK YOU ==== */

#thankyou {
    color: #333b47;
    font-family: "Roboto", sans-serif;
    padding-bottom: 50px;
}

.thankyou-image {
    margin: 0 auto;
}

.thankyou-title,
.thankyou-text {
    margin-top: 20px;
}

#thankyou-img {
    margin-top: 30px;
}

/* ==== CONTACT US ==== */

#contactus {
    color: #333b47;
    font-family: "Roboto", sans-serif;
	background-color: #e9e9e9;
}

#contactus h1 {
	font-size: 55px;
	margin-bottom: 20px;
	margin-top: 50px;
}

.form-group {
	margin-left: 18%;
	margin-right: 18%;
}

label {
	text-align: left;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 5px;
	font-size: 16px;
}

.form-control {
	border: solid 2px #333b47;
}

#contact-submit {
	text-transform: uppercase;
	margin-top: 15px;
	background-color: #98ca49;
	color: white;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 0;
	margin-top: 30px;
    margin-bottom: 50px;
}

#contactooly {
	display: inline-block;
}


/* ==== TERMS ==== */

#terms h1 {
    font-size: 40px;
}

#terms h2 {
    font-size: 32px;
}

#terms h3 {
    font-size: 28px;
}

#terms h4 {
    font-size: 24px;
}

#terms p {
    font-size: 18px;
}
.lan{
    font-size: inherit !important;
}
.lan:hover{
    background: #98CA49 !important;
}
.names li {
    margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
    .jumbotron{
        background-image: none; 
    }
    .story-title-right {
      text-align: center;
    }
    .story-text-right {
      text-align: center;
    }
    .story-title-left {
     text-align: center;
    }
    .story-text-left {
      text-align: center;
    }
    .story-img {
      margin: 20px auto;
    }
    .story-img.first{
      margin: 20px auto 0;
    }
}
@media only screen and (max-width: 767px) {
    /*#indiegogo-btn {
        display: none;
    }*/
    #jumbo-playvideo-btn, #jumbo-m-playvideo-btn {
      margin-right: 0;
    }
    .footer .social a {
      color: black;
      display: inline-block;
      margin-bottom: 20px;
      text-decoration: none;
    }
}
@media only screen and (max-width: 480px) {
    .indi-img{
        width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    #more-sleep{
        display:none;
    }
}


/* ==== HELP ==== */

.intro-video-title{
font-weight: 400;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #98CA49;
    font-family: "Roboto",sans-serif;
}

@media (max-width: 860px) and (min-width: 390px)
{
.intro-video-title {
    font-weight: 400;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #98CA49;
    font-family: "Roboto",sans-serif;
    padding-bottom: 11%;
}
}


.intro-subtitle-p {
    font-weight: 400;
    display: inline-block;
    margin-top: 2px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #98CA49;
    font-family: "Roboto",sans-serif;
}

.regular-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.24;
    color: #333b47;
    font-family: "Roboto",sans-serif;
}

.ask-container {
    color: #98CA49;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
}


#howto-container {
    padding-top: 70px;
    color: #333b47;
    font-family: "Roboto",sans-serif;
    padding-top: 40px;
}

#howto-container .download-text {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    color: #98CA49 !important;
    font-family: "Roboto",sans-serif;
}

.support-container {
    text-align: center;
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
    font-family: "Roboto",sans-serif;
}

.intro-title-p {
    font-weight: 400;
    display: inline-block;
    font-weight: normal;
    font-size: 42px;
    letter-spacing: -0.8px;
    font-family: "Roboto",sans-serif;
}
.ask-container .regular-text {
    display: block;
    margin: 20px auto 0 auto;
    max-width: 720px;
    font-family: "Roboto",sans-serif;
}

.ask-container .regular-button, .ask-container .regular-button-image {
    height: 72px;
    background-color: #ffffff;
    border: solid 3px #98CA49;
    margin-top: 49px;
    margin-bottom: 50px;
}
.regular-button, .regular-button-image {
    max-width: 100%;
    height: 72px;
    border: solid 3px #ffffff;
    display: inline-block;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.button-span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.button-p {
    font-weight: 700;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4.8px;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    line-height: 67px;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ooly-pdf-getting-started-img {
    max-width: 100%;
}




