@charset "UTF-8";
/* CSS Document */
/* MENU BAR */
/* Add background color to the top navigation */
.Menu {
	display: inline;
	text-align: center;
	padding: 0px;
}
.Menu li {
	display: inline;
}
/* Style the links inside the navigation bar */
.Menu a {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #656565;
	font-size: 2em;
	text-decoration: none;
	padding: 0px 16px 0px 16px;
	display: inline-block;
}
/* Change the color of links on hover */
.Menu a:hover {
	color: #FE7C25;
}
/* Add a color to the active/current link */
.Menu a.active {
	color: #EC4400;
}
/* MENU BAR */

h1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 2.2em;
	text-align: center;
	color: #656565;
}

h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	font-size: 1.5em;
	text-align: center;
	color: #656565;
}

a {
	text-decoration: none;
	color: #656565;
}

a:hover {
	color: #A10002;
}

a1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 2.2em;
	text-align: center;
	color: #656565;
}

a2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 1.2em;
	text-align: center;
	color: #333333;
}

a3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 400;
	font-size: 1.5em;
	text-align: center;
	color: #FFFFFF;
}

.Eye {
max-width: 100%;
max-height: 100%;
position:absolute;
}

.Eye:hover {
  opacity:0;
}

.footer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-align: center;
	font-size: .6em;
	color: #B7B6B6;
	position: fixed;
    left: 0;
    bottom: 6em;
    width: 100%;
}
.footer:hover {
	color: #464646;
}
/* ABOUT PAGE */
.about {
	background: linear-gradient(#FF512F, #DD2476);
	height: 100%;
	min-height: 600px;
	margin: 0px -10px 0px -10px;
}

.aboutcontainer {
	 margin: 0 auto;
	padding-top: 10px;
     width: 50%; 
}
/* ABOUT PAGE */