/* Do not change this sheet. This is for demo purposes later in the development stages

*/
@media only screen and (max-width: 818px) {

/* general settings */

	h1,h2,h3,h4 {
		font-size: 24px !important;
	}
	
	li, strong, ul, ol, blockquote, a {
		font-size: inherit !important;
	}	
	
	p {
		font-size: 18px !important;
		line-height: 26px;
	}	
	

html, body {	
height:  auto;
vertical-align: top;
margin:  0 !important;
border:  0px solid black;
font-size:  18px;
text-align: center;
}

html {
width:  100%;
padding:  0;
}

body {
width: 100%;
}

div {
width: 100%;
	margin-left:auto;
	margin-right:auto;
vertical-align: middle;
/*position: relative;*/
/* z-index: 10; */
}


img {
height: auto;
margin-left: auto;
margin-right: auto;
max-width: 100% !important;
padding-left:0% !important;
padding-right:0% !important;
} 


#nav, .notmobile {
display: none !important;
}

.inline {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}

#header, button, .wp-block-button {
width:  100%;
display: block;
position: relative;
}

.floatingheader{
	position:fixed !important;
	top:0;
	z-index:100;
	}
	
	
/* background settings * /

.background {
display: block;
width: auto;
min-width: 100% !important;
max-width: 300% !important;
position: fixed;
left: -50%;
margin-right: 50%;
z-index: 1;
}

/* header settings */


#logo {
    width: 70%;
    border: inherit;
    margin:  0 auto 0 auto;
padding: 10% 0;
background: transparent !important;
}

#logo img {
    width: 90%;
    height: auto;
}

#navwrapper {
		display:none;
}

/* mobile navigation */

#mobilenav {
    height: 40px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 5px 0 4% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;
}


#mobilenav button {
    z-index: 10; 
}

#menu-selector { /* button changes */
text-align: right;
width: 100% !important;
border-radius: 0;

/* standard */
height: 50px;
background: transparent;
position: relative;
padding: 1%;
margin-bottom: 20px;
display: block;

}

#menu-selector img {
    height: 30px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
color: gray;
font-size: 1.5em;
padding: 0.5% 2%;

/* standard */
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: middle;
}


#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li,#mobilenav li {
background: inherit;
text-align: center;

display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 1% 0;
display: block;
}

#mobilenav ul li a, #mobilenav li a {
color:  inherit;
width: auto;
height: auto;
padding: 10px 20px;
font-size: 2em;
text-decoration: none;
}

#drop li a, .children li a  {
background: gray !important;
display: block;
margin: 0;
text-align: center !important;
font-size: 1.5em !important;
}

/* gallery settings */ 


/* main and footer settings */

 button, .wp-block-button {
    margin-bottom: 5% !important;
	width:60% !important;
	margin:auto;
	 margin-bottom:5%;
	border:none;
	font-size:1em;
}

#page{
	padding:1%;
	width:98%;
}
	
#gallery, #long-gallery{
    width: 100%;
    height: 50vh;
    position: relative;
	display:block;
    overflow: hidden;
    border: none;
	margin-top:40%;
}  

#gallery img, #long-gallery img{
	height:25vh;
	width:100%;
	object-fit:cover;
}

#short-gallery {
	width:100%;
	height:20vh;
	position:relative;
	display:block;
	overflow:hidden;
	margin-top:45%;
}

#short-gallery img {
	object-fit: cover;
	height:20vh;
	width:100%;
}

#gallery #twothirdsblock, #long-gallery #twothirdsblock{
	position: absolute;
    bottom: 8%;
    text-align: center;
	left: 0%;
}

#gallery #twothirdsblock span, #long-gallery #twothirdsblock span{
	font-size:4vw;
}

#gallery hr, #long-gallery hr{
	width:40%;
}

#gallery #twothirdsblock span, #gallery #twothirdsblock i, #long-gallery #twothirdsblock span, #long-gallery #twothirdsblock i{
	font-size:2em;
}

#gallery #thirdblock, #long-gallery #thirdblock{
	position:absolute;
	top: 5%;
    right: 5%;
}

#gallery #thirdblock i, #long-gallery #thirdblock i{
    padding:2%;	
}


#gallery #thirdblock #inset, #long-gallery #thirdblock #inset{
	text-align:left;
	width: 90%;
    padding: 0 5%;
}

#gallery #quarterblock, #long-gallery #quarterblock{
	font-size:0.7vw;
	position: absolute;
    top: -3%;
    left: 5%;
    padding: 2%;
	text-align:center;
}

#gallery #twothirdsblock i, #long-gallery #twothirdsblock i{
	width: 1em;
    height: 1em;
}

