@charset "UTF-8";
/* CSS Document */

body{background: rgba(175,152,87,1.00);
margin: 0px;
padding: 0px;
}

.row {width: 600px;

/*height:630px;*/

background: rgba(175,152,87,1.00);

margin-bottom: 25px;

margin-top: 25px;

margin-left: auto;

margin-right: auto;
}

.row2 {width: 615px;

height:400px;

background: rgba(175,152,87,1.00);
	
margin-top: 25px;
	
margin-bottom: 25px;

margin-left: auto;

margin-right: auto;
}

.row3 {width: 615px;

height:auto;

background: rgba(175,152,87,1.00);
	
margin-top: 25px;

margin-bottom: 25px;

margin-left: auto;

margin-right: auto;
}

.title_excerpt{

width: 615px;

height: 100px;

background:rgba(151,151,151,1.00);

margin: 0px auto;


}



h1, h2, h3, h4, h5, h6, p{
  font-family: "IBM Plex Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

#home_banner{width: 100%;
height: 400px;
background: rgba(64,62,62,1.00);
}

#home_container{width: 1100px;
height: 500px;
background: rgba(73,73,73,0.00);
color: rgba(189,173,173,1.00);
margin: 0px auto;
padding: 50px;

}




.product{width: 100%;
height: 175px;
background: rgba(64,62,62,1.00);
margin: auto;
	text-align: center;
	margin-top: 50px;
}


.product a:link{color: rgba(255,255,255,1.00);
text-decoration: none;
}
.product a:visited{color: rgba(255,255,255,1.00);}
.product a:hover{color: rgba(123,116,117,1.00);}
.product a:active{color: rgba(255,255,255,1.00);}

.socials{margin-right: 8px;}

.clearfloats{clear: both;}




h1, h2 {
  font-family: "Playwrite AU NSW", cursive;
  font-optical-sizing: auto;
  font-style: normal;
}

h3 {
  font-family: "Playwrite AU NSW", cursive;
  font-optical-sizing: auto;
  font-style: normal;
	color: rgba(255,255,255,1.00);
}

p {
  font-family: "Playwrite AU NSW", cursive;
  font-optical-sizing: auto;
  font-style: normal;
	font-size: 12px;
}



button {
			color: #000000;
			background-color: #9599a3;
			font-size: 19px;
			border: 0px solid #2d63c8;
			padding: 15px 50px;
			cursor: pointer
		}
		button:hover {
			color: #2d63c8;
			background-color: #ffffff;
		}