@charset "UTF-8";

/* CSS Document */
body {
	margin:0; 

}




/*slideshow*/

.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  height:900px;
  background:grey;
  
  
}

.slideshow-container img {
width:79%;
height:auto;	
	
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  z-index:5;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  height:25px;
  width:25px;
  text-align:center;
  z-index:10;
  background:#5aa638;
  
  
}

.prev {
  
  height:25px;
  width:25px;
  text-align:center;
  z-index:10;
  background:#5aa638;
  
  
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: #5aa638;
  background:white;
   -webkit-animation-name: slide;
  -webkit-animation-duration: 1.5s;
  animation-name: slide;
  animation-duration: 1.5s;
  
  
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 14px}
}
















/*slideshow*/



















/*navigationtest*/
nav {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
  text-align:center;
  width: 100%;
  padding: 0;
  margin:0;

  position:relative;
  z-index:3;
}

.rightsearch
{
	width: 10%;
	height: 50px;
	margin-top: 15px;
	float: left;
	position: absolute;
	z-index: 20;
	background: #CCC;
	clear: left;
	margin-left: 950px;
	top: -1px;
	left: 33px;
}

.logo
{
  width:20%;
  height:50px;
  margin-top:15px;
  float:left;
  margin-right:400px;
  position:absolute;
  z-index:4;
 
  
  
}

.logo img

{
float:right;	
 

	
}





/*headertopbar*/
nav ul {
  background: white;
  list-style:none;
  padding:0 0px;
  margin: 0;
  
 
  
  

}



nav ul li {
  display: inline-block;
}


.b {
		width:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:20px;
		margin-bottom:-25px;
		height:46px;
		
		}
nav ul li a {
  color:#333333;
  display:block;
  padding:0px 8px;
  text-decoration:none;
  float: left;
  height: 100px;
  line-height:125px;

  
  
}

nav ul li a1 {
  color:#333333;
  display:block;
  padding:0px 8px;
  text-decoration:none;
font-weight:700;

	margin-bottom: 5px;


  
  
}


nav ul li:hover {
	
 
}



nav ul li:hover > a{
    color:#6cb33f;
	-webkit-animation-name: fade;
  -webkit-animation-duration: 0.5s;
  animation-name: fade;
  animation-duration: 0.25s;
}

a:hover  >  .hoverline{
    display:block;
	width:100%;
	background:#5aa638;
-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
}


/**
nav ul li:hover > ul {
  display:block;
}
**/

   
  
 
 nav ul li:hover> ul{
 
 display:block;

 padding-bottom:20px;
 
 }


nav ul ul {
  
margin-top:104px;
display:none;  
width: 100%;
  position: absolute;
 left:0px;
  padding:0;

  
  
}

#menu

{
margin:auto;
width:1200px;
height:150px;


z-index:3;
}




@media only screen and (max-width: 5000px) {
  #menu {width:1100px;
  height:170px;}
}

@media only screen and (max-width: 1300px) {
  #menu {width:1000px;}
}

@media only screen and (max-width: 1020px) {
  #menu {width:920px;}
}


@media only screen and (max-width: 1400px) {
    #header { display:none;
       
    }
}
@media only screen and (max-width: 5000px) {
    #mobileheader { display:none;
       
    }
}
@media only screen and (max-width: 950px) {
    #mobileheader { display:block;
       
    }
}



@media only screen and (max-width: 950px) {
    nav { display:none;
       
    }
}

#mynav {
	
	float:left;

	
	}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: white;
	opacity:0.9;
    overflow-x: hidden;
    transition: 0.5s;
	
}

.overlay-content {
	 font-family: 'Montserrat', sans-serif;
	 font-size:20px;
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
	font-weight:300;
	
	
}

	/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    0%   {bottom:80px;}
    100%  {bottom:0px;}
    
}


@media only screen and (max-width: 530px) {
	 
    h1
	{   font-size:30px;
	line-height:32px;
	margin-top:-20px;
		}

}





.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color:#6cb33f;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}






	.mobilemenu a:hover {
		
		color:#6CB33F;
   
	
}

		
		#mobileheaderlogo{

	width:76px;
	height:60px;
	background-image:url(images/anig-windows-logo-desktop.png);
	background-size:contain;
	background-repeat:no-repeat;
	margin-top:15px;
	margin-left:20px;
	margin-bottom:8px;
	float:right;
	margin-right:20px;

	
	}
	
	.mobileproductdropdown {
    position: relative;
    display: inline-block;
    cursor:pointer;
	

}

	.mobileproductdropdown:hover {
    position: relative;
    display: inline-block;
    cursor:pointer;
	width:80%;
		margin-bottom:140px;
		-webkit-animation-name: margin;
  /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; 
	/* Safari 4.0 - 8.0 */
    animation-name: margin;
    animation-duration: 0.5s;}
	
	/* Safari 4.0 - 8.0 */
