body {
    background-color: #232C3E;
}

.navbar {
    position: relative !important;
}

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

.about-section {
    margin-top: 40px;
    margin-left: 20%;
    margin-right: 20%;
}

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

.about-subtext {
    font-size: 1.25em;
}

.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 (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;
}
}