/*container starts*/

input {
  color: black;
  }


.intro {
	margin-top:3%;
	padding-bottom:100px;
}

input::placeholder {
  color:#6B8AC2;
}
.center {
	text-align: center;
}

.roomMeta {
  padding: 20px 0 20px 10px;
  background-color:#00000033;
  border-radius: 20px;align-self: end;
}

.click {
    margin-left: 5px;
    padding: 4px 8px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 16px;
    position: fixed;
    margin-right: 15px;
    right: 0;
    top: 14px;
}

.chart-example {
    margin-top: -250px !important;
}

a .exp {
    opacity: 1;
    transition: all .3s;
    color: #ffffff;
    display: inline-block;
    margin-top: 50px;
}

a.setup {
	z-index: 200000;
}


.result h2 {
    left: 10%;
    padding-left: 0;
    padding-top: 90px;
    margin: 0 auto;
    text-align: center;
}

/*alt footer for desktop*/

/*.footer a {
    margin-left: 5px;
 }


/*.footer {
    width: 50px;
    height: 100%;
        padding-top:200px;

}

a.profile {
    margin-left: 12px !important;
}*/


/*alt footer for desktop ends */

.container {
    overflow: scroll;
	display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;   
    height:100vh; 
}

.topRight {
	    float: right;
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    margin-left: 70px;
    margin-top: -5px;
}

.row {
	width: 90%;
	display: block;
	margin:0 auto;
	/*padding:100px;*/
}


.increment {
	float: right;
    font-size: 2em;
    font-weight: bold;
    color: #ffffff;
    margin-top: -10px;
    margin-right: -5px;
}

.appliances.add .applianceImg {
    display: inline-block;
    width: 95%;
    height: 95%;
    margin-top: -20px;
}


.heightContainer {
    position: relative;
    margin: 0 auto;
    height: calc(80vh - 60px);
}

.fullWidth {
	width: 100% !important;
}

.block {
	display: block;
}

.pt-200 {
	padding-top:200px;
}

#roomName {
  flex: auto;
}
/*h3#roomName {
	display: none;
}*/

#roomMeta {
  vertical-align: bottom;
  align-content: end;
  border:1px solid #ffffff;
  border-radius:30px;
  padding: 20px 0 0 10px;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}
/*container ends*/

/*log starts*/
input#logDate {
    margin-bottom: 0;
    border-radius: 35px;
    padding: 15px 20px;
    margin-top: 40px;
    width:auto;
}

#logDate {
    font-family: 'circular', sans-serif;
}

.dateContainer {
	width:100%;
	padding-top:10%;
}

/*body.result .auditLogo {
    top: 4%;
    right: 10% !important;
}

.result .ecLogo {
    top: calc(4% + 40px);
    right: 10% !important;
}*/


body {
  background-color: #10639b;
}

.flex {
    display: flex;
}
.flex-wrap {
    flex-wrap: wrap;
}
.logItem {
    margin-top: 15px;
}
.m1 {
    margin-left: 10%;
}

h2.question {
    font-size: 3.5em;
    width: 80%;
}
h1, h2, h3, h4, h5 {
    width: 50%;
    display: block;
    margin: 0 0 0 10%;
    text-align: left;
}

/* The slider itself */
.slidecontainer {
    width: 100%;
    margin-top: 0px;
    min-width: 150px;
}

.slidecontainer input {
    display: block;
    width: 90%;
    max-width: 600px;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 16px;
    border-bottom: 3px solid rgba(255,255,255,0.4);
    text-align: center;
}

/*slider values*/
.sliderValues {
	width:100%;
	display:flex;
	margin-top:10px;
}

.sliderValueLeft {
	font-size: 15px;
    flex: 1 1 auto;
    float: left;
    text-align: left;
    margin-left: 10px;
    color: #ffffff;
}

.sliderValueRight {
	font-size: 15px;
    flex: 1 1 auto;
    text-align: right;
    margin-right: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    color:#ffffff;
}

/*slider values*/


.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    /* border-radius: 8px; */
    background: #ffffff;
    outline: none;
    opacity: 1;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 35px;
  height: 35px;
  border-radius: 50%; 
  margin-top:10px;
  background: #ff4343;
  cursor: pointer;
  border:5px solid #fff;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}
/*slider ends*/

/*log ends */

select#rooms {
    margin: 0 0 0 10px !important;
    min-height: 20px;
    padding: 4px 8px;
    height: fit-content;
    color: black;
    background-color: #fff;
}

