/* =========================
   GLOBAL STYLES
========================= */

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #000000;
}

img {
  max-width: 80%;
  height: auto;
  display: block;
}

video {
  max-width: 80%;
  height: auto;
  display: block;
	margin: 1% 10%;
}

aside,
footer,
header,
main,
section {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

/* =========================
   TYPOGRAPHY
========================= */

h1 {
  /*margin-top: 0;*/
  font-family: "Inter", sans-serif;
  font-size: 100px;
  font-weight: 200;
  text-align: left;
  color: #ffffff;
}

h2 {
  padding: 1% 10%;
  font-family: "Public Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

h3 {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #ffffff;
}

p,
ul {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #000000;
}

p.footer {
  font-size: 10px;
  line-height: 1.8;
  color: #ffffff;
}

.text {
  max-width: 550px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  font-weight:normal;
  color: #ffffff;
	line-height: 18px;
}

.highlight {
  margin-top: 20px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #00c2fc;
}

/* =========================
   LINKS
========================= */

a:link,
a:visited {
  color: #ffffff;
  text-decoration: none;
}

.definition a,
.wdefinition a,
.tab a:hover {
  color: #27a9e0;
  text-decoration: none;
}

.tab a:hover {
  opacity: 1;
}

/* =========================
   LAYOUT CONTAINERS
========================= */

.inside {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
  padding: 1% 0 2%;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
}

.wrapper {
  max-width: 100%;
  margin: auto;
  padding: 0 5%;
}

.flex-container {
  display: flex;
}

/* =========================
   NAVIGATION
========================= */

.nav {
  display: flex;
  justify-content: space-around;
  padding: 15px 100px;
  background: #333333;
  font-family: "Public Sans", sans-serif;
  font-size: 18px;
  color: #ffffff;
}

/* =========================
   HERO SECTIONS
========================= */

.hero,
.whero {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 150px 0;
}

.hero {
  background: #000000;
}

.whero {
  background: #ffffff;
}

/* =========================
   DEFINITIONS
========================= */

.definition,
.wdefinition {
  margin-bottom: 20px;
  font-family: "Public Sans", sans-serif;
  font-size: 14px;
  line-height: 18px;
}

.definition {
  color: #ffffff;
}

.wdefinition {
  color: #000000;
}

/* =========================
   IMAGE SIZING
========================= */

.sun,
.time {
  width: 50%;
}

.kicks {
  width: 100%;
}

/* =========================
   BOTTOM SECTIONS
========================= */

.bottom,
.wbottom {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 0 150px 20px;
}

.bottom {
  background: #000000;
}

.wbottom {
  background: #ffffff;
}

.bottom img {
  width: 55%;
  border-radius: 4px;
}

.wbottom img {
  width: 65%;
  border-radius: 4px;
}

.soccer-text {
  max-width: 300px;
}

/* =========================
   BACKGROUND SECTIONS
========================= */

.blue {
  display: flex;
  background-image: url("images/blue_bg.jpg");
  background-repeat: no-repeat;
}

.gallery-section {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
  background-image: url("/cosmicpitch/images/blue_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* =========================
   SIDEBAR / FOOTER
========================= */

.sidebarPicFooter {
  flex: 0 1 300px;
  margin: 20px 10px;
  background: #000000;
  font-size: 10px;
  color: #ffffff;
}

.footer,
.sidebar {
  border: 0 solid #000000;
}

.footer {
  background: #000000;
}

/* =========================
   THUMBNAIL GALLERIES
========================= */

.thumbnails {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
	justify-content: center;
  gap: 1%;
  margin: 50px 0;
}


.thumbnails img {
    width: 100%;
    object-fit: cover;
    display: block;
	max-width: 100%;
}

.thumbnails a {
    width: 9%;
    flex-shrink: 0;
    display: block;
}


.thumbnails2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
}


.thumbnails2 {
  justify-content: flex-start;
  gap: 4%;
  margin: 50px 0 10px 75px;
}



/* =========================
   BOOKS
========================= */

.book {
  width: 15%;
  flex-shrink: 0;
}

.book a {
  display: block;
  width: 100%;
}

.book img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* =========================
   CUSTOM THUMBNAIL GRID
========================= */

.thumbnails3 {
  display: flex;
  justify-content: space-between;
  width: 90%;
  /*padding: 0 4%;*/
  background: transparent;
}

.thumbnails3 > div {
  width: 43%;
}