body{
	//background-color: #414659;
	padding-bottom: 0.5em;
}

.skyline{
	max-width: 100%;
	//height: 200px;
}

header nav {
  display: flex;
  justify-content: flex-end;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: white;
  text-shadow: none;
  background-color: #414659;
  font-size: 1.5em;
}

.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #606d82;
}

.btn-secondary {
  background-color: #E8DFE0;
  color: #ffffff;
  margin: 0 0 30px;
}

h1{
	font-size: 2em;
	color: white;
}

.imagebackground{
	background-image: url("atl-full-gray.jpg");
	background-size: cover;
}

.col-centered {
    display: inline-block;
    text-align: left;
    text-align: justify;
    background-color: rgba(204, 204, 204, 0.7);
    border: 1px solid #ddd;
    vertical-align: middle;
    border-radius: 25px;
	overflow: hidden;
}

.middletext{
	margin: 2.5em;
}

p{
	opacity: 1;
	font-size: 1.3em;
}

.indented{
	text-indent: 20px;
}

.bolded{
	font-weight: bold;
}

.foottext{
	font-size: 1em;
	height: 100%;
}

.bottomfoot{
	position: relative;
	bottom: 0px;
	color: #ccc;
	width: 100%;
	padding-bottom: 2em;
}

.bottomWrap{
	width: 100%;
	position: absolute;
	bottom: 0px;
}


