:root {
  --responsive-width-xl: calc(30px + 1.5vw);
  --responsive-width-lg: calc(20px + 1.5vw);
  --responsive-width-md: calc(10px + 1.5vw);
  --responsive-width-sm: calc(5px + 1.5vw);
}

@font-face {
  font-family: utf-menu;
  src: url(../fonts/utf-damage-inc.ttf);
}

body,
html {
  height: 100%;
  color: #ccc;
}

main {
  position: relative;
  background-color: #2E2E2E;
  box-shadow: 0px -2rem 2rem .5rem rgba(0,0,0,0.35);
  z-index: 1;
}

footer {
  position: relative;
  background-color: #2E2E2E;
  z-index: 1;
}

#intro {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/03.png);
  background-repeat: repeat;
}

#hero-vid {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: -10;
}

#hero-container {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

.hero-text h2 {
  margin-bottom: 0;
}

.hero-text h1 {
  text-transform: uppercase;
  background: linear-gradient(to bottom, rgba(197,184,82,1) 0%, rgba(90,76,26,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

nav#menu {
  margin: 0;
  padding: 0 var(--responsive-width-xl);
}

nav#menu .navbar-collapse,
nav#menu .navbar-collapse .dropdown-menu {
  text-align: right;
}

nav#menu .navbar-brand,
nav#menu .nav-link {
  font-family: 'utf-menu', sans-serif;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #515A5F;
}

nav#menu.sticky-menu {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media(min-width: 768px) {
  nav#menu .navbar-collapse,
  nav#menu .navbar-collapse .dropdown-menu {
    text-align: left;
  }
}

article .section-heading {
  font-family: 'utf-menu', sans-serif;
  padding: 2rem 0;
  text-align: center;
}

article .section-media {
  margin: 2rem 0;
  padding: 0 2rem;
  flex: 1 0;
  min-height: 300px;
}

article .section-desc {
  margin: 2rem 0;
  padding: 2rem;
  box-shadow: 0 .25rem .50rem 0 rgba(0,0,0,.16),
              0 .25rem 1rem 0 rgba(0,0,0,.12);
  border: 0;
  border-radius: .25rem;
}

article .frame-container {
  margin: 1rem 2rem;
}

section.parallax {
  margin: 0 -.75rem;
  padding: 2rem var(--responsive-width-xl);
  min-height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0px 2rem 2rem -.50rem rgba(0,0,0,0.35),
              inset 0px -2rem 2rem -.50rem rgba(0,0,0,0.35);
}

section .section-content {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 120ch;
}

#article-intro .parallax {
  background-image: url("../media/bg_intro.webp");
}

#article-recruitment .parallax {
  background-image: url("../media/bg_recruitment.webp");
}

#article-guilded .parallax {
  background-image: url("../media/bg_guilded.webp");
}

#article-discord .parallax {
  background-image: url("../media/bg_discord.webp");
}

#article-steam .parallax {
  background-image: url("../media/bg_steam.webp");
}

#article-intro .section-heading {
  color: #ccc;
  background-image: linear-gradient(85deg, rgb(34, 34, 39, 1), rgb(38, 38, 43, 1));
}

#article-intro .section-desc {
  color: #ccc;
  background-image: linear-gradient(85deg, rgba(34, 34, 39, .95), rgba(38, 38, 43, .95));
}

#article-recruitment .section-heading {
  color: #fff;
  background-image: linear-gradient(85deg, rgb(141, 132, 61), rgb(136, 115, 40));
}

#article-guilded .section-heading {
  color: #111820;
  background-image: linear-gradient(85deg, rgba(255, 180, 0, 1), rgba(255, 216, 0, 1));
}

#article-guilded .section-desc {
  color: #111820;
  background-image: linear-gradient(85deg, rgba(255, 180, 0, .95), rgba(255, 216, 0, .95));
}

#article-discord .section-heading {
  text-align: center;
  color: #fff;
  background-image: linear-gradient(85deg, rgba(103, 113, 188, 1), rgba(118, 138, 220, 1));
}

