


body {
  font-size: 100%;
  width: 100%;
  margin: 0px;
  font-size: 100%;
  background-color:;
  background-image:url("luxury-vinyl-plank-northern-cherry-4x36-27-mil_750x338.jpg");
  font-weight:400;  
}

.flexheader {
	background-color:white;
	margin:0 auto;
	width:80%;
	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;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        -webkit-align-items: center;
	        align-items: center;
}

#head-1{
	width:33%;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        -webkit-flex:1;
	        flex:1;
}

#header{
	text-align:center;
}

h1 { 
    margin:10px;
	text-align:center;
	font-family: 'Russo One', Impact, sans-serif;
	color:#402021;
	font-size: 44px;
	font-weight: 500;
    line-height: 1.1;
}

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

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

#head-2{
	width:33%;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        -webkit-flex:1;
	        flex:1;
}

#logo{
	width:35%;
}

#head-3{
	width:33%;
	-webkit-box-flex:1;
	    -ms-flex:1;
	        -webkit-flex:1;
	        flex:1;
}

#email{
	color:blue;
}

#creditcard{
	width:150px;
}

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

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

li {
    display: inline-block;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 11px;
    text-decoration: none;
	font-family: sans-serif;		
}

li a:hover {
    background-color: white;
	color:#402021;
	font-weight:700;
	border: 1px solid #402021; 
}

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

li a:hover, .dropdown:hover .dropbtn {
	background-color: white;
	color: #402021;
	font-weight:700;
}

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;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {color: #402021;}

.dropdown:hover .dropdown-content {
    display: block;
	position: absolute;
    z-index: 1;
}

.navbar-mobile{
	display:none;
}

.imagecontainer{
	margin:0 auto;
	width:80%;
	background-color:rgb(45, 44, 42);
	position:relative;	
}

#image-1{
	max-width:1000px;
}

#bottomright {
    position: absolute;
    bottom: 23px;
    right: 155px;
	font-family:sans-serif;
    font-size: 17px;
	color: white;
}

.flexbox-1{
	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;
	padding-left:20px;
}

h3 {
	text-align:center;	
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size:18px;
	font-weight:100;
	text-transform:uppercase;
	color:white;
	text-shadow:none;
}

h2, span{
	padding-top:10px;
	text-align:center;
	margin:0 auto;
	font-family: 'Open Sans Condensed', sans-serif;	
	font-size:24px;
	font-weight:100;
	text-transform:uppercase;
	color:white;
	text-shadow:none;
}

#table{
	margin:0 auto;
	flex:1;
}

table{
	margin:0 auto;
	color:white;
}

#specsth, #specstd{
	border: 2px solid white;
}

p{
	font-family:sans-serif;
	color:white;
}

#flex-2{
	flex:1;
}

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

#pricing{
	text-transform:none;
}

h5{
	text-align:center;
	font-family:sans-serif;
	color:white;
	font-weight:300;
	font-size:16px;
}

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

#samples {
	background-color: #001C0D;
	color: white;
	width: 267px;
	height: 65px;
	font-size: 1.1em;
	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; 
}

#wearguard{
	width:50%;
	margin:0 auto;
	padding-top:30px;
	text-align:center;
	padding-left:20px;	
	color:white;
	font-family:sans-serif;
	padding-bottom:30px;
}

.flexfooter{
	width:80%;
	margin:0 auto;
	height:30px;
	background-color:#402021;
	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:5px;	
	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("luxury-vinyl-plank-northern-cherry-4x36-27-mil_750x338.jpg");
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}	

#head-1{width:100%;}	

h1{
	padding-top:3px;		
	text-align:center;
	text-shadow: 4px 4px 4px #aaa;	
	font-size: 33px;
	margin-bottom:5px;	
}

h4{
	margin:5px;
	color:white;	
}	

#head-2{width:100%;}

#logo{
	width:15%;
}

#head-3{width:100%;}

#dalton{
	margin-top:10px;
	margin-bottom:5px;
	color:white;
}

#capital{
	margin:5px;
	color:white;
}

#email{
	margin:5px;
	color:blue;
}

.navbar {
   display:none;
}

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

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: #402021;
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); 
} 

}	

.imagecontainer{
	width:100%;
	background-color:rgb(45, 44, 42);
}

#image-1{
	width:100%;
}

.flexbox-1{
	width:100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        -webkit-flex-direction: column;
	        flex-direction: column;
}

#flex-1{
	padding-top:15px;			
	padding-left:0px;
	width:95%;
	margin:0 auto;
}	

#flex-2{
	order:-1;
	margin:0 auto;
}

#image-2{
	padding-top:10px;
}

h5{
	padding-top:15px;
	padding-bottom:5px;
}

table{
	padding-top:10px;
	width:95%;
	margin:0 auto;
}

th{
	font-size:14px;
	text-decoration:underline;
}

