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


.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;}

.banner {
 	  background-image: url("../images/product_banner.png");
      background-size: cover;
	  background-repeat: no-repeat;
      height:50vh;
	  padding-bottom:0px;
	
	}

.desc p{
	font-family:'acumin_proregular';
	width:70vw;
	height:auto;
	text-align:left;
	margin:auto;
	padding-top:15px;
	padding-bottom:15px;
	color:black;
	text-indent:12px;
	
}



.container{
	width:90%;
	margin:auto;
	padding:40px 0;
	
}
.photo_gallery{
	
	display:flex;
	gap:30px;
}

.column{
	display:flex;
	flex-direction:column;
	gap:100px;
	margin:auto;
	
}

.photo img{
	width:90%;
	height:90%;
	border-radius:5px;
	object-fit:cover;
}

.photo p{
	font-family: 'acumin_pro_condensed_blackRg';
	font-size: 1.5rem;
}

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

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

footer p{
	
	font-family:'acumin_proregular';
	color:black;
}

@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:900px){
	.desc p{
	padding-top:5px;
	padding-bottom:5px;

	
	}}

@media only screen and (max-width:900px){
	.desc p{
	font-size:8pt;

	
	}}
@media only screen and (max-width:900px){
.photo p{
	font-size: 1rem;
	}}
@media only screen and (max-width:900px){
.photo a{
	font-size: .8rem;
	padding: 0.3rem;
	}}

@media only screen and (max-width:1500px){
	.banner{
      height:30vh}}

@media only screen and (max-width:1180px){
	.banner{
      height:23vh}}
@media only screen and (max-width:836px){
	.banner{
      height:15vh}}



@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: '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;

}
