/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html {
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}

body {
font-family: 'Source sans pro', serif;
    background-color: #4b7faa;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

h1 {
    font-size: 33px;
	font-weight: 700;
	color: #ffffff;
    margin: 0;
    lezzet-spacing:1px;
    line-height: 26px;
}

h2 {
    font-size: 20px;
	line-height: 1.5;
	font-weight: 300;
	color: #ffffff;
	padding-bottom: 20px;
    margin: 0;
}

h3 {
    font-size: 18px;
	font-weight: 700;
	color: #696969;
    padding: 0px;
    padding-bottom: 20px;
    margin: 0;
}

h4 {
    font-size: 13px;
    line-height: 1.5;
	font-weight: 300;
	color: #333333;
    
}

h5 {
    font-size: 14px;
	line-height: 1;
	font-weight: 300;
	color: #7db2db;
    text-align: center;
}

h6 {
    font-size: 14px;
	line-height: 1;
	font-weight: 300;
	color: #636363;
    margin: 0;
}

h7 {
    font-size: 24px;
    font-weight: 500;
	color: black;
    margin: 0 auto;
    
}

h8 {
    font-size: 16px;
	line-height: 1;
	font-weight: 300;
	color: #333333;
}

h9 {
    
    font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
	color: #ffffff;
    margin: 0;
}

h10 {
    font-size: 18px;
	font-weight: 700;
	color: #696969;
    margin: 0;
    line-height: 26px;
}

h11 {
    font-size: 24px;
	font-weight: 700;
	color: #ffffff;
    margin: 0;
    line-height: 26px;
}

#lighttext{
    color: white;
    text-decoration: underline;
}

a {
    color: #4b7faa;
    font-weight: 700;
}

hr {
    border: 0;
    border-bottom: 0px dashed #ffffff;
    background: #7db2db;
    opacity: 0.5;
}

hr.style-four {
    border: 0;
    margin: 0px;
    opacity: 1;
}

.img-responsive{
	margin: 0 auto;
	padding:0;
	-webkit-border-radius: 200px;
-moz-border-radius: 200px;
border-radius: 200px;
}

.mobile-copy{
    margin: 0 auto;
    width: 90%; !important
}


#header-block {
      display: flex;
  align-items: center;
  justify-content: center; /* Optional, to align inner items */

    text-align: center;
    background-color: #7db2db;
    background: -webkit-linear-gradient(#4b7faa, #7db2db); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#4b7faa, #7db2db); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(#4b7faa, #7db2db); /* For Firefox 3.6 to 15 */
 	background: linear-gradient(#4b7faa, #7db2db); /* Standard syntax */

}

#interactive-block {
    display: block;
    text-align: center;
	background-color: #c5dae5;
        background-image: url("../images/wallpaper.jpg");

}

#footer-block {
    display: block;
    text-align: center;
	background-color: #7db2db;
	background: -webkit-linear-gradient(#7db2db, #4b7faa); /* For Safari 5.1 to 6.0 */
 	background: -o-linear-gradient(#7db2db, #4b7faa); /* For Opera 11.1 to 12.0 */
 	background: -moz-linear-gradient(#7db2db, #4b7faa); /* For Firefox 3.6 to 15 */
 	background: linear-gradient(#7db2db, #4b7faa); /* Standard syntax */
}

.page-section{
    width: 100%;
    height: 100vh;
    position: relative;
}

.headline {
}

.footerpage {
    padding: 50px 0;
}

.share-media{
    background-color: white;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 30px;
    min-height: 240px;
}

.add-shadow{
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.social-button {
    opacity: 0.8;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.embed-link {
    width: 80%;
    display: block;
    margin: 0 auto;
    padding-left: 20px;
    font-family: 'Merriweather', serif;
    font-size: 16px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    height: 30px;
}

.social-button:hover {
    opacity: 1;
}

.scenes {
    position:absolute;
    width:1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 0;
    overflow: hidden;
}

#interactive-header{
    position: absolute;
    top: 120px;
    left: 30px;
    height: auto;
    width: 400px;
    
    margin-left: auto;
    margin-right: auto;
    
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 1);
    z-index: 10;
    -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.3);
    
    display: none;
}

#cross{
    position: absolute;
    right: 15px;
    top: 15px;
    height: 14px;
    width: 14px;
    background-image: url('../images/cross.jpg');
    background-repeat: no-repeat;
    background-position: center; 
    opacity: 0.5;
    cursor: pointer;
    border:0 none;
    outline:none;
}

#cross:hover{
    opacity: 1;
}

