/* *********CSS RESET ***************** */

* {
margin: 0;
padding: 0;
text-decoration: none;

}

/* HTML5 SEMANTIC TAGS */

header , section, footer {
    width: 100vw;
    height: 100vh;
}
.img-size{
    width:26vw;
}
.img-size2{
    width:90vw;
    padding-top: 50px;
}

.movie-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}


.img-display {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding-left: 60px;
  padding-bottom: 20px;

}

.text-movietitle,
.text-section2 {
  width: auto; 
  max-width: 40vw;
}
.img-display2{
    display: flex;
    justify-content: left;
    padding: 50px;
    gap: 2rem;
}

.img-sorrybaby{
    display: flex;
    justify-content: center;
    padding: 20px;

}

.img-review{
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 2rem;

}

.p-section{
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.text-section{
    font-family: trade-gothic;
    font-size: 20px;
    padding-left: 30px;
    width: 800px;
    padding-top: 10px;
    text-align: center;
    color: white;
}

.text-section3{
    font-family: trade-gothic;
    font-size: 20px;
    padding-left: 30px;
    width: 700px;
    padding-top: 10px;
    text-align: center;
    color: white;
}

.text-section2{
    font-family: trade-gothic;
    font-size: 20px;
    width: 800px;
    padding-top: 10px;
    color: white;
}

.text-movietitle{
    font-family: trade-gothic;
    font-size: 40px;
    width: 900px;
    text-align: left;
    padding-top: 10px;
    color: white;
}

.text-margins{
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
}

.alt-section{
    height: 360vh;
}


.grey-section{
    height: 290vh;
}

.lightblue-section{
    height: 80vh;
}

.alt-section3{
    height: 60vh;
}


nav {
    position:fixed;
    top: 25vh;
    right: 2vw;
}

ol{
    list-style-type: none;
}


.sec4-background{
    background-image: url(../../narrative-scroll/img/tvs.jpg);
    background-size: cover;
}

.letterboxd-section {
  background-color: #0D4591;
  color: white;
  padding: 80px 0;
  text-align: center;
  font-family: trade-gothic, sans-serif;
}

.steps-container {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

.step {
  background-color: #15181c;
  border-radius: 20px;
  padding: 30px;
  width: 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: transform 0.3s ease;
}

.step:hover {
  transform: translateY(-5px);
}

.step-number {
  background-color: #7CCBE8;
  color: #0D4591;
  font-size: 3rem;
  font-weight: bold;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.6s ease;
}

.step-number:hover {
  transform: rotate(360deg);
}

.step-text {
  font-size: 1rem;
  color: #7CCBE8;
  max-width: 240px;
  text-align: center;
  font-family: trade-gothic;
}


.step-text a {
  color: #7CCBE8;
  text-decoration: underline;
  text-align: center;
  font-family: trade-gothic;
}


h3{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 3em;
    text-align: center;
    padding-top: 40vh;
    color: white;

}

h4{
    color:white;
    font-family:trade-gothic;
    padding-top: 40px;
    text-align: center;
    font-size: 4em;

}

h5{
    color:rgb(173, 215, 251);
    font-family:serif;
    text-align: center;
    font-size: 1.7em;

}

.footer-background{
    background-image: url(../../narrative-scroll/img/joker.gif);
    background-size: cover;
}

@font-face{
    font-family: trade-gothic;
    src: url(../fonts/trade-gothic-lt-std-bold-condensed-no-20-5872def1d27d8.otf)
}

.black {
    background-color: #01060c;
}

.navy {
    background-color: #0D4591;
}

.purple {
    background-color: #5332C1;
}

.red {
    background-color: #751F1A;
}

.lightblue {
    background-color: #7CCBE8;
}

.grey {

background-color: #15181c;
}