#wearguard{
	padding-left:0px;
}

.flexfooter{
	width:100%;
}

#footer{
	padding:3px;
}
}		

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

body{
    background-image: url("LVP_Northern_Cherry_4x36_27_Mil.jpg");     	
}	

.flexheader{
	width:95%;
}

h1{
	font-size:26px;
}

h4{
	font-size:14px;	
}

h2{
	font-size:16px;
}

#creditcard{
	width:100%;
}

.navbar{
	width:95%;
}

li{
	font-size:9px;
}

li a{
	padding:12px 5px;
}

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

.imagecontainer{
	width:95%;
}

#image-1{
	width:100%;
}

#bottomright {
    position: absolute;
    bottom: 20px;
    right: 26px;
	font-family:sans-serif;
    font-size: 15px;
	color: white;
}

.flexbox-1{
	width:95%;
}

#flex-1{
	padding-left:0px;
}	

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

form{
	padding-top:0px;
}

#wearguard{
	padding-left:0px;
}

.flexfooter{
	width:95%;
}

}

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

body{
    background-image: url("LVP_Northern_Cherry_4x36_27_Mil.jpg");     	
}	

.flexheader{
	width:95%;
}

h1{
	font-size:30px;
}

h4{
	font-size:14px;	
}

h2{
	font-size:16px;
}

.navbar{
	width:95%;
}

li{
	font-size:11px;
}

li a{
	padding:12px 7px;
}

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

.imagecontainer{
	width:95%;
}

#image-1{
	width:100%;
}

.flexbox-1{
	width:95%;
}

#flex-1{
	padding-left:0px;
}	

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

#wearguard{
	padding-left:0px;
}

.flexfooter{
	width:95%;
}
}

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

body{
    background-image: url("LVP_Northern_Cherry_4x36_27_Mil.jpg");     	
}	

.flexheader{
	width:90%;
}

h1{
	font-size:32px;
	font-weight:400;	
}

h4{
	font-size:14px;	
}

h2{
	font-size:16px;
}

.navbar{
	width:90%;
}

li{
	font-size:12px;
}

li a{
	padding:14px 7px;
}

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

.imagecontainer{
	width:90%;
}

#image-1{
	width:100%;
}

.flexbox-1{
	width:90%;
}

#flex-1{
	padding-left:5px;
}	

#wearguard{
	padding-left:5px;
}

.flexfooter{
	width:90%;
}
}

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

body{
    background-image: url("LVP_Northern_Cherry_4x36_27_Mil.jpg");     	
}	

.flexheader{
	width:90%;
}

h1{
	font-size:33px;
}

h4{
	font-size:14px;	
}

h2{
	font-size:16px;
}

.navbar{
	width:90%;
}

li{
	font-size:13px;
}

li a{
	padding:14px 9px;
}

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

.imagecontainer{
	width:90%;
}

#image-1{
	width:100%;
}

.flexbox-1{
	width:90%;
}

.flexfooter{
	width:90%;
}
}

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

.flexheader{
	width:85%;
}

h1{
	font-size:38px;
}

.navbar{
	width:85%;
}

li{
	font-size:14px;
}

li a{
	padding:14px 9px;
}

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

.title{
	width:85%;
}

.imagecontainer{
	width:85%;
}

.flexbox-1{
	width:85%;
}
	
.flexfooter{
	width:85%;
}		
	
}

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

.flexheader{
	width:85%;
}

h1{
	font-size:38px;
}

.navbar{
	width:85%;
}

li{
	font-size:15px;
}

li a{
	padding:14px 9px;
}

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

.title{
	width:85%;
}

.imagecontainer{
	width:85%;
}

.flexbox-1{
	width:85%;
}
	
.flexfooter{
	width:85%;
}		
		
}

@media only screen 
and (min-width : 1377px) 
and (max-width : 1450px){

.flexheader{
	width:85%;
}

h1{
	font-size:38px;
}

.navbar{
	width:85%;
}

li{
	font-size:15px;
}

li a{
	padding:14px 11px;
}

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

.title{
	width:85%;
}

.imagecontainer{
	width:85%;
}

.flexbox-1{
	width:85%;
}
	
.flexfooter{
	width:85%;
}		
		
}

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

h1{
	font-size:42px;
}

li{
	font-size:15px;
}

li a{
	padding:14px 12px;
}

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

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

li{
	font-size:17px;
}

li a{
	padding:14px 12px;
}

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

@media only screen 
and (min-width : 1801px) 
and (max-width : 2000px){

.flexheader{
	width:70%;
}

.navbar{
	width:70%;
}

li{
	font-size:17px;
}

li a{
	padding:14px 10px;
}

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

.title{
	width:70%;
}

.imagecontainer{
	width:70%;
}

.flexbox-1{
	width:70%;
}

.flexfooter{
	width:70%;
}
	
}