/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	font-family: 'Open Sans', sans-serif;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

.header{
	width: 100%;
	height: 75px;
	background: #fff;
	/*background-color: rgba(255,255,255,0.85);*/
	position: absolute;
	top: 0px;
}
.logo {
float: left;
color: #000;
font-family: 'Montserrat', sans-serif;
font-size: 23px;
font-weight: 400;
text-transform: uppercase;
cursor: pointer;
line-height: 75px;
margin-left: 68px;
}
.register-button {
cursor: pointer;
margin-left: 80%;
}
.flex-order, .flex-order:visited {
    display: block;
    position: relative;
    padding: 12px 12px 0px 10px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
	text-align=center;
    width: 152px;
	height: 40px;
    background: none repeat scroll 0% 0% rgb(148, 214, 10);
	font-family: 'Montserrat', sans-serif;
    font: 1.125em;    
	transition: all 0.2s ease-in-out 0s;
	font-size: 18px;
	font-face: bold;
    z-index: 2;
}
.clear{clear: both;}
.menu{
	float: right;
}
.menu ul{list-style: none; padding: 0; height: 75px; margin: 0;}
.menu ul li{
	float: left;
	line-height: 75px;
	padding: 0px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.menu a{
	text-decoration: none;
	color: #414141;
	
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}.menu a:hover{
	color: #4cddf3;
	
/*	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;*/
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */



main-title{position: relative;
top: 150px;
background: #204060;
color: #D8D74B;
display: block;
margin: 1.67em 0;
width: 90%;
align: center;
}

.ul {float; right;}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */














/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* Pre-load */
#home{ height:50%;}
.hd5 {
	font-family: "Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 50px;
	color: #D8D74B;
	background-color: #204060;
	letter-spacing: 4px;
	text-align: left;
	margin-top: 1.67em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-transform: uppercase;
}
.hd3 {
	font-family: "Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 30px;
	color: #D8D74B;
	background-color: #204060;
	letter-spacing: 2px;
	text-align: left;
	margin-top: 1.67em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-transform: uppercase;
}
.hd1 {
	font-family: "Open Sans","Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 12px;
	color: grey;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 1.67em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;
	text-transform: uppercase;
}
.normaltext {
	font-family: "Open Sans","Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 12px;
	color: #204060;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 1.67em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em;

}
.normaltextleft {
	font-family: "Open Sans","Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 11px;
	color: #204060;


	margin-top: 1.67em;
	margin-right: 0em;
	margin-bottom: 1.67em;
	margin-left: 0em;

}
.a {
text-decoration: none;
}
/* ==========================================================================
   Picture Overlay with Text
   ========================================================================== */

div.wrapper{  
    float:left; /* important */  
    position:relative; 

}  
div.description{  
     position: absolute; /* absolute position (so we can position it where we want)*/  
    left:0px;  
		top: 40px;
    width:100%;  
    /* styling bellow */  
   	font-family: "Brandon Grot W01 Bold", 'Montserrat', sans-serif;
	font-size: 30px;
font-weight: 800;
	color: white;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
    opacity:1.0; /* transparency */  
    filter:alpha(opacity=100); /* IE transparency */  
}  
p.description_content{  
    margin:0px;  }