@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	height: auto;
}

html {
	width: auto;
	height: auto;
	margin: 0 auto;
	background-color: rgba(45,45,45,1.00);
}

body {
font-family:'Lato','Arial', Helvetica, Arial, sans-serif;
color: rgba(255,255,255,1.00);
	text-align: center;
}

#wrapper {
	width: auto;
	height: auto;
	margin: 0 auto;
	
}


#content-left {
	width: 40%;
	min-width: 350px;
	height: auto;
	min-height: 500px;
	float: left;
	margin: 50px 20px 0px 5%;
	text-align: right !important;
}

#home-button-left {
	width: 300px;
	height: 80px;
	margin: 50px 0px 0px 0px;
	background-color: rgba(232,196,34,1.00);
	border-radius: 25px;
	border: solid 1px rgba(255,255,255,1.00);
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	letter-spacing: 2px;
	
}

#home-button-left:hover {
	background-color: rgba(45,45,45,1.00);
	border: solid 2px rgba(255,255,255,1.00);
}

#content-right {
	width: 40%;
	min-width: 350px;
	height: auto;
	min-height: 500px;
	float: left;
	margin: 50px 0px 0px 20px;
	text-align: left !important;
}

#home-button-right {
	width: 300px;
	height: 80px;
	margin: 50px 0px 0px 0px;
	background-color: rgba(232,196,34,1.00);
	border-radius: 25px;	
	border: solid 1px rgba(255,255,255,1.00);
	text-align: center;
	line-height: 80px;
	font-size: 30px;
	letter-spacing: 2px;
}

#home-button-right:hover {
	background-color: rgba(45,45,45,1.00);
	border: solid 2px rgba(255,255,255,1.00);
}

#footer {
	position: fixed;
	text-align: left;
	text-transform: none;
	border-top: solid 10px rgba(197,45,35,1.00);
	background-color: rgba(45,45,45,1.00);
	height: 90px;
	width: 100%;
	bottom: 0px;
}

iframe {
	height: 450px;
	width: 600px;	
}

object:focus {
    outline: none;
} 

a:link img {
	border: none;
		
}

a:link {
	color: rgba(255,255,255,1.00);
	border: none;
	font-weight: 600;
	text-decoration:none;
}
a:visited {
	color: rgba(255,255,255,1.00);
	border: none;
	text-decoration:none;
}
a:hover {
	color: rgba(232,196,34,1.00);
	border: none;
	text-decoration:none;
}
a:active {
	color: rgba(232,196,34,1.00);
	border: none;
	text-decoration:none;
}

p { 
	margin-bottom: 20px;
	line-height: 25px;
	font-family: 'Lato','Arial', Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: normal;
	-ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
	text-align:justify;
    word-break: normal;
	-ms-word-break: normal;
	-moz-word-break: normal;
	-webkit-word-break: normal;
}

b, strong {
    font-weight: bold;
}

ul {
	list-style: disc;
	line-height: 25px;
	padding-left: 25px;
	font-size: 17px;
}

h1 {
	font-size: 28px;
	line-height: 40px;
	text-transform: none;
	font-weight: 600;
	padding-top: 10px;
	padding-bottom: 25px;
}

h2 {
	font-size: 20px;
	color: rgba(232,196,34,1.00);
	text-transform: none;
	font-weight: 600;
	padding-top: 25px;
	padding-bottom: 15px;
}

h3 {
	color: rgba(232,196,34,1.00);
	font-size: 28px;
	text-align: left;
	font-weight: 600;
}

h4 {
	font-size: 28px;
	text-transform: none;
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}

h5 {
	font-size: 20px;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 25px;
	color: rgba(232,196,34,1.00);
}

h6 {
	font-size: 20px;
	text-transform: uppercase;
	line-height: 150px;
	height: 150px;
	width: 250px;
	padding-left: 5px;
}

.credit-text {
	line-height: 30px;
	color: rgba(255,255,255,1.00);
	padding-left: 5%;
	padding-right: 25px;
	font-size: 16px;
}

.credit-text a:link {
	color: rgba(232,196,34,1.00);
		
}

.credit-text a:link:hover {
	color: rgba(255,255,255,1.00);
		
}

.credit-text a:link:active {
	color: rgba(232,196,34,1.00);
		
}

.credit-text a:link:visited {
	color: rgba(232,196,34,1.00);
		
}