


body {
  font-size: 100%;
  width: 100%;
  margin: 0px;
  font-size: 100%;
  background-image: url("257.jpg"); 
  font-family: "Open Sans",sans-serif;     
  font-weight:400;  
}

.flexheader {
    width:80%;
	margin:0 auto;
	display: -webkit-box-;
    display: -webkit-flex;
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
      -ms-flex-wrap: no wrap;
  -webkit-flex-wrap: no wrap;
          flex-wrap: no wrap;
  -webkit-box-align:center;
	 -ms-flex-align:center;
-webkit-align-items:center;
	    align-items:center;
}

#head1 {
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;	
}

h1 {
	margin:10px;
	font-family: 'Russo One',Impact,sans-serif;
	font-size: 36px;
	font-weight: 500;
	color:white;
    line-height: 1.1;
}

h4 { 
    margin:5px;
	text-align:center;
	font-family: sans-serif;
	color:white;
	line-height: 20px;
	font-size: 16px;
}

#delivery{
	margin:0px;
	text-align:center;
	color:white;
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:700;
}

#truck{
	display:inline-block;
}

#head2{
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;
}

#center{
	margin:0px;
	text-align:center;
}

#logo{
	width:30%;
}

#head3{
	width:33.33%;
 -webkit-box-flex:1;
	     -ms-flex:1;
	 -webkit-flex:1;
	         flex:1;
}

#creditcard{
	width:150px;
}

h3{
	text-align:center;
	font-family: Georgia, Arial, sans-serif;
	color:rgb(45, 44, 42);
	font-size:14px;
}

.navbar{
	margin:0 auto;
	width:80%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #001C0D;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #402021;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
    background-color: black;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #402021;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
	border:2px solid white;	
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {color: white;}

.dropdown:hover .dropdown-content {
    display: block;
}

.sticky {
  position: fixed;
  top: 0;
  right:160px;
  width: 80%;
}

.navbar-mobile{
	display:none;
}

.flexbox-1{
	width:80%;
	margin:0 auto;
	background-color:rgb(45, 44, 42);	
	display: -webkit-box;
    display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
     -ms-flex-wrap: no wrap;
 -webkit-flex-wrap: no wrap;
         flex-wrap: no wrap;
}

h3{
	text-align:center;
	font-family: Georgia, Arial, sans-serif;
	color:white;
	font-size:14px;
}

.title{
	margin:0 auto;
	width:80%;
	background-color:rgb(45, 44, 42);    	
	padding-top:30px;
	padding-bottom:30px;
}

h2{ 
	margin:0 auto;
	width:80%;
	text-align:center;
	text-decoration:;
	background-color:rgb(45, 44, 42); 
	font-family: "Open Sans",sans-serif;     
	color:white;
	font-size: 24px;
	font-weight: 500;
    line-height: 28px;
}

#click{
	color:white;
}

#center{
	text-align:center;
}

.imagecontainer{
	width:80%;
	margin:0 auto;
	background-color:rgb(45, 44, 42);
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: no wrap;
        -webkit-flex-wrap: no wrap;
            flex-wrap: no wrap;
}

#flex-1{
	flex:1;
}

#image-1{
	width:90%;
	max-width:700px;
	height:auto;
}

#image-2{
	width:90%;
	max-width:700px;
	height:auto;
}


h3{
	margin:5px;
	color:white;
	text-align:center;
}

form.clickforroomscene{
	padding-top:0px;
	padding-bottom:20px;
}

.roomscene{
	border-radius: 50%;	
	padding: 10px 16px;	
	background-color: #612622;
	color: white;
	font-size: 14px;
	white-space:normal;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.roomscene:hover {
    background-color: white;
    color: #612622; 
}

.roomscene:active {
	background-color:white;
	box-shadow:0 5px #666;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

#mobile{
	padding-bottom:15px;
}

.table{
	flex:1;
}

table{
	padding-top:20px;	
	margin:0 auto;
	color:white;
	font-size:15px;
}

th{
	text-decoration:underline;
}

form{
	padding-top:20px;
	padding-bottom:20px;
}

#samples {
	background-color: #001C0D;
	color: white;
	width: 267px;
	height: 65px;
	font-size: 17.6px;
	white-space:normal;
	cursor: pointer;
	-webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#samples:active {
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}

#samples:hover {
    background-color: white;
    color: green; 
}

#carbcompliant{
	padding-top:10px;
	text-align:center;
	font-family: Impact,sans-serif;
	font-weight: 900;
	text-shadow: 4px 4px 4px #aaa;
    line-height: 1.1;
	color:#001C0D;
	padding-bottom:20px;
}

#secondparagraph{
	width:80%;
	margin:0 auto;
	text-align:center;
	text-align:justify;
	color:white;
	line-height:24px;
	font-family:sans-serif;
}

.flexfooter{
	width:80%;
	margin:0 auto;
	height:30px;
	background-color:#001C0D;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: no wrap;
        -webkit-flex-wrap: no wrap;
            flex-wrap: no wrap;
}

