@font-face {
    font-family: 'OstrichSansMedium';
    src: url('../fonts/ostrich-regular-webfont.eot');
    src: url('../fonts/ostrich-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-regular-webfont.woff') format('woff'),
         url('../fonts/ostrich-regular-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-regular-webfont.svg#OstrichSansMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OstrichSansBold';
    src: url('../fonts/ostrich-bold-webfont.eot');
    src: url('../fonts/ostrich-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ostrich-bold-webfont.woff') format('woff'),
         url('../fonts/ostrich-bold-webfont.ttf') format('truetype'),
         url('../fonts/ostrich-bold-webfont.svg#OstrichSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {margin:0px; border:0px; padding:0px;}

body {
	background: url('../images/bg.jpg') no-repeat top center fixed;
	background-size: cover;
	background-color: #59A4C8;
	min-height: 100%;
	overflow: hidden;
}

.logo {
    background-image: url('../images/logo.png');

	width: 366px;
	height: 84px;
	
	position: absolute;
	left: 65px;
	top: 75px;
	
	display:block;
}

.slgn p{
	position: absolute;
	bottom: 50px;
	left: 74px;
	
	margin-right:325px;
	
    color: #ffffff;
    font-family: 'OstrichSansMedium','Myriad Pro','Arial Narrow',Arial,sans-serif;
    font-size: 100px;
    font-stretch: condensed;
    font-weight: normal;
	text-transform: uppercase;
    text-shadow: 1px 1px 1px #4e94b6;
	line-height:100px;
}

.slgn p span {color: #bceffe;}

.flare1 {
	background-image: url('../images/glare1.png');

	width: 437px;
	height: 445px;
	
	position: absolute;
	left: 100%;
	top: 100%;
	
	margin-left:-36%;
	margin-top:-365px;
}

.flare2 {
	background-image: url('../images/glare2.png');

	width: 312px;
	height: 317px;
	
	position: absolute;
	left: 100%;
	top: 100%;
	
	margin-left:-27%;
	margin-top:-265px;
}

.flare2 p{
	color: #bceffe;
    font-family: 'OstrichSansMedium','Myriad Pro','Arial Narrow',Arial,sans-serif;
    font-size: 58px;
    font-stretch: condensed;
    font-weight: normal;
	text-transform: uppercase;
	line-height:58px;
	
	display:block;
	margin: 95px 0 0 95px;
}

.flare2w {
	display:block;
	background: url('../images/glare2w.png') no-repeat;

	width: 312px;
	height: 317px;
	
	position: absolute;
	left: 100%;
	top: 100%;
	
	margin-left:-27%;
	margin-top:-265px;
	
	opacity:0.00; filter:alpha(opacity=0);
	cursor: pointer;
	
	-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;
	
	z-index:3;

	color: #4fd0f0;
	font-family: 'OstrichSansBold','Myriad Pro','Arial Narrow',Arial,sans-serif;
	font-size: 61px;
	font-stretch: condensed;
	font-weight: normal;
	text-transform: uppercase;
	line-height:61px;
	text-decoration:none;
	

	padding: 95px 0 0 98px;
}

.flare2w:hover {opacity:1; filter:alpha(opacity=100);}



/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}