@-webkit-keyframes margin {
     0%   {margin-bottom:0px;}

    100% {background-color:140px;}
}

/* Standard syntax */
@keyframes example {
      0%   {margin-bottom:0px;}

    100% {background-color:140px;}
}


.dropdown-content {
    display: none;
    position: absolute;
    background: #6cb33f;
    width:100%;
padding-left:16px;
	
    z-index: 1;
}



.dropdown-content a {
   
text-align:center;
    text-decoration: none;
    display: block;
	background:white;
	font-size:18px;
	width:90%;
	margin-left:auto;
	margin-right:auto;
	

	
}

.dropdown-content a:link {
   
 font-family: 'Montserrat', sans-serif;
 color: #535155;
 font-weight:500;
	

	
}

.dropdown-content a:hover {color:white;
color:#6cb33f;
 border-radius:4px;   
 -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; 
	/* Safari 4.0 - 8.0 */
    animation-name: example;
    animation-duration: 1s;}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
     0%   {background-color:white;}

    100% {background-color: #6cb33f;}
}

/* Standard syntax */
@keyframes example {
    0%   {background-color:white;}

    100% {background-color: #6cb33f;}
}

.mobileproductdropdown:hover .dropdown-content {
    display: block;
	background-color:white;
	margin-left:0px;
}

.mobileproductdropdown:hover .dropbtn {
    background-color: #3e8e41;
}


  .left img {
width:100%;
height:auto;
padding-bottom:8px;
padding-top:4px;
	
}
	
.right img {
width:100%;
height:auto;	
padding-bottom:8px;
padding-top:4px
}
.center img {
width:100%;
height:auto;	
	padding-bottom:8px;
	padding-top:4px;
}








.left{
	float:left;
	width:33%;
	
}
.right{float:right;width:33%;padding-bottom:20px;}
.center{margin:0 auto;width:33%;padding-bottom:20px;}	

	
	
	

.left a:link {
	margin:0;
	}	
.right a:link {
	margin:0;
	}
.center a:link {
	margin:0;
	}




	

.containlinks
{
margin:auto;	
width:90%;




	
}
  
 


.hoverline
{
	width:5%;
	height:2px;
	display:block;
	background:white;
	
	
	
	}











/*navigationtest*/

/*copyright*/
.anigwindows{

z-index:700;
position:relative;
width:25%;
height:75px;
background:red;

}
/*copyright*/


#container {

width:100%;
margin-right:auto;
margin-left:auto;
	
}

/* headers*/ 

/* On smaller screens, decrease text size */


h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:60px;
	color:#6CB33F;
	line-height:72px;
	letter-spacing:-1px;
	font-weight:500;
	margin-top:10px;
}
@media only screen and (max-width: 1600px) {
  h1 {font-size: 40px;
  line-height:42px;}
}


h2
{font-size:28px;
font-family: 'Montserrat', sans-serif; 
font-weight:300;

}

.aboutbannertwo h2
{
	color:white;
	letter-spacing:.005em;
	}
	
	.aboutbannerthree h2
{
	color:#6CB33F;
	letter-spacing:.005em;
	}

h4 {font-family: 'Montserrat', sans-serif;

	margin-top:-15px;
}

h6 {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
	margin:0;
	padding: 0px;
	font-weight:100;
	float:left;
	
	
}


h7 {
	font-family: 'Montserrat', sans-serif;
	color: #535155;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight:100;
	float:left;
	
}

.title
{
	width: 110px;
	border-bottom-color: #717073;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin-top:-9px;
}

h3 {
font-family: 'Montserrat', sans-serif;
	font-size:20px;
	color:#717073;
	letter-spacing:0px;
	margin-bottom:15px;	
	font-weight:800;
}
 h5{
	 float:left;
	 font-size:11px;
	 color:white;
 }
 
 /* headers*/ 
 
 
 /*topimage*/
 
 #fullimage {
	height: 1200px;
	width: 100%;
	background-size: cover;
	background-image: url(images/banner.jpg);
}
 
 
 
 
 
 /*topimage*/
 
 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 

