@charset "UTF-8";
/* CSS Document */
/* Will Jusino */

/* Header*/
header{
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 500;
	box-shadow: 0 2px 10px #cecece;
	padding: 15px 0 8px 0;
	background: #A30303;
}
.branding {
	background: url("../images/qin-emperor-2.png") no-repeat;
	width: 270px;
	height: 90px;
	float: left;
	display: block;
	text-indent: -999em;
	overflow: hidden;
	color: #EAE8C0;
}

nav {
	margin-top: 40px;
	float: right;
}
nav ul {
	list-style-type: none;
	text-align: right;
}
nav li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 900;
	font-size: .8em;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}
nav li a:link {
	color: #EAE8C0;
	text-decoration: none;
}
nav li a:visited {
	color: #EAE8C0;
	text-decoration: none;
}
nav li a:hover {
	color: #ff6600;
	text-decoration: none;
}
nav li a:active {
	color: #ff6600;
	text-decoration: none;
}


/* Hero Image */
.hero-image{
	width: 100%;
	max-height: 580px;
	overflow: hidden;
	float: center;
}
 
.hero-image{
	min-height: 580px;
}

.image-overlay{
	position: absolute;
	top: 136px;
	height: 550px;
	width: 940px;
	z-index: 100;
	background-position: bottom;
	overflow: visible;
	color: #FF6060;
}

.image-overlay h1 {
	font-weight: 100;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	padding-top: 90px;
}
/* Introduction */

.introduction {
	width: 100%;
	padding: 100px 0 90px 0;
	background-color: #ffffff;
	float: left;
}

.introduction h2 {
	text-align: center;
	padding-bottom: 70px;
}


/* History */

.history {
	width: 100%;
	padding: 100px 0;
	color: #ffffff;
	background-color: #A30303;
	float: left;
}

.history h4{
	font-family: 'Cormorant', serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}

.drk-otl-btn {
	display: inline-block;
	padding: 0 15px;
	text-align: center;
	font-weight: 300;
	font-size: .8em;
	line-height: 36px;
	border-radius: 5px;
	cursor: pointer;
	margin: 20px 0;
}

.drk-otl-btn:link {
	color: #000;
	text-decoration: none;
	background: #FF6060;
}

.drk-otl-btn:hover {
	color: #000;
	background: #99BBFF;
}

/* Inside the Mausoleum */

.mausoleum {
	width: 100%;
	padding: 100px 0;
	background-color: #fff;
	text-align: center;
	float: left;
}

.mausoleum h2{
	padding-bottom: 70px;
}

.mausoleum img {
	margin-bottom: 10px;
	border-radius: 15%;
}

/* Rivers of Mercury */

.river {
	width: 100%;
	padding: 100px 0;
	background-color: #A30303;
	image-orientation: center;
	text-align: center;
	float: right;
}

.river h2{
	padding-bottom: 70px;
	color: #EAE8C0;
}

.river img {
	margin-bottom: 5px;
}

.river p{
	text-align: left;
	color: #FFFFFF
}

/* Gallery */

.gallery {
	width: 100%;
	padding: 100px 0;
	background-color: #fff;
	text-align: center;
	float: left;
}

.gallery h2{
	padding-bottom: 70px;
}

.gallery img {
	margin-bottom: 10px;
	border-radius: 1%;
}


/* Visit */

.visit {
	width: 100%;
	padding: 100px 0;
	background-color: #A30303;
	image-orientation: center;
	text-align: center;
	float: left;
}

.visit h2{
	padding-bottom: 0;
	color: #EAE8C0;	
}

.visit h4{
	margin-bottom: 5px;
	color: #99BBFF;
	text-align: left;
}

.visit p{
	text-align: left;
	color: #FFFFFF
}


/*  ------- [ Contact Form ] -------*/

.contact{
	width: 100%;
	padding: 100px 0;
	background: #efefef;
	float: left;
}

.contact h2 {
	text-align: center;
	padding-bottom: 70px;
	padding-top: 0px;
}

.contact p {
	padding-top: 50px;
}

.contact-form img {
	width: 460px;
	padding: 20;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100px;
	color: #FFFFFF;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea,
.contact-form select {
	border: 1px solid #DADADA;
	color: #888;
	height: 35px;
	margin-bottom: 25px;
	outline: 0 none;
	padding:20px 20px 20px 30px;
	width: 460px;
	font-weight: 100;
}

.contact-form textarea {
	height: 200px;
}

.message {
	height: 262px;
}

.contact-form select {
	text-indent: 0.01px;
	text-overflow: '' ;
	width: 100%;
	height: 35px;
}

.city {
	text-transform: uppercase;
	font-weight: 35px;
}

.city {
	text-transform: uppercase;
	font-weight: 900;
}

.button {
	display: block;
	float: right;
	outline: 0;
}


/* Desktops and laptops --------- */

@media only screen and (min-width: 1224px)
{
	video{
		width:100%;
	}
}

/* ------- [ Footer] -------*/

footer {
	width: 100%;
	padding: 50px 0;
	text-align: center;
	background-color: #A30303;
	float: left;
}

footer a:link {
	color: #EAE8C0;
	text-decoration: none;
}

footer a:visited {
	color: #EAE8C0;
}

footer a:hover {
	color: #ffffff;
}

footer a:active {
	color:#ffffff;
}

.copyright {
	width: 100%;
	color: #EAE8C0;
}

.copyright p {
	margin: 0;
}

.fa-linkedin-square,
.fa-twitter-square,
.fa-facebook-square {
	font-size: 2em;
	margin: 20px 5px 0 5px;
	color: #FF6060;
}

.logo img {
	width: 100px;
	height: 100px;
}
.fa-linkedin-square:hover,
.fa-twitter-square:hover,
.fa-facebook-square:hover{
	color: #ffffff;
}