.brand-logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

.social-links {
  background-color: white;
  padding: 32px;
}

.navbar {
  padding: 0px;
}

.social-icons-container {
  padding: 24px;
  background-color: white;
  position: absolute;
  top: 0px;
  right: 0px;
}

.contacts-div {
  padding: 8px;
  text-align: center;
  background-color: black;
}

.contacts-div > a {
  color: white !important;
}

.contacts-div > h4 {
  margin-bottom: 0px;
  color: white !important;
}

.social-icon {
  margin-left: 16px;
  width: 40px;
  height: 40px;
}

.social-icon-no-margin {
  margin-left: 0px;
}

#construction-banner {
  position:fixed;
  top: 50%;
  left: 50%;
  width: 35em;
  height: 4em;
  margin-left: -17.5em;
  margin-top: -2em; 
  background-color: rgba(250, 250, 250, 0.8);
  text-align: center;
  padding: 16px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#construction-banner > h1 {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, a, p, span {
  font-family: 'Varela Round';
}

.header-text {
  margin-top: 32px;
}

.block-pic {
  width: 100%;
}

.header-text {
  background: url('../img/text_header.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;

  height: 512px;
}

.footer-text {
  background: url('../img/text_footer.png');
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  -o-background-size: contain;
  background-repeat: no-repeat;

  height: 96px;
}

.footer-large {
  margin-top: 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 712px) {
  .header-text {
    height: 300px;
  }
}

@media only screen and (max-width: 512px) {
  .header-text {
    height: 250px;
  }
}