@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Goldman:wght@400;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=Eagle+Lake&family=Fontdiner+Swanky&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Notable&family=Satisfy&family=Skranji:wght@400;700&family=Stalinist+One&family=Trade+Winds&display=swap');


body{
	margin:0;
	padding:0;
	font-family: "Goldman", sans-serif;
	font-size: 14pt;
	color: #333;
	background-color: #2e3031;
}



.main-content {
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.center-div {
	background-color: #f5f6cb;
	text-align: center;
	max-width: 1800px;
	min-height: 600px;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2e3031;
	border-left-color: #2e3031;
}

.flex-container-categories {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	color: #000;
	width: 90%;
	flex-wrap: wrap;
	background-color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.flex-item-categories  {
	max-width: 350px;
	height: auto;
	color: #000;
	font-weight: bold;
	font-size: 18pt;
	text-align: center;
	margin: 20px;
	background-color: #9abb68;
	border: 1px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
}
.flex-container-reviews {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	color: #000;
	width: 90%;
	max-width: 1100px;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #9abb68;
	background-color: #bcd67f;
	
}
.flex-item-reviews  {
	width: 350px;
	height: 100%;
	color: #333;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	margin: 15px;
	border: 0px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	
	background-color: #f5f6cb;
}
.flex-item-reviews-horizontal  {
	width: 98%;
	height: auto;
	color: #333;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	margin: 15px;
	border: 0px solid #333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px;
	
	background-color: #f5f6cb;
}
.flex-container-review-icons {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	color: #333;
	width: 30%;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 350px;
	border: 2px solid #333;	
}
.flex-container-review-icons-horizontal {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	color: #333;
	width: 30%;
	flex-wrap: wrap;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	border: 2px solid #333;	
}
.flex-item-review-icons  {
	width: 90px;
	height: auto;
	text-align: center;
	border: 1px solid #BCD67F;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	float:left;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left:0 px;
}

.flex-item-review-text  {
	width: 100%;
	text-align: left;
	padding: 10px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.gg-footer {
	background-color: #9abb68;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 80px;	
}
.copyright-bg {
	
	background-color: #ce3234;
	padding-top: 30px;
	padding-bottom: 45px;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	background-image: url(../img/bricks-smaller.jpg);
	background-repeat: repeat;
}
.copyright-text-bg {
	font-size: 10pt;
	color: #f5f6cb;
	background-color: #2e3031;
	margin: 0 auto;
	padding: 10px;
	width: 330px;
	border: 2px solid #f5f6cb;
}

.gg-footer-text {
	font-size: 24px; /* Some tweener fallback that doesn't look awful */
	font-size: 2.2vh;
	width: 90%;
	margin: 0 auto;
	color: #f5f6cb;
	
}
.light-green-bg {
	background-color: #bcd67f;
	padding: 15px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.category-popup {
	font-size: 14pt;
	font-weight: normal;
	color: #333;
	background-color: #f5f6cb;
	margin: 0 auto;
	padding: 0px;
	max-width: 600px;
		-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.list-gg {
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #333;
	list-style-image: url(../img/bullet.png);
	margin-left: 20px;
	margin-bottom: 50px;
}
.button-red {
	color: #FFF;
	background-color: #ce3234;
	margin: 0 auto;;
	padding: 20px;
	max-width: 300px;
}
.button-red:hover {
	color: #FFF;
	background-color: #9abb68;
	margin: 0 auto;;
	padding: 20px;
	max-width: 300px;
}
.about-img {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	max-width: 190px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #2e3031;
}
.about-text {
	font-size: 20px; /* Some tweener fallback that doesn't look awful */
	margin-top: 60px;
	margin-bottom: 60px;
	letter-spacing: .06em;	
}

.reviews {
	font-size: 20px; /* Some tweener fallback that doesn't look awful */
	margin-top: 60px;
	margin-bottom: 60px;
	letter-spacing: .06em;	
	text-align:left; max-width:900px;
	padding:20px;
	margin:0 auto;
}

.pop-up-image {
	display: block;
  margin-left: auto;
  margin-right: auto;
	max-width: 400px;
	
}
.text-large {
	font-size: 24px; /* Some tweener fallback that doesn't look awful */
	font-size: 2.5vh;
	
	margin-top: 60px;
	margin-bottom: 60px;
	
}

.header-large {
	font-size: 36px; /* Some tweener fallback that doesn't look awful */
	font-size: 5.4vh;
	font-style: italic;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.header-bg-img {
	background-image: url(../img/header-bg-small.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #ce3234;
	width:inherit;	
	position: relative;
}

.flex-container-mini-nav {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	color: #f5f6cb;
	width: auto;
	z-index: 3;
	
	position:absolute;
	top: 2px;
	right: 2px;
	
}

.flex-item-mini-nav  {
	width: 110px;
	height: auto;
	color: #f5f6cb;
	font-weight: normal;
	font-size: 14pt;
	text-align: center;
	background-color: #ce3234;
	
	padding: 5px;
	text-transform: uppercase;
	margin-right: 10px;
	margin-bottom: 10px;
}


.text-red {
	color: #ce3234;
}

@media (min-width: 800px) {
.header-bg-img {
    background-image: url(../img/header-bg-med.jpg);
  }
}
@media (min-width: 1000px) {
.header-bg-img {
    background-image: url(../img/header-bg-1000.jpg);
  }
 }
  @media (min-width: 1100px) {
.header-bg-img {
    background-image: url(../img/header-bg-1100.jpg);
  }
}
  @media (min-width: 1200px) {
.header-bg-img {
    background-image: url(../img/header-bg-1200.jpg);
  }
}
  @media (min-width: 1300px) {
.header-bg-img {
    background-image: url(../img/header-bg-1300.jpg);
  }
}
  @media (min-width: 1400px) {
.header-bg-img {
    background-image: url(../img/header-bg-1400.jpg);
  }
}
 @media (min-width: 1500px) {
.header-bg-img {
    background-image: url(../img/header-bg-1500.jpg);
  }
}
 @media (min-width: 1600px) {
.header-bg-img {
    background-image: url(../img/header-bg-1600.jpg);
  }
}
  @media (min-width: 1700px) {
.header-bg-img {
    background-image: url(../img/header-bg-1700.jpg);
  }
}
@media (min-width: 1800px) {
.header-bg-img {
    background-image: url(../img/header-bg-wide.jpg);
  }
}

.logo-img {
  background-image: url(medium.jpg);
}
@media (min-width: 800px) {
  .logo-img {
    background-image: url(large.jpg);
  }
}
@media (min-width: 1000px) {
  .logo-img {
    background-image: url(extralarge.jpg);
  }
}

@media (min-width: 1000px) {
  .logo-img {
    background-image: url(extralarge.jpg);
  }
}

