@charset "utf-8";
/* CSS Document */
/*BASIC*/
html {
  font-family: 'Cambria', sans-serif;
  -webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;}

body {background-color:#E5E7E6;}


/*TOP OF PAGE IMAGES*/
.image_full{
   display:block;
	border-bottom-color: black;
	border-bottom: thin;
	border-bottom-style: solid}

 .image_mobile{
  display:none;
	border-bottom-color: black;
	border-bottom: thin;
	border-bottom-style: solid}

@media (max-width: 949px) {
  .image_full{
   display:none;}

  .image_mobile{
   display:block;}
}

/*LOGO*/
.logo {width:70%;max-width:300px;float:left;padding-left: 30px; padding-right: 30px; padding-top: 30px; padding-bottom: 30px;}
@media (max-width: 600px) {
	.logo {max-width: 200px;padding-bottom: 10px}
   }

/*LINKS*/
a {
  background-color: #8A3324;}

a:active {background-color: #4CBB17}

body {
  margin: 0;
  font-family: Cambria, sans-serif;
	padding-top: 120px}

/*NAVIGATION STARTS*/
.header {
  background-color: #E5E7E6;
  width: 100%;
  z-index: 3;
	position: fixed;
	top: 0;
	box-shadow: 1px 1px 4px 0}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #E5E7E6;}

.header li a {
  display: block;
  padding: 20px;
  border-right: 1px solid #E5E7E6;
  text-decoration: none;
	color: black;}


.header li a:hover,
.header .menu-btn:hover {
  background-color: #4CBB17;}



.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;}


.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 3px;
  position: relative;
  transition: background .2s ease-out;
  width: 40px;}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;}

.header .menu-icon .navicon:before {
  top: 5px;}

.header .menu-icon .navicon:after {
  top: -5px;}

.header .menu-btn {
  display: none;}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;}


@media (min-width: 950px) {
  .header li {
    float: left; }
  .header li a {
    padding: 20px 30px;}
  .header .menu {
    clear: none;
    float: right;
    max-height: none;}
  .header .menu-icon {
    display: none;}}

/*NAVIGATION ENDS*/


/*GRID IMAGES*/
.container {
  position:relative;
	margin-top: 70px;}


.quad {max-width: 300px;
	width: 100%;
	 margin: 10px;
	border-style: solid;
	border-color: #E9692C;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30)}


.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 30px;
	padding-bottom: 10px;
	margin-left: 8px;
	margin-right: 8px;
	padding-top: 20px;
	position: relative;}


.centertext {
	position: absolute;
	top: 44.5%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 26px;
	color: black;
	font-weight: 800;
	background-color:rgba(255,255,255,0.60);
	padding: 7px}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	padding-bottom: 20px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;}


.gallery .thumbnail .tag {
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;}


@media (min-width: 815px) and (max-width: 1200px) { .thumbnail {
	width: 48%;}}

@media (min-width: 321px)and (max-width: 815px) {.thumbnail {width: 100%}}


/*TEXT*/
h1 {font-size: 250%;}
h2 {font-size: 250%;text-align: center;padding: 30px}
h3 {font-size: 200%;padding-left: 50px;padding-right: 50px}

p {font-size: 150%;padding-left: 50px;padding-right: 50px}

p1 {display: block; font-size: 150%;padding-left: 150px; padding-right: 150px; text-align: left; align-content: center;}

@media (min-width: 300px) and (max-width: 815px) {p1 {padding-left: 50px; padding-right: 50px}}

.mainphoto {width: 100%;
	border-bottom: solid;
	border-bottom-color: rgba(0,0,0,0.3)}


/*VALIDATED FORM*/
form {align-content: center;margin-left: auto;margin-right: auto;text-align: center; font-size: 20px; padding-right: 20px;padding-left: 20px}

/*BUTTON*/
.button {
	font-size: 25px;
	width: 70%;
	max-width: 600px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	font-weight: bold;
	letter-spacing: 2px;
	background-color: #E9692C;
	border: 3px solid #000000;
	color: #000000;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.30)}

.button:hover {
	background-color: #4CBB17 ;
	color: #FFFFFF;
	cursor: pointer;}

/*FOOTER*/
footer {background-color: #8A3324;
	font-size: 14px;
	font-weight: bold;
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 60px;
	text-align: left}



.footerbit {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	padding-right: 3%}

@media (max-width: 950px) {.footerbit {display: block;
	padding-bottom: 30px;
	padding-top: 15px;
	padding-left: 20%;
	width: 75%}}
