html {
  height: 100%;
  min-height: 100%;
  display: block;
}

body {
  font-family: 'Playfair Display', serif;
  background-color: #F5F5F5;
  background: url("../img/tamtech-bkg.jpg") center center no-repeat;
  background-size: cover;
  font-size: 15px;
  height: 100%;
  min-height: 100%;
  color: white;
  padding: 0;
  margin: 0;
  position: relative;
  text-align: center;
  line-height: 1.5;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}

.container {
  background-color:  rgba(42, 44, 167, 0.493);
  /* color: rgba(42, 44, 167, 0.493); */
  height: 100%;
  /* padding-left: 10%; */
  position: relative;
}

h1 {
  margin: 0;
  line-height: 1;
  font-size: 2.5em;
  letter-spacing: 2px;
  font-weight: 400;
  text-transform: uppercase;
}
.Elitelogo {
padding-top: 20vh;
max-width:250px;
padding-bottom: 3vh;
}
i.fa{
  width: 30px;
  text-align: center;
}
p {
  color: #DDD;
}

/* hr {
  height: 6px;
  background-color: white;
  width: 3em;
  margin-left: 0;
} */
.Elite-gold{
  color: #00adf1;
}

.powered {
position: absolute;
  bottom: 1em;
  color: #BBB;
  font-size: 1em;
  text-align: center;
  width: 100vw;
  text-transform: capitalize;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   
}

a {
  color: #CCC;
  text-decoration: none;
  transition: color 0.1s ease-in;
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -ms-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
}
a:hover {
  color: #ddbe66;
}

@media only screen and (max-width: 768px){
    
    .Panlogo{
padding-top: 15vh;
padding-bottom: 1vh;
}
 
  p
  {
      text-shadow: 0px 0px 3px #333;
      
  }
  h1 {
  
  font-size: 3em;
  
  
}


    }
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: .5;
  max-width:40vw;
}

.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #818078, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}

.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 .5em;
  line-height: 1.5em;
  color: #818078;
  background-color: #fcfcfa;
}

.Lux {

  -webkit-animation: LuxSpread 3s forwards;
  /* Safari 4+ */
  -moz-animation: LuxSpread 3s forwards;
  /* Fx 5+ */
  -o-animation: LuxSpread 3s forwards;
  /* Opera 12+ */
  animation: LuxSpread 3s forwards;
  /* IE 10+, Fx 29+ */
  animation-delay: 0.5s;
  /* or: Xms */
}

@-webkit-keyframes LuxSpread {
  0% {
    letter-spacing: -5px;
  }

  100% {
    letter-spacing: 5px;
  }
}

@-moz-keyframes LuxSpread {
  0% {
    letter-spacing: -5px;
  }

  100% {
    letter-spacing: 5px;
  }
}

@-o-keyframes LuxSpread {
  0% {
    letter-spacing: -5px;
  }

  100% {
    letter-spacing: 5px;
  }
}

@keyframes LuxSpread {
  0% {
    letter-spacing: -5px;
  }

  100% {
    letter-spacing: 5px;
  }
}