:root {

  --blue: #153787;
  --blue-dark: #0b183e;
  --purple-light: #8a97bd;
  --teal: #15647c;
  --teal-light: #8ab1bd;
  --cyan: #17a2b8;

  --gray: #6c757d;
  --gray-dark: #343a40;

  --primary: #153787;
  --secondary: #15647c;

  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;

  --light: #f8f9fa;
  --dark: #343a40;
  --black: #111111;

  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;

  --font-family-sans-serif: 'Poppins', sans-serif;

  --font-family-monospace: 'Dosis', SFMono-Regular, Menlo, Monaco, Consolas,
    'Liberation Mono', 'Courier New', monospace;

  --gradient-white-to-bg-down-top: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(11, 24, 62, 1) 100%
  );

  --gradient-white-to-light-bg-down-top: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(21, 55, 135, 1) 100%
  );

  --gradient-white-to-bg-top-down: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(11, 24, 62, 1) 100%
  );

  --gradient-white-to-light-bg-top-down: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(21, 55, 135, 1) 100%
  );

  --gradient-white-to-teal-top-down: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(21, 100, 124, 1) 100%
  );

  --gradient-white-to-teal-down-top: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(21, 100, 124, 1) 100%
  );
}

html, body
{
  background-color: black;
  padding: 0;
  margin: 0;

}

.navbar-nav
{
  align-items: flex-end;
}

.navbar
{
  position: sticky;
  top: 0px;
}

.main-wrapper
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

*
{
  font-family: 'Poppins', sans-serif;
}

.back_panel
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.crest
{
  width: 170px;
  height: 200px;
  background-image: url(../img/ayfc-crest.png);
  background-size: 170px 200px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 2000;
}

.crest.small
{
  background-size: contain;
  height: 110px;
}

.navbar
{
  background-color: rgba(0,0,0, 0.75) !important;
  border-bottom: 2px solid #15307C;
  z-index: 1000;
}

.nav-item a
{
  color: white;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl
{
  justify-content: flex-end;
}

.nav-link
{
  text-align: right;
  font-weight: 600;
  font-size: 20px;
  cursor: pointer;
  border-radius: 8px;
}

.dropdown-item
{
  color: black !important;
}

.footer a
{
  color: white;
  text-decoration: none;
}

.footer a:hover
{
  text-decoration: underline;
}

.simple_content
{
  background-color: rgb(19 16 42 / 96%);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.simple_content h2, h3, h4, h5, li
{
  color: white;
}
.simple_content p
{
  color: white;
  font-size: 18px;
}

.accredited
{
  background-image: url(../img/faaccredited.png);
  background-size: contain;
  width: 180px;
  height: 58px;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 8px;
  
  
}

.player_bg_01
{
  background-image: url(../img/player-bg1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 80%;
}

.player_bg_02
{
  background-image: url(../img/player-bg2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 80%;
}

.central_content
{
  /*position: absolute;
  top: 10%;
  bottom: 10%;
  left: 3%;
  right: 3%;*/
  /*position: absolute;*/
  width: 95%;
  max-height: 95%;
  /*height: 100%;*/
  overflow-x: hidden;
  z-index: 1999;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1500px;
}

.main_team_photo img
{
  max-height: 600px;
  text-align: center;
}

h1.hero
{
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  color: white;
  font-weight: 700;
  margin-top: 150px;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.75));
}

hr
{
  border: none;
  height: 3px;
  background-color: white;
}

h2.hero
{
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  line-height: 55px;
  color: white;
  font-weight: 400;
  font-style: italic;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.6));
}

