/* General */

/* Bug fix for buttons appearing over chatbox */
.input-group-append .btn, .pageNav, .btn-outline-dark  {
    z-index: 0!important;
  }
  
  @font-face {
    font-family: Lato;
    src: url("../fonts/Lato-Regular.ttf");
    font-display: swap;
  }
  
@font-face {
	font-family: Oswald;
	src: url("../fonts/Oswald-VariableFont_wght.ttf");
  }
  
  html, body {
    height: 100%;
	background-color:#000;
  }
  
  body {
    font: 14px "Lato", Helvetica, Arial, sans-serif;
    background-color: #000000;
    font-weight: normal;
  }
  
  @media only screen and (max-width: 576px) {
    body, a {
      font-size: 0.75em;
    }   
  }
  
  .card-body-reduced-space {
    padding: 0.5rem 1rem;
  }
  
  a {
    color: #ffffff;
  }

  ol {
	margin-left:60px;
  }

  ol li {
	line-height:24px;
  }

  ol ::marker {
	color: #ffffff;
  }

  @media (max-width: 576px) {
    .h5 {
      font-size:0.8rem;
    }
  }
  
  .full-height {
    height: 100%;
  }
  
  ::-webkit-scrollbar {
    width: 9px;
  }
  ::-webkit-scrollbar-track {
    background: transparent;
  }
  ::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
  }

  .content {
    padding-top: 122px;
  }
  
  .content-container {
    background-image: linear-gradient(to right, rgba(0,0,0,0.3), rgba(0,0,0,0.2), rgba(0,0,0,0.3)), url(../images/background.webp);
    background-color: #1b2855;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: calc(100vh - 49px);
    padding: 10px;
  }


  .table>:not(caption)>*:last-child>* {
    border-bottom:0;
  }
  
  /* this is needed to make the content scrollable on larger screens */
  @media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }
  }
  
  .header-section {
    background-color: rgb(33, 37, 41);
    color:#fff;
    border-radius: .25rem .25rem 0 0;
  }
  
  .card-header .row .h5, .header-section h2 {
    font-size: 1.1rem;
  }
  
  @media (max-width: 576px) {
    .card-header .row .h5, .header-section h2 {
      font-size: 0.9rem;
    }
  }
  
  .bg-light {
    background-color: #fff!important;
  }
  
  .navbar-toggler {
    font-size: 1rem;
  }

  .logo {
    font-weight: bold;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

#cookie-banner { 
	position: fixed; 
	bottom: 0; 
	left: 0; 
	width: 100%; 
	z-index: 999; 
	border-radius: 0; 
	display: none; 
	background-color: rgba(0,0,0,0.88);
	border: 0;
	color: #808080;
} 

#cookie-banner p {
	margin-bottom: 0;
	display: inline;
}

@media (max-width: 750px) {
    #hideCookieBtn {
		margin-top:5px;
		display: block;
		margin-left: auto !important;
		margin-right: auto !important;
    }
  }

