html body {
  min-height: 100%;
  font-family: 'Cabin', sans-serif;
  font-weight: 500;
  font-style: normal;
}

body {
  background-color: #FFFFFF;
  display: flex;
  flex-flow: column;
}

p {
  font-size: 17px;
}

a {
  color: #2979FF;
  text-decoration: none;
}

a:hover {
  color: #2962FF;
  text-decoration: none;
}

a .fab {
  color: white;
}

.homepage-banner.carousel-inner {
  height: 300px;
}

.homepage-banner-header {
  font-size: 140px;
  font-weight: bold;
  line-height: 1.2em;
  text-shadow: 0px 2px 8px #212121;
}

.homepage-banner-text {
  font-size: 25px;
  font-weight: bold;
  text-shadow: 0px 2px 5px #212121;
}

.carousel-item img {
  object-fit: none;
  image-rendering: crisp-edges;
  image-rendering: -webkit-optimize-contrast;
}

@media only screen and (max-width: 1550px) {
  .homepage-banner-header {
    font-size: 95px;
  }

  .homepage-banner-text {
    font-size: 25px;
  }
}

@media only screen and (max-width: 950px) {
  .homepage-banner-header {
    font-size: 85px;
  }

  .homepage-banner-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 700px) {
  .homepage-banner.carousel-inner {
    height: 250px;
  }

  .homepage-banner {
    height: 250px;
  }

  .homepage-banner-header {
    font-size: 65px;
  }
}

@media only screen and (max-width: 550px) {
  .homepage-banner.carousel-inner {
    height: 210px;
  }
  
  .homepage-banner-text {
    display: none;
  }
}

@media only screen and (max-width: 430px) {
  .homepage-banner-header {
    font-size: 45px;
  }
}

.navbar {
  padding-bottom: 0;
}

.navbar-brand {
  max-width: 300px;
  max-height: 50px;
  padding-top: 0;
  margin-bottom: 20px;
}

.navbar-brand img {
  object-fit: scale-down;
}

.navbar-brand img {
  width: 100%;
  height: 100%;
  float: right;
}

@media only screen and (max-width: 450px) {
  .navbar-brand {
    margin-top: 18px;
    margin-right: 0;
    width: 60%;
    height: 60%;
  }
}

.navbar-toggler {
  outline: none;
  border: none;
  box-shadow: none;
}

.navbar-nav {
  margin-top: 20px;
  font-size: 18px;
  margin-right: 10px;
  text-transform: uppercase;
}

.navbar .menu-item {
  padding: 10px;
}

.dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
  margin-right: 50px !important;
  margin-bottom: 10px;
  background-color: #2196F3;
}

.dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

.dropdown-menu .menu-item {
  padding: 0;
}

.dropdown-menu .menu-item a {
  color: white;
  width: 100%;
  padding: 10px;
}

.dropdown-menu .menu-item:hover,
.dropdown-menu .menu-item a:hover,
.dropdown-menu .menu-item a:active,
.dropdown-menu .menu-item a:focus {
  color: #212121;
  background-color: white;
}

@media only screen and (max-width: 1140px) {
  .navbar-nav {
    font-size: 15px;
    margin-right: 0;
  }

  .navbar .menu-item {
    padding: 0;
  }
}

.footer {
  height: auto;
  bottom: 0;
  padding-top: 10px;
  width: 100%;
  margin-top: 50px;
  background-color: #ECEFF1;
}

.footer h3 {
  color: #424242;
}

.footer .copyright {
  padding: 20px;
  color: #E0E0E0;
  background: #000000;
}

.footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.footer ul li {
  padding-top: 4px;
}

.nav.nav-tabs li {
  margin: 10px;
}

.nav.nav-tabs li a.active {
  background-color: #F5F5F5;
  padding: 10px;
}

.tabbable {
  text-align: left;
}

.tab-pane {
  margin-top: 10px;
}

.wp-block-contact-form-7-contact-form-selector {
  margin-top: 50px;
}

.wpcf7-textarea {
  border: none;
  outline: none;
  background-color: #F5F5F5;
  padding: 8px;
  font-size: 15px;
  width: 100%;
}

.wpcf7-text {
  border: none;
  outline: none;
  background-color: #F5F5F5;
  padding: 8px;
  font-size: 15px;
  width: 100%;
}

.wpcf7-submit {
  border: none;
  color: white;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  background-color: #00E676;
}

.wpcf7-select {
  border: none;
  font-size: 15px;
  padding: 8px;
  width: 100%;
  background-color: #F5F5F5;
}

.wp-block-contact-form-7-contact-form-selector label {
  width: 100%;
}

.wpcf7-number {
  border: none;
  width: 100%;
  font-size: 15px;
  padding: 8px;
}

.gametype-title {
  font-size: 70px;
}

.row {
  max-width: 100%;
  margin-right: 10px;
  margin-left: 10px;
}

.text-lg {
  font-size: 100px;
}

@media only screen and (max-width: 770px) {
  .navbar {
    padding-bottom: 5px;
  }
}

@media only screen and (max-width: 770px) {
  .text-lg {
    font-size: 25px;
  }
}

.twitter-colour {
  color: #1DA1F2;
}

.facebook-colour {
  color: #4267B2;
}

.youtube-colour {
  color: #FF0000;
}

.carousel-inner {
  width: 100%;
  height: 260px;
}

.carousel-item {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vertically-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.clickable {
  cursor: pointer;
}


@media only screen and (max-width: 800px) {
  .row {
    max-width: 100%;
    margin: 0;
  }

  .col,
  .col-6,
  .col-3,
  .col-7,
  .col-8,
  .col-9,
  .col-10 {
    min-width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .col-4,
  .col-5 {
    min-width: 100%;
    padding: 0;
  }
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8 {
  padding: 10px;
}

img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: cover !important;;
}

.btn {
  border-radius: 5px;
}

.grecaptcha-badge {
  visibility: hidden;
}