* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  background-color: #000000;
}

a {
  color: #ffe09d;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}

img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

/* Navbar */

.scroll {
margin-left: -25px;
}

.nav-icon {
  right: 30px;
  top: 15px;
  position: fixed;
  z-index: 9999;
}

.nav-icon:hover {
  color: #ffe09d;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: rgb(255, 255, 255);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  display: flex;
}

.sidenav a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ffe09d;
}

.nav-items {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.sidenav .closebtn {
  position: absolute;
  right: 25px;
  top: 0px;
  font-size: 2.5rem;
}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}

/* End of Navbar Section */

/* Hero Section Styling */

#hero {
  background-color: #000;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.3),
      rgba(0, 0, 0, 0.3)
    ),
    url(images/background.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  color: #ffffff;
  height: 100vh;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#hero .intro p {
  font-size: 1.5rem;
}

#hero .intro p span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

#hero .intro p:last-child {
  font-size: 1.2rem;
  padding: 0 20px;
}

#hero .intro h1 {
  font-size: 4rem;
  font-weight: normal;
  padding: 20px;
  color: #ffe09d;
}

/* Animated Mouse Scroll Icon */

.scroll-downs {
  bottom: 30px;
  cursor: pointer;
  position: absolute;
}
.mousey {
  width: 3px;
  padding: 3px 10px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

/* End of Hero Section */

/* About Me Section */
#about {
  background-color: #000;
  color: #ffffff;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
}

#about h1 {
  color: #ffe09d;
  font-size: 3rem;
  padding: 50px 0 20px 0;
}

.about-intro {
  margin-bottom: 50px;
  width: 50%;
  text-align: center;
}

/* Responsive Timeline */
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #000;
  text-align: left;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: "";
  position: absolute;
  width: 5px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: black;
  border: 4px solid #ffe09d;
  top: 15px;
  border-radius: 50%;
  z-index: 2;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 3;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.content {
  padding: 30px;
  background-color: white;
  position: relative;
}

.content h2 {
  font-weight: bold;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after,
  .right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}
/* End of About Section */

/* Meet My Shows Section */
#shows {
  background-color: #000;
  background-image: linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(images/shows.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  height: 100%;
  width: 100%;
  padding: 100px;
}

#shows h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 1.5rem;
  color: #ffe09d;
}

/* Cards Styling */
.show-cards {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.card {
  position: relative;
  width: 300px;
  margin: 20px;
}

.image {
  display: block;
  width: 100%;
  height: 350px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.card:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  text-align: left;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.text h3 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffe09d;
  padding: 10px 0;
}
/* End of Meet My Shows Section */

/* Popular Role Section */
#role {
  background-color: #000000;
  height: 100%;
  color: #fff;
  text-align: center;
  padding: 100px;
}

#role h1 {
  padding: 20px;
  font-size: 3rem;
  color: #ffe09d;
}

#role p {
  margin: 0 auto;
  width: 60%;
  text-align: center;
}

.showcase {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.showcase img {
  width: 30%;
  -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(70%, transparent), to(rgba(250, 250, 250, 0.5)));
}

.image-left {
  -webkit-transform: perspective(600) rotateY(45deg);
  transform: perspective(600) rotateY(45deg);
}
.image-right {
  -webkit-transform: perspective(600) rotateY(-45deg);
  transform: perspective(600) rotateY(-45deg);
}

/* End of My Popular Role */

/* Awards Section */
#awards {
  height: 100%;
  background-color: #000;
  color: #fff;
  padding: 100px;
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

#awards h1 {
  text-align: center;
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 1.5rem;
  color: #ffe09d;
}

#awards p {
  padding-bottom: 50px;
}

.awards-showcase {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.awards-showcase img {
  width: 20% !important;
  filter: grayscale(100);
  opacity: 0.5;
  margin: 10px;
}

.awards-showcase img:hover {
  filter: grayscale(0);
  opacity: 1;
}

/* End of Awards Section */

/* Responsive Media Queries */
/* // Small devices (landscape phones, 576px and up) */
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  body {
    font-size: 16px;
  }
  .sidenav a {
    padding: 15px 8px 15px 0;
  }
  #hero .intro h1 {
    font-size: 2rem;
  }
  #about h1 {
    font-size: 2rem;
  }
  .about-intro {
    width: 90%;
  }
  #shows {
    padding: 100px 0;
  }
  #shows h1 {
    font-size: 1.5rem;
  }

  .show-cards {
    flex-flow: column;
  }
  .image {
    height: auto;
  }
  #role {
    padding: 100px 0;
  }

  #role h1 {
    font-size: 1.5rem;
  }
  #role p {
    width: 90%;
  }

  .showcase img {
    width: 35%;
  }

  #awards {
    height: 100%;
    padding: 100px 20px;
  }

  #awards h1 {
    font-size: 2rem;
  }

  .awards-showcase {
    flex-flow: column;
  }

  .awards-showcase img {
    width: 80% !important;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  body {
    font-size: 16px;
  }
  .sidenav a {
    padding: 15px 8px 15px 0;
  }
  #hero .intro h1 {
    font-size: 2rem;
  }
  #about h1 {
    font-size: 2rem;
  }
  .about-intro {
    width: 80%;
  }
  #shows {
    padding: 100px 0;
  }
  #shows h1 {
    font-size: 1.5rem;
  }

  .card .overlay {
    display: none;
  }

  .image {
    height: auto;
  }
  #role {
    padding: 100px 30px;
  }

  #role h1 {
    font-size: 1.5rem;
  }
  #role p {
    width: 90%;
  }

  .showcase img {
    width: 35%;
  }

  #awards {
    height: 100%;
    padding: 100px 20px;
  }

  #awards h1 {
    font-size: 2rem;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .sidenav a {
    padding: 15px 8px 15px 0;
  }
  #hero .intro h1 {
    font-size: 3rem;
  }
  .about-intro {
    width: 70%;
  }

  #shows {
    padding: 100px 0;
  }

  #shows h1 {
    font-size: 2rem;
  }

  #role {
    padding: 100px 0;
  }

  #role h1 {
    font-size: 2rem;
  }

  #role p {
    width: 70%;
    margin-bottom: 50px;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #shows {
    padding: 100px 0;
  }
  .sidenav a {
    padding: 15px 8px 15px 0;
  }
  #role {
    padding: 100px 0;
  }
}

/* END */
