/* ================================= 
  Base Styling
==================================== */

* {
  box-sizing: border-box;
  margin: 0px;
}

html {
  font-size: 16px;
  line-height: 16px;
}

body {
  font-family: "Sharp Grotesk", sans-serif;
  line-height: 1.2rem;
  margin: 0;
  min-height: 100vh;
}

/* ================================= 
 Navigation Bar
==================================== */

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: underline;
  transition: 300ms;
}

a:hover {
  color: #FA0000;
  transition: 300ms;
}

a,
.nav-bar,
.main-nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.bc-link__image {
  max-width: 82.7px;
}

.nav-bar {
  background-color: #000000;
  padding-left: 15px;
  padding-right: 16px;
}

.nav-bar-content {
  padding: 0.9rem 0;
  display: flex;
  max-width: 1290px;
  margin: 0 auto;
  justify-content: space-between;
  width: 100%;
}

.nba2k_link a,
.main-nav a {
  text-align: center;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}

.nba2k_link {
  margin: 0;
}

.nba2k_link > img {
  height: 30px;
}

img {
  vertical-align: middle;
}

/* ================================= 
  Marquee Section
==================================== */

.marquee {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url(https://cdn.2k.com/all/all/assets/vc-nba-web-n25-bg-1920x1080-1-.png);
  background-color: #000000;
  height: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  position: relative;
  padding-top: 60px;
  color: #ffffff;
}

.logo img {
  width: 100%;
  margin-top: 40px;
  max-width: 220px;
}

.marquee-header-container {
  height: 349px;
  margin: auto;
  text-align: center;
  max-width: 880px;
  padding: 0px 20px;
}

h1 {
  text-transform: uppercase;
  font-size: 3rem;
  line-height: 3rem;
  margin: 0px;
  margin: 1rem 0rem;
}

p {
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1.5rem;
}

/* ================================= 
  Atlassian Component
==================================== */

.layout-content {
  background-color: #eee9e9;
}

.page-status {
  border-radius: 0px !important;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}

.page-status + .text-section {
 	 display: none; 
}

.component-container {
  border-style: none !important;
}

.child-components-container .component-inner-container {
  padding: 10px 20px;
  background-color: #ffffff;
  box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.2);
}

.incidents-list {
  display: none;
}

.page-footer {
  display: none;
}

.component-container {
  width: 100% !important;
  white-space: wrap !important;
}

.child-components-container {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 20px !important;
  padding-left: 0px !important;
}

.component-inner-container {
  width: 46% !important;
  display: flex;
}

.group-parent-indicator {
  display: none !important;
}

[data-js-hook~="component-group-opener"] .icon-indicator {
  display: none !important;
}

.platform_logos {
  margin-right: 20px;
}

.components-container .name {
  max-width: 100% !important;
  flex: 1 1 auto;
  white-space: wrap !important;
  display: flex !important;
  align-items: center;
}

.components-container .tool {
	  	display: flex;
  align-items: center;
  top: 0 !important;
}


/* ================================= 
  Footer Section
==================================== */

footer {
  background-color: #000000;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  text-align: center;
}

footer ul {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  align-items: center;
}

footer li {
  padding: 20px;
  text-decoration: none;
}

footer a {
  text-decoration: none;
}

footer p {
  font-size: 0.85rem;
  line-height: 1rem;
}

.studio_logos img {
  max-width: 80px;
}

.footer_container {
  max-width: 884px;
}

.social_icons {
  padding: 1rem;
}

.social_icons img {
  height: 40px;
}

.copyright {
  max-width: 844px;
  margin: auto;
  padding: 20px;
}

/* ================================= 
  Media Queries
==================================== */

@media (min-width: 769px) {
  html {
    font-size: 20px;
  }

  .logo,
  h1 {
    text-align: left;
  }

  .marquee {
    background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url(https://cdn.2k.com/all/all/assets/vc-nba-web-n25-bg-1920x1080-1-.png);
    background-color: #000000;
    height: 349px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding-top: 60px;
  }
}

@media (max-width: 700px) {
  .layout-content.status.status-index
    .components-section
    .components-container.two-columns
    .component-container
    .child-components-container
    .icon-indicator {
    display: flex !important;
  }

  .layout-content.status.status-index
    .components-section
    .components-container.two-columns
    .component-container
    .component-status {
    display: none !important;
  }

  .child-components-container {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .component-inner-container {
    min-width: 100% !important;
  }
}

.text-section {
  opacity: 0;
  height: 0;
}


@font-face {
  font-family: "Sharp Grotesk";
  src: url("https://assets.ctfassets.net/1a6ngf98576c/2KSPU9q4ZdbOtEAwj8mhRy/b4b830cfc6382e5ec56e4f820f6aba9c/SharpGroteskWeb-Medium15.ttf") format("woff2");
  font-weight: 400;
  font-style: normal;
}