.appliances {
    height: 75px;
    width: 75px;
    border-radius: 43px;
    background-color: #fff;
    flex: 0 0 auto;
    margin: 10px;
    transition: all .4s;
    align-items: center;
}

.appliances:hover, .appliances.hasValue {
    background-color: #fffca8;
    transition: all .4s;
}

.tiny {
	font-size: .7em;
	color: #555 !important;
	flex:1;
	text-transform: lowercase
}

.appliances .tinyWhite {
	font-size: .7em;
	color: #ffffff !important;
	padding-top:8px;
	line-height: 1.1em;
	text-transform: lowercase;
	opacity:0;
	letter-spacing: .03em;
	}
	
.appliances:hover .tinyWhite {
	opacity: 1;
	transition: all .3s;
}	

.applianceImg {
	display: inline-block;
	width:95%;
	height:95%;
	
}

.flex-wrap {
	flex-wrap:wrap;
}

.appliances:hover {
    background-color: #fffca8;
    transition: all .4s;
}

 .appliances:active {
    background-color: #fffca8;
    transition: all .4s;
}

p.details {
    font-size: .8em;
    width: 50%;
    text-align: left;
    margin-left: 25%;
    padding-bottom: 40px;
}

.tiny {
    font-size: .7em;
    color: #555555 !important;
    flex: 1;
    text-transform: lowercase;
    letter-spacing: .02em;
    padding: 8px;
}

.full {
	width: 95%;
	margin:0 auto;
}

.col-4 {
	width:33.33% !important
}
.col-6 {
	width:50% !important;
}
.col-8 {
	width: 66.66% !important;
}
	/* Centered texts in each section
	* --------------------------------------- */
	.section{
		text-align:center;
		overflow: hidden;
	}

	#myVideo{
		position: absolute;
		right: 0;
		bottom: 0;
		top:0;
		right:0;
		width: 100%;
		height: 100%;
		background-size: 100% 100%;
 		background-color: black; /* in case the video doesn't fit the whole page*/
   		background-position: center center;
  		background-size: contain;
   		object-fit: cover; /*cover video background */
   		z-index:3;
	}



	/* Layer with position absolute in order to have it over the video
	* --------------------------------------- */
	#section2 .layer,
	#section2a .layer{
		position: absolute;
		z-index: 4;
		width: 100%;
		left: 0;
		top: 22%;

		/*
		* Preventing flicker on some browsers
		* See http://stackoverflow.com/a/36671466/1081396  or issue #183
		*/
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	#section2 .layer h1,
	#section2a .slide .fp-tableCell .layer .form h1 {
		font-size: 4.2em;
	}

	/*solves problem with overflowing video in Mac with Chrome */

a.buttonDaily {
    background: none;
    padding: 5px 20px;
    border: 5px solid #fff;
    color: #fff;
    border-radius: 30px;
    font-size: 1.6em;
    font-family: 'circular', sans-serif;
    /*text-transform: lowercase;*/
    font-weight: 800;
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
    margin-top:40px;
    transition: all .2s;

}

input.form-control {
	display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    font-family: 'circular';
    font-weight: 700;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

a.buttonDaily:hover {
	color:#f8ffca;
	border-color:#f8ffca;
	transition: all .2s;
}

h1,h2,h3,h4,h5 {
	width:50%;
	display:block;
	margin:0 0 0 10%;
	text-align: left;
}

h1.daily {
	font-size: 3em;
    width: 50%;
    display: block;
    margin: 20px auto 0 10%;
}

 h2.dailyXL.teacher {
    margin-left: 25% !important;
    /* display: block; */
    padding-bottom: 30px;
 }

h1.dailySmall {
	font-size: 2.5em;
    width: 50%;
    display: block;
    line-height: 1.2em;
    margin: 20px auto 0 10%;
}

h1.dailyXL {
	font-size:5em;
}

h2.dailyXL {
	font-size:2.5em;
}

div.intro.pledge {
	padding-left: 25%;
}
	
.startButton2 {
    border: 4px solid #fff;
    font-family: 'circular', sans-serif;
    border-radius: 35px;
    text-align: center;
    padding: 5px 0;
    margin: 30px auto 0 auto;
    width: 200px;
}
	
	.startButtonText2 {
    font-weight: 800;
    letter-spacing: .1em;
    font-size: 1.4em;
	}
	
	.signinButtonText {
    font-weight: 800;
    letter-spacing: .1em;
    font-size: 1.2em;
	}

	.startButton {
		width:115px;
		height:115px;
		border-radius:50%;
		background: linear-gradient(-45deg, #fff6b5, #ffef9f, #ccffdd, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	font-family: 'circular', sans-serif;
	font-weight:800;
	display: block;
	margin: 30px auto 0 auto;
	font-size:1.5em;
	color:#000;
	}
	
	.fp-controlArrow.fp-prev {
		display: none !important;
	}
	
	@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
	
	.startButtonText {
		display:block;
		padding-top:40px;
	}
	
	.homeLinks {
		color:#fff;
		font-size: 1.2em;
		padding-top: 40px;
		text-transform: lowercase;
		letter-spacing: .05em;
	}
	
	.homeLinks a {
		font-weight:800;	
		color:#fff;
	}
	
	.copyright {
		display:block;
		position:fixed;
		bottom:12px;right:20px;
		font-size:.9em;
	}
	
	div.radio > label > input {
		max-width:50px;
		display: inline-block;
		text-align: left;
	}
	
	label {
		text-align: left;
	}

	/* Bottom menu
	* --------------------------------------- */
	#infoMenu li a {
		color: #fff;
	}


	/* Hiding video controls
	* See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
	* --------------------------------------- */
	video::-webkit-media-controls {
	  display:none !important;
	}

	/*forms*/
	form input {
		font-size:1.3em;
		font-weight:300;
		color: #fff;
		font-family: 'circular', sans-serif;
		text-align: center;
		width:600px;
		display:block;
		background: none;
		
	}
	
	select {
    display: block;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    color: black;
    font-family: 'circular', sans-serif;
    font-weight: 800;
    border: 3px solid #fff;
    background-color: #fff;
    text-align: right;
    margin-bottom: 4px;
}

select#rooms option {
	font-size: 20px;
	background:transparent !important;
	color:#000000 !important;
}

