* {
	box-sizing: border-box;
}

body {
    /* margin: 10px;*/
     font-family: sans-serif;
     font-size: 100%;
     background-size: cover;
     background-position: center;
     background-attachment: fixed;
    

}


 /*************** Header *********************/

.nav>img{
	height: 30%;
	margin: 5px 0 0 20px;

}
.nav{
	height: 30px;
}
.nav>ul{
	/*margin-top:40px;*/
	padding: 0;
	list-style: none;
	display: flex;
	height: 30%;
	flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}
.nav>ul>li{
	padding: 0 20px;
}
.nav>ul>li>a{
	font-family:sans-serif;
	text-decoration: none;
	color: black;
	font-size: 1.2em;
}


.social-section{
	border-top: 1px solid black;
}
.social-icons{
	height: 100%;
	display: flex;
    flex-direction: row;
	align-items: flex-end;
	justify-content: center;
}
.social-icon{
	padding:10px;
	margin: 5px;
	text-align: center;
}
.social-icon>p{
	font-size: 0.6em;
}

.submitform{
	display: flex;
	align-items: flex-end;
	justify-content: center;
}


.submitbutton{
	display: flex;
	background-color: black;
	color: white;
}
.clickbutton{
	background-color: black;
	color: white;
	padding-left: 5px;
}
footer{
	margin-top: 10px;
}
.footer-section {
	/*background-color: #f490b3;*/
}
.footer-content{
	padding: 10px;
	margin: 5px;
	text-align: center;
}
.footer-content>p{
	font-size: 0.9em;

}


@media (max-width: 800px) and (min-width: 460px) {
    
    .add-click{
    	font-size: 0.8em;
	    margin: 10px;
	    padding: 0;
	    text-align: center;
    }
}

/*medium size & large size will apply*/
@media (min-width: 460px) {
	.nav{
		height: 100px;
	}
	/*.nav>ul>li>a{
		font-size: 0.9em;
	}*/
	.service-section{
		height: 100px;
	}
	.footer-content>p{
		font-size: 0.9em;
	}
	
}


@media (min-width: 0) {
	/*.nav{
		height: 100px;
	}*/
	.nav>ul>li>a{
		font-size: 1em;
	}
	.product-item>a>img {
        width: 100%;
        height: 100%;
	}
	.logo>img {
		width: 100%;
		height: 100%;
	}
	/*.service-section{
		height: 100px;
	}*/
	/*.footer-content>p{
		font-size: 0.9em;
	}*/
	
}
.product-list {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}
.self-header {
	text-align: center;
    font-weight: 900;
    font-size: 2em;
    letter-spacing: 0.06em;
    line-height: 2em;
}
.self-body {
	text-align: center;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 0.03em;
    line-height: 1.8em;
}


.self-body-wrap {
	padding: 40px 0 40px 0;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}

