@charset "UTF-8";

header {
	background-color: #F8F0E3;
}
contact {
	background: #F8F0E3;
	text-align: center;
}

contact p{
	color: black;
	font-family: 'Roboto Condensed', sans-serif;
	
}

.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-aside {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
}
.img-middle {
    align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    bottom: auto;
    top: auto;
}

nav {
	background-color: #67923D;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif"
}

nav{
	background-image: url("images/web-ready/nav-background02.png")
}

.nav-custom {
	background-color: #67923D;
}

.navbar-nav.mr-auto .nav-item .nav-link {
	color: #F6F6F6;
}

.navbar-nav.mr-auto .nav-item a:hover {
	background-color: #214E1D;
	background-image: url(images/tree-banner-full.png);
	background-position: center 0%;
}

.nav-align {
	margin:0 auto;
}

nav li{
	font-family: 'Inconsolata', monospace, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

h1{
	font-family: 'Roboto Condensed', sans-serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif"
}

h2{
	font-family: 'Roboto Condensed', sans-serif, Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
}

h4{
	font-family: 'Roboto', sans-serif;
}

article {
	background-color: #F8F0E3;
}

article h1{
	text-align: center;
}

article p{
	padding: 25px;
	text-align: center;
	font-family: 'Roboto Condensed', sans-serif;
	
}

aside {
	background-color: #3F512D;
}

aside h2{
	text-align: center;
}

.padding-left{
	padding-left: 50px;
	font-family: 'Roboto Condensed', sans-serif;
}

footer{
	background-color: black;
}

footer h4, p{
	color: gray;
	text-align: center;
}

footer p{
	font-family: 'Rajdhani', sans-serif;
}


@media (max-width: 992px){
	.hide {
		display: none;
	}
}

@media (min-width: 993px){
	.newimg{
	display: none
	}
}

@media (max-width: 767px){
	.center-text {
		text-align: center;
}
}

@media (max-width: 767px){
.aside-padding {
	padding-left: 0px;
	}
}

/*This is For The Gallery Page*/

gallery img{
	padding: 15px;
}

/*This is For The Contact Page*/
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #67923D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #3F512D;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #F8F0E3;
  padding: 20px;
}

