@font-face {
  src: url("./Assets/Fonts/Cocogoose.ttf");
  font-family: 'Cocogoose';
}

/* general */
body {
  font-family: 'Lato', sans-serif;
  color: #ec5242;
  background-color: #f7f7f7;
}

#menu {
  display: none;
}

.centered-item {
  max-width: 1400px;
  margin: auto;
  width: 100%;
  padding: 0 100px;
}

header {
  position: fixed;
  width: 100%;
  z-index: 200;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title {
  padding-top: 250px !important;
  padding-bottom: 200px !important;
}

footer {
  padding: 50px !important;
  padding-bottom: 50px !important;
  display: flex;
  align-items: center;
}

/* div */
.social-and-personal-settings {
  background-color: rgb(59, 60, 63);
  padding: 5px 0;
}

.nav-background {
  background-color: white;
}

.branch {
  color: #272a31;
  line-height: 15px;
}

.player {
  margin-bottom: 10px;
}

.player-img {
  width: 100px;
  height: 100px;
  background-size: 100px 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
}

.player-images {
  width: 100%;
  height: 100px;
  cursor: pointer;
  transition: padding 0.4s, transform 0.2;
  position: relative;
  margin-right: 10px;
}

.player-images:hover .player-img {
  padding-left: 100%;
  background-position: left;
  transition: padding 0.4s, transform 0.2;
  transform: scaleX(-1);
  height: 90px;
}

.player-images:hover {
  border: 5px solid #ec5242;
  transition: 0.5s;
  z-index: 100;
  background: linear-gradient(16deg, rgba(0, 0, 0, 1) 14%, rgba(236, 82, 66, 1) 90%);
}

/* headers */
h1 {
  font-size: 5em;
  font-weight: bold;
  font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
  max-width: 900px;
  width: 100%;
}

.title h2 {
  color: #272a31;
  font-weight: bold;
  margin-top: 25px;
  font-size: 3em;
}

h3 {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  margin: 0;
}

.main-program-section h3 {
  color: white;
}

.finalist-section h3 {
  color: #272a31;
}

.sponsors-section h3 {
  color: rgb(163, 163, 163);
  font-weight: normal;
}

h4 {
  font-size: 1.3em;
}

.finalist-section h4 {
  color: #272a31;
  font-weight: bold;
}

/* section */
.main-program-section {
  background-color: #272a31;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 80px;
}

.finalist-section {
  padding: 40px 0;
}

.sponsors-section {
  padding: 20px 0 60px;
  background-color: #272a31;
  text-align: center;
  font-weight: bold;
  color: rgb(163, 163, 163);
}

/* articles */
.main-program-section article {
  background-color: rgb(228, 228, 228, 0.2);
  margin: 25px 1px;
  padding: 0 10px 20px;
}

.player-info {
  margin: 10 0 50px;
  max-width: 200px;
  width: 100% !important;
  word-wrap: wrap;
}

/* a */
nav a {
  color: #272a31;
  padding: 20px 30px 21px;
  transition: 0.3s;
}

.tickets-link {
  color: #ec5242;
  padding: 5px 10px;
  background: none;
  border: 4px solid #ec5242;
  margin-left: 40px;
  font-weight: bold;
}

.social-and-personal-settings a {
  color: white;
  margin-left: 15px;
}

.main-program-section a {
  color: white;
}

nav :first-child a {
  font-weight: bold;
  color: #ec5242;
}

nav a:hover {
  text-decoration: none;
  color: white;
  background-color: lightgrey;
  font-weight: normal;
  transition: 0.3s;
}

.tickets-link:hover {
  background-color: transparent;
  color: #ec5242;
}

.social-and-personal-settings a:hover {
  text-decoration: none;
  color: lightgrey;
}

nav :first-child a:hover {
  font-weight: bold;
  color: #ec5242;
}

/* ul */
ul {
  margin: 0;
  text-align: start;
}

nav ul {
  padding-left: 0;
}

.social-and-personal-settings ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.sponsors-section ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* li */
body li {
  display: inline;
}

.menu-btn {
  display: none;
  font-size: 1.5em;
  color: #272a31;
  position: relative;
  top: 4px;
}

.menu-btn i:hover {
  color: #ec5242;
  cursor: pointer;
}

.sponsors-section li {
  font-size: 3em;
  font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
}

.sponsors-section li::before {
  content: "•";
  margin: 0 10px;
  font-size: 80px;
  position: relative;
  top: 10px;
}

/* p */
p {
  margin: 0;
}

footer p {
  color: #272a31;
}

.branch p {
  font-weight: bold;
  padding-left: 55px;
}

.main-program-section p {
  color: white;
}

.finalist-section div p {
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 50px;
}

footer :first-child p {
  font-size: 2em;
  font-weight: bold;
  margin: 10px 30px 0 10px;
  padding: 0;
  font-family: 'Cocogoose', Arial, Helvetica, sans-serif;
}

.player-images:hover p {
  display: block !important;
  font-size: 10px;
}

.title :first-child {
  font-size: 1.8em;
  font-weight: 300;
  padding-bottom: 15px;
}

.title :last-child {
  color: #272a31;
}

.title :nth-child(3) {
  color: #272a31;
  border: 2px solid lightgray;
  max-width: 500px;
  padding: 15px 10px;
  margin-top: 15px;
}

.branch :nth-child(2) {
  padding-top: 25px;
  font-size: 18px;
}

.player article :last-child {
  color: #272a31;
}

footer :last-child :first-child {
  font-weight: bold;
  font-size: 1.05em;
  margin-top: 40px;
  margin-bottom: 10px;
}

/* images */
footer img {
  width: 40px;
}

.branch img {
  width: 50px;
  float: left;
  padding: 5px 0;
}

.player-img-1 {
  background-image: url("./Assets/Images/Players/BebiB.png");
}

.player-img-2 {
  background-image: url("./Assets/Images/Players/Umi.png");
}

.player-img-3 {
  background-image: url("./Assets/Images/Players/Bushcreep.png");
}

.player-img-4 {
  background-image: url("./Assets/Images/Players/Toshi.png");
}

.player-img-5 {
  background-image: url("./Assets/Images/Players/Solin.png");
}

.player-img-6 {
  background-image: url("./Assets/Images/Players/Royalfawkes.png");
}

.player-img-7 {
  background-image: url("./Assets/Images/Players/Tomoe.png");
}

.player-img-8 {
  background-image: url("./Assets/Images/Players/Calamity.png");
}

.player-img-9 {
  background-image: url("./Assets/Images/Players/RainBow.png");
}

.player-img-10 {
  background-image: url("./Assets/Images/Players/Kirye.png");
}

.player-images img {
  width: 100%;
  height: 100px;
  z-index: -100;
  position: absolute;
  transition: 0.3s;
}

.player-images:hover img {
  opacity: 0;
}

/* hr */
hr {
  border-top: 1px solid #ec5242;
  width: 25px;
  margin: 10px auto 20px;
  padding: 0;
}

.finalist-section article hr {
  margin: 10px 0 10px;
  border-color: lightgray;
  width: 20px;
}