#article-discord .section-desc {
  color: #fff;
  background-image: linear-gradient(85deg, rgba(103, 113, 188, .95), rgba(118, 138, 220, .95));
}

#article-steam .section-heading {
  text-align: center;
  color: #212511;
  background-image: linear-gradient(85deg, rgba(115, 153, 27, 1), rgb(156, 186, 31, 1));
}

#article-steam .highlight-container {
  border: 0;
  border-radius: .25rem;
  overflow: hidden;
}

#article-games .section-highlight {
  padding: 1rem 0;
  text-align: center;
  color: #67c1f5;
  background-image: linear-gradient(85deg, rgba(26, 42, 59, .95), rgba(26, 42, 59, .95));
}

.highlight-container figure {
  margin: 0;
  background-position: center top;
  background-size: cover;
  background-image: url(../media/highlight_steam.webp);
  min-width: 100%;
  height: 400px;
}

#article-steam .section-desc {
  color: #212511;
  background-image: linear-gradient(85deg, rgba(115, 153, 27, .95), rgba(156, 186, 31, .95));
}

#article-intro .intro-list {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  padding: 0px;
  max-width: 50ch;
  width: 100%;
}

#article-intro .intro-list-item {
  margin: .5rem;
  padding: .75rem 1.25rem;
  position: relative;
  display: block;
  color: #ccc;
  background-image: linear-gradient(85deg, rgba(34, 34, 39, .95), rgba(38, 38, 43, .95));
  box-shadow: 0 .25rem .50rem 0 rgba(0,0,0,.16),
              0 .25rem 1rem 0 rgba(0,0,0,.12);
  border: 0;
  border-radius: .25rem;
}

#article-intro ul.intro-unexpected,
#article-intro ul.intro-benefits {
  list-style: none;
  list-style-position: outside;
  padding: 0;
  margin: 0;
}

#article-intro ul.intro-unexpected li,
#article-intro ul.intro-benefits li{
  padding-left: 1rem;
}

#article-intro ul.intro-unexpected li::before {
   content: "🚫 ";
}

#article-intro ul.intro-benefits li::before {
  content: "👍 ";
}

#article-intro ul.intro-benefits li span {
  display: block;
  padding-left: 1.75rem;
}

#article-recruitment .recruitment-container {
  display: flex;
  justify-content: center;
}

#article-recruitment .recruitment-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  max-width: 100ch;
}

#article-recruitment .recruitment-app {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  flex-wrap: wrap;
  min-width: 30ch;
  max-width: 40ch;
  margin: 1rem;
  color: #333;
  background-color: rgba(255, 255, 255, 0.80);
  border-radius: .25rem;
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);
  transition: all .2s ease-in-out;
  overflow: hidden;
}

#article-recruitment .recruitment-app:hover {
  transform: scale(1.025);
}

#article-recruitment .recruitment-media  {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important
}

#article-recruitment .recruitment-media img {
  border-radius: .25rem;
}

#article-recruitment .recruitment-body {
  display: flex;
  flex: 1 0;
  flex-flow: column nowrap;
  padding: .75rem .75rem .25rem .75rem;
  text-align: center;
}

#article-recruitment .recruitment-title {
  margin: .25rem 0;
  color: #333;
  font-size: 1rem;
  font-weight: 550;
}

#article-recruitment .recruitment-content {
  display: flex;
  flex: 1 0;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100%;
}

#article-recruitment a.recruitment-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .5rem 1.5rem;
  color: #000;
  border: 1px solid #333;
  border-radius: 999em;
  background-color: rgba(133, 133, 133, 0.25);
  font-size: 1rem;
  font-weight: 600;
}

.btn-guilded,
.btn-discord,
.btn-steam {
  color: #fff;
  background-color: #111820;
  border-color: #111820;
}

.btn-guilded:hover{
  color: #F5C400;
  background-color: #000;
}

.btn-discord:hover{
  color: #7289DA;
  background-color: #000;
}

.btn-steam:hover{
  color: #5c7e10;
  background-color: #000;
}