/* Homepage */
.homepage {
    font-family: Lato, Helvetica, Arial, sans-serif;
    font-display: swap;
    letter-spacing: 0.0625em;
    color: #212529;
    min-height: 100vh;
  }

  .aboutBox {
    background-color: rgba(0, 0, 0, 0.75);
    padding: 15px;
    max-width: 550px;
    margin: auto;
    margin-top:25px;
  }
  
  .homepage p, .homepage ul, .subTextP {
    color: #cbcbcb;
    letter-spacing: 0.0925em;
    line-height: 1.67778rem;
    padding: 5px;
  }

  .subTextH3 {
    font-size: 26px;
    margin: auto;
  }

  .subTextP {
    margin: auto;
  }
  
  #homepageBackground {
    background-image: url(../images/background-homepage.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
  }

  @media (max-width: 750px) {
    #homepageBackground {
      background-image: url(../images/background-homepage-mobile.webp);
      background-repeat: no-repeat;
      background-size: contain;
      background-position-x: center;
    }
  }

  h1 {
    padding-top: 25px;
  }
  
  .masthead {
    height: 100vh;
    padding: 0;
    position: relative;
    width: 100%;
    min-height: 35rem;
    padding-bottom: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    font-weight: 700;
  }

  @media (max-width: 750px) {
    .masthead {
      padding-top:15rem;
	  height: 100vh;
    }
  }
  
  .masthead h1, .masthead .h1 {
    font-size: 2.5rem;
    line-height: 2.5rem;
    letter-spacing: 0.7rem;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .homepage img {
    max-width: 100%;
  }
  
  .bg-black-50 {
    background: linear-gradient(rgba(0,0,0, 1), rgba(0,0,0, 0.2))!important;
  }
  
  .masthead h2, .masthead .h2 {
    max-width: 20rem;
    font-size: 1rem;
  }
  
  .homepage h2.titleStyle {
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  
  .homepage h2, .homepage h3 {
    color: #cbcbcb;
  }

  h1, h2, h3 {
	font-family: Oswald
  }
  
  .homepage h1, #homepageNav .container .logo  {
    font-weight: bold;
    background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.5));
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
  }
  
  .bg-black {
    background-color:#000
  }
  
  #homepageNav {
    min-height:3.5rem;
  }
  
  #mainNav .logo {
    color:#000;
    font-weight: 700;
    padding: 0.9rem 0;
  }
  
  .svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
  }
  
  .contact-section {
    padding-top: 5rem;
  }
  
  .contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, 0.3);
  }
  
  .svg-inline--fa {
    display: inline-block;
    height: 1em;
    vertical-align: -.125em;
  }
  
  .footer {
    padding: 2rem 0 4rem 0;
  }
  
  
  @media (min-width: 768px) {
    .masthead h1, .masthead .h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
  }
  
  @media (min-width: 992px) {
    .masthead {
      height: 100vh;
      padding: 0;
    }
    .masthead h3, .masthead .h3 {
      font-size: 2rem;
      line-height: 2.75rem;
    }
    .masthead h2, .masthead .h2 {
      max-width: 31rem;
      font-size: 1.75rem;
    }
  }
  
  #homepageNav {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    background-color: transparent;
    transition: background-color 0.3s ease-in-out;
  }
  
  #homepageNav .nav-link {
    transition: none;
    padding: 0.5rem 1.5rem;
    color: rgba(255, 255, 255, 1);
  }
  
  #homepageNav .nav-link:hover {
	background-color: rgba(0, 0,0,0.5)
  }
  
  @media (max-width: 992px) {
    #homepageNav .nav-link {
      font-size:14pt;
      padding: 1.5rem;
    }
  }
  
  #homepageNav.navbar-shrink {
    background-color: #0f0f0fa9;
  }
  
  #homepageNav.navbar-shrink .nav-link {
    padding: 1.5rem 1.5rem 1.25rem;
    border-bottom: 0.25rem solid transparent;
  }
  
  #homepageNav .container .navbar-toggler {
    color: #fff;
    font-size: 2em;
  }
  
  @media (max-width: 992px) {
    #homepageNav {
      background-color: #0f0f0fa9;
    }
  }
  
  .homepage .update-heading {
  background: unset;
  -webkit-text-fill-color: unset;
  color: rgba(255, 255, 255, 1);
  margin: 5px 0;
  }
  
  .homepage .homepageTextColour {
    color:rgb(167, 167, 167);
  }
  
  .homepage .card {
    background: unset;
  }
  
  #aboutSection img {
    padding-bottom: 20px;
  }

  .featureImg {
	-webkit-mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
  	mask-image: linear-gradient(to right, rgba(0, 0, 0, 0), black 20%, black 80%, rgba(0, 0, 0, 0));
  }

/***************************************************************************
             13 - Pagination Buttons
***************************************************************************/
.page-link {
	color: #000
  }
  
  .page-link:hover, .page-item.active .page-link {
	color: #fff;
	background-color: #1c1f23;
	border-color: #1c1f23
  }
  
  [data-bs-theme=dark] .page-link {
	color: #fff;
  }
  
  [data-bs-theme=dark] .page-link:hover, [data-bs-theme=dark] .page-item.active .page-link {
	color: #000;
	background-color: #fff;
	border-color: #fff
  }