/*paragraph*/
p {font-family: 'Montserrat', sans-serif;
font-size:15px;
line-height:17px;

}
/*paragraph*/


/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 

/*header media queries*/


@media only screen and (max-width: 1400px) {
    #header { display:none;
       
    }
}
@media only screen and (max-width: 5000px) {
    #mobileheader { display:none;
       
    }
}
@media only screen and (max-width: 950px) {
    #mobileheader { display:block;
       
    }
}

@media only screen and (max-width: 950px) {
    #mobileheader { display:block;
       
    }
}

@media only screen and (max-width: 950px) {
    nav { display:none;
       
    }
}

@media only screen and (max-width: 950px) {
.logo{ display:none;

       
    }
}

@media only screen and (max-width: 1150px) {
.logo{ width:15%;

       
    }
}

/*header media queries*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 

#banner {
	height: 1000px;
	width: 100%;
	background-size: cover;
	background-image: url(images/banner.jpg);
}


#aboutcontainer{
	height:4000px;
	width:100%;
	background:red;
	}
	
	
	
	
/*about us*/



.aboutbanner {
	height: 1000px;
	width: 100%;
display:block;
	position:absolute;
	z-index:-10;
	
}

@media only screen and (max-width: 1200px) {
.aboutbanner{ display:none;
-webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;

       
    }
}

.aboutbannertwo {
	height: 1000px;
	width: 100%;
	background:#6cb33f;
	position:absolute;
	z-index:-11;
	background-image:url(images/about-greenimage.png);
	margin-top:1000px;
	
}




@media only screen and (max-width: 1200px) {
.aboutbannertwo{ display:none;
   
    }
}

.aboutbannertwo h3{
color:white;	
}

.abouttwo {
	height: 1000px;
	width: 100%;
	background:white;
	position:absolute;
	z-index:-10;
	
}
.aboutimage {
	height: 1000px;
	width: 50%;
	background-image:url(images/about-top-image.jpg);
	background-size:cover;
	float:left;
	}
	
	.aboutimageright {
	height: 1000px;
	width: 50%;
	background-image:url(images/about-door-image.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	float:right;
	
	}
	
	@media only screen and (max-width: 1550px) {
.aboutimageright{ background-image:url(images/about-door-image-1550px-770px1102px.jpg);
background-size:cover;
background-repeat:no-repeat;
width:50%;
height:1000px;

       
    }
}


	
	.abouttextleft
	{
		margin-left:100px;
		margin-right:20px;
		width:40%;
		float:left;
		margin-top:352px;
		
		}
		
		
		.abouttextright
	{
		margin-left:90px;
		margin-right:150px;
		width:30%;
		float:right;
		margin-top:352px;
		
		
		}
		
			.aboutbannerthree .abouttextright
	{
		margin-right:90px;
		margin-left:150px;
		width:30%;
		float:left;
		margin-top:352px;
		
		
		}	
		
		
		
		.aboutbannerthree {
	height: 1000px;
	width: 100%;
	background:white;
	position:absolute;
	z-index:-12;
	/*background-image:url(images/about-whiteimage.png);*/
	margin-top:2000px;
	
	
}

@media only screen and (max-width: 1200px) {
.aboutbannerthree{ display:none; 
    }
}





.aboutimagethree {
	height: 1000px;
	width: 50%;
	background-image:url(images/about-windows-kitchen-image.jpg);
	background-size:cover;
	float:left;
	}
	
	@media only screen and (max-width: 1550px) {
.aboutimagethree{ background-image:url(images/about-windows-kitchen-image-1550px-770px1102px.jpg);
background-size:cover;
background-repeat:no-repeat;
width:50%;
height:1000px;
-webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;

       
    }
}
	
	
/*about us*/


/*aboutus1200px*/

.aboutbannertablet {
	height: auto;
	width: 100%;
display:none;
	position:relative;
	z-index:-10;
	
	
	

	
}

.abouttablet
{
	width:100%;
	
	
	}


@media only screen and (max-width: 1200px) {
.aboutbannertablet{ display:block;
}
}

.aboutbannertablet img{
	height: auto;
	width: 100%;
/*	background-image:url(images/about-top-image.jpg);
	background-size:cover;*/
	float:left;
	z-index:-10;
	}
	
	.abouttablettitle
{   width:208px;
margin-left:auto;
margin-right:auto;
height:80px;

background:#6cb33f;
margin-top:950px;
	z-index:-8;
	
	
	
}

.producttitle {
	width:16%;
		margin-left:auto;
	margin-right:auto;
	
	height:200px;

	}

@media only screen and (max-width: 700px) {
	
	.producttitle
	{   width:25%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		position:relative;
		}

}

.producttitle h6{
		font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:white;
	background:#6CB33F;
	
	padding-top:15px;
	padding-bottom:15px;
	margin-top:-50px;
	margin-bottom:50px;
	text-align:center;
	width:100%;

	
	
	
}

@media only screen and (max-width: 5000px) {
.producttitle { display:none;
   
    }
}

	@media only screen and (max-width: 1200px) {
.producttitle { display:block;
   
    }
}

	
	.willow h6{
		
	font-family: 'Montserrat', sans-serif;
	font-size:18px;
	color:#white;
	background:#6CB33F;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:-20px;
	margin-bottom:50px;
	clear:both;
	
	
	}
	

	
	@media only screen and (max-width: 800px) {
	
	.willow
	{   width:50%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		position:relative;
		color:#white;
	background:#6CB33F;
		
		}

}



@media only screen and (max-width: 1200px) {
	
	.willow
	{   width:18%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
		position:relative;
		}

}



.abouttabletcopywrap{
	
	margin-left:auto;
	margin-right:auto;
	width:75%;
	display:none;
	
}


.abouttabletcopy{
	
	float:left;
	text-align:center;
	width:100%;
	margin-bottom:80px;

	}
	
	@media only screen and (max-width: 1200px) {
	
	.abouttabletcopywrap
	{  
	display:block;
		}

}

.abouttabletcopywrap img
{
	width:100%;
	height:auto;
	float:left;
	
	}

.abouttabletcopytwo
{
	background:#6CB33F;
	float:left;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:20px;
	color:white;
	}
	
	.footertablet
	{
		float:left;
	margin-top:15px;
		
		}
		
		
		.footertablettext h2
		{
		font-size:13px;	
		text-align:center;
			
			}
	
/*aboutus1200px*/










/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/



/*logo styling*/
#logo
{
	margin-right:5px;
	margin-left:210px;
	width:94px;
	height:70px;
	float:left;
	margin-top:20px;
	margin-bottom:10px;
	
}

#logosmaller
{
	width:200px;
	height:28px;
	padding-left:20px;
	padding-right:20px;
	margin: auto;
	margin-bottom:18px;
}

@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #logo{
        display:none;
		
    }
}