/*survey starts*/

.surveyBlock {
    width: 100%;
    display: flex;
    margin: 3% auto 0 auto;
}

.surveyBlock.full {
	width: 100%;
}

.surveyQuestion {
	flex: 1 1 auto;
	display: flex;
    align-items: center;
    padding-right:0 !important;
}

.surveyChoices {
	flex: none;
	align-items: center;
	margin-left:2%;
}

.surveyChoices input {
	width:100% !important;
}



.container button {
	margin-bottom:100px !important;
}

.surveyChoices.shortText input {
    display: block;
    width: 50%;
    max-width: 200px;
    padding: 5px 0 3px 0;
    font-size: 18px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.4);
    text-align: center;
    margin: 0 auto 8px 0 !important;
    font-family: 'circular', sans-serif;
    margin: 30px 0 10px 0 !important;
    background: none;
    border: 3px solid #ffffff;
    color: #fff !important;
    height: 40px !important;
}

select {
	width:100%;
	max-width: 200px;
}

.intro {
    margin-top: 50px;
    padding-bottom: 0;
}

.flex {
	display: flex;
}

.max-width {
	max-width:660px;
}

button {
	font-size: 18px;
	/*margin-top:20px;*/
}

.fixedButton {
	position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 75px;
}


h2.question {
	font-size: 2.8em;
    width: 80%;
}

.full {
	width: 100% !important;
}

select {
	overflow: hidden;
}

.control {
	font-family: "circular";
	font-size: 1.5em;
	padding-top:0;
}

@media (max-width:1300px) {
/*.auditLogo {
    width: 82px;
    position: fixed;
    border-top-color: 6px;
    left: 8%;
    z-index: 20000;
    top: 18px;
}

.ecLogo {
    width: 160px;
    position: fixed;
    top: 20px;
    right: 16px !important;
    z-index: 30000;
}*/


.site-header {
    display: inline-block;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background-image:url("../images/background_topbar.gif");
    background-size: cover;
    z-index:99999999;
}




.surveyQuestion {
	width:80%;flex: 1 1 auto;
	display: flex;
    align-items: center;
    padding-right:0 !important;
}

.surveyChoices {
    width: 100%;
    flex: 1 1 auto;
    align-items: center;
    margin-left: 2%;
}

.surveyChoices input {
	width:100% !important;
}

.col-6 {
	width: 100% !important;
}


.container button {
	margin-bottom:100px !important;
}

.surveyChoices.shortText input {
    display: block;
    width: 50%;
    max-width: 200px;
    padding: 5px 0 3px 0;
    font-size: 18px;
    border-bottom: 3px solid rgba(255,255,255,0.4);
    text-align: center;
    margin: 0 auto 8px 0 !important;
    font-family: 'circular', sans-serif;
    margin: 30px 0 10px 0 !important;
}

select {
    display: block;
    margin: 0;
}    


}

