/*universal class.*/



a{
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}


#select{
	width: 120%;
	height: 30px;
	background: #FF69B4;
	text-align: center;
	float: middle;
	border-radius: 5px;
	font-weight: bold;
	color:black;
}
	

.main-nav a:hover {
	background-color: white;
	color: red;	
}

/* home*/
#adiza-home-img-container {
	display:block;
	width:100%;
  }
#sub-head {color: black;
  padding: 5px 40px;
  font-size: 40;
	 
	  visibility: show; 
  }
 
.column {
	border: 1px solid pink;
	margin-left: 1.5rem;
	width:13.5rem;
	padding: 3px;
	font-size: .8rem;
	display: inline-block;
	float: center;
}
.column img{
	width: 100px;
	height: 120px;
}

body{
	padding: 0;
	margin: 0;
	background: #f4f4f4;
}


/*header*/
.header{
	background-color: black;
	width: calc (100% - 150px);
	padding: 16px 16px;
}
.brand a{
	color: white;
	font-size: 2rem;
}
.header > div{
	display: inline-block;
	vertical-align: middle;			
}
.nav-bar {
	display: inline-block;
	text-align: right;
	width: calc(100% - 150px);
}
.nav-bar-items{
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-bar-item{
	display: inline-block;
	text-decoration: none;
	padding: 0 10px;
	color: white;
}
.nav-bar-item a{
	color: white;
}

/*gallery*/
.gallery{
	width: 100%;
	font-family: "Tw Cen MT"
}
.gallery h1{
	margin-left: 8.5rem;
	font-weight: bolder;
	font-size: 2rem;
	margin-bottom: 0.2rem;
}
.galley-section{
	margin: 0 1rem ;
	text-align: center;

}
.galley-contents{
	display: inline-block;
	width: 15rem;
	height: 20rem;
	margin: 1rem 1rem;
	text-align: center;
	background: white;
}
.galley-content{
	width: 70%;
	height: 100%;
	/*margin-left: 2.2rem;*/
	margin: 0.2rem 0.5rem 0 2.2rem;
}
.galley-img-container{
	width: 100%;
	height: 70%;
}
.galley-img-container img{
	width: 100%;
	height: 100%;
}
.galley-content .detail{
	padding: 0 5px;
	font-size: 1rem;
	font-family: "Tw Cen MT"

}
.galley-content .read{
	font-size: 0.8rem;
	font-family: "Tw Cen MT"
}
.main-button{
	text-align: center;
/*display: inline-block;
*/}
.button{
	/*background: #cc31cc;*/
	display: inline-block;
	/*padding: 5px;*/
	text-align: center;
	/*margin-top: 3rem;
	margin-left: 4rem;
	border-radius: 5px;*/
}
.button .btn{
	color: gray;
	text-align: center;
	margin: 0 4rem;
	vertical-align: middle;
}
.one{
	display: inline-block;
	text-align: center;
	padding: 1rem;
}
.one .two{
	background: blue;
	padding: 0.3rem 0.6em;
	color: white;
}


/*about*/
.about{
		font-family: "Tw Cen MT";
}

.about .our{
	font-weight: bold;
	text-align: left;
	padding: 0 2rem;
}
.about .why{
	background: white;
	padding: 1.5rem 2rem;
	text-align: left;
	vertical-align: top;
}
.about-content{
	display: inline-block;
	/*margin: 3rem 5rem;*/
	text-align: center;
}
.about-img{
	display: inline-block;
	width: 35%;
}
.about-img img{
	width: 100%;
}
.about-statement{
	display: inline-block;
	padding: 0 2rem;
	vertical-align: top;
	text-align: justify;
}
.about-statement h3{
	font-weight: bold;
	font-size: 
}
.mlist{
		vertical-align: middle;

}
.list{
	display: inline-block;
	text-align: left;	
	vertical-align: top;

}
.about-list{
		margin:  0;
	vertical-align: middle;

}
.num{
	background: blue;
	padding: 0 .8rem;
	border-radius: 50%;
	margin-bottom: 5px;
	vertical-align: middle;
	display: inline-block;
	margin: 0 0.5rem;
	color: white;
}
.num h6{
	margin: .7rem 0;
}
.sent{
	margin:  0;
	vertical-align: middle;
	display: inline-block;
	width: 70%
}



/*contact us*/
.contact{
	background: pink;
	padding: 2rem ;
}
.feed{
	text-align: center;
}
.contact-top{
	text-align: center;
	margin-bottom: 2rem
}
.contact-top1{
	display: inline-block;
	float: left;
	width: 30%;
	text-align: left;
}
.contact-top2{
	display: inline-block;
	width: 20%;
}
.contact-top3{
	display: inline-block;
	float: right;
	width: 30%;
	text-align: right;

}
.cont-us{
		margin: 0 ;
}

.contact-form{
	/*margin: 4rem 10rem;*/
}
.form-group1{
	display: inline-block;
	border-radius: 5px;
	width: 40%;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
}
.form-group2{
	display: inline-block;
	border-radius: 5px;
	width: 40%;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
	float: right;
}
.form-input{
	border-radius: 5px;
	border: 1px solid black;
	margin: 10px;
	padding: 5px;
}
input, textarea{
	border: none;
	width: 100%;
	background: transparent;
	color: white
}
.contact-form button{
	padding: 10px ;
	display: block;
	width: 10%;
	margin: 10px;
	text-align: center;
	border-radius: 5px;
	background: black;
	color: white;
}
/*product page*/

.main-image{
	width: inherit;
	height: inherit;
}

.main-display{
	border: 1px solid pink;
	width: 350px;
	height: 400px;
	float: left;
	margin: 0rem 12rem;
	padding: 3px;
	display: block;
}

.ico{
	max-width:inherit;
	height: inherit;
}


.columns {	
	border: 1px solid pink;
	margin: 4rem 0px;
	float: left;
	width:50px;
	height: 4rem;
	max-width: 50px;
	max-height: 80px;
	padding: 3px;
	background: white;
}


.rows:after {
	content: "";
	clear:both;
	display: table;
}
.icon-display{
		position: relative;
		top: -3rem;
		left: -36rem;
		}

.product-writeup{
	margin: 3rem 0rem;
}

.product-heading{
	font-size: 1.4rem;
	line-height: 0rem;
}

.contact-images{
	display: table;
	float: left;
	position: relative;
	left:1rem;
}
.big-container{
	width: 100%;
	height: 40px;
}


#similar-item-box{
	color: white;
	background: gray;
	width: 100%;
	height: 15rem;
	float: left;
	
}

#img_cont {
	position: relative;
	top: -14rem;
	display: table;
	width: 90%;
	background: gray;
}

#img_cont a {
	display: table-cell;
	text-align: center;
	width: 60px;
	font-weight: bold;
	text-decoration: none;
	color: white;
}

#img_cont img {
	width:90px;
	height: 150px;
}

/*footer*/
.footer{
	background: black;
	padding: 3rem;
	/*margin-top: 3rem;*/
}
.footer-p{
	color: white;
	text-align: center;
}