#interactive-menu{
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 100%;
    background-color:transparent;
    z-index: 10;
}

.menu-button{
    width: 10%;
    height: 90px;
    background-color: #ffffff;
    padding-top: 15px;
    cursor: pointer;
    transition: background-color 200ms linear;
    border:0 none;
    outline:none;
}

#button1{
    border-bottom: thick solid #9bcd6e;
    float:left;
    background-image: url('../images/Icons/flower.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button1:hover {
    background-color: #9bcd6e;
}


#button2{
    border-bottom: thick solid #66c8cb;
    float:left;
        background-image: url('../images/Icons/scents.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button2:hover{
    background-color: #66c8cb;
}

#button3{
    border-bottom: thick solid #e13465;
    float:left;
        background-image: url('../images/Icons/window.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button3:hover{
    background-color: #e13465;
}

#button4{
    border-bottom: thick solid #737898;
    float:left;
        background-image: url('../images/Icons/electronics.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button4:hover{
    background-color: #737898;
}

#button5{
    border-bottom: thick solid #e78657;
    float:left;
        background-image: url('../images/Icons/light.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button5:hover{
    background-color: #e78657;
}

#button6{
    border-bottom: thick solid #ee8ff1;
    float:left;
        background-image: url('../images/Icons/brush.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button6:hover{
    background-color: #ee8ff1;
}

#button7{
    border-bottom: thick solid #f13e53;
    float:left;
        background-image: url('../images/Icons/bed.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button7:hover{
    background-color: #f13e53;
}

#button8{
    border-bottom: thick solid #7670e5;
    float:left;
        background-image: url('../images/Icons/scents.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button8:hover{
    background-color: #7670e5;
}

#button9{
    border-bottom: thick solid #e6c93f;
    float:left;
        background-image: url('../images/Icons/electronics.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button9:hover{
    background-color: #e6c93f;
}

#button10{
    border-bottom: thick solid #6bdab7;
    float:left;
        background-image: url('../images/Icons/clutter.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#button10:hover{
    background-color: #6bdab7;
}

#blog-logo{
    height: 80px;
    width: 360px;
    display: block;
    background-color: lightgray;
    background-image: url(one-page-wonder.css);
    background-size: 360px 80px;
}

.border-right{
        border-right: 1px solid #d6d6d6;
}

#header-text{
    margin: 0;
    width: 97%;
    padding: 20px 20px 10px 20px;
    text-align: left;
}

#share-button{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: auto;
    padding: 7px 0px 7px 0px;
    text-align: center;
    background-color: #ffffff;
    color: #4b7faa;
    margin-bottom: 0;
    font-weight: 700;
    outline: none; 
    border: none;
    z-index: 50;
    opacity: 0.5;
    transition: opacity 200ms linear;
}

#share-button:hover{
opacity: 1;
}

#share-button:focus {outline:0;}

#next-button{
    width: 100%;
    height: auto;
    padding: 7px 0px 7px 0px;
    text-align: center;
    background-color: #58b6ff;
    color: white;
    margin-bottom: 10px;
    font-weight: 700;
    border-radius: 5px;
    outline: none; 
    border: none;
    transition: background-color 200ms linear;
}

#next-button:hover{
    background-color: #3994db;
}

#instructions{
position:absolute;
left: 0px;
right: 0px;
    top: 100px;
z-index: 10;
}


#painting{
position:absolute;
left: 570px;
bottom: 370px;
z-index: 2;
}