@media (max-width:768px) {

/*footer for mobile restored */

.p-0 {
  padding:0;
}

.roomMeta {
  padding: 15px 0 15px 15px;
  /* padding: 20px 0 0 10px; */
  border: 0 !important;
  border-radius: 20px;
  align-self: end;
  margin-top: 15px;
  background-color: #00000033;
}

.heightContainer {
    position: relative;
    margin: 0 auto;
    height: calc(80vh - 180px);
    padding-top:50px;
}

.intro .full .flex {
  flex-direction: column;
}
    .site-header {
    display: inline-block;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #10639b;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    padding-top:0 !important;
    display: block;
}

h2.question {
  margin:0;
}

.col-6 {
	width: 100% !important;
}

.footer a {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 9px !important;
    margin-top: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    height: 27px;
    font-size: .7em !important;
    vertical-align: text-bottom;
    text-transform: lowercase;
}

a.profile {
    width: 50px;
    
}

.result h2 {
    left: 10%;
    padding-left: 0;
    padding-top: 90px;
    margin: 0 auto;
    text-align: center;
}

.chart-example {
	margin-top:-220px !important;
}

button.next {
    position: relative;
    right: 0;
    /* bottom: 0; */
    width: auto !important;
    padding: 5px 25px 8px 25px;
    height: auto !important;
    border-radius: 50px !important;
    margin: 50px 0 100px 0 !important;
    border: 6px solid #ffffff;
    background-color: transparent;
    transition: all .3s;
}

button.next span.save, 
button.next span.and, 
button.next span.continue {
	font-size:24px !important;
	display: inline !important;
	margin-left: 8px !important;
}

/*survey questions */

.surveyBlock {
    width: 100%;
    display: block;
    margin: 3% auto 0 auto;
}

.surveyQuestion {
	width:80%;flex: 1 1 auto;
	display: flex;
    align-items: center;
    padding-right:0 !important;
}

.surveyChoices {
	width:100%;flex: none;
	align-items: center;
	margin-left:2%;
}

.surveyChoices input {
	width:100% !important;
}

.col-6 {
	width: 100% !important;
}


.container button {
	margin-bottom:100px !important;
}

.surveyChoices.shortText input {
    display: block;
    width: 50%;
    max-width: 600px;
    padding: 5px 0 3px 0;
    font-size: 18px;
    border-bottom: 3px solid rgba(255,255,255,0.4);
    text-align: center;
    margin: 0 auto 8px 0 !important;
    font-family: 'circular', sans-serif;
    margin: 30px 0 10px 0 !important;
}

select {
	width:100%;
	max-width: none;
}



/*end survey questions */


/*footer for mobile restored ends */
/*mobile log */

.container {
	display:block;
}

.dateContainer {
	min-width: auto;
}

h2.question {
    font-size: 2.1em;
    margin-top: 50px !important;
}

.m1 {
	margin-left:0;
}

.slidecontainer {
	min-width: 210px;
}


/*mobile log ends */



	h1,h2,h3,h4,h5 {
	width:95% !important;
	display:block;
	margin:0 auto;
}


div.slide.fp-slide.fp-table.daily1 {
	background-size: auto 800px;
    background-position: top;
}

div.slide.fp-slide.fp-table.daily2 {
    background-size: cover !important;
    background-position-y: top;
 }
 


div.slide.fp-slide.fp-table.daily3 {
    /*background-size: auto 800px;*/
}

div.slide.fp-slide.fp-table.daily5 {
    background-size:100%;
	background-repeat: repeat;
	
}
div.slide.fp-slide.fp-table.daily6 {
    background-size: 100%;
}

div.slide.fp-slide.fp-table.daily6 > .fp-tableCell {
    background-color: rgba(0,0,0,.4);
}

div.slide.fp-slide.fp-table.daily7 {
    background-size: auto 800px;
    background-position: top center;
}


h1.dailySmall {
    font-size: 1.75em;
    
     }

h1.dailyXL {
    font-size: 2.7em;
    line-height: 1.2em;
    
}

h1.daily {
    font-size: 1.7em !important;
    margin: 20px;
 }
 
 h1.pumpkins {
	 margin-top:-100px !important;
 }

h2.dailyXL {
	font-size: 2.5em;
    margin-top: -120px !important;
}

h2.pledge {
	margin-left:30% !important;
}

.instaLink {
	font-size: 1.5em !important;
}

.instaLink img {
	width: 35px !important;
}

.intro h2.date {
	width: 60% !important;
}

a.buttonDaily {
    font-size: 1.1em;
    }
    
.gifoftheday {
	display: block;
    width: 100%;
    margin-top: 20px;
}    



}