@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%;
}

/* 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: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: 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: 100%;

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

.padding {
	padding-left: 50px;
	padding-right: 50px;
}

/* 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%}

/*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;
    display: inline-block;
    font-size: 16px;
	 -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.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;
}

/* Footer */
.footer {
	background-color: #e9692c;
	color: white;
	text-align: center;
}

/* Baseline Smart phone portait */
@media (min-width: 320px)
{.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;
}
}	
/* Baseline Smart phone landscape */
@media (min-width: 480px)
{.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;
}	
	
}
/* Baseline Tablet portait */
@media (min-width: 768px)
{.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;
}
	
}
/* Baseline Tablet landscape */
@media (min-width: 1024px)
{.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;
}
	
}
/* Desktop */
@media (min-width: 1200px)
{.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;
}
}