#funnel {
  padding-top: 0;
  background-color: black;
  margin-top: 0;
}

@media (min-width:992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1300px;
  }
}

#funnel p {
  color: white;
}

#funnel .text-drop-shadow {
  text-shadow: .5px .5px 2px rgba(0,0,0,0.6);
}

#funnel .bg-funnel-footer {
  background: #11233b;
  border-top: solid 28px #c05843;
}

#funnel .bg-funnel-extra {
  background: #0d2a4a;
  border-top: solid 28px #c05843;
}

#funnel h1 {
  font-size: 34px;
  font-family: 'Oswald';
  text-shadow: 0px 0px 3px #000, -1px -1px 2px #000, 1px 1px 2px #000;
}

@media (min-width: 576px) {
  #funnel h1 {
    font-size: calc(40px + 1vw);
  }
}

@media (min-width: 768px) {
  #funnel h1 {
    font-size: calc(46px + 1vw);
  }
}

@media (min-width: 992px) {
  #funnel h1 {
    font-size: calc(40px + 1.5vw);
  }
}

#funnel h3 {
  color: white;
  font-size: 30px;
}

#funnel h2 {
  font-size: 24px;
  line-height: 1.3;
  font-family: 'Oswald';
  text-shadow: 0px 0px 3px #000, -1px -1px 2px #000, 1px 1px 2px #000;
}

@media (min-width: 576px) {
  #funnel h2 {
    font-size: 34px;
    line-height: 1.3;
  }
}

@media (min-width: 768px) {
  #funnel h2 {
    font-size: calc(32px + 1vw);
  }
}

#funnel .bg-header {
  background: #000000;
  background-image: url(../../assets/img/fb-funnel-bg-sm.jpg);
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  #funnel .bg-header {
    background-image: url(../../assets/img/fb-funnel-bg.jpg);
    background-size: cover;
  }
}

@media (min-width: 576px) {
  #funnel .bg-classes {
    border-radius: 5px;
  }
}

#funnel .bg-classes {
  background: rgba(255,255,255,0.3);
  border-radius: 0px;
}

#funnel .bg-classes-but {
  max-width: 560px;
}

#funnel .class-buttons {
  width: 100%;
  text-shadow: .5px .5px 2px rgba(0,0,0,0.6);
  box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}

#funnel .star-text {
  font-size: calc(40px + 1vw);
  line-height: 1;
}

#funnel .priv-text {
  color: #c56400;
  text-shadow: none;
}

#funnel .signup {
  font-size: 26px;
  line-height: 1.2;
  font-weight: bold;
  padding: 15px 15px;
  text-shadow: 1px 1px 1px black;
}

@media (min-width: 576px) {
  #funnel .signup {
    font-size: 32px;
    line-height: 1.2;
    padding: 15px 40px;
  }
}

#funnel .get-started-fields {
  width: 90%;
  margin: 10px auto;
  display: block;
  border: none;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 8px;
  background: #eee;
  border: 0;
  border: 1px solid transparent;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 10%);
}

#funnel .get-started {
  color: white;
  padding: 8px 20px;
  margin-top: 10px;
  background-color: #0a42ff;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.3;
  border: none;
  border-radius: 5px;
  transition: all .3s;
  margin-bottom: 10px;
}

#funnel .get-started:hover {
  background-color: #2F5EFF;
  transition: all .3s;
}

#clockdiv {
  font-family: sans-serif;
  color: #ffffff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #clockdiv {
    margin-bottom: 40px;
  }
}

#clockdiv > div {
  padding: 10px 5px 5px 5px;
  border-radius: 5px;
  background: rgba(43,52,90,0.6);
  display: inline-block;
  width: 80px;
}

#clockdiv div > span {
  padding: 10px 15px;
  border-radius: 30px;
  background: #2F5EFF;
  display: inline-block;
  font-weight: 600;
}

#funnel .smalltext {
  padding-top: 5px;
  font-size: 16px;
}

#funnelmodal .modal-header {
  padding: 10px;
}

#funnelmodal .modal-header h3 {
  color: #0a42ff;
  font-size: 28px;
  line-height: 1.2;
  text-shadow: none;
}

@media (min-width: 576px) {
  #funnelmodal .modal-header h3 {
    font-size: 40px;
    line-height: 1.2;
  }
}

#funnelmodal .modal-header .close {
  position: absolute;
  right: 10px;
  top: 5px;
  color: white;
  font-size: 24px;
  padding: 0px;
  width: 30px;
  height: 30px;
  opacity: 1;
  z-index: 1;
}

#funnelmodal .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: 1;
}

#funnelmodal .modal-header .close:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: rgb(0,0,0);
  height: 30px;
  width: 30px;
  border: solid 2px rgb(255,255,255);
  box-shadow: 0px 0px 5px black;
  z-index: -1;
  border-radius: 15px;
}

@media (min-width: 576px) {
  #funnelmodal .modal-header .close:before {
    content: "";
    position: absolute;
    right: 0;
    top: 1px;
  }
}

#funnel .signature {
  font-family: 'Nothing You Could Do';
  font-size: calc(19px + 1vw);
  font-weight: 300;
}

#myFooter .social-networks {
  text-align: center;
}

#funnel .social-networks a {
  line-height: 1.75;
  font-size: 28px;
  color: #c05843;
  background-color: white;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin: 5px;
  transition: all .3s;
}

#funnel .social-networks a:hover {
  text-decoration: none;
  transition: all .3s;
}

#funnel .facebook:hover {
  color: #0077e2;
}

#funnel .google:hover {
  color: #ef1a1a;
}

#funnel .instagram:hover {
  color: #ad00ff;
}

