a,
a:focus,
a:hover {
  color: #fff;
  text-decoration: none;
}

/* Custom default button */
.btn-default {
  color: #fff;
  text-shadow: none;
  /* Prevent inheritence from `body` */
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 0.5rem 2rem;
}

.btn-default:hover,
.btn-default:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

/*
 * Base structure
 */
html,
body {
  height: 100%;
  
}

body {
  background: url(../images/cover.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: "Quicksand", sans-serif;
}

/* #backgroundVideo {
  -o-object-fit: cover; 
  object-fit: cover; 
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
} */

#backgroundVideo {
  -o-object-fit: cover; 
  object-fit: cover; 
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}

/* Media Query for Mobile Devices */
@media only screen and (max-width: 767px) {
  #backgroundVideo {
    width: 100%; /* Full width */
    height: 100%; /* Full height */
  }
}



/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  position: relative;
  height: 100vh;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background: #000000a1;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* Padding for spacing */
.inner {
  padding: 40px;
}

/*
 * Header
 */
.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-masthead {
  text-align: center;
  display: block;
}

.nav-masthead .nav-link {
  display: inline-block;
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

.cover-heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2.5rem;
  /* margin-bottom: 2rem; */
  margin-bottom:0px;
  line-height: 100px;
}
.cover-download-heading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10px;
  font-size: 2.5rem;
  /* margin-bottom: 2rem; */
  margin-bottom:0px;
  line-height: 100px;
}

.logo {
  text-align:center;
}
.downlaod-heading {
   font-size: 2.625em;
   font-weight: 900;
   margin: 0.75em 0;
}

.italic-heading {
  font-size:25px;
  font-weight:500;
  font-weight:25px;
}

.download-btn {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border-color: #000;
  width: 400px;
  height: 70px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-style: solid;
  border-width: 3px;
  background-color: rgba(189, 60, 49, 1);
  box-shadow: none;
  color:#fff;
  font-size: 25px;
  font-weight:bold;
}
.download-btn:focus {
   outline:none;
   box-shadow:none;
}


.cover-copy {
  max-width: 500px;
  font-size: 1rem;
  margin: 0 auto 3rem;
}

@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 10px;
  }
  .cover-copy {
    font-size: 1.25rem;
  }
}

/*
 * Footer
 */
.mastfoot {
  color: #999;
  /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

/*
 * Timer
 */
#timer {
  min-height: 150px;
}

#timer div {
  display: inline-block;
  line-height: 1;
  text-align: center;
  padding: 20px 10px;
  min-height: 80px;
  width: 80px;
  margin-bottom: 1rem;
}

#timer span {
  display: block;
  margin-top: 0.6rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.6px;
}

#days {
  font-size: 2rem;
}

#hours {
  font-size: 2rem;
}

#minutes {
  font-size: 2rem;
}

#seconds {
  font-size: 1.5rem;
}

.logo {

  align-items: center;
  justify-content: space-between;
}

.btn-primary {
  border-radius: 6.25rem;
  border-width: 0.125rem;
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.5rem 1.25rem;
  position: relative;
  outline: none !important;
  background-color: #00c9ee;
  border-color: #00c9ee;
  border: none;
  color: #fff;
}

.btn-danger {
  border-radius: 6.25rem;
  border-width: 0.125rem;
  box-shadow: 0.125rem 0.1875rem 0.9375rem rgba(0, 0, 0, 0.15);
  font-weight: 600;
  font-size: 0.9375rem;
  padding: 0.5rem 1.25rem;
  position: relative;
  outline: none !important; 
  color: #fff;
}


.btn-primary:hover {
  background-color: #00c9ee;
}

.btn-primary:active {
  background-color: #00c9ee;
}

@media (min-width: 768px) {
  #timer {
    min-height: 200px;
  }
  #timer div {
    padding: 20px;
    min-height: 100px;
    width: 120px;
    margin-bottom: 3rem;
  }
  #days {
    font-size: 5rem;
  }
  #hours {
    font-size: 5rem;
  }
  #minutes {
    font-size: 5rem;
  }
  #seconds {
    font-size: 3rem;
  }
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: unset;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px;
  }
}

@media all and (min-width: 320px) and (max-width: 767px) {
  .nav-masthead .nav-link {
    padding: 0.5rem 0.5rem;
  }

  .cover-heading {
    line-height: 63px;
  }

  .logo img {
    max-width: 65px;
  }

  #timer div {
    padding: 20px 0px;
    width: 66px;
  }
}







#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 100;
  display: none;
  }
  .popup-content{
     padding: 14px 10px;
     line-height: 1.5;
  }
  .cnt223 a{
  text-decoration: none;
  }
  .popup-onload{
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 101;
  top: 30%;
  left: 50%;
  margin-top: -300px;
  margin-left: -300px;
  }
  .cnt223{
  min-width: 600px;
  width: 600px;
  min-height: 150px;
  margin: 100px auto;
  background: #f3f3f3;
  position: relative;
  z-index: 103;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
  }
  .cnt223 p{
  clear: both;
      color: #555555;
      /* text-align: justify; */
      font-size: 20px;
      font-family: sans-serif;
  }
  .cnt223 p a{
  color: #d91900;
  font-weight: bold;
  }
  .cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
  }
  .cnt223 .x:hover{
  cursor: pointer;
  }