html, body {
  min-height: 100%;
  font-weight: 300;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 20px 0 0 0;
}

.page-title {
  text-align: center;
  font-weight: inherit;
}

.main {
  background-color: #000000;
  color: #00A36C;
  text-align: center;
}

.company-description {
  font-size: 0.8rem;
  border: 2px solid #ffffff;
  padding: 30px;
}

.learn-more {
  color: #0071BC;
  text-decoration: none;
  display: block;
  margin-top: 30px;
  font-weight: bold;
}

.space-container {

  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.space-item {
  flex: 1;
  flex-basis: 25%;
  margin: 20px;
  border: 2px solid #ffffff;
}

.space-item .thumbnail {
  width: 100%;
  height: auto;
  border: 2px solid #ffffff;
  
}

/* FOOTER NAVIGATION */

nav {
  margin-top: 30px;
  font-size: 0.70em;
}

nav ul {
  display: inline;
}

nav li {

  margin: 0 20px 0 0;
  display: inline;
}

nav a {
  line-height: 60px;
  border: 0.75px solid #000000;
  padding: 7px;
  border-radius: 10px;
  color: #204156;
  text-decoration: none;
}

.contact-btn {
  cursor: pointer;
  margin: -23px 30px 0 0;
  float: right;
  

}

.contact-btn a:active {
	position: relative;
	top: 3px;
}