@font-face {
 font-family: 'Gotham-Light';
  src: url('../fonts/gotham-light.ttf');
  format('truetype');
  color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
}

@font-face {
 font-family: 'Gotham-Medium';
  src: url('../fonts/gotham-medium.ttf');
  format('truetype');
  color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
}

body {
  font-family: 'Gotham-Light';
  background-color: #000000;
  color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
}

.btnBlueInColumn {
  display:inline-block;
  width: 100%; /* Width for this should be 100% to fill column */
  margin: 0 auto;
  text-align: center;
  background: #2c5b86;
  background-image: -webkit-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -moz-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -ms-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -o-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: linear-gradient(to bottom, #2c5b86, #2c5b86);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  font-family: 'Gotham-Medium';
  color: #ffffff; /* White text (default). You can make this whatever you want. */
  font-size: 18px;
  padding: 20px 20px 20px 20px;
  text-decoration: none;
  position:relative;
  margin: 0 auto;
}

.btnBlue {
  display:inline-block;
  width: 20%; /* Width for this should be 100% to fill column */
  margin: 0 auto;
  text-align: center;
  background: #2c5b86;
  background-image: -webkit-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -moz-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -ms-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: -o-linear-gradient(top, #2c5b86, #2c5b86);
  background-image: linear-gradient(to bottom, #2c5b86, #2c5b86);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 10px;
  font-family: 'Gotham-Medium';
  color: #ffffff; /* White text (default). You can make this whatever you want. */
  font-size: 18px;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  position:relative;
  margin: 0 auto;
}

.titleText {
	font-family: 'Gotham-Light';
	font-size: 30px;
	color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
}

.regularText {
	font-family: 'Gotham-Light';
	font-size: 15px;
	color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
}

.center {
  margin: auto;
  width: 100%;
	text-align: center;
	position: relative;
  padding: 30px;
}

.columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
	}

.h1 {
	-webkit-column-span: 1; /* Chrome, Safari, Opera */
  column-span: 1;
	}

#pagewrap {
	padding: 0px;
	width: 900;
	margin: 0px auto;
	border-radius: 5px;
  background-color: #000000;
}

header {
	height: 60px;
	padding: 0 0px;
	border-radius: 5px;
  background-color: #000000;
}

#left {
	width: 265px;
	float: left;
	padding: 5px 15px;
	border-radius: 5px;
  background: -webkit-linear-gradient(#222222, #000000);
}

#middle {
	width: 263px; /* Account for margins + border values */
	float:left;
	padding: 5px 15px;
	margin: 0px 5px 5px 5px;
	border-radius: 5px;
  background: -webkit-linear-gradient(#222222, #000000);
}

#right {
	width: 265px;
	padding: 5px 15px;
	float: left;
	border-radius: 5px;
  background: -webkit-linear-gradient(#222222, #000000);
}

footer {
	clear: both;
	padding: 0 15px;
	border-radius: 5px;
  background-color: #000000;
}

header, #left, #middle, #right {
	margin-bottom: 5px;
}

#pagewrap, header, #left, #middle, #right, footer {
	border: solid 1px #000000; /* Gray border (default)*/
  /*border: solid 1px #000000;*/ /* Black border (invisible) */
}

h1 {
  color: #444444; /* Gray text (default). You can make this whatever you want. */
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
}

h2 {
  color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
  font-size: 18px;
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
}

h3 {
  color: #444444; /* Gray text (default). You can make this whatever you want. */
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
}

h4 {
  color: #444444; /* Gray text (default). You can make this whatever you want. */
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
}

h5 {
  color: #444444; /* Gray text (default). You can make this whatever you want. */
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
  display: inline-block;
}

specialText {
  color: #cdcecd; /* Gray text (default). You can make this whatever you want. */
  font-size: 18px;
  font-family: "Gotham-Light";
  font-weight: normal;
  letter-spacing: 1.5px;
}

smallText {
  color: #444444; /* Gray text (default). You can make this whatever you want. */
  font-family: "Gotham-Light";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1.5px;
  display: inline;
}

specialText, smallText {
  display: inline;
}

a {color:#444444;}      /* unvisited link */
a:visited {color:#444444;}  /* visited link */
a:hover {color:#444444;}  /* mouse over link */
a:active {color:#444444;}  /* selected link */
