body {
	color: #444444;
}

h2 {
	font-family: 'Lato', sans-serif;
	color: #000000;
	line-height: 1.4;
}

h3 {
	color: #000000;
}

p a {
	color: #666666;
	font-weight: bold;
}

.table>tbody>tr>td {
	border-top: none;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: top;
}

li a {
	color: #666666;
}

li a:hover {
	color: inherit;
}


hr {
	border-top: 1px solid #cccccc;
}

.navbar-default {
	background-color: #212733;
	border-color: #212733;
	padding-top: 10px;
}

.navbar-default .navbar-toggle {
    border-color: #000;
}

.navbar-toggle {
	padding: 4px 7px;
	color: #222;
	border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #222;
    color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #F2E6D6 !important;
	line-height: 20px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	background-color: #B92020 !important;
	color: #FFFFFF !important;
}

.dropdown-menu {
	background-color: #B92020 !important;
}

.dropdown-menu>li>a {
	color: #FFFFFF !important;
	background-color: #B92020 !important;
}

li.nav-news {
	color: #fff;
	padding: 10px;
	min-width: 260px;
}

.jumbotron {
	background-color: #212733;
	border-bottom: 30px #CDCDC1 solid;
}

.jumbotron h2 {
	color: #84a9a6 !important;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: -15px !important;
	text-transform: uppercase;
	font-size: 28px;
	padding-top: 15px;
}

.jumbotron h1 {
	color: #F2E6D6;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 48px;
	text-transform: uppercase;
}


.featurette a {
	color: #993300;
	font-weight: 700;
}

.featurette a:hover {
	color: #000000;
}


.btn-pages {
	background-color: transparent;
	border-color: #333;
	color: #333 !important;
	font-weight: normal !important;
	padding: 16px 12px;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
}

.btn-location {
	background-color: #000;
	border-color: #333;
	color: #fff !important;
	font-weight: normal !important;
	padding: 8px 12px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
	margin-top: 10px;
}

.btn-album {
	background-color: transparent;
	border-color: #333;
	color: #333 !important;
	font-weight: normal !important;
	padding: 3px 8px;
	font-size: 13px;
	text-transform: uppercase;
}


label {
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
}

.middle {
	background-color: #C0D9D9 !important;
}

.middle p {
	color: #000000 !important;
	font-family: 'Handlee', sans-serif;
	font-size: 24px;
}


.fancy {
	font-family: 'Sacramento', sans-serif; 
	font-size: 48px;
}

#footer {
	background-color: #333333;
}

#footer p {
	color: #666666;
}

#footer a {
	font-weight: 300;
	color: #999999;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}


.videoContainer {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
 
.videoContainer.widescreen { padding-bottom: 57.25%; }
.videoContainer.vimeo { padding-top: 0; }
 
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .videoContainer { padding-top: 0; }
}


@media only screen and (max-width : 992px) {
  .jumbotron h2 {
	font-size: 24px;
  }
  .jumbotron h1 {
	font-size: 36px;
  }
}


@media only screen and (max-width : 767px) {
  .jumbotron h2 {
	font-size: 20px;
  }
  .jumbotron h1 {
	font-size: 23px;
  }
}


@media only screen and (max-width : 480px) {
  .jumbotron h1 {
	font-size: 20px;
  }
  .jumbotron {
  	border-bottom: none;
  }	
}	
