body {
  background-color: #f3f3f3;
}
.flex {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}
.flexCentre {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
 .videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#announcementHeader {
  background: #111;
  padding: 12px 0px 0px 0px;
  margin: 0px;
  height: auto;
  background-image: url("../media/backgrounds/rough.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
#header {
  padding: 30px 1vw;
  background-image: url("../media/backgrounds/headerTexture.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}
#logo {
  max-width: 190px;
  padding-top: 7px;
  margin-left: -70px;
}
#footer {
  background-color: #111;
  margin: 0px 0px 20px 0px;
  padding: 70px 0px 60px 0px;
  background-image: url("../media/backgrounds/rough.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.bg {
  background-image: url("../media/backgrounds/texture.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
}
#footerDetails {
  margin: auto auto;
}
.footerSocial {
  margin: 20px 0px;
}
.footerLogo {
  max-width: 180px;
  margin-bottom: 30px;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-nav {
  margin: 0px 0px 0px 0px;
}
.nav li {
  display: table-cell;
  position: relative;
  padding: 6px 0 6px 0px;
  margin-right: 45px;
  font-family: 'Anton', sans-serif;
}
.nav li:last-child {
  margin-right: 0px;
}
.nav li.last {
  margin-right: 30px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link .active {
  color: #111;
}
.navbar-light .navbar-nav .nav-link {
  color: #111;
}
.nav-link {
  font-size: 1.6rem;
}
.navbar-light .navbar-toggler {
  margin-left: -8px;
  margin-bottom: 15px;
  height: 50px;
  margin-top: -70px;
  color: #f3f3f3;
  background-color: #111;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav li {
  display: table-cell;
  position: relative;
  padding: 6px 0 6px 0px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #111;
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.navbar-light .navbar-nav .nav-link:focus {
  color: #111;
  text-decoration: line-through;
  text-decoration-thickness: 5px;
}
a.stretched-link:hover, a.stretched-link:focus {
  filter: opacity(0.85);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.socialiconTopNav {
  margin: 10px 5px 0 0px;
  transition: all 0.3s ease-in-out;
}
.socialiconTopNav:hover, .socialiconTopNav:focus {
  transform: scale(1.2);
}
.footerNav li {
  margin-top: 20px;
  font-family: 'Anton', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.socialiconSG {
  margin: 0px 10px;
  transition: all 0.3s ease-in-out;
}
.socialiconSG:hover, .socialiconSG:focus {
  transform: scale(1.2);
}
#footer .footerNav li a {
  color: #E9E9E9;
  margin-right: 35px;
}
#footer .footerNav li a:hover {
  text-decoration: line-through;
  text-decoration-thickness: 3px;
}
.footerNav li a:last-child {
  color: #E9E9E9;
  margin-right: 0px;
}
.btn-primary {
  background-color: #f3f3f3;
  color: #111;
  border: 1px solid #111;
  padding: 10px 40px 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  transition: all 0.4s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #5d1421;
  color: #f3f3f3;
  border: 1px solid #111;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #f3f3f3;
  background-color: #2B050C;
  border-color: #2B050C;
}
.btn-secondary {
  background-color: #f3f3f3;
  color: #5d1421;
  font-size: 0.8em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0;
  border: 1px solid #5d1421;
  transition: all 0.4s ease-in-out;
  padding: 10px 20px 10px;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary :active {
  background-color: #330B12;
  color: #f3f3f3;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #f3f3f3;
  background-color: #330B12;
  border-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1729px) {
  #logo {
    max-width: 190px;
    padding-top: 20px;
    margin-left: 0px;
  }
  .nav li {
    margin-right: 24px;
  }
}
@media (max-width: 1024px) {
  #logo {
    max-width: 190px;
    padding-top: 20px;
    margin-left: 1vw;
  }
  .nav li {
    display: table-cell;
    position: relative;
    padding: 6px 0 6px 0px;
    margin-right: 20px;
  }
  .socialiconTopNav {
    display: none;
  }
  #footer {
    background-position: left;
  }
}
@media (max-width: 992px) {
  #header {
    padding: 30px 1vw;
    background-image: none;
  }
}
@media (max-width: 815px) {
  #header {
    padding: 0px 1vw;
  }
  .footerNav li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #footer .footerNav li a {
    margin-right: 15px;
  }
}
@media (max-width: 667px) {
  #header {
    padding: 0px 1vw;
  }
  .btn-primary, .btn-secondary {
    padding: 11px 6px 9px 6px;
  }
  #footer {
    background-position: right;
  }
}
@media (max-width: 568px) {
  #header {
    padding: 0px 1vw;
  }
}