@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #logosmaller{
        display:none;
		width:200px;
		height:28px;
		
    }
}
@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #logosmaller{
        display:block;
		width:200px;
		height:28px;
		
    }
}

#mobileheader {
	height:90px;
	background-color:white;
	width:100%;
	
	
}


	
/*logo styling*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/

/*header*/
#header {

	height:100px;
	width:100%;
	padding-bottom:20px;
	background-color:white;
	margin:auto;
	}

#secondheader {

	height:80px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:white;
	margin:auto;
	}



#nav {
	width:70%;
	height:120px;
	float:left;
	margin-top:0;
	}
	
	#secondnav
{
	width:98%;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	
}

#menulinks
{float:left;
width:35%;
margin-top:50px;
margin-left:200px;
background-color:#ccc;
margin-left:204px;


	
}


/*header*/

/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/

/*productmenu*/

.productmenu {
	display:none;
	width:100%;
background-color:white;
height:200px;	
position:absolute;
margin-top:120px;

	
}


	
.productmenudrop

{ position:relative;


	
}


.productmenudrop:hover .productmenu 
{
display:block;	
width:100%;
opacity:0.4;


}

.productmenudrop:hover
{
height:300px;

}

.productone 
{
height:75px;
width:25%;
margin-left:220px;
background-color:red;
	float:left;
}

.producttwo 
{
height:75px;
width:25%;
margin-left:8px;
background-color:red;
	float:left;
	
}

.productthree 
{
height:75px;
width:25%;
margin-left:8px;
background-color:red;
	float:left;
	
}



/*productmenu*/
/* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/ 
 /* space*/







@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #banner{
      height:1400px;

    }
}

@media only screen and (max-width: 1920px) {
    /* For mobile phones: */
  #banner{
      height:1121px;

    }
}



@media only screen and (max-width: 5000px) {
    /* For mobile phones: */
  #secondheader{
        display:none;
		
    }
}

@media only screen and (max-width: 1400px) {
    /* For mobile phones: */
  #secondheader{
        display:block;
		
    }
}

