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

@font-face {
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
   src: url( ../fonts/Cambria.ttf);
}

* {
   font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}

body, html {
    height: 100%;
}

h1 {
	color: #e9692c;
	font-weight: bold;
}

h2 {color:#4CBB17;
	font-weight: bold;
	
}
p {
	color:#8A3324;
}
.homeh1 {
	color: white!important;
	font-weight: normal!important;
}

/* The Home Page hero image */
.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/road-815297_1920.jpg");

    /* Set a specific height */
    height: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.locations-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/forest-nature-sun-7334.jpg");

    /* Set a specific height */
    height: fill;

    /* Position and center the image to scale nicely on all screens */
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}

/* Locations Page Text*/
.locations-text {
    text-align: center;
    position: absolute;
    top: 8.5%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
	margin-bottom: 30px;
}

/* Locations Text Block */
.text-block {
    position: relative;
    top: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #333333;
    padding: 30px;
	border-radius: 40px;
}
/* The Contact Page hero image */
.contact-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/man-on-cliff.jpg");

    /* Set a specific height */
    height: fill;
    /* Position and center the image to scale nicely on all screens */
    background-position: center center;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
}
/* Contact Page Text*/
.contact-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform: translate(-50%, -50%);
  	-ms-transform: translate(-50%, -50%);
    color: white;
}

.text-block2 {
    position: relative;
    top: 30px;
text-align: left;
	padding: 30px;
	color: white;
	margin-left: 20%;
	margin-right: 20%;
}

.padding {
	padding-left: 20%;
	padding-right: 20%;
}

/* Contact Page Table */
.con-tabletr {
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Social Media Icons CSS */
.fa {
  padding:10px;
  font-size: 100px;
  width: 35px;
  text-align: center;
  text-decoration: none;
  margin: 5px 5px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: white;
  color: #4CBB17;
}

.fa-twitter {
  background: white;
  color: #4CBB17;
}
.fa-instagram {
  background: white;
  color: #4CBB17;
}
.fa-youtube {
  background: white;
  color: #4CBB17;
}

/* Products Z-index CSS */
.graphic {
	position:relative;
	width:100%;
	z-index:10;
}
.graphic:hover {
	position:relative;
	width:100%;
	background-color:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
	border-radius:30px;
	border-color:#e9692c;
	text-decoration-color: #fff;
	z-index:20;
}

/* Margin Top and Bottom for Products Graphics */
.products-margin {
	margin-top: 4%;
	margin-bottom: 4%;
}

.margin {margin-left: 10%;
margin-right: 10%}

/* Products Page Image overlay CSS */

.proimgcontainer {
  position: relative;
  width: 50%;
}

.proimg {
  display: block;
  width: 100%;
  height: auto;
}

/*Home Page button*/
.orange-button
{
    background-color: #e9692c;
    border: 2px solid white;
	border-radius: 12px;
    color: white;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
	font-weight: bold;
    display: inline-block;
    font-size: 16px;
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
	cursor: pointer;
}
.orange-button:hover
{
    background-color: white;
    border: 2px solid #e9692c;
	border-radius: 12px;
    color: #e9692c;
    padding: 12px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

/* split navbar */
.leftnav {float: left}

.rightnav {float: right;}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

/* Central's navbar code */
.section {
    position: fixed;
    top: 0px;
    width: 100%;
    padding: 0.15rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 96;
}

.header-buttons {
    position: absolute;
    right: 1.5rem;
}

/* Baseline Smart phone portait */
@media (min-width: 320px)	{
	/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
	padding:3%;
}
	.navoption {
		font-size: 14px;
	display: block;
	text-align: center;
	width:25%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	}
	
	.navoption:hover {
		background-color: #F0F0F0;
	}	
	.navgroup {width:100%;
		align-content: center;
		
	}	
.logocenter {
position: absolute;
margin-left: 40%;
margin-right: 38%;	
text-align: center;
z-index:100;
}

/* Products Image Hover Overlay CSS */	
	
.prooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,105,44,0.65);
}

.proimgcontainer:hover .proimgcontainer:active .prooverlay {
  opacity: 1;
}	
	
.proimgtext {
  color: white;
  font-size: 30px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
}	
/* Baseline Smart phone landscape */
@media (min-width: 480px)	{
/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
	padding:3%;
}
	.navoption {
		font-size: 14px;
	display: block;
	text-align: center;
	width:25%;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	padding-right: 10px;
	}
	.navoption:hover {
		background-color: #F0F0F0;
	}	
	.navgroup {width:100%;
		align-content: center;
		
	}	
.logocenter {
position: absolute;
margin-left: 44%;
margin-right: 43%;
text-align: center;
z-index:100;
}	

	/* Products Image Hover Overlay CSS */	
	
.prooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,105,44,0.65);
}

.proimgcontainer:hover .proimgcontainer:active .prooverlay {
  opacity: 1;
}
	
.proimgtext {
  color: white;
  font-size: 25px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}	
	
}
/* Baseline Tablet portait */
@media (min-width: 768px)	{
/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
	padding:2%;
}
	.navoption {
		font-size: 16px;
	display: block;
	text-align: center;
	width:25%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	}
		.navoption:hover {
		background-color: #F0F0F0;
	}	
	.navgroup {width:100%;
		align-content: center;
		
	}	
.logocenter {
position: absolute;
margin-left: 45%;
margin-right: 43%;	
text-align: center;
z-index:100;
}
	/* Products Image Hover Overlay CSS */	
	
.prooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,105,44,0.65);
}

.proimgcontainer:hover .prooverlay {
  opacity: 1;
}
	
.proimgtext {
  color: white;
  font-size: 30px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}	
	
}
/* Baseline Tablet landscape */
@media (min-width: 1024px)	{
	/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
	padding:2%;
}
	.navoption {
		font-size: 18px;
	display: block;
	text-align: center;
	width:25%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.navoption:hover {
		background-color: #F0F0F0;
	}	
	.navgroup {width:100%;
		align-content: center;
		
	}	
.logocenter {
position: absolute;
margin-left: 45%;
margin-right: 45%;
text-align: center;
z-index:100;
}
	
	/* Products Image Hover Overlay CSS */	
	
.prooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,105,44,0.65);
}

.proimgcontainer:hover .prooverlay {
  opacity: 1;
}
	
.proimgtext {
  color: white;
  font-size: 30px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}	
	
}
/* Desktop */
@media (min-width: 1200px)	{
	/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
	padding:2%;
}
	.navoption {
		font-size: 18px;
	display: block;
	text-align: center;
	width:25%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	}
	.navoption:hover {
		background-color: #F0F0F0;
	}	
	.navgroup {width:100%;
		align-content: center;
		
	}	
.logocenter {
position: absolute;
margin-left: 45%;
margin-right: 45%;
text-align: center;
z-index:100;
}
	
	/* Products Image Hover Overlay CSS */	
	
.prooverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(233,105,44,0.4);
}

.proimgcontainer:hover .prooverlay {
  opacity: 1;
}	
.proimgtext {
  color: white;
  font-size: 35px;
	font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}	
}