* {
	margin:0;
	padding:0;
	max-width: 100%;
	box-sizing: border-box;
}

body {

	background-color: #212121;
	margin:0;
	padding:0;
	color:white;
	width:100vw;
}

a {
	text-decoration: none;
	color: inherit;
}

@font-face {
	font-family: 'OsBlack';
	src: url(fonts/OstrichSans-Black.otf);
	src: url(fonts/OstrichSans-Black.svg);
	src: url(fonts/OstrichSans-Black.woff);
	font-weight: normal;
}

@font-face {
	font-family: 'OsBold';
	src: url(fonts/OstrichSans-Bold.svg);
	src: url(fonts/OstrichSans-Bold.otf);
	src: url(fonts/OstrichSans-Bold.woff);
	font-weight: bold;
}
@font-face {
	font-family: 'OsMedium';
	src: url(fonts/OstrichSans-Medium.otf);
	src: url(fonts/OstrichSans-Medium.svg);
	src: url(fonts/OstrichSans-Medium.woff);
	font-weight: normal;
}

@font-face {
	font-family: 'Bryant-Reg';
	src: url(fonts/BryantPro-Regular.otf);
	font-weight: normal;
}

@font-face {
	font-family: 'Bryant-Bold';
	src: url(fonts/BryantPro-Bold.otf);
	font-weight: bold;
}

@font-face {
	font-family: 'Bryant-Light';
	src: url(fonts/BryantPro-Light.otf);
	font-style: italic;
}

.osBold {
	font-family: 'OsBold';
}

.osMedium {
	font-family: 'OsMedium';
}

.osBlack {
	font-family: 'OsBlack';
}

.orangeText {
	color:#db7c0b;
}

header {
	margin:0;
	padding:0;
	height:9vh;
	width:100vw;
	background-image: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
	}

nav {
	display: none;
}

header #menu_open {
	width:10vw;
	list-style: none;
	position: absolute;
	top:4vh;
	right:4vw;
	display: inline;
}

header #mobile_text {
	width: 80vw;
	padding: 4vh 1vw 1vh 1vw;
	margin-bottom: 4vh;
	border-bottom: solid 0.5vh #313030;
}

#mobile_nav {
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 100vh;
	background-color: white;
  	transition: width 0.6s cubic-bezier(0.19, 1, 0.55, 1.34);
  	z-index: 10;
  	background-color: rgb(0,0,0);
 	font-size: 2vh;
 	font-family: 'Bryant-Bold';
 	text-transform: uppercase;
 	padding-top:10vh;
 	padding-bottom:10vh;
}

#mobile_nav #menu_close {
	position: absolute;
	right: 1vw;
	top: 3vh;
	display: none;
	height: 5vh;
	}

#mobile_nav ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	height:100%;
}

#mobile_nav ul li {
	display: flex;
	align-items: center;
	list-style: none;
	background-color: #313030;
	color: white;
	flex-grow: 1;
	vertical-align: middle;
	font-size: 3vh;
	margin: 2vh 0 2vh 0;
}

#mobile_nav ul li a {
	display: flex;
	align-items: center;
	height:100%;
	width: 100%;
}

#mobile_nav ul li img {
	height: 5vh;
	vertical-align: middle;
	padding-right: 5vw;
	padding-left: 2vw;
}

main {
	width:100vw;
	font-size: 1.1em;
	height: 100%;
}

main #phone_number {
	display: none;
}

main video {
  z-index: -1;
  border-bottom: solid 0.25vh #313030;
  margin-bottom: 2vh;
}

aside {
	display: none;
}

#content_area {
	margin-top:8vh;
	height: calc(100% - 15vh);
	text-align: center;
	padding: 0 1vw 0 1vw;
}

#content_area #video2 {
	display: none;
}

#arrow {
	display: none;
}

.homepage_img {
	margin-bottom: 3vh;
}

.awards_image {
  width: 90vw;
  margin: 5vh auto 5vh auto;
  display: block;
}

#content_area h1  {
	font-size: 6.5vw;
	margin-bottom: 1em;
}

#content_area2 h1 {
	font-size: 6.5vw;
	margin-bottom: 4vh;
	margin-left: 2vw;
	margin-top: 10vh;
	text-align: center;
}

#content_area h2  {
	font-size: 4.5vw;
	margin-bottom: 1em;
	font-family: 'Bryant-Reg';
  text-transform: uppercase;
  text-align: center;
}

#content_area2 h2 {
	font-size: 4.5vw;
	margin-top: 2vh;
	margin-bottom: 2vh;
	font-family: 'Bryant-Reg';
  text-transform: uppercase;
  text-align: center;
}


