body {
    background-color: #232C3E;
}

.navbar {
    position: relative !important;
}

.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bypass-vpn-section {
    position: relative;
    width: 100%;
    padding: 60px 15%;
}
@media screen and (orientation: portrait) {
  .bypass-vpn-section{
    padding: 60px 5%;
  }
}

.bypass-vpn-section.dark-bg{
    background-color: #151719;
    margin: 0;
}

.bypass-vpn-section.with-backer::before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100vw;
    height: 60vw;
    background-position: top;
    background-image: url(../images/bypass_vpn_backer.svg);
    z-index: -1;
}
.bypass-vpn-section.with-backer.mirror::before{
  transform: scaleX(-1);
}
@media screen and (orientation: portrait) {  
  .bypass-vpn-section.with-backer::before{
    width: 100vw;
    height: 150vw;
    background-size: cover;
  }
}

#bypass-vpn-graphic-2{
    margin: -80px -10%;
    max-width: 110%;
    width: 110%;
}

.bypass-vpn-section .card{
  background-color: #212A3C;
  padding: 0 20px 20px;
  border: 3px #303D54 solid;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 50px;
}
.bypass-vpn-section .card .icon--md{
  font-size: 70px;
  margin-bottom: 20px;
}
.bypass-vpn-section .card .number{
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background-color: #303D54;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 1000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #6d7f9c;
}
.about.main-content::after{
  display: none;
}

.about-h1 {
    color: #70A0FF;
    margin-bottom: 20px;
    font-size: 2.5em;
}

.bypass-vpn-subtext {
    font-size: 18px;
}

.about-header hr {
    background-color: #70A0FF;
    height: 3.5px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 40%;
}

.social-btns {
  height: 90px;
  margin: 2em auto;
  text-align: center;

}

.social-btns .btn {
  display: inline-block;
  background-color: #2C2F33;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 28%;
  box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
  opacity: 0.99;
  
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fab {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn.facebook:before {
  background-color: #232C3E;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn:before {
  top: 90%;
  left: -110%;
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fab {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}

.social-btns .btn.twitter .fab {
  color: #3cf;
}
.social-btns .btn.patreon .fab {
  color: #FF424D;
}
.social-btns .btn.discord .fab {
  color: #7289DA;
}
.social-btns .btn.instagram .fab {
  color: #f00075;
}
.social-btns .btn .fab {
  font-size: 45px;
  vertical-align: sub;
}
.social-btns .btn .fab {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fab {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.fab {
  font-weight: 200;
}


.social-btns .btn:hover .fab {
  transform: scale(1);
}

#main.main-1 .main-content {
  padding: 150px 0px 0 !important;
}
@media screen and (orientation: portrait) {
  #main.main-1 .main-content{
    padding: 80px 0px 0 !important;
  }
}

@media screen and (min-width: 2400px) {
  .typeform-widget {
    width: 30% !important;
    height: 500px !important;
    margin: auto !important;
  }
}

@media screen and (max-width: 500px) {
  .social-btns .btn {
    display: inline-block;
    background-color: #232C3E;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 28%;
    box-shadow: 0 5px 15px -5px rgba(0,0,0,0.1);
    opacity: 0.99;
}

.social-btns .btn .fab {
  font-size: 36px;
  vertical-align: sub;
}
}

footer{
  padding: 0 8%;
  width: 100%;
}
footer h5{
  color: #69A2FF;
}
footer .copyright-message{
  color: #aaa;
  font-size: .8rem;
  margin: 4px;
}
footer .footer-row{
  width: 100%;
  margin: 0;
}
footer .footer-col{
  max-width: 240px;
}
footer .footer-contact-column .footer-icon{
  background-repeat: no-repeat;
  background-size: 85%;
  background-position: center;
  width: 34px;
  height: 34px;
  margin: 8px 4px;
  opacity: .6;
  transition: opacity .3s;
}
footer .footer-contact-column .footer-icon:hover{
  opacity: 1;
}
footer .footer-contact-column p{
  margin-bottom: 4px;
  font-weight: 600;
  color: #fff;
}
footer .footer-logo{
  max-width: 110%;
}
footer .footer-icon.payment{
  height: 32px;
  margin: 4px;
}
.bypass-vpn-section.dark-bg .divider,
footer .divider{
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: .1;
}
.bypass-vpn-section.dark-bg .divider{
  margin: 40px 0;
}



.blockcontainer {
  background-color: #0f0f0f;
  color: white;
  border-radius: 20px;
  box-shadow: 0 5px 10px 0 rgb(0,0,0,0.25);
  margin: 10px;
  width: 48%;
}
@media screen and (orientation: portrait) {
  .blockcontainer{
    width: 100%;
  }
}
.question {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 20px 80px 20px 20px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.question::after {
  content: "\002B";
  font-size: 2.2rem;
  position: absolute;
  right: 20px;
  transition: 0.2s;
}
.question.active::after {
  transform: rotate(45deg);
}
.answercont {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.answer {
  padding: 0 20px 20px;
  line-height: 1.5rem;
}
