@charset "UTF-8";
html {}
body {
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  background-color: rgba(64, 64, 64, 1.00);
  color: white;
}
main {
  text-align: center;
  width: 100%;
  margin: auto;
}
header {
  padding-top: 3.4vw;
  padding-bottom: 1vw;
}
nav {}



#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 8rem;    /* Footer height */
}

#footer {
  position: absolute;
  padding-top: 4vw;
  bottom: 0;
  width: 100%;
  height: 8rem;            /* Footer height */
}
#aboutContent {
	text-align: center;
	
}


p {
  font-size: 1.2em;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
}
h2 {
  font-size: 1.8em;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
}
h3 {
  font-size: 1.6em;
	color: rgb(255, 119, 0);
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
}
h4 {
  font-size: .8em;
  color: rgb(255, 119, 0);
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
}
h5 {
  font-size: 1.6em;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
}
.carousel-caption {
  position: absolute;
  bottom: 0%;
}
.carousel-caption > h5 {
  font-size: 3.6vw;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.carousel-caption > p {
  color: rgb(255, 119, 0);
  font-size: 2vw;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.advert > h5 {
  font-size: 3vw;
  color: white;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}
.advert > p {
  color: rgb(255, 119, 0);
  font-size: 2vw;
  font-family: proxima-nova, sans-serif;
  font-weight: 100;
  margin-top: 0;
  margin-bottom: 0;
}

.advert {margin-top: 6vw}

.nav-item > a {
  font-size: 2.8vw;
  color: white !important;
}
.nav-item > a:hover {
  color: rgb(255, 119, 0) !important;
}
.navbar-nav > .active > a {
  color: rgb(255, 119, 0) !important;
}
.dropdown-menu {
  font-size: 1.2rem;
  color: #ffffff !important;
  text-align: center;
  background-color: rgba(207, 207, 207, 0.90);
}


@media (max-width: 768px) {
	
  	.nav-item > a {
  	font-size: 3vw;
  	color: white !important;
	}
	
	.carousel-caption > p {
 	color: rgb(255, 119, 0);
	font-size: 2.6vw;
  	font-family: proxima-nova, sans-serif;
  	font-weight: 100;
  	margin-top: 0;
  	margin-bottom: 0;
	}
	
	.advert > p {
  	color: rgb(255, 119, 0);
  	font-size: 2.6vw;
  	font-family: proxima-nova, sans-serif;
  	font-weight: 100;
  	margin-top: 0;
  	margin-bottom: 0;
	}
}






.frame {
  background-color: #fff;
  border: solid 2vw #000;
  border-bottom-color: #111;
  border-left-color: #000;
  border-radius: 0px;
  border-right-color: #111;
  border-top-color: #000;
  box-shadow: 12px 12px 18px -8px rgba(0, 0, 0, .45) inset, 4px 4px 10px 2px rgba(0, 0, 0, .45);
  box-sizing: border-box;
  display: inline-block;
  margin-top: 1vw;
  margin-bottom: 12vw;
  margin-left: 10vw;
  margin-right: 10vw;
  /*height:80vw;*/
  padding: 5vw;
  position: relative;
  text-align: center;
}
.frame img {
  border: solid 0px;
  border-bottom-color: #ffe;
  border-left-color: #eed;
  border-right-color: #eed;
  border-top-color: #ccb;
  box-shadow: 3px 3px 8px 3px rgba(0, 0, 0, .35);
  max-height: 60vw;
  max-width: 100%;
}