#footer{
	margin:0 auto;
	padding:3px;
	color: White;	
}

@media only screen 
and (min-width : 320px) 
and (max-width : 750px)
{
	
body{
	background-image:none;	
	background-color:rgb(45, 44, 42);
}	
	
.flexheader {
	width:100%;
    background-image: url("waterproof-laminate-rosslyn-overhead-image-vertical.jpg"); 
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}	

#head1{width:100%;}	

h1{
	text-align:center;
	margin:10px;
	font-size: 28px;
}

h4{
	margin:5px;
	font-size:14px;
}

#head2{width:100%;}	

#head3{width:100%;}

h2{
	font-size:18px;
	font-weight:700;
}

.navbar {
    display:none;
}

li{
	width:100%;
}

li a{
	text-align: center;
    display: block;
    margin: 0 auto;
	border:solid 1px white;				
}

.dropbtn{
	text-align: center;
    display: block;
    margin: 0 auto;
}

li a div a{
	text-align: center;
    display: block;
    margin: 0 auto;
}

.navbar-mobile{
	display:block;
}

* { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
-o-box-sizing: border-box; 
box-sizing: border-box; 
/* adds animation for all transitions */ 
-webkit-transition: .25s ease-in-out; 
-moz-transition: .25s ease-in-out; 
-o-transition: .25s ease-in-out; 
transition: .25s ease-in-out; 
margin: 0; 
padding: 0; 
-webkit-text-size-adjust: none; 
} 

/* gets the actual input out of the way; 
we're going to style the label instead */ 

#drawer-toggle { 
position: absolute; 
opacity: 0; 
}

#drawer-toggle-label { 
-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
left: 0px; 
height:50px; 
width: 50px; 
display: block; 
position: fixed; 
background: rgba(255,255,255,.0);
z-index: 1; 
} 

/* adds our "hamburger" menu icon */ 

#drawer-toggle-label:before { 
content: ''; 
display: block; 
position: absolute; 
height: 2px; 
width: 24px; 
background: white; 
left: 13px; 
top: 18px; 
box-shadow: 0 6px 0 white, 0 12px 0 white; 
} 

header { 
width: 100%; 
position: ; 
left: 0px; 
background: #001C0D;
color:white;
padding: 10px 10px 10px 50px; 
font-size: 17px; 
line-height: 30px; 
z-index: 0; 
}

/* drawer menu pane - note the 0px width */ 

#drawer { 
position: fixed; 
top: 0; 
left:-300px; 
height: 100%; 
width: 300px; 
background: #2f2f2f; 
overflow-x: hidden; 
overflow-y: scroll; 
padding: 20px; 
-webkit-overflow-scrolling: touch; 
} 

/* actual page content pane */ 

#page-content { 
margin-left: 0px; 
margin-top: 0px; 
width: 100%; 
height: calc(100% - 50px); 
overflow-x:hidden; 
overflow-y:scroll; 
-webkit-overflow-scrolling: touch; 
padding-top: 10px; 
padding-bottom:10px;
}

/* checked styles (menu open state) */ 

#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: calc(100% - 300px); 
background: rgba(255,255,255,.8); 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: 300px; 
} 

#drawer-toggle:checked ~ #drawer { 
left: 0px; 
z-index:1;
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: 300px; 
}

/* Menu item styles */ 

#drawer ul { 
list-style-type:none; 
} 

#drawer ul a { 
display:block; 
padding:10px; 
color:white; 
text-decoration:none; 
} 

#drawer ul a:hover { 
background-color:white; 
color:#402021;
} 

/* Responsive MQ */ 

@media all and (max-width:350px) { 

#drawer-toggle:checked ~ #drawer-toggle-label { 
height: 100%; 
width: 50px; 
} 

#drawer-toggle:checked ~ #drawer-toggle-label, 
#drawer-toggle:checked ~ header { 
left: calc(100% - 50px); 
} 

#drawer-toggle:checked ~ #drawer { 
width: calc(100% - 50px); 
padding: 20px; 
} 

#drawer-toggle:checked ~ #page-content { 
margin-left: calc(100% - 50px); 
} 

}
	
.flexbox-1{
	width:100%;
	background-color:rgb(45, 44, 42);
	 display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
	padding-bottom:20px;
}

#picture1{
	width:100%;
}

#picture2{
	padding-top:10px;
	width:100%;
}

.title{
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
}			

.imagecontainer{
	width:100%;
	background-color:rgb(45, 44, 42);
	 display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}

#secondparagraph{
	width:90%;
}

.flexfooter{
	width:100%;
	font-size:12px;
}

#footer{
	padding:5px;
}

}

@media only screen 
and (min-width : 751px) 
and (max-width : 855px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:24px;
}

h4{
	font-size:14px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:9px;
}

li a{
	padding:14px 5px;
}

a.dropbtn{
	padding:14px 5px;
}

.sticky {
  right:19px;
}

.flexbox-1{
	width:95%;
}

#picture1{
	width:100%;
}

#picture2{
	width:100%;
}

.title{
	width:95%;
}			

.imagecontainer{
	width:95%;
}