.steam-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  margin: 1rem 4rem;
}

.steam-app {
  display: flex;
  flex: 1 0;
  flex-direction: column;
  min-width: 10rem;
  border-radius: .25rem;
  background-color: rgba(26, 42, 59, .75);
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.15);
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.steam-app:hover {
  transform: scale(1.025);
}

.app-image {
  width: 100%;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  box-shadow: 0px 10px 10px -5px rgba(103,193,245,0.25);
}

.app-body {
  display: flex;
  flex: 1 0;
  flex-flow: column nowrap;
  padding: .75rem .75rem .25rem .75rem;;
}

.app-title {
  margin: .25rem 0;
  color: #67c1f5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 550;
}

.app-description {
  flex: 1 0;
  margin-bottom: .5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #67c1f5;
  font-size: .75rem;
  line-height: 1.25;
}

.app-time {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
  color: #90ba3c;
  font-size: 1rem;
  font-weight: 550;
  text-overflow: nowrap;
}

.app-members {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin-top: .5rem;
  padding: .25rem 0;
  gap: .25rem;
  overflow: hidden;
  text-overflow: clip;
}

.member-avatar {
  width: 2rem;
  height: 2rem;
  border: 2px solid #90ba3c;
  border-radius: 50%;
  transition: all .2s ease-in-out;
}

.member-avatar:hover {
  transform: scale(1.1);
}

.tooltip.bs-tooltip-top .tooltip-inner {
  color: black;
  background-color: #90ba3c;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #90ba3c;
}

footer {
  color: rgba(197,184,82,1);
}

footer a,
footer a:hover,
footer a:visited,
footer a:active {
  color: rgba(197,184,82,1);
  text-decoration: none;
}

footer a:hover  {
  text-decoration: underline;
}


#hero-bf-branding {
  margin: 1rem;

}

.hero-bf-title {
  font-family: bf-bold;
  font-size: 2.5rem;
  color: rgb(38, 255, 222);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.75);
  text-shadow: rgba(0, 0, 0, 0.50) 0px 0px 5px;
  white-space: nowrap;
  line-height: 1.25;
}

#hero-bf-cta {
  margin: 1rem;
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.75);
  text-shadow: rgba(0, 0, 0, 0.50) 0px 0px 5px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1;
}

a.hero-bf-button {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: .5rem 1.5rem;
  color: #fff;
  border-width: .125rem;
  border-style: solid;
  border-color: rgba(38, 255, 222);
  border-radius: 999em;
  background-color: rgba(0, 0, 0, .25);
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.75);
}

#article-features {
  margin: 0 -.75rem;
  padding: 0 .75rem;
  background: url(https://cdnjs.cloudflare.com/ajax/libs/vegas/2.3.1/overlays/08.png) left top repeat,
              linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),
              url("../media/battlefield_basejump.jpg") center center/cover no-repeat;
  color: #fff;
  box-shadow: inset 0px 1rem 1rem -0.5rem rgb(0 0 0 / 35%),
              inset 0px -1rem 1rem -0.5rem rgb(0 0 0 / 35%);
}

#article-features .section-heading {
  text-align: center;
  background-color: #2E2E2E;
  box-shadow: 0 .25rem .50rem 0 rgba(0,0,0,.16),
              0 .25rem 1rem 0 rgba(0,0,0,.12);
}

#article-features .feature {
  flex-grow: 1;
  margin: 1rem;
  padding: 1rem 2rem;;
  text-align: justify;
  background-color: rgba(0, 0, 0, .80);
  border: 1px solid rgba(38, 255, 223, .80);
  border-radius: .25rem;
  box-shadow: 0 .25rem .50rem 0 rgba(0,0,0,.16),
              0 .25rem 1rem 0 rgba(0,0,0,.12);
}

#article-features .feature h2 {
  text-transform: uppercase;
  color: rgb(38, 255, 223);
  font-family: bf-bold;
}

#article-features .feature div {
  margin: 0 auto;
  padding: 1rem 0;
  max-width: 50ch;
}
