body {
  font-family: 'Rubik', sans-serif;
  padding: 0px;
  margin: 0px;
}

.container-fluid {
  position: relative;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 2px;
  overflow: hidden;
}

.container-fluid .jumbotron {
  background: url(../assets/img/Background-image.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
  height: 90vh;
  margin-bottom: 0px;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header {
    height: 140px;
  }
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .row .col-sm-4 {
    width: 20%;
    padding: 4px;
  }
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .row .col-sm-8 {
    width: 80%;
  }
}

.container-fluid .jumbotron .header .logo {
  margin: 10px;
  width: 200px;
  height: 140px;
  padding: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .logo {
    margin: 0px;
    margin-left: 10px;
    width: 80px;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.container-fluid .jumbotron .header .logo .img-fluid {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  right: 0;
  left: 0;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .logo .img-fluid {
    width: 80px;
    height: 80px;
  }
}

.container-fluid .jumbotron .header .col-sm-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: end;
  height: 80px;
}

.container-fluid .jumbotron .header .col-sm-8 h3 {
  background-color: red;
  color: white;
  padding: 20px;
  width: 70%;
  height: 80px;
  font-size: 1.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 0px;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .header .col-sm-8 h3 {
    width: 100%;
    margin-top: 10px;
    font-size: .9rem;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
  }
}

.container-fluid .jumbotron .hero {
  padding: 10px 40px;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .hero {
    padding: 4px 14px;
  }
}

.container-fluid .jumbotron .hero .col-sm-6.text h1 {
  color: white;
  font-size: 4.2rem;
  font-weight: 900;
  margin-top: 60px;
  margin-left: 20px;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .hero .col-sm-6.text h1 {
    margin-left: 0px;
    font-size: 2rem;
    text-align: center;
  }
}

.container-fluid .jumbotron .hero form {
  padding: 0px 40px;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .hero form {
    padding: 10px 20px;
  }
}

.container-fluid .jumbotron .hero form .form-group {
  margin-top: 0px;
  margin-bottom: 3px;
}

.container-fluid .jumbotron .hero form .form-group .form-control {
  padding: 10px 20px;
  border-radius: 2px;
  margin-top: 2px;
  width: 80%;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .hero form .form-group .form-control {
    width: 100%;
  }
}

.container-fluid .jumbotron .hero form .form-group .btn {
  background-color: red;
  color: white;
  width: 80%;
  border-radius: 2px;
  margin-top: 10px;
  padding: 10px;
  font-size: 1.2rem;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.container-fluid .jumbotron .hero form .form-group .btn:hover {
  background-color: #fd1717;
}

@media (max-width: 700px) {
  .container-fluid .jumbotron .hero form .form-group .btn {
    width: 100%;
  }
}

.container-fluid .timer {
  background-color: yellow;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  height: 280px;
  width: 73%;
  position: absolute;
  left: 170px;
  top: 470px;
}

@media (max-width: 700px) {
  .container-fluid .timer {
    top: 500px;
    left: 15px;
    width: 90%;
    height: auto;
  }
}

.container-fluid .timer .tick {
  padding-top: 20px;
  padding-bottom: 1em;
  font-size: 4.4rem;
  font-weight: 900;
}

@media (max-width: 700px) {
  .container-fluid .timer .tick {
    font-size: 1.4rem;
  }
}

.container-fluid .timer .tick-label {
  font-size: .375em;
  text-align: center;
  margin-bottom: 10px;
}

.container-fluid .timer .tick-group {
  margin: 0 .25em;
  text-align: center;
}

.container-fluid .socialcon {
  margin-top: 180px;
  padding: 20px;
}

@media (max-width: 700px) {
  .container-fluid .socialcon {
    margin-top: 60px;
  }
}

@media (max-width: 700px) {
  .container-fluid .socialcon .col-sm-6 {
    width: 40%;
  }
}

@media (max-width: 700px) {
  .container-fluid .socialcon .col-sm-6.icons {
    width: 60%;
  }
}

.container-fluid .socialcon p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  font-weight: bolder;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media (max-width: 700px) {
  .container-fluid .socialcon p {
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4px;
  }
}

.container-fluid .socialcon .img-fluid {
  height: 40px;
  width: 40px;
  cursor: pointer;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.container-fluid .socialcon .img-fluid:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 700px) {
  .container-fluid .socialcon .img-fluid {
    height: 30px;
    width: 30px;
  }
}
/*# sourceMappingURL=index.css.map */