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

html {
  position: relative;
  min-height: 100%;
}
body {
	padding-top: 0px;
  	/* Margin bottom by footer height */
  	margin-bottom: 540px;
}

.nav li a {
	height: 80px;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight:bold;
}

.dropdown-menu li a {
	height: auto;
	padding: 6px 20px;
}

.navbar-default {
	background-color: #FFF;
	color: rgba(2,172,236,1.00);
	border-color: rgba(2,172,236,1.00);
}

.navbar-fixedtop {
	border-width: 5px;
}

.footer {
  position: absolute;
  padding-top: 50px;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 540px;
	color:#FFF;
  background-color:#EEEEEE;
}

#footer-logo {
	height: 200px;
	text-align: center;
}
.footer a {
	color: #02ACEC;
	text-decoration: none;
}

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

#footer-nav li {
	padding: 10px;
}

#footer-nav li a {
	color: #555;
	padding: 10px;
	letter-spacing: 6px;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 14px;
}

#footer-nav li a:hover {
	color: #FFF;
} 

#footer-subnav {
	padding: 10px;
}

#footer-subnav li a {
	padding: 10px;
	letter-spacing: 6px;
	font-weight: bolder;
	text-transform: uppercase;
	font-size: 21px;
	
}

#footer-subnav li a:hover {
	color: #FFF;
	text-decoration: none;
}

