@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0px;
	padding:0px;
	text-align:center;
	}

body{
	background-color:rgba(0,0,0,0.90)
}

.main-nav {
	background-color:white; 
	font-size: 1.4em;
	text-decoration: none;
	list-style-type: none;
	padding-top: 20px;
	padding-bottom:20px;
	width:100%;
	z-index:1;
	
}
.main-nav ul {
	list-style-type:none;
	list-style-image:none;
	display:flex;
	justify-content:flex-end;
	margin:auto;
	
	}

.main-nav ul li{
	position:relative;
}

.main-nav ul a {
	
	color:black;
	text-decoration:none;
	padding-top:20px;
	padding-bottom:10px;
	padding-left:45px;
	padding-right:45px;	
	font-family: 'helveticabold';
	
}

.main-nav ul a:hover {
	color:rgba(180,21,17,1.00);
}

#logo { 
  float: left;
  display: inline-block;
 width:10%;
  height:10%;
	padding:8px;}


.product_image{
	float:left;
	margin-top:15vh;
	margin-bottom:5vh;
	padding-left:10vw;
	}

.description{
	position:relative;
	color:white;
	margin-top:32vh;
	
	
}

.name{
 font-family: 'acumin_pro_condensed_blackRg';
font-size:2.8rem;	
}

.description_paragraph{
	font-family: 'acumin_proregular';
	font-size:1rem;	
	line-height:-10px;
	
}

.price{
	
	font-family: 'acumin_proregular';
	font-size:1.5rem;
}

.cart a{
	
	text-decoration: none;
  	padding: 0.5rem;
 	background-color:rgba(180,21,17,.8);
	font-family: 'acumin_proregular';
	color:White;
	font-size:1rem;
	border-radius: 8px;

}
.cart a:hover {
	color:rgba(255,255,255,.35);
}


@media only screen and (max-width:890px){
	.main-nav {
	font-size: 14pt;
		 
	}}

@media only screen and (max-width:890px){
	.main-nav ul a {
	padding-left:30px;
	padding-right:30px;}}

@media only screen and (max-width:1080px){
  #logo { 
  width:18%;
  height:18%;
  padding:5px;	
	}}

@media only screen and (max-width:1080px){	
	.main-nav{
	padding-top: 15px;
	padding-bottom:15px;}}
	
@media only screen and (max-width:680px){	
	.main-nav{
	padding-top: 12px;
	padding-bottom:12px;}}
	
@media only screen and (max-width:680px){
  #logo { 
  width:20%;
  height:20%;
  padding:3px;	
	}}	
	
@media only screen and (max-width:680px){
	.main-nav {
	font-size: 12pt;
		 
	}}

@media only screen and (max-width:900px){
	footer p{
	font-size:8pt;	
	margin-top:95vh;
	}}

@media only screen and (max-width:1080px){
.product_image{
	float:none;
	margin-top:10vh;
	margin-left:0;
	}}

@media only screen and (max-width:1080px){
.description{
	margin-top:6vh;
	padding-bottom:5vh;
	}}

@font-face {
    font-family: 'chirallaregular';
    src: url('../images/behance-63ca032ee7792_1-webfont.woff2') format('woff2'),
         url('../images/behance-63ca032ee7792_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'acumin_pro_condensed_blackRg';
    src: url('../images/acumin_pro_condensed_black-webfont.woff2') format('woff2'),
         url('../images/acumin_pro_condensed_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'acumin_proregular';
    src: url('../images/acumin-pro-book-webfont.woff2') format('woff2'),
         url('../images/acumin-pro-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'helveticabold';
    src: url('../images/helvetica-bold-font-webfont.woff2') format('woff2'),
         url('../images/helvetica-bold-font-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'helveticaregular';
    src: url('../images/helvetica-webfont.woff2') format('woff2'),
         url('../images/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
