/**
* Template Name: ComingSoon
* Updated: Mar 09 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/comingsoon-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
  font-family: 'MrEavesXLModOT';
  src: url(../fonts/MrEavesXLModOT.woff);
}
#main {
  position: relative;
  height: 100vh;
  background: #000;
}
body {
  font-family: 'MrEavesXLModOT';
  color: #000;
  background: #ffffff;
  background-size: cover;
  position: relative;
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff3333;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'MrEavesXLModOT';
}
h2 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 600;
    display: inline-block;
    background-color: #00d4ff;
    color: #000;
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: bold;
    margin-top: 0;
    font-size: 40px;
}

h1 {
    font-size: 70px;
    line-height: 110px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ffffff;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #000;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff2929;
  color: #000;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  position: relative;
  width: 100%;
  
  /* countdown */
  height: 40vh;
}

#header h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #000;
}

#header h2 {
  color: #eee;
  margin-bottom: 40px;
  font-size: 22px;
}


#footer .countdown div {
  text-align: center;
  margin: 0 10px;
}

#footer .countdown div h3 {
  font-weight: 700;
  font-size: 30px;
  color: #000;
}

#footer .countdown div h4 {
  font-size: 16px;
  font-weight: 600;
}

@media (max-width: 575px) {
  #footer .countdown div {
    width: 70px;
    padding: 10px 0;
    margin: 10px 8px;
  }

  #footer .countdown div h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  #footer .countdown div h4 {
    font-size: 14px;
    font-weight: 500;
  }
}



div#body {
    height: 50vh;
    display: flex;
    align-items: center;
    text-align: center;
}


footer#footer {
    height: 10vh;
    text-align: center;
    display: flex;
    align-items: end;
    padding-bottom: 20px;
}
#footer *{
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
#footer h3 {
    color: #000000;
}

#footer .countdown div h3 span {
    font-size: 15px;
}


#header img {
    height: 180px;
}

@media only screen and (max-width: 559px) {
#header img {
    width: 200px;
}

h2 {
    font-size: 25px;
}

h1 {
    font-size: 40px;
    line-height: 70px;
}
}