/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* STYLES STYLES STYLES STYLES STYLES STYLES STYLES STYLES STYLES STYLES STYLES */

body {
  font-family: 'Lato', Lato, Arial, Sans Serif;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #332c26;
  letter-spacing: .05em;
  background: #c5e5f7;
}
/* HEADINGS */
h1, h2, h3, h4, h5 {
  color: #bb9275;
  margin-bottom: 20px;
}
h1 {
  font-size: 1.7em;
  color: #a7d4ee
}
h2 {
  font-size: 1.5em;
  font-family: "Times New Roman", Times, serif;
}
h3 {
  font-size: 1.3em
}
h4 {
  font-size: 1.1em
}
h5 {
  font-size: 1em
}
/* LINKS */
a {
  color: #1e1e1e;
  text-decoration: none;
}
a:hover {
  color: #1e1e1e;
}
img {
  max-width: 100%;
}
/* ELEMENTS */
header {
  width: 100%;
}
main {
  min-height: calc(100vh - 88px);
}
footer {
  width: 100%;
  text-align: center;
  line-height: 44px;
  height: 44px;
  font-size: 14px;
}
p {
  line-height: 1.4em;
  margin: 30px 0;
} 
.aliceblue {color: #f0f8ff}
/*NAV*/
nav {
  float: right;
  margin: 0;
}
nav ul {
  list-style: none;
  margin: 8px 10px 0;
}
nav ul li {
  display: inline-block;
  text-align: center;
  border-right: solid 1px #CA8941;
}
nav ul li:last-child {
  border-right: none;
}
nav ul li a {
  display: block;
  padding: 0 10px;
  font-size: 15px;
  color: #2b0e00;
}
nav ul li a:hover {
  color: #CA8941;
}
.title_s {
  font-size: 1.65em;
  color: #C87D3D;
  padding: 0 4px;
  letter-spacing: .035em;
  font-weight: 500;
  font-style: italic; 
}
.logo {
  float: left;
  padding: 10px;
}
.logo img {
  max-height: 20px;
}
/* HOME HOME HOME HOME HOME HOME HOME HOME HOME */
.home {
  background: #000;
  padding: 6% 0;
 
}
.page {
	background: #2b0e00;
	padding: 6% 0;
}
.homeimg {max-height: 1100px;}

/* ABOUT ABOUT ABOUT ABOUT ABOUT ABOUT ABOUT ABOUT */

.about {
  padding: 0 0 90px 0;
}


/* STORIES STORIES STORIES STORIES STORIES STORIES*/

.video-wrap {
  margin: 20px 0 10px 0;
}
.caption {
  color: #bb9275;
  letter-spacing: .12em;
  font-size: 13px;
  padding: 5px;
}
/* CONTACT CONTACT CONTACT CONTACT CONTACT CONTACT */
#contact {
  background: #2b0e00;
  padding: 7% 0;
}
#contact img {
  max-width: 80%;
  margin: auto;
}
.contact {
  
  color: #f0f8ff;
  margin-top: 20%;
}
#contact a {
  padding-top: 18px;
  color: #bb9275;
  text-decoration: none;
}
#contact a:hover {
  color: #CA8941;
}

/* TABLET TABLET TABLET TABLET TABLET TABLET TABLET */

@media screen and (min-width: 600px) and (max-width: 1400px) {
header {
}

.logo {
  float: none;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.title_s {
  font-size: 1.25em;
 }
#contact img {
  padding-right: 5%;
}
/* MOBILE NAV */
nav {
  float: none;
  width: 100%;
}
nav ul {
  width: 100%;
  margin: 10px 0;
}
nav ul li {
  width: 100%;
  border: 0;
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #2b0e00;
}
.about {
  padding: 0 0 60px 0;
  text-align: center
}
.contact {
  text-align: center;
  font-size: 16px;
  padding: 0 0 20px 0;
  margin-top: 0;
}

}

/* MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE MOBILE */

@media screen and (max-width: 767px) {
header {
}
.logo {
  float: none;
  width: 100%;
  margin: 10px 0;
  padding: 0;
  text-align: center;
}

/* MOBILE NAV */
nav {
  float: none;
  width: 100%;
}
nav ul {
  width: 100%;
  margin: 10px 0 20px 0;
}
nav ul li {
  width: 100%;
  border: 0;
  text-align: center;
}
nav ul li a {
  display: block;
  padding: 10px;
  font-size: 15px;
  color: #2b0e00;
}
.about {
  padding: 0 0 25px 0;
  text-align: center
}
.contact {
  text-align: center;
  font-size: 16px;
  padding: 0 0 20px 0;
  margin-top: 0;
}
#contact img {
  padding-right: 0;
}
.title_s {
  font-size: .9em;
}
}