:focus {
	outline: none!important;
}

input:focus, select:focus, textarea:focus {
	outline: none!important;
	border-color: #cccccc!important;
	box-shadow: 0px 0px 15px -5px #303030!important;
}

input, select, button {
	font-size: 15px;
}

label {
	font-size: 15px;
}

html, body {
	min-width: 310px;
}

a, a:hover, img, img:hover, input, select, textarea {
	-webkit-backface-visibility: hidden;
	transform: translate3d(0px,0px,0px);
}

div, a, img, button, input, select, textarea, input:focus, select:focus, textarea:focus {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

body {
	-webkit-font-smoothing: antialiased;
	color: #606060;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	text-align: left!important;
}

.mouse-click {
	cursor: pointer;
}

input, select, textarea {
	border-radius: 2px;
}

.header-contact-link {
	color: #606060!important;
	text-decoration: none;
}

.header-contact-link:hover {
	color: #606060!important;
	text-decoration: none;
}

.header-contact-link:active {
	color: #606060!important;
	text-decoration: none;
}

.mobile-nav-bar {
	display: block;
	margin-top: 5px;
	margin-bottom: -35px;
}

.mobile-nav-bar-button {
	display: block;
	background: #8d0e1a;
	color: #f0f0f0!important;
	text-shadow: 0px 0px 10px #000000;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	text-decoration: none!important;
	margin-top: 1px;
	font-variant: small-caps;
}

.mobile-nav-bar-button:hover {
	background: #c6161d;
	color: #ffffff;
	text-decoration: none;
}

.desktop-nav-bar {
	display: none;
}

.desktop-nav-bar-button-block {
	display: block;
	float: left;
	width: 25%;
}

.desktop-nav-bar-button {
	display: block;
	box-shadow: 0px 0px 5px 0px #000000;
	border-radius: 0px;
	line-height: 60px;
	margin-left: 1px;
	margin-right: 1px;
	padding-left: 20px;
	text-align: left;
	background: #8d0e1a;
	color: #f0f0f0!important;
	text-shadow: 0px 0px 10px #000000;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none!important;
	font-variant: small-caps;
}

.desktop-nav-bar-button:hover {
	background: #c6161d;
	color: #ffffff;
	text-decoration: none;
	margin-top: -0px;
	padding-top: 0px;
}

.desktop-nav-bar-button:active {
	background: #c6161d;
	color: #ffffff;
	text-decoration: none;
}

.header-logo-container {
	float: left;
	width: 20%;
}

.header-details-container {
	float: right;
	width: 70%;
}

.header-details-block {
	text-align: right;
	margin-top: -5px;
	padding-bottom: 20px;
}

.header-hero {
	width: 95%; 
	padding-left: 5%;
	padding-top: 15%; 
	padding-bottom: 35%; 
}

.red-button {
	box-shadow: 0px 0px 5px 0px #000000; 
	border-radius: 0px;
	background: #8d0e1a;
	color: #f0f0f0!important;
	text-shadow: 0px 0px 10px #000000;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	display: inline-block;
	text-decoration: none!important;
	font-variant: small-caps;
}

.red-button:hover {
	background: #c6161d;
	color: #ffffff;
	text-decoration: none;
}

.red-button:active {
	background: #c6161d;
	color: #ffffff;
	text-decoration: none;
}

.grey-button {
	box-shadow: 0px 0px 5px 0px #000000; 
	border-radius: 0px;
	background: #777777;
	color: #f0f0f0!important;
	text-shadow: 0px 0px 10px #000000;
	font-size: 18px;
	font-weight: normal;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	display: inline-block;
	text-decoration: none!important;
	font-variant: small-caps;
}

.grey-button:hover {
	background: #909090;
	color: #ffffff;
	text-decoration: none;
}

.grey-button:active {
	background: #909090;
	color: #ffffff;
	text-decoration: none;
}

.footer-nav-link {
	color: #606060!important;
	text-decoration: underline;
}

.footer-nav-link:hover {
	color: #000000!important;
	text-decoration: underline;
}

/* If screen width is greater than 1400px */
@media (min-width: 1400px) {
	.header-hero {
		width: 95%; 
		padding-left: 5%;
		padding-top: 15%; 
		padding-bottom: 25%; 
	}
}

/* If screen width is greater than 1300px */
@media (min-width: 1300px) {

}

/* If screen width is greater than 1200px */
@media (min-width: 1200px) {

}

/* If screen width is greater than 992px */
@media (min-width: 992px) {

}

/* If screen width is greater than 768px */
@media (min-width: 768px) {
	.mobile-nav-bar {
		display: none;
	}

	.desktop-nav-bar {
		display: block;
	}
	.header-details-block {
		float: right;
		width: 33%;
		margin-top: 10px;
		padding-bottom: 0px;
	}
}