/*
-----------------------------------------------
COLORS
	
	Gray: #58595b
	Lighter Gray: #636466
	Cyan: #00aeef
	Yellow: #FFF200
	Blue: #569FD2
----------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Lato:400,300&subset=latin,latin-ext);

body {
	background: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-style: normal;
	font-weight: 300;
	color: #58595b; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:left;
	line-height: 1.5em;
	font-size: 16px;
	
	background: url("../img/backgrounds/capital-2000x1198.jpg")no-repeat center center fixed;
	 -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
	background-size: cover;
	
}

h1 {
	font-family: 'Lato', sans-serif;
	font-size: 50px;
	line-height: 1em;
	font-weight: 400;
	color: #00aeef;
	text-align: center;
}

h2 {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	line-height: 1em;
	font-weight: 400;
	color:#58595b;
	text-align:left;
}

h3 {
	font-family: 'Lato', sans-serif;
	font-size:14px;
	line-height: .5em;
	font-weight: 400;
	color:#58595b;
	text-align:center;
	text-transform: uppercase;
}


a:link 		{text-decoration: none; color: #00aeef; font-weight:200 }
a:visited 	{text-decoration: none; color: #00aeef;}
a:hover 	{text-decoration: underline;color: #636466;}
a:active 	{text-decoration: underline; color: #636466;}

.front {
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1.5em;
}

#footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:none;
	color:#ff0000;
}

/*
-----------------------------------------------
UPCOMING EVENTS
----------------------------------------------- */	

#navigation {
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #FFFFFF;
	text-align:center;
}

#navigation a:link {text-decoration:none; color:#FFF200;}
#navigation a:visited {text-decoration:none; color:#FFF200;}
#navigation a:hover {text-decoration:none; color: #569FD2;}
#navigation a:active {text-decoration: underline; color: #569FD2;}


.button {
    background-color: #00aeef;
	border: 0px solid #00aeef;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    font-weight: 800
    display: inline-block;
    font-size: 18px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
}
.button:hover {color: #00aeef; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:focus {color:#00aeef; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:active: {color:#58595b; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:link {color:#FFFFFF; background-color: #00aeef; text-decoration: none; outline: none;}
.button:visited {color:#FFFFFF; background-color: #00aeef; text-decoration: none; outline: none;}

/* Photo */

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.responsive-header {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.responsive-sponsor {
  width: 75%;
  max-width: 200px;
  height: auto;
}

.responsive-involved {
  width: 100%;
  max-width: 200px;
  height: auto;
}