.has-vertically-aligned-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

html {
  font-family: 'Poppins', Lato, Tahoma, sans-serif;
  width: 100%;
  min-height: 100%;
}

body {
  overflow: overlay;
  overflow-x: hidden;
}

.header-wrapper {
  padding-bottom: 30px;
}

.container > .columns.is-centered {
  display: flex;
}

.hero {
  height: 100%;
  background: linear-gradient(rgba(255, 127, 192, 0.25), rgba(255, 127, 192, 0.5)), rgba(0, 0, 0, 0.55) url("/img/banner.jpg") no-repeat;
  background-attachment: fixed;
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  font-family: 'Poppins', sans-serif;
}

@media (max-width: 768px) {
  .hero {
    background-attachment: initial;
  }
}

.hero .title {
  font-size: 5rem;
}

.hero .subtitle {
  padding: 5px;
}

.hero .profession {
  padding-top: 50px;
  font-size: 1.7rem;
}

.hero h1,
.hero h2 {
  color: whitesmoke;
  text-shadow: black 0.1rem 0.1rem 0.75rem;
}

.hero .hero-foot {
  background: white;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.082);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}

.hero .hero-foot .links {
  line-height: 38px;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 1rem;
}

.hero .hero-foot .links a {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
  color: #1f2c6c;
}

.hero .hero-foot .links span.icon-text span.icon {
  display: inline-block;
}

.icon-fandom-heart-logo {
  width: 0.71875em;
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.main-content {
  padding-top: 2rem;
  color: #3c4172;
  font-family: 'Poppins', sans-serif;
}

.main-content p.paragraph {
  text-indent: 2em;
  margin-top: 1em;
}

.main-content p.paragraph.no-indent {
  text-indent: 0;
}

.main-content .section {
  padding: 30px;
  padding-bottom: 100px;
}

.main-content .section .is-larger {
  font-size: 1.2rem;
}

.main-content .section .quote {
  font-size: 2.5rem;
  white-space: nowrap;
}

@media (max-width: 1408px) {
  .main-content .section .quote {
    font-size: 2rem;
  }
}

@media (max-width: 1215px) {
  .main-content .section .quote {
    font-size: 1.75rem;
  }
}

@media (max-width: 1023px) {
  .main-content .section .quote {
    font-size: 1.45rem;
  }
}

@media (max-width: 768px) {
  .main-content .section .quote {
    font-size: 1.2rem;
  }
}

.main-content .section .image-left img,
.main-content .section .image-right img {
  border-radius: 11px;
  box-shadow: 0 5px 20px rgba(14, 25, 80, 0.3);
}

@media (max-width: 599px) {
  .main-content .section .image-left img,
  .main-content .section .image-right img {
    margin: auto;
  }
}

.main-content .section-title {
  color: #43485c;
  text-transform: uppercase;
  font-size: 1.8rem;
  letter-spacing: 2px;
  padding-bottom: 30px;
}

.main-content a.button.is-large span.icon-text,
.hero .hero-foot .links span.icon-text {
  line-height: inherit;
}

.main-content .youtube-wrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.main-content .youtube-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button.is-mk {
  background-color: hotpink;
  border-color: transparent;
  color: #fff;
  
}

@media screen and (max-width: 768px) {  
  .media-content {
    overflow-x: visible;
  }
}

.footer {
  bottom: 0;
  width: 100vw;
  line-height: 25px;
  text-align: center;
  background: #ca6095;
  color: whitesmoke;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer a {
  color: whitesmoke;
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.footer .column {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.fa-download {
  color: #43485c;
}

.fa-brands.fa-youtube {
  color: #ff0000;
 
}

.fa-brands.fa-facebook {
  color: #4267b2;
}

.fa-brands.fa-twitter {
  color: #1da1f2;
}

.fa-brands.fa-discord {
  color: #5865f2;
}

.fa-solid.fa-fire {
  color: #fa005a;
}

.fa-brands.fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

::-webkit-scrollbar {
  display: block;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgb(255, 127, 192);
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-track-piece {
  background-color: #00000000;
}

::-webkit-scrollbar-button {
  display: none;
}