.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFF;
}

.main-navigation > ul > li > a{
	text-transform: uppercase;
	font-size:14px;
	padding: 5px 14px;
}

.slider-caption .caption-title{
	font-size: 40px;
	font-weight: bold;
	text-transform: capitalize;
	color:#FFF;
	position: relative;
	text-shadow: 2px 2px 4px #000;
}

.top-footer{
	background: #E64C2A;
	padding: 30px 0;
}

.top-footer h2{
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
	font-weight: bold;
}


.parallax-section h1{
	font-size: 0;
	text-transform: uppercase;
	line-height: 0;
	text-align: center;
	padding: 0px;
	font-weight: 300;
	margin-bottom: 0;
}

.parallax-section h2{
	font-size: 34px;
	text-transform: inherit;
	line-height: 1.2;
	text-align: center;
	padding: 0 20px;
	font-weight: 300;
	margin-bottom: 20px;
}

#content{
    position: relative;
    z-index: 99;
    background-color: black;
}


.parallax-section{
	padding: 20px 0 20px;
	position: relative;
}

.hentry {
	margin: 0 0 20px;
	background: #000000;
	padding: 10px;
	margin-bottom: 20px;
	position: relative;
}

#secondary .widget{
	background: #000000;
	padding: 15px;
}

#secondary h2.widget-title span{
	color: #FFFFFF;
	display: inline-block;
	padding: 8px 0;
}



body,
button,
input,
select,
textarea {
	color: #FFFFFF;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 300;
	font-size: 16px;
}

#go-top{
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: none;
	height: 50px;
	width: 50px;
	background: #316CB1;
	text-align: center;
	line-height: 50px;
	z-index: 9999;
}

#masthead{
	width: 100%;
	z-index: 99999;
	background: #130C0D;
	padding: 10px 0;
	border-bottom: 3px solid #899571;
	position: relative;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    position: relative;
    background: #316CB1;
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border:none;
}

.entry-header h1.entry-title a{
	text-decoration:none;
	color: #E66432;
}

.page-header{
	background: #FFF;
	padding: 10px;
	margin-bottom: 30px;
	border-bottom: 3px solid #E66432;
	display: none;
}

.entry-footer .fa{
	margin-right: 5px;
	color: #666;
	display: none;
}

.entry-footer span{
	margin-right: 15px;
	display: none;
}

