/*
 * UnderConstructionPage
 * Svenja theme CSS
 * (c) WebFactory Ltd, 2015 - 2025
 */


body {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.65em;
    color: #4d4d4d;
    background: #f7f7f7;
    text-rendering: optimizeLegibility;
    font-family:'Inter', 'Arial Narrow', Arial, sans-serif !important;
}

.container {
  background-color: #f7f7f7;
}

header {
  border-top: 12px solid #ffffff;
  text-align: center;
}

#logo {
  width: 100%;
  height:100%;
  -webkit-transition: -webkit-transform 1s ease-in;
  transition: transform 1s ease-out;
}


#logo-wrap {
  padding: 25px;
  display: inline-block;
}

h1 {
  font-size: 36px;
  color: #23272a;
  font-family:'Libre Baskerville', serif; font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 3rem 0 1.5rem 0;
  text-align: center;
  color:#006140;
}

.content {
  text-align: center;
  font-size: 18px;
  color: #D39E0A;
  margin-top: 40px;
  font-family:'Libre Baskerville', serif;
}

#social {
  text-align: center;
  margin-top: 3rem;
}

#social a i {
  color: #23272a;
  margin: 10px;
  box-sizing: content-box;
}

#social a:hover i {
  color: #de2a13;
}

@media(max-width:767px){
  h1 {
     font-size: 26px;
     margin: 3rem 0 1.5rem 0;
  }
}

.bottom-img { position:absolute; bottom:0; left:0; width:100%; }
.bottom-img::after { position: absolute; content: ''; height:100px; width:100%; background: url(wave003.png) no-repeat; background-size: 200% 100px; top:-100px; left: 0; transform:rotate(180deg); }