@media only screen and (max-width: 950px) {
    /* For mobile phones: */
  #secondheader{
        display:none;
		
    }
}



/* space*/
/* space*/
/* space*/
/* space*/
/* space*/



 /* links*/
a:link {
	
	color: #535155;
	text-decoration: none;
	margin-left:10px;
}


a:visited {
	color: #535155;
	text-decoration: none;
}
#links a:hover {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #6CB33F;
}

a:hover {
	text-decoration: none;
	color: #6cb33f;
}
a:active {
	text-decoration: none;
}

/* links*/


/* space*/
/* space*/
/* space*/
/* space*/
/* space*/




/*search bar*/
input[type=text] {
	width:7%;
	float:right;
	color:#535155;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-family:'Montserrat', sans-serif;
	font-size: 14px;
	background-color: white;
	background-image: url(images/searchicon.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	padding: 12px 20px 12px 40px;
	-webkit-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	margin-top:40px;
	margin-right:210px;
	margin-left:25px;
	z-index:102;
	position:relative;

}

input[type=text]:focus {
	border: 1px solid #6cb23f;

	color:#6cb23f;
}

/*search bar*/



/*dropdownmenu for mobile header*/
#menubutton
{
float:right;
}

#mobileheader img {
	float:right;
}


.hamburgerline{
height:3px;
width:28px;
background-color:#ec1b23;
margin-bottom:8px;
	
	
	
}

.dropbtn {
	font-family:Verdana, Geneva, sans-serif;
	background-color: white;
	color: red;
	padding-top: 15px;
	padding-bottom: 16px;
	padding-left:26px;
	padding-right:28px;
	font-size: 9px;
	font-weight:bold;
	cursor: pointer;
	line-height:8px;
	letter-spacing:-2px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: 0;
	border-right-style: 0;
	border-bottom-style: 0;
	border-left-style: 0;    
	margin-top:4px;
	margin-left:4px;
	
}

.dropbtn:hover, .dropbtn:focus {
    background-color: #e9e9e9;
}

.dropdown {
    position: relative;
    display: inline-block;
	width:px;
	float:left;
}

.dropdown-content {
    display: none;
	margin-left:10px;
    position: absolute;
    background-color: #e9e9e9;
    min-width: 160px;
    overflow: auto;
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {background-color: #ec1b23;
color:white;}

.show {display:block;}
/*dropdownmenu for mobile header*/


	
	
	.dropproducts {
		width:10%;
    position: relative;
    display: inline-block;
	padding-left:0px;
	
}

.dropproducts a:link {
	color: #535155;
	text-decoration: none;
	padding-left:20px;
}

.dropproducts-content {
    display: none;
    position: absolute;
    background-color:white;
	height: 252px;
    background:white;
    width:1920px;
	margin-left:-456px;
	margin-top:48px;

}


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

.dropproducts:hover
{
	height: 325px;
}

#dropproducts-firstbutton{
	margin-left:180px;
	margin-right:4px;
	float:left;
}

#dropproducts-midbutton{
	margin-right:16px;
	float:left;
}

img #dropproducts-midbutton{
	width:100%
	height:auto;
}

.thewhole

{
	
	
	width:100%;
	padding:0;}
	
	
	/* */
	/* */
	/* */
	/* */
	/* *//* */
	
	/*footer*/
.footer{
width:100%;
z-index:5;
margin-top:2999px;	
	height:100px;
	display:block;
	
	}
	
	@media only screen and (max-width: 1200px) {
    /* For mobile phones: */
  .footer{
        display:none;
		width:200px;
		height:28px;
		
    }
}
	
	.footer h2{
		
	font-size:14px;
	
		}

.footertext
{
	margin-left:auto;
	margin-right:auto;
	padding-top:34px;
	
	width:85%;

	text-align:center;
	

	
	
	}

.quotebutton {
font-family: 'Montserrat', sans-serif;
    border: none;
    color: #6cb23f;
    
  
    text-align: center;
    text-decoration: none;
    display:block;
    font-size: 16px;
    cursor: pointer;
    width:75%;
    
    margin-top: 0px;
	margin-right:auto;
	margin-left:auto;
	border-radius:4px;
    	border: 1px solid #6cb23f;
	padding-top: 4px;
	
	padding-bottom: 2px;
    
}/*materiallinks*/

.quotebutton:hover {
    background-color:#6cb23f;
    color:white;
  
}

/*footer*/
