html, body {
  height: 100%;
  margin: 0 auto;
}
.wrapper {
  min-height: 80%;
  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer,
.push {
  height: 50px;
}
body {
  background-color: rgb(250, 250, 250);
  font-family: 'Raleway', sans-serif, Arial, Helvetica;
}
.border {
  border-top: solid 1px #111;
}
.content {
  color: #444;
  line-height: 1.8em;
  margin: 60px auto;
  width: 70%;
}
.contact-us {
  color: white;
  font-size: 64px;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 100%;
  z-index: 2;
}
footer {
  background-color: rgb(31,31,31);
  color: rgb(210,210,210);
  min-height: 200px;
}
.footer-inner {
  padding: 60px 100px;
}
.footer-inner span {
  margin: 8px;
}
h2 {
  font-weight: 800;
}
h3 {
  font-weight: 600;
}
header {
  background-color: rgb(255, 255, 255);
}
.headline {
  display: block;
  height: 500px;
  overflow: hidden;
  width: 100%;
}
.headline img {
  min-height: 300px;
  position: relative;
  top: -250px;
  width: 100%;
}
.navbar-brand img {
  max-width: 300px;
}
#navbarSupportedContent {
  justify-content: flex-end;
  letter-spacing: 1.8px;
}
#navbarSupportedContent a {
  color: rgb(20, 20, 20);
}
#navbarSupportedContent a:hover, #navbarSupportedContent a.active-page:hover  {
  color: rgb(120, 120, 120);
}
#navbarSupportedContent a.active-page {
  color: rgb(160, 160, 160);
}
.nav-item {
  margin: 6px;
}
.round-headline {
  margin: auto;
  width: 500px;
}
.sub-image-2 {
  margin: 40px auto;
  max-height: 500px;
  max-width: 500px;
}
.sub-image-2-wrap {
  height: 560px;
}
.sub-image-3 {
  max-width: 200px;
}
.team {
  color: #444;
  font-size: 18px;
  border-bottom: solid 1px #444;
  border-top: solid 1px #444;
  margin: auto;
  padding: 80px 0;
  width: 80%;
}

@media (max-width: 800px) {
  .headline {
    height: 300px;
  }
}

@media (max-width: 1200px) {
  .headline img {
    top: -100px
  }
}
.portfolio-image-row {
  margin-top: 4px;
}
.portfolio-row {
  margin-bottom: 40px;
  margin-top: 40px;
}
.portfolio-8 {
  cursor: pointer;
  margin: auto;
  width: 10%;
}
.portfolio-6 {
  cursor: pointer;
  margin: auto;
  width: 13%;
}
.portfolio-5 {
  cursor: pointer;
  margin: auto;
  width: 16%;
}
.portfolio-4 {
  cursor: pointer;
  margin: auto;
  width: 20%;
}
.project-headline {
  width: 60%;
}
.project-title > h4, .project-title > h3  {
  color: white;
  font-weight: 700;
}
.project-title {
  background-color: rgbA(232, 232, 222, 0.8);
  font-size: 1vw;
  line-height: 1.5vw;
  right: 0;
  margin: auto;
  padding: 12px;
  position: absolute;
  text-align: center;
  top: 15%;
  width: 60%;
  z-index: 3;
  }.large {
    top: 30%;
    width: 50%;
}
.project-title > h4 {
  font-size: 2vw;
}
.modal-dialog {
  max-width: 1800px;
  width: 60%;
}
.close-modal {
  border: none;
  position: absolute;
}
#modal-image {
  width: 100%;
}
#google-maps {
  height: 400px;
  width: 100%;
}
.about-development {
  min-height: 60px;
}
.special-image-extra-margin {
  margin-top: 100px;
}
