@media only screen and (orientation: landscape) and (max-width: 723px){
  .construction-container{
    margin: auto !important;
    width: 60% !important;
    padding: 1rem !important;
  }
  .construction-container .logo-container{
    max-width: 40% !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ui.center.aligned.header{
    font-size: 1.25rem;
    margin-top: 1rem;
  }
  h3{
    font-size: 1rem;
  }
}

body{
  background-color: #6E6F70;
  background-image: url("assets/bg.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}

body > .grid {
    height: 100%;
}

.construction-container{
  background-color: #ddd;
  background-color: rgba(221, 221, 221,.7) !important;
  border-color: #fff;
}

.contact-info, .contact-info > a{
  color: #BD0C1F;
}
