.pt-6, .py-6 {
  padding-top: 4.5rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 4.5rem !important;
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}

.pt-5, .py-5 {
  padding-top: 3rem !important;
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}

.pt-3, .py-3 {
  padding-top: 1rem !important;
}

.mt-3, .my-3 {
  margin-top: 1rem !important;
}

@media (min-width: 992px){
.pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
}
}

@media (min-width: 768px){
.mt-md-0, .my-md-0 {
    margin-top: 0 !important;
}
}

.offset-1 {
  margin-left: 8.33333333%;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media (min-width: 992px){
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    order: 0;
}
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    order: 1;
}
}

@media (min-width: 992px){
  .text-lg-left {
      text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .column--lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .column--lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .column--lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .column--lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
  }
  }
  
@media (min-width: 1400px){
.column--xxl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.column--xxl-10 {
  -webkit-box-flex: 0;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
}

.m-0 {
  margin: 0 !important;
}

.about-roll20__inner {
  font-size: 16px;
  line-height: 27.2px;
  color: #3C4858;
}

.flex-column {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
}

@media (min-width: 768px){
.flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}
}

.align-items-center {
  -webkit-box-align: center !important;
  align-items: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  justify-content: space-between !important;
}

@media (min-width: 768px){
.justify-content-md-start {
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-md-end {
  -webkit-box-pack: end !important;
  justify-content: flex-end !important;
}
}

.footer .nav {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.footer .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #273444;
  font-size: 14px;
}

.footer .nav-link:hover {
  color: #ec008c;
}

.footer .row {
  display: flex;
  flex-wrap: wrap;
}

.footer__copyright {
  font-size: 0.875rem;
  line-height: 23.8px;
}

.footer__copyright a {
  color: #3C4858;
}

.footer__copyright a:hover {
  color: #ec008c;
}

.d-block {
  display: block !important;
}

@media (min-width: 768px){
.d-md-inline {
    display: inline !important;
}
}
@media (min-width: 1200px){
.d-xl-inline {
    display: inline !important;
}
}

.img-fluid {
  max-width: 100%;
  height: auto;
}