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

body,td,th {

	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	color: #666;
    letter-spacing: 2px;
}

body {

	background-color: white;
    background-attachment: fixed;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    clear: both;
    line-height: 1.5;
    font-weight: normal;
    font-style: normal;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

h3{
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	color: rgba(255,255,255,1);
}

header {
	background-color:none;
	height: 320px;
	background-size: cover;
	position: relative;
    margin-bottom: 20px;
}
img{
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
	margin-bottom: 0px;
}
ul.nav {
	
	font-family: 'Montserrat', sans-serif;
	color: #666;
	list-style: none;
	background-color: none;
	font-size: .9em;
	text-align: center;
	width: 65%;
    font-weight: bold;
	text-transform: lowercase;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 12px;
}
.nav li {
	font-family: 'Montserrat', sans-serif;
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	color:  rgba(66,64,64,1.00);
}
.nav a {
	font-family: 'Montserrat', sans-serif;
	color:  rgba(66,64,64,1.00);
	text-decoration: none;
	list-style: none;
}
.nav a:hover {
	font-family: 'Montserrat', sans-serif;
	color: red;	
	list-style: none;
}


 h5{
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: normal;
	color:  rgba(66,64,64,1.00);
	text-align: center;
}

.wrapper{
    background-color: rgba(248,244,244,0.2);
	margin-top: 5px;
	width: 80%;
	margin: auto;
	position: relative;
    padding: 20px;
	box-shadow: 0px 3px 5px #888;
}

.wrapper h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.8em;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 4px;
	color: rgba(66,64,64,1.00);
	margin-top: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 5px;
    text-align: center;
	} 
.wrapper h2 {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 20px;
	font-size: .8em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:  rgba(66,64,64,1.00);
    text-align: center;
	
}

aside {
	width: 35%;
	float: left;
	margin-right: 20px;
	margin-left: 5px;
	margin-top: 0px;
	padding: 30px;
}
aside  h2{
	
	font-family:"Montserrat", sans-serif;
	line-height: 20px;
	font-size: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:  rgba(66,64,64,1.00);
    text-align: center;

}
aside ul {
	list-style-type: none;
}
aside  ul li a {
	
	font-family: "Montserrat", sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color:  rgba(66,64,64,1.00);
    list-style-type:  none;
    text-decoration: none;
}
aside  ul li a:hover {
	
	font-family:"Montserrat", sans-serif;
	font-size: 1.1em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: red;
    list-style-type:  none;
    text-decoration: none;
}
aside .right {

	float: left;
	top: 5px;
	width: 35%;
	display: block;
	background-color: none;
	padding: 10px;
	margin-left: 20px;
	margin-right: 5px;
	margin-top: 40px;
	position: absolute;
}

aside .left {
	float: left;
	top: 5px;
	width: 45%;
    display:block;
	background-color: none;
	padding: 10px;
   margin-right: 5px;
	margin-top: 40px;
	position: absolute;
}

.copyright {
   marign-top:40px;
    clear: both;
    width: 40%; 
}