#bed{
position:absolute;
left: 510px;
bottom: 50px;
z-index: 2;
}

#lamp{
position:absolute;
left: 375px;
bottom: 192px;
z-index: 4;
}

#table{
position:absolute;
left: 300px;
bottom: 50px;
z-index: 3;
}

#roller-blind{
position:absolute;
left: 117px;
bottom: 452px;
z-index: 5;
}

#window-frame{
position:absolute;
left: 100px;
bottom: 300px;
z-index: 3;
}

#window-bg{
position:absolute;
left: 133px;
bottom: 328px;
z-index: 2;
}

#window-bg2{
position:absolute;
left: 133px;
bottom: 328px;
z-index: 1;
}

#computer{
position:absolute;
opacity: 0;
right: -500px;
bottom: 50px;
z-index: 3;
}

#plants{
position:absolute;
opacity: 0;
right: -500px;
bottom: 50px;
z-index: 3;
}

#airfreshener{
position:absolute;
opacity: 0;
right: -500px;
bottom: 130px;
z-index: 3;
}

#candles{
position:absolute;
opacity: 0;
right: -500px;
bottom: 50px;
z-index: 9;
}

#chair{
position:absolute;
opacity: 0;
left: -450px;
bottom: 20px;
z-index: 4;
}

#colourchange{
position:absolute;
opacity: 0;
left:150px;
bottom: 50px;
z-index: 3;
}

#furnature{
position:absolute;
opacity: 0;
left: -500px;
bottom: 50px;
z-index: 3;
}
    
#light{
position:absolute;
bottom: 180px;
left: 540px;
z-index: 9;
opacity: 0;
}

    
#clutter1{
position:absolute;
opacity: 0;
right: -500px;
bottom: 50px;
z-index: 3;
}

    
#clutter2{
position:absolute;
opacity: 0;
bottom: 50px;
left: -200px;
z-index: 3;
}

    
#clutter3{
position:absolute;
opacity: 0;
bottom: 20px;
right: -500px;
z-index: 3;
}

#color-overlay{
position:absolute;
width: 100%;
height: 100%;
top:0;
z-index: 8;
background-color: #435ba7;
opacity: 0;
    
-moz-user-select: none; 
-khtml-user-select: none; 
-webkit-user-select: none; 
-o-user-select: none; 
-webkit-touch-callout: none;
}

.floor{
position:absolute;
bottom: 0px;
width:100%;
height: 200px;
z-index: 1;
background-color:#60717b;
}

.col-md-12 {
padding: 0px;
text-align: center;
}

#top-skirting{
position:relative;
top:0px;
height: 15px;
background-color: #e3f1f5;
}

#bottom-skirting{
position:relative;
top:0px;
height: 50px;
background-color: #d1e1e5;
}

ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline-block;
}

ul.share-buttons img{
  width: 32px;
}


.start-button {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  color: #4b7faa;
  background: #ffffff;
  padding: 20px 60px 20px 60px;
  text-decoration: none;
  opacity: 0.8;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}
.start-button span {
  color: #7da87b;
}
.start-button:hover span {
  color: white;
  font-size:100%;
  transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
}

.start-button:hover {
  background: #9bc999;
   color: #4b7faa;
  text-decoration: none;
  opacity: 1;
  cursor: pointer;
}

.center-item{
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
}

@media(min-width:991px) {
	.mobile-only{
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }	
	
	.desktop-only{
		display: block;
	}
    
    .page-section{
        height: 100vh;
    }
}

@media(max-width:1200px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }
}

@media screen and (max-width:991px) {
    h1 {
        font-size: 20px;
        padding-top: 50px;
    }

    h2 {
        font-size: 16px;
    }
    
    .page-section{
        height: auto;
    }
    
    .start-button{
        display:none;
    }
    
    .desktop-only{
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
    
	.mobile-only{
		display: block;
	}
    
    .social-button{
        float:left;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }
}

@media(max-width:668px) {
    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 25px 0 20px 0;
    }

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 20px;
    }
}

@media(max-width:375px) {

}
/* Localized */