@charset "utf-8";
/* CSS Document */
body {
    position: relative;
    font-family:  Helvetica, "sans-serif";
    /*background-color: #faf9f6;*/
	background-image:url("../images/interlaced.png");
    margin: 0;
	height: 100%;
}

h1 {
	font-size: 25px;
	white-space: nowrap;
	padding: 5px 15px;
	border-bottom: 3px solid #333;

}

p{
	font-size: 15px;
	line-height: 2em;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 2.5rem;    /* Footer height */
}


#page-top {
    position: absolute;
    z-index: 4;
    font-size: 16px;
    width: 100%;
    min-width: 330px;
	height: 125px;
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin: 0 auto;
    padding: 0;
}

.navigation {
    width: 900px;
    height: 115px;
    margin: 0 auto;
    padding-top: 10px;
}

.logo {
    display: inline-block;
    height: 100px;
    width: 100px;
}

.navbar {
  display: inline-block;	
  overflow: hidden;
  float: right;
  margin: 60px 0px 0px 0px;
	
}

.navbar a {
  float: left;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  width: 125px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  font-weight: bold;
  color: #333;	
  border: none;
  outline: none;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  width:157px;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #333;
  transition: background-color .4s ease-in;	
  color: #DFDFDF;
  transform: scale(1.05, 1.05);	
}

.dropdown-content {
  opacity: 0;
  position: absolute;
  background-color: #eee;
  min-width: 165px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  overflow: hidden;	
}

.dropdown-content a {
  float: none;
  color: black;
  width: 100%;	
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  white-space: nowrap;
  border-bottom: solid 0.1em;	
}

.dropdown-content a:hover {
  background-color: #ccc;
  color: #333;
}

.dropdown:hover .dropdown-content {
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

#main {
    position: absolute;
    top: 150px;
    width: 100%;
    float: none;
}

#content{
	width: 1000px;
	min-width: 750px;
	margin: 0 auto;
}

#company-intro{
	position:relative;
	top: 400px;
	display: block;
	padding: 25px 25px;
}

#contact-info{
	float:right;
	text-align: center;
	font-weight:bold;
	
}
#footer{
    position: absolute;
    margin-top: 1300px;
    width: 100%;
    height: 25px;
    text-align: center;
    font-size: 12px;
}

#products-list{
	width:100%;
}

#products-list li{
    width: 450px;
    height: 500px;
    display: inline-block;
    margin-top: 10px;
}

#measuring-list li{
    width: 450px;
    height: 400px;
    display: inline-block;
    margin-top: 10px;
}

.img-with-text {
    text-align: justify;
    width: [width of img];
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}
.img-with-text p {
	text-align: center;
}

#product-description li{
	padding: 5px;
}