.footer
{
  /*position: absolute;*/
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer p
{
  color: white;
  padding: 0;
  margin: 0;
}

.form_wrapper
{
  /*border: 1px solid rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 20px;*/
}

.form_wrapper button
{
  width: 200px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  border: 1px solid white;
  border-radius: 8px;
  background-color: #15307C;
  color: white;
  padding: 10px;
  margin: 0 auto;
}

.form_element
{
  width: 100%;
  margin-bottom: 10px;
}

.form_element input, .form_element textarea
{
  border: 1px solid white;
  width: 100%;
  padding: 8px;
  border-radius: 8px;
}

.form_element textarea
{
  height: 200px;
}


.team_grid
{
  margin-top: 20px;
  display: grid;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: 49% 49%;
  width: 100%;
  grid-row-gap: 20px;
  justify-content: space-between;
}

.team_card
{
  background-color: #153787cf;
  border-radius: 8px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.team_header
{
  min-height: 130px;
  height: 528px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.team_header.bordered
{
  border-bottom: 1px solid white;
}

.team_header img
{
  max-height: 528px;
  margin-bottom: 5px;
  transition: all 0.3s ease;
  border: 1px solid white;
}

.team_header img:hover
{
  opacity: 0.75;
  transition: all 0.3s ease;
  border: 1px solid grey;
}

.team_header p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 24px;
  text-align: center; 
}

.team_body
{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
}

.team_body h5
{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: white;
  padding-top: 10px;
  text-align: center;
}

.team_body p
{
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

.team_footer
{
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.team_footer a
{
  width: 80%;
  max-width: 200px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 15px;
  border: 1px solid white;
  border-radius: 8px;
  background-color: white;
  color: #15307C;
  padding: 10px;
  margin: 0 auto;
  text-decoration: none;
}

.team_footer a:hover
{
  background-color: #15307C;
  color: white;
}

.document_section
{
}

.document_section h3
{
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: white;
  font-size: 26px;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 20px;
}

.documents
{

}

.document
{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 8px;
  transition: background 0.3s ease;
  cursor: pointer;
}

.teamPhoto
{
  border-radius: 8px;
}

.coach
{
  padding: 0;
  margin: 0;
}

.coaches
{
  margin-bottom: 20px;
}

.document:hover
{
  background-color: rgba(0, 0, 0, 0.25);
  transition: background 0.3s ease;
}

.document h6
{
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 19px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
  text-decoration: underline;
  padding-bottom: 8px;
  margin-top: 4px;
}

.document h6 a
{
  color: white;
}

.document a
{
  color: white;
  text-decoration: none;
}

.document p
{
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.document .doc_icon
{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.document .doc_icon i
{
  color: white;
  font-size: 40px;
  margin-top: -2px;
}

.doc_icon
{

}

.doc_info
{

}

.team_photo
{
  border-radius: 8px;
}

.stripes {
  bottom: 0;
  position: absolute;
  opacity: 0.75;
  -ms-transform: rotate(33deg); /* IE 9 */
  transform: rotate(33deg);
  width: 40%;
  overflow: hidden;
}

.stripes-left {
  left: -80px;
  top: -800px;
}

.stripes-right {
  right: -25%;
  top: 0;
  height: 150%;
}

.stripe {
  bottom: 0;
  position: absolute;
  top: 0;
}

/* LEFT DARK */

.stripes-left.stripes-dark {
  background: var(--blue-dark);
}

.stripes-left.stripes-dark .stripe-first {
  background: var(--white);
  background: var(--gradient-white-to-bg-top-down);
  right: 150px;
  bottom: 10%;
  width: 15px;
}

.layout-default-long .stripes-left.stripes-dark {
  left: -450px;
  top: -800px;
}

.stripes-left.stripes-dark .stripe-second {
  background: var(--white);
  background: var(--gradient-white-to-bg-top-down);
  right: 110px;
  bottom: 30%;
  width: 20px;
}

.stripes-left.stripes-dark .stripe-third {
  background: var(--white);
  background: var(--gradient-white-to-bg-down-top);
  right: 80px;
  top: 60%;
  width: 10px;
}

.stripes-left.stripes-dark .stripe-fourth {
  background: var(--white);
  background: var(--gradient-white-to-bg-down-top);
  right: 50px;
  top: 70%;
  width: 20px;
}

.stripes-left.stripes-dark .stripe-fifth {
  background: white;
  right: 20px;
  width: 5px;
}

/* LEFT LIGHT */

.stripes-left.stripes-light {
  background: var(--blue);
  left: -190px;
  bottom: -100px;
}

.stripes-left.stripes-light .stripe-first {
  background: var(--white);
  background: var(--gradient-white-to-light-bg-top-down);
  right: 150px;
  bottom: 10%;
  width: 15px;
}

.stripes-left.stripes-light .stripe-second {
  background: var(--white);
  background: var(--gradient-white-to-light-bg-top-down);
  right: 110px;
  bottom: 30%;
  width: 20px;
}

.stripes-left.stripes-light .stripe-third {
  background: var(--white);
  background: var(--gradient-white-to-light-bg-down-top);
  right: 80px;
  top: 60%;
  width: 10px;
}

.stripes-left.stripes-light .stripe-fourth {
  background: var(--white);
  background: var(--gradient-white-to-light-bg-down-top);
  right: 50px;
  top: 70%;
  width: 20px;
}

.stripes-left.stripes-light .stripe-fifth {
  background: white;
  right: 20px;
  width: 5px;
}

/* RIGHT MEDIUM */

.stripes-right.stripes-medium {
  background: var(--blue-dark);
}

.stripes-right.stripes-medium .stripe-first {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  background: var(--white);
  left: 0;
  top: 0;
  bottom: 0;
  width: 20px;
}

.stripes-right.stripes-medium .stripe-bg {
  background: var(--teal);
  left: 0;
  top: 0;
  bottom: 0;
  width: 150px;
}

.stripes-right.stripes-medium .stripe-second {
  background: var(--white);
  background: var(--gradient-white-to-teal-top-down);
  left: 50px;
  bottom: 50%;
  width: 20px;
}

.stripes-right.stripes-medium .stripe-third {
  background: var(--white);
  background: var(--gradient-white-to-teal-down-top);
  left: 90px;
  top: 30%;
  width: 5px;
}

.stripes-right.stripes-medium .stripe-fourth {
  background: var(--white);
  background: var(--gradient-white-to-bg-down-top);
  left: 170px;
  top: 70%;
  width: 20px;
}

.stripes-right.stripes-medium .stripe-fifth {
  background: var(--white);
  background: var(--gradient-white-to-bg-top-down);
  left: 220px;
  bottom: 10%;
  width: 30px;
}

.wrapper
{
  overflow: hidden;
  position: relative;
  min-height: 100%;
  width: 100%;
}


@media only screen and (max-width: 1100px) 
{
  .team_grid
  {
    grid-template-columns: 100%;
  }
}

@media only screen and (max-width: 1100px) 
{
  /*.central_content
  {
    left: 5%;
    right: 5%;
  }*/
  .team_header
  {
    height: unset;
  }
  
  .team_header img
  {
    max-height: 450px;
  }

  .crest
  {
    width: 70px;
    height: 45px;
    background-size: contain;
  }

  .accredited
  {
    width: 110px;
    height: 45px;
  }
}

@media only screen and (max-width: 600px) 
{
  .footer
  {
    flex-direction: column;
    row-gap: 10px;
    height: unset;
    padding-bottom: 10px;
  }

  .accredited
  {
    margin-top: 10px;
  }  

  .footer p
  {
    font-size: 12px;
  }
  /*.central_content
  {
    bottom: 15%;
  }*/

  h1.hero
  {
    font-size: 40px;
    margin-top: 100px;
  }

  h2.hero
  {
    font-size: 30px;
    line-height: 34px;
  }
}
