p {
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	padding-left: 8px;
	padding-right: 8px;
}

.title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 100px;
	text-align: center;
	color: #ffffff;
	opacity: 0;
}
.sub-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
}
.page-title {
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	text-align: left;
	padding-left: 50px;
}
.page {
	min-height: 600px;
}
.landing {
	color: #ffffff;
	background: linear-gradient(
      				rgba(99, 66, 113, 0.75), 
      				rgba(99, 66, 113, 0.75)
    			),
				url('../img/emmy_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-2 {
	background-color: rgba(0, 105, 131, .75);
	color: #ffffff;
	background: linear-gradient(
      				rgba(0, 105, 131, 0.85), 
      				rgba(0, 105, 131, 0.85)
    			),
				url('../img/rio_2_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-3 {
	color: #ffffff;
	background: linear-gradient(
      				rgba(174, 71, 20, 0.75), 
      				rgba(174, 71, 20, 0.75)
    			),
				url('../img/bg_redbull.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-4 {
	background-color: rgba(0, 67, 35, .85);
	color: #ffffff;
	background: linear-gradient(
      				rgba(0, 67, 35, 0.85), 
      				rgba(0, 67, 35, 0.85)
    			),
				url('../img/emmy_bg.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.page-5 {
	color: #ffffff;
	background: linear-gradient(
      				rgba(99, 66, 113, 0.80), 
      				rgba(99, 66, 113, 0.80)
    			),
				url('../img/bg_redbull.jpg') no-repeat center center; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.inner-video {
	margin-top: 150px;
}
.nav {
	position: fixed;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	right: 50px;
	z-index: 2000;
	width: 32px;
	border-radius: 16px;
	background-color: rgba(255, 255, 255, .5);
}
.nav:hover {
	background-color: rgba(255, 255, 255, 1);
}
.nav a {
	color: #666666;
}
.nav a:hover {
	color: #ff5a0a;
	cursor: pointer;
}
.embed-vid {
	margin-left: calc(50% - 375px);
}
.contact-body {
	text-align: center;
	/*margin-top: 200px;*/
}
a[href^=tel]{
    color:#6bc0ff;
}
@media (max-width: 767px) {
	.sub-title { font-size: 30px; }
	.title { font-size: 50px; }
	p { padding-top: 30px; }
	.page-title { text-align: center; }
	.inner-video { margin-top: 20px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.page-title { margin-bottom: 100px; }	
	p { padding-top: 50px; 
		padding-right: 30px;
		padding-left: 30px;
	}
}