#image-1{
	width:150px;
	height:150px;
}

.flexfooter{
	width:95%;
}

@media only screen 
and (min-width : 780px) 
and (max-width : 855px) {

li{
	font-size:10px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}	
	
.sticky {
  right:22px;
}	
}
}

@media only screen 
and (min-width : 856px) 
and (max-width : 1000px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:26px;
}

h4{
	width:14px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:12px;
}

li a{
	padding:14px 5px;
}

a.dropbtn{
	padding:14px 5px;
}

.sticky {
  right:24px;
}

.flexbox-1{
	width:95%;
}

#picture1{
	width:100%;
}

#picture2{
	width:100%;
}

.title{
	width:95%;
}			

.imagecontainer{
	width:95%;
}

#image-1{
	width:200px;
	height:200px;
}

.flexfooter{
	width:95%;
}
}

@media only screen 
and (min-width : 1001px) 
and (max-width : 1100px){

.flexheader{
	width:98%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:28px;
}

h4{
	font-size:14px;
}

h2{
	font-size:16px;
}

.navbar{
	width:98%;
}

li{
	font-size:12px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}

.sticky {
  right:25px;
}

.flexbox-1{
	width:98%;
}

#picture1{
	width:100%;
}

#picture2{
	width:100%;
}

.title{
	width:98%;
}			

.imagecontainer{
	width:98%;
}

#image-1{
	width:250px;
	height:250px;
}

.flexfooter{
	width:98%;
}
}

@media only screen 
and (min-width : 1101px) 
and (max-width : 1200px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:30px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:10px;
}

li a{
	padding:14px 6px;
}

a.dropbtn{
	padding:14px 6px;
}

.sticky {
  right:57px;
}

.flexbox-1{
	width:96%;
}

.title{
	width:95%;
}			

.imagecontainer{
	width:95%;
}

#image-1{
	width:250px;
	height:250px;
}

.flexfooter{
	width:95%;
}
}

@media only screen 
and (min-width : 1201px) 
and (max-width : 1300px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:15px;
}

li a{
	padding:14px 7px;
}

a.dropbtn{
	padding:14px 7px;
}

.sticky {
  right:64px;
}

.flexbox-1{
	width:95%;
}

.title{
	width:95%;
}			

.imagecontainer{
	width:95%;
}

#image-1{
	width:300px;
	height:300px;
}

.flexfooter{
	width:95%;
}

}

@media only screen 
and (min-width : 1301px) 
and (max-width : 1400px){

.flexheader{
	width:95%;
}

h1{
	margin-left:0px;
	margin-right:0px;
	font-size:35px;
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:15px;
}

li a{
	padding:14px 8px;
}

a.dropbtn{
	padding:14px 8px;
}

.sticky {
  right:69px;
}

.flexbox-1{
	width:95%;
}

.title{
	width:95%;
}			

.imagecontainer{
	width:95%;
}

#image-1{
	width:300px;
	height:300px;
}

.flexfooter{
	width:95%;
}

}

@media only screen 
and (min-width : 1401px) 
and (max-width : 1500px){

.flexheader{
	width:90%;
}
	
h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 8px;
}

a.dropbtn{
	padding:14px 8px;
}

.sticky {
  right:72px;
}

.flexbox-1{
	width:90%;
}

.title{
	width:90%;
}

.imagecontainer{
	width:90%;
}	


.flexfooter{
	width:90%;
}
		
}

@media only screen 
and (min-width : 1501px) 
and (max-width : 1550px){

.flexheader{
	width:90%;
}
	
h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 8px;
}

a.dropbtn{
	padding:14px 8px;
}

.sticky {
  right:78px;
}

.flexbox-1{
	width:90%;
}

.title{
	width:90%;
}

.imagecontainer{
	width:90%;
}	


.flexfooter{
	width:90%;
}
		
}


@media only screen 
and (min-width : 1551px) 
and (max-width : 1649px){

.flexheader{
	width:90%;
}
	
h1{
	margin-left:0px;
	margin-right:0px;
	font-size:34px;
}

.navbar{
	width:90%;
}

li{
	font-size:16px;
}

li a{
	padding:14px 8px;
}

a.dropbtn{
	padding:14px 8px;
}

.sticky {
  right:78px;
}

.flexbox-1{
	width:90%;
}

.title{
	width:90%;
}

.imagecontainer{
	width:90%;
}	


.flexfooter{
	width:90%;
}
		
}


@media only screen 
and (min-width : 1650px) 
and (max-width : 1800px){

li{
	font-size:16px;
}

li a{
	padding:14px 10px;
}

a.dropbtn{
	padding:14px 10px;
}

.sticky {
  right:168px;
}
	
}

@media only screen 
and (min-width : 1801px) 
and (max-width : 2000px)
{
	
h1{
	margin-left:0px;
	margin-right:0px;
	font-size:38px;
}	
	
li{
	font-size:16px;
}

li a{
	padding:12px 12px;
}	

a.dropbtn{
	padding:12px 12px;
}

.sticky {
  right:190px;
}
		
}