@charset "UTF-8";
/* CSS Document */
body {
	background:#656565;
}

h1 {
	color: white;
	line-height: 90%; 
}
h5 {
	color: white;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
		 line-height: 60%; 
}

p {
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif"
}

.row2 {
  height: 105px;
  margin-right: -15px;
  margin-left: -15px;
  border-bottom: 4px solid #8bc7ea;
  border-top: 4px solid #8bc7ea;
  background-color: #2c2c2c;

}
.row {
	color:#FFFFFF;
	border: 4px solid #8bc7ea;
	background-color:#2c2c2c;

}

a {
    color: white;
}

a:hover {
    color: #FEFFC5;
}

a:link {
    text-decoration: none;
}