@charset "UTF-8";
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1100px;
  }
}
@media (max-width: 768px) {
html, body {
width: auto !important;
overflow-x: hidden !important;
}
}
 html {
        height: 100%;
        margin: 0;
        padding: 0;
      }
	  body {
		  font-family: 'Open Sans', sans-serif;
		  color:#000 ;
	  }
	  h1,h2,h4,h5 {
			color:#B29553 ;
			 font-family: 'Open Sans', sans-serif;
		  text-transform: uppercase; 
		}
h1 {
			font-size:2rem;
		}
		h2 {
			font-size: 1.1rem;
		}
h3 {
	font-size: 1.5rem;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	 text-transform: capitalize;
	padding: 1rem;
}

.navbar> a:focus {
  color:#B29553;
}
a {
	text-decoration: none;
}
footer a {
	color:#000;
}
/* unvisited link */
a:link {
 
}

/* visited link */
a:visited {
 color:#B29553;
}
}

/* mouse over link */
a:hover {
 
}

/* selected link */
a:active {
 
}
/* this has got the toggle menu colors for iphone size*/

