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

html,body{
	max-width:100%; 
	overflow-x: hidden;
background-image: url(../images/Hero-bg-darker.jpg);
background-repeat: no-repeat;
background-position: center center;
display: block;
height: 1080px;
width: 1920px;
position: fixed;
left:0;
right: 0;
bottom: 0;
top:0;
z-index: -99;
}

a{color:inherit;}

.background-red{background-color: red;}
.background-blue{background-color: blue;}

.background-charcoal{background-color: #414042; padding:10px; display: block;}

.position-center{ position: absolute; top:25%;}

.column-adjust{ width: 100%; display: block;}

h1{ font-size: 16pt; font-weight: 800; line-height: 26pt;font-family: 'Raleway', sans-serif; text-transform: uppercase; text-align: center; color:#D1D1D1; letter-spacing: 4px; padding: 14px 0px 4px; color:#fff;}
h4{ font-size: 14pt; font-weight: 400; line-height: 20pt;font-family: 'Raleway', sans-serif; text-align: center; color:#D1D1D1;}