#gallery #halfblock, #long-gallery #halfblock, #short-gallery #halfblock{
	position:relative;
	}
	
	.icons i{
	font-size:2.5em;
	}
	
	#gallery #featured img, #long-gallery #featured img {
    height: 25vh;
     width: 100%;
    position: relative; 
}

	#short-gallery #featured img {
		width:100%;
		position:relative;
		height:10vh;
	}
	

.wp-block-spacer{
	height:30px !important;
	}

.wp-block-image {
    margin-left: 0 !important;
	margin-right: 0 !important;
}
	
	ul{
	text-align:left;
	}
	
	.bathroom, .kitchen{
	overflow:hidden;
	}
	
/* footer */
	
#footer {
	border-top: 5px solid var(--dark-blue);
	}
	
	#footer div {
		border:none;
	}
	
	#footer #thirdblock:nth-of-type(1){
		margin-top: 4%;
	}
	
	#footer #thirdblock img {
	width:60%;
}
}

/* ------------------- tablet version ---------------------------------- */

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 818px) and (max-width: 1000px) {

html, body {
 margin: 0 !important;
 padding: 0 !important;
}	

#nav{
	display:none;
}

.floatingheader{
	position:fixed;
	top:0;
	z-index:100;
	}
	
#header {
	width:100%;
}
	
#main #page {
    width: 90%;
	padding:0 5%;
	margin:auto;
}

.inline{
	display:inline-block;
}

img{
	width:100%;
}

#imagearray img{
	width:auto;
}

#bulletpoints, #footer li{
	list-style:none;
}

button, .wp-block-button{
	border:none;
	font-size:1em;
}

#sidewrapper{
	width:100%;
}

#logo {
    width: 100%;
    border: inherit;
    margin:  0 auto 0 auto;
padding: 5% 0;
text-align: center;
background: transparent !important;
}

#logo img {
    width: 50%;
    height: auto;
}

/* mobile navigation */

#mobilenav {
    height: 40px;
    overflow:  hidden;
    width: 100%;
    border: inherit;
    padding: 5px 0 4% 0;
    vertical-align: bottom;
    text-align: center;
list-style:none;
}

#mobilenav button {
    z-index: 10; 
}

#menu-selector { /* button changes */
text-align: right;
width: 100% !important;
border-radius: 0;

/* standard */
height: 50px;
background: transparent;
position: relative;
padding: 1%;
margin-bottom: 20px;
display: block;
}

#menu-selector img {
    height: 30px;
    width: auto;
    display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
margin: 0 1% 20px 0;
vertical-align: top;
}

#menu-selector span {
color: gray;
font-size: 1.5em;
padding: 0.5% 2%;

/* standard */
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
vertical-align: middle;
}


#mobilenav ul {
margin: 0;
padding: 0;
}

#mobilenav ul li,#mobilenav li {
background: inherit;
text-align: center;

display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding: 1% 0;
display: block;
}

#mobilenav ul li a, #mobilenav li a {
color:  inherit;
width: auto;
height: auto;
padding: 10px 20px;
font-size: 2em;
text-decoration: none;
}

#makesquare img {
    height: 15vh;
}

#gallery, #long-gallery{
	margin-top: 20%!important;
}

#short-gallery {
	margin-top:30%;
	position: relative;
}

#gallery #thirdblock, #long-gallery #thirdblock{
	width:80%;
}

#gallery #quarterblock, #long-gallery #quarterblock {
	font-size:1.5vw;
}

/* footer */

#footer {
	border-top: 5px solid var(--dark-blue);
	}
	
	#footer div {
		border:none;
	}
	
	#footer #thirdblock img {
		width:60%;
	}

	} /* end media mobile screen */

@media only screen and (min-width: 700px) and (max-width: 800px) {
#mobilenav{
    padding: 5px 0 2% 0;
}

#gallery, #long-gallery, #short-gallery {
	margin-top: 29%;
}

}

@media only screen and (min-width: 821px) and (max-width: 1024px){ 
	
	#logo {
		padding: 2% 0;
	}
	
	#logo a img {
		width: 40%;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1180px){
	
	#gallery, #long-gallery {
		margin:0!important;
	}
	
	#logo {
		margin: 2vw 0;
		vertical-align:middle;
	}
	
	#logo a img {
		width:70%!important;
	}
	
	#nav li {
		padding: .6vw;
	}
	#nav li a {
		font-size: 1.4vw!important;
		padding:1vw .6vw;
	}
	
	#footer {
	border-top: 5px solid var(--dark-blue);
	}
	
	#footer #thirdblock img {
		width:50%!important;
	}
}