@font-face {
    font-family: 'Sackers';
    src: url('/SackersGothicStd-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap; /* Optional, helps with font loading performance */
}





html {
    margin: 0;
    padding: 0;
/*	background-color: #ffffff;*/
	background: url('bg-v2.jpg') repeat center center;

}
	
a {
		text-decoration: none;
	color:#7d3109;

	}


		
		img {
			margin-bottom:50px;
		}

body {
    margin: 0;
    padding: 0;	
	font-family: Sackers, "Sackers", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: url('bg-v2.jpg') repeat center center;
/*	color:rgb(42, 27, 20);*/
	font-size:16px;
	color:#676767;

}
	
	
	#header {
    /* Set the background image and its properties in one shorthand declaration */
/*    background: url('bg-v2.jpg') no-repeat center center;*/
		background-size: cover;	
/*    height: 60vh; */
/*    min-height: 60vh; */
		width:100%;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	
	
	
	
	.headerLogo
	{	
		width:720px; 
		margin:0 auto 50px;
		margin-top:40px;
	}


	
	
	
h1, h2{
font-family: BonVivantFamilySerifRegular, "serif";
/*		font-family: Sackers, "Sackers", sans-serif;  */
    font-size:33px;
	font-weight: 100;
	letter-spacing: 1.4px;
	line-height: 2.4em;
/*	color:rgb(42, 27, 20);*/
	color:#676767;
/*	text-transform: uppercase;*/
		margin: 0;
}
	
	h2 {
		text-align: center;
		padding: 30px 0 10px 0;

	}
	

	
	.toMarket {
		font-size: 16px;
		letter-spacing: 1.4px;
		margin:20px auto 40px;
		color:rgb(42, 27, 20);
			color:#676767;
		font-weight: 400;
	}
	
	.inquiries {
		font-size: 16px;
	letter-spacing: 1.4px;	
		color:rgb(42, 27, 20);
			color:#676767;
		font-weight: 400;
		line-height: 20px;
	}
	
	
	
	
	
	#desc {
		min-height: 100vh;
		padding: 100px 10% 50px;
		width: 70%;
		text-align: left;
		margin: 0 auto;
/*		background-color: #ffffff;*/
		max-width: 1200px;
	}
	
	
	
	#desc p {
		font-size: 16px;
		letter-spacing: 1.4px;
		line-height: 2.2em;
		text-align: justify;
		margin: 0 0 30px 0;
				color:#676767;

		text-transform: uppercase;

		
	}

.footer {
	font-size:12px;
	text-align: center;
	margin: 60px auto 10px;
			color:#7f7f7f;

}





/*	.lightened {
		color:#7f7f7f;
	}*/

.burgundy {
	color:#7d3109;
}










	
@media screen and (min-width: 651px) and (max-width: 1024px)
	{
		
		h1 {
			font-size: 20px;
			line-height: 1.5em;
		}	
		
			
		.headerLogo
		{
			margin-bottom: 30px;
			width:70%;
		}
		
		

		.toMarket {
			font-size: 16px;
			margin: 30px auto;
		}
		
		.inquiries {
			font-size: 14px;
		}
		
	#desc p {
		font-size: 14px;
		letter-spacing: 1.3px;
		}
		
	}
	
	
	
	
@media (max-width: 650px) 
	{
		
			
		.headerLogo
		{	
			width:90%; 
/*			margin-top:22vh;*/
			margin-bottom: 40px;

		}
		
		#desc 
		{
			padding:30px 5% 30px;
			width:90%;
		}
		
		h1 {
			font-size: 18px;
			max-width:90%;
			line-height: 1.3em;
			margin-bottom:10px;
		}
		

		h2 {
			font-size: 18px;
		}
	
	
		.toMarket {
			font-size: 10px;
			margin:20px auto;
						letter-spacing: .8px;

		}
	
		.inquiries {
			font-size: 10px;
			margin-bottom:10px;
						letter-spacing: .8px;

		}
		
		#desc p {
			font-size: 10px;
			line-height: 2em;
			letter-spacing: 1px;
		}
		
.footer {
	font-size:9px;
	margin: 0px auto;
		}
		
		img {
			margin-bottom:30px;
		}
		
}
	

	




