/* You can change this file 
---------------------------
Please use the IDs provided as much as possible
This css file is for everything related to the html,body and #header section
*/

@media only screen and (min-width: 1000px) { 

/* width {width: 100%;} */

html, body {width: 100%;}
#page {width: 96%; }
#main #page {max-width: 1200px;}
#header {width: 100%;}
#main {width: 100%;}
#footer {width: 100%;}

/* height {height: auto;} */

html, body {height: auto;}
#page {height: auto;}
#header {height: auto;}
#main {height: auto;}
#footer {height: auto;}

/* border {border: 1px solid white;} */

/* */html, body ,
#page ,
#header ,
#main, 
#footer, *, #topnav #halfblock {border: 0px solid black;} 

/* padding {padding: 0 0 0 0;} */

html, body {padding: 0 0 0 0;}
#page {padding: 0 0 0 0;}
#header {padding: 0 0 0 0;}
#main {padding: 0 0 0 0;}
#footer {padding: 0 0 0 0;}

/* margins {margin: 0 auto 0 auto;} */

html, body {margin: 0 auto 0 auto;}
#page {margin: 0 auto 0 auto;}
#header {margin: 0 auto 0 auto;}
#main {margin: 0 auto 0 auto;}
#footer {margin: 0 auto 0 auto;}

/* detail */

html, body {
    margin: 0;
    padding: 0;
    border: 0px solid white;
    vertical-align: top;
}
	

#mobilemessage {
display: none !important;
}

.background {
display: block;
width: 100%;
height: auto;
position: fixed;
}
	
#sociallinks {
	display:none;
}

#topnav {
    width: 100%;
    margin: 0;
    padding-top:1%;
    height: auto;
}

#topnav button {
	border-radius:12px;
	padding:12px 35px;
	margin:0 2%;
	font-size:1vw;
}

#topnav #page #halfblock #sociallinks, #topnav #page #halfblock #quarterblock:nth-of-type(2){
	margin: 0 1vw;
}

#topnav #page #halfblock #quarterblock {
	vertical-align:middle;
}

#topnav #page #halfblock #quarterblock:nth-of-type(2) {
	text-align:center;
}

#topnav #page #halfblock #quarterblock:nth-of-type(3){
  text-align:left;
  vertical-align:middle;
  width:48%;
}

#topnav #page #halfblock #halfblock:nth-of-type(1) {
	text-align:center;
}


#topnav #page #halfblock #quarterblock:nth-of-type(3) li {
	padding:1% 0;
	font-size:1vw;
}

#topnav #page #halfblock:nth-of-type(2) {
    text-align: right;
}

#header #halfblock {
    vertical-align: middle;
}

#logo {
    width: 12.5%;
    border: inherit;
    margin: 0% 0;
    vertical-align: bottom;
	text-align:center;
}

#logo a {
width: 100%;
height: 100%;
margin: 5% 0;
}

#logo a img {
width: 80%;
height: auto;
}

.phoneicon {
width: 10%;
}

#sidewrapper {
    width: 69.5%;
    border: inherit;
    padding: 5px 0;
    text-align: right;
    vertical-align: middle;
}

#sociallinks {
width: 24.5%;
height: auto;
border: inherit;
padding: 5px 0;
vertical-align:middle;
}

#sociallinks li {
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
padding: 1%; 
font-size:1vw;   
}

#navwrapper {
	width:85.5%;
	margin-bottom:2%;
}

#nav {
    width: 99%;
    border: inherit;
    padding: 5px 0;
    text-align:right;
}


#nav li {
display: moz-inline-block;
display: inline;
*display: inline;
list-style-type: none;
zoom: 1;
width: auto;
height: auto;
padding:15px 1vw;
/*padding: 10px 15px;*/
width:auto;
font-weight:bold;
text-align:center;
}

#nav li:before{
	content:"";
	padding:0.5%;
	background-image: url(assets/green-leaf-icon.png);
	display:inline-block;
	background-repeat: no-repeat;
	background-size:100%;
	width:1.2vw;
	height:1.2vw;
	/*width:35px;
	height:30px;*/
	vertical-align:middle;
	
}
/* 5 nav items */ 
#nav li:nth-of-type(1):before{
	filter:brightness(60%);
}

#nav li:nth-of-type(2):before{
	filter:brightness(80%);
}

#nav li:nth-of-type(3):before{
	background-image:url(assets/brown-leaf-icon.png);
}

#nav li:nth-of-type(5):before {
	filter:opacity(0.8);
	background-image:url(assets/brown-leaf-icon.png);
}

/* if more than 5 nav items */

#nav li:nth-of-type(6):before{
	filter:brightness(60%);
}

#nav li:nth-of-type(7):before{
	filter:brightness(80%);
}

#nav li:nth-of-type(8):before{
	background-image:url(assets/brown-leaf-icon.png);
}

#nav li:nth-of-type(10):before {
	filter:opacity(0.8);
	background-image:url(assets/brown-leaf-icon.png);
}

#nav li a {
    width: auto;
    height: auto;
    padding: 5px 10px;
    font-size:1vw;
    text-align: right;
}

#mobilenav {
display:none;
visibility: hidden;
}
    
#div {
height: 150px;
width: 92%;
margin-left: auto;
margin-right: auto;
border: inherit;
vertical-align: top;
text-align: left;
padding: 2%; }

.inline	{
display: moz-inline-block;
display: inline-block;
*display: inline;
list-style-type: none;
zoom: 1;
}
    
a img, img a {
    border: none;
} 

img {
max-width: 100%;
height: auto;
}

.sub-menu{
	display:none;
	}
}