/* ==================================================
    General Style
================================================== */

@import url(https://fonts.googleapis.com/css?family=Oswald:400|Raleway:400,700);
        
*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

strong {font-weight: 400;}

.logo {width: 100%; max-width:300px;}
.dimmed {
	padding: 15px 20px;
	background: rgba(34, 34, 34, 0.7) none repeat scroll 0% 0%;
}
.appear.dimmed {
	padding: 15px 20px;
	background: rgba(94, 24, 24, 0.6) none repeat scroll 0% 0%;
}
.full {min-height: 100vh;}
.fixed-width {max-width: 60%;}
.center {text-align: center;}
.clearer:before, .clearer:after { content: " "; display: table; }
.clearer:after { clear: both;}

.half {width: 44%; margin: 25px 10% 0 0;}
.half_last {width: 44%; margin: 25px 0 0 0;}
.quater {width: 14%; margin: 25px 5% 0 0;}
.quater_last {width: 14%; margin: 25px 0 0 0;}

.move {
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;

    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;

    overflow:hidden;
}

.move:hover {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.bckgrchng {

}

.bckgrchng:hover {
    background-color: white;
}

html
{
	height: 100%;
	overflow: auto;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    font-family: 'Raleway', Lato, Arial, sans-serif;
    color: #FFF;
    background: url('../img/bgr.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
}

a {
	color: #993333;
	text-decoration: none;
    outline: 0;
}

a:hover {
	color: #fff;
	transition: all 0.2s;
}

a:focus {
	outline: none;
}

.wrapper {
	position: relative;
	padding-top: 15em;
	padding-bottom: 1em;
	background: rgba(0,0,0,0.7);
}

.wrapper > header,
.main section > div {
	width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 15vh 1.875em 1.875em;
}

.wrapper > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0 0 0.6em 0;
	color: #993333;
	font-weight: 700;
	text-transform: uppercase;
/*	max-width: 440px;
	padding: 0 8px;
	background: rgba(34, 34, 34, 0.5) none repeat scroll 0% 0%;
*/
}

.wrapper > header > .dimmed > span {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
/*	max-width: 578px;
	padding: 4px 8px;
	background: rgba(34, 34, 34, 0.5) none repeat scroll 0% 0%;
*/
}

.wrapper > header > .dimmed > span span:after {
	width: 30px;
	height: 30px;
	left: -12px;
	font-size: 50%;
	top: -8px;
	font-size: 75%;
	position: relative;
}
/*
.wrapper > header > p {
	max-width: 630px;
	padding: 4px 8px;
	background: rgba(34, 34, 34, 0.5) none repeat scroll 0% 0%;
}

.wrapper > header > p:last-child {
	max-width: 720px;
	padding: 4px 8px;
	background: rgba(34, 34, 34, 0.5) none repeat scroll 0% 0%;
}
*/
.wrapper > header > .dimmed > span span:hover:before {
	content: attr(data-content);
	text-transform: none;
	text-indent: 0;
	letter-spacing: 0;
	font-weight: 300;
	font-size: 110%;
	padding: 0.8em 1em;
	line-height: 1.2;
	text-align: left;
	left: auto;
	margin-left: 4px;
	position: absolute;
	color: #fff;
	background: #993333;
}

.main > section:nth-child(odd) {
	background: rgb(44, 44, 44) none repeat scroll 0% 0%;
	color: #fff;
}

.main > section:nth-child(even) {
	background: rgb(34, 34, 34) none repeat scroll 0% 0%;
	color: #fff;
}

.main section:first-child > div {
    margin-top: 20vh;
	padding-top: 3em;
	color: #fff;
	font-family: 'Raleway';
}

.main p {
    font-family: 'Oswald';
	margin: 0;
	padding: 1em 0;
	font-size: 1.8em;
	line-height: 1.5;
}

.main h2 {
    font-family: 'Raleway';
	font-size: 3em;
	margin-bottom: 0.2em;
}

.main ul {
    font-family: 'Oswald';
	margin: 0;
	padding: 1em 0;
	font-size: 1.8em;
	line-height: 1.5;
    list-style-type: none;
    list-style-position: outside;
}

.main ul li:before {
        content: "\2022 \0020";
}

.dummy p {
	margin: 0;
	padding: 1em 0;
	font-size: 1.6em;
	text-align: justify;
    text-shadow: 0 0 3px #000;
}

.dummy h2 {
	font-size: 3em;
	margin-bottom: 0.2em;
	text-shadow: 0 0 3px #000;
}

.dummy h3 {
	font-size: 2em;
	margin-bottom: 0.2em;
	text-shadow: 0 0 3px #000;
}
.dummy a div {
    background: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0 30px 0;
    width: 100%; max-width:300px;
}

.wrapper footer div {
    display: inline-block;
	width: 29.5%;
	min-height: 196px;
	margin: 20px 1% 0 auto;
	vertical-align: top;
    color: #993333;
}
.wrapper footer div:last-child {
    width: 7.5%;
	background: #000;
    float: right;
	margin: 20px 0 auto;
	text-align: center;
}

.wrapper footer p {
    text-align: center;
}

.wrapper footer a {
    color: #993333;
}
.wrapper footer a:hover, .wrapper footer a:hover h3 {
    color: #FFF;
}

@media screen and (max-width: 55em) {


    .fixed-width {max-width: 100%;}
    .wrapper {
    padding-top: 9em;
    }
    
    .wrapper > header,
    .wrapper > footer,
    .main section > div {
	width: 100%;
    }
    
	.wrapper > header h1,
	.wrapper > header nav {
		float: none;
	}

	.wrapper > header nav {
		margin: 0 auto;
	}

	.wrapper > header > span {
        letter-spacing: 0.3em;
	}

	.main p, .dummy p {
		font-size: 1.4em;
	}
	.main h2, .dummy h2 {
        font-size: 2.5em;
    }
    .dummy h3 {
        font-size: 1.8em;
    }
    .main ul {
        padding-left: 1em;
        font-size: 1.4em;
    }
    .wrapper footer div, .wrapper footer div:last-child {
        width: 100%;
        display: block;
    }
}