.site_button {
      padding: 14px;
      border-radius: 0;
      background: #ab252e;
      border: none;
      box-shadow: 0 4px 5px -3px #333;
text-transform:uppercase;
      font-weight: bold;
      transition: ease-out 0.4s;
      margin-top: 20px;
      font-size: 14px;
  }

  .site_button:hover {
    opacity:1;
background-color:#f7b713;
  }


@media (max-width:1080px) {
.maincontent {
display:block;
}
}


.under-construction-content {
margin:auto;
text-align:center;
background-color:#ffffff;
padding:40px;
border-radius:16px;
-webkit-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.1);
box-shadow: 0px 0px 27px 11px rgba(0,0,0,0.1);
}

.content-wrapper {
    max-width:70vw;
    margin:auto;
  }

.construction-graphic {
width:100% !important;
height:auto !important;
max-width:600px;
}


.under-construction-content p {
font-size:20px;
}

.under-construction-content h1 {
font-weight:800;
}

.mobile_menu_wrapper {
display:none;
}

.maincontent {
background-color:#f5f5f5;
}

.under-construction {
margin:60px auto;
}