/*
 * UnderConstructionPage
 * Plain Text theme CSS
 * (c) WebFactory Ltd, 2015 - 2025
 */
 

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.65em;
    color: #4d4d4d;
    background: #fcb3c0;
    text-rendering: optimizeLegibility;
}

.container {
  background-color: #fcb3c0;
}

header {
  background-color: #fcb3c0;
  border-top: 12px solid #fcb3c0;
  text-align: center;
}

#logo {
    background-color: #fcb3c0;
    max-width: 280px;
    margin-top: 50px;
}


#logo-wrap {
  background-color: #fcb3c0;
  display: inline-block;
  margin-top: 70px;
}

#logo-wrap img{
    max-width: 280px;
}

h1 {
  font-size: 4rem;
  color: #141414;
  font-family: "Montserrat", "Helvetica-Neue", "Helvetica", "Arial", "san-serif";
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
  padding: 0;
  margin: 11.875rem 0 1.5rem 0;
  text-align: center;
}

.content {
  text-align: center;
  font-size: 2.875rem;
  color: #fff;
  letter-spacing: 1.1px;
  margin-top: 30px;
  font-family: "Oswald", "Montserrat", "sans-serif";
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 40px;
}

.content span {
    font-size: 150px;
    line-height: 1;
    letter-spacing: -13px;
}

.twnty-six{
    color: #eee235;
}

#social {
  text-align: center;
  margin-top: 3rem;
}

#social a i {
    color: #eee235;
    margin: 20px;
    box-sizing: content-box;
    transition: 0.3s;
}

#social a:hover i {
  color: #fff;
}

.fa-3x {
    font-size: 4em !important;
}

@media(max-width:767px){
    h1 {
        font-size: 4rem;
        margin: 7rem 0 1.5rem 0;
    }
  
  #logo {
        max-width: 240px;
    
    }
}