#content_area h3,
#content_area2 h3 {
  font-size: 4.5vw;
  font-family: 'Bryant-Reg';
  line-height: 1.8em;
  text-align: center;
  margin: 0 6vw 0 6vw;
  padding:0;
  line-height: 220%;
  border-radius: 0.5vw;
  padding: 1vh 1vw 1vh 1vw;
}


#content_area p,
#content_area2 p {
	font-size: 4.5vw;
	font-family: 'Bryant-Reg';
	line-height: 1.8em;
	text-align: justify;
	margin-left: 10vw;
	margin-right: 10vw;
	text-align: center;
}

#content_area a {
  font-style: italic;
  text-decoration: underline;
}

#content_area2 {
	margin-top:6vh;
	text-align: center;
}

#phone_icon {
  width:5vw;
  margin-right: 2.3vw;
}

#envelope_icon {
  width:5vw;
  margin-right: 2.3vw;
}

#TBSR {
  height: 40vw;
}

footer {
	width: 100vw;
	text-align: center;
	background-image: url('fires.png');
	background-repeat: no-repeat;
	background-size:contain;
	background-position: 0% 100%;
	padding-top:4vh;
	padding-bottom: 4vh;
	border-top: solid 0.25vh #313030;
	margin-top:5vh;
}

footer h3 {
	font-size: 4.5vw;
	font-family: 'OsMedium';
}

footer h4 {
	font-size: 4vw;
	font-family: 'OsMedium';
	display: inline-block;
	margin: 0 1vw 3vh 1vw;
	width:10vw;
}

footer h5 {
	font-size: 4vw;
	font-family: 'OsMedium';
	color: grey;
}

footer img {
	height:9vw;
	display: inline-block;
	margin: 3vh 2vw 3vh 2vw;
}

#credits_box {
  display: flex;
  margin: 2vh 3vw 2vh 3vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}

#gallery_box {
  display: flex;
  margin: 2vh 3vw 2vh 3vw;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}


#credits_box img {                  /*For pre-loading the hover images to prevent image flicker. We don't want the images to be seen however.*/
  visibility: hidden;
}

 .credits_gallery {
  height:auto;
  width: 45vw;
  margin: 2vh 2vw 0 0;
  background-repeat: no-repeat;
  padding:0;
  background-size: contain;
  display: inline-block;
}

.main_gallery {
  height:auto;
  width: 30vw;
  margin: 2vh 1vw 0 0;
  background-repeat: no-repeat;
  padding:0;
  background-size: contain;
  display: inline-block;
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  text-align: center;
  top:0;
  left:0;
  padding: 20vh 10vw 20vh 10vw;
  background-color: rgba(0,0,0,0.8);
}

.lightbox img {
  max-width:100%;
  max-height:100%;
  border: solid white thick;
  border-radius: 1vw;
}

.lightbox:target {
  display: block;
  outline: none;
}

#credits_1 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/skyfall.jpg");
}
#credits_2 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/ff6.jpg");
}
#credits_3 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/crown.jpg");
}
#credits_4 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/pb.jpg");
}
#credits_5 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/ww.jpg");
}
#credits_6 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/got.jpg");
    background-size: contain;    
}
#credits_7 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/hpotter.jpg");
    background-size: contain;    
}
#credits_8 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/av.jpg");
    background-size: contain;    
}
#credits_9 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/lfh.jpg");
    background-size: contain;    
}
#credits_10 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/legend.jpg");
    background-size: contain;    
}
#credits_11 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/spectre.jpg");
    background-size: contain;    
}
#credits_12 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/hs.jpg");
    background-size: contain;    
}
#credits_13 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/rocket.jpg");
    background-size: contain;    
}
#credits_14 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/br.jpg");
    background-size: contain;    
}
#credits_14 {
    background-image: url("http://www.pearsonstunts.com/credits_gallery/dr.jpg");
    background-size: contain;    
}

.award_heading {
  display: block;
  font-size: 5vw;
  font-family: 'Bryant-Reg';
  line-height: 1.8em;
  text-align: justify;
  margin: 0 3vw 0 3vw;
  padding:0.25vh 0.25vw 0.25vh 0.25vw;
  line-height: 150%;
  width: 80vw;
  color: rgb(219,124,11);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: rgba(21, 21, 21, 0.85);
}

.award_detail {
    display: block;
    font-size: 4vw;
    font-family: 'Bryant-Reg';
    line-height: 1.8em;
    text-align: justify;
    margin: 0 3vw 3vh 3vw;
    padding:0 0 0.5vh 0;
    line-height: 150%;
    border-bottom: solid white thin;
    width: 80vw;
    margin-left: auto;
  	margin-right: auto;
  	text-align: center;
}