/* Sticky footer styles
-------------------------------------------------- */

@import url("fontawesome-all.min.css");
@import url("framework.css");


@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');



html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  font-family: 'Poppins', sans-serif!important;
  margin-bottom: 50px;
    
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size:.8em;
  letter-spacing: .1em;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: none;
  color:#fff;
}


.txt-Roboto {font-family: 'Roboto Condensed', sans-serif!important}
.txt-color-pri {color:#eb5b26}


.txt-color-aircubez {
  -webkit-background-clip: text;
  background-image: linear-gradient(to right, #007575, #eb5b26);
  -webkit-text-fill-color: transparent;
  color: #59595c;
  display: inline-block;
  padding: 0;
  margin: 0;

}


.homebg {background:url("../pics/bg-home.jpg") no-repeat; background-position:center 80%; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; min-height: 100vh }
#aircubezlogo {width:150px; height: auto; padding-top:30px} 
.tag {color:#94a2b1; font-weight: normal; letter-spacing: .1em}
#comingsoon {position: relative; top:100px;}
#comingsoon h1 {font-size: 4em; font-weight: bold; line-height: 1em;}/* text-shadow: 1px 1px 2px #fff*/


#timer {
  font-size: 2.2em;
  font-weight: 100;
  color: white;
  text-shadow: 0 0 20px #aab4bf;
  margin-top:30px;    
    
}
#timer div {
  display: inline-block;
  min-width: 70px;
  text-align: center     
}
#timer div span {
  color: #fff;
  display: block;
  font-size: 0.35em;
  font-weight: 400;
}

