/* General styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #1b1b1b;
  color: #f2f2f2;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  z-index: 1000;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

main {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  width: 100%;
  max-width: 800px;
  padding: 200px;
  margin-bottom: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Home section */
#home {
  /*background: url("../media/background.png") no-repeat center center/cover;*/
  display: flex;
    background-repeat: no-repeat;
    background-position: center center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

figure img
{
    max-width: 100%;
    max-height: 75vh;
}


/* About section */
#about {
  /*background: url("../media/behind.png") no-repeat center center/cover;*/
    background-repeat: no-repeat;
    background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#about img {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

/* Movies section */
#movies {
  display: flex;
  align-items: center;
  justify-content: center;
}

#movies img {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

/* CEO section */
#ceo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ceo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

/* Contact section */
#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo */
#logo {
  width: 50px;
  height: auto;
}


/* Media queries */
@media screen and (max-width: 600px) {

  /* General styles */
  body {
    font-size: 10px;
  }

  header {
    padding: 10px 0;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: auto;
  }

  nav h1 {
    font-size: 10px;
    margin-bottom: 5px;
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  nav ul li {
    margin: 5px 0;
  }

  nav ul li a {
    margin: 10px;
    font-size: 8px;
  }

  main {
    margin-top: 50px;
    border: 10px;
    padding: 20px;
  }

  section {
    padding: 50px;
    margin-bottom: 100px;
  }

  /* Home section */
  #home {
    padding: 50px;
  }

  /* About section */
  #about {
    padding: 50px;
  }

  #about img {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* Movies section */
  #movies {
    flex-direction: column;
  }

  #movies img {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* CEO section */
  #ceo img {
    width: 150px;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }


  /* Logo */
  #logo {
    width: 30px;
    height: auto;
  }
}/* General styles */
body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  background-color: #1b1b1b;
  color: #f2f2f2;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 15px 0;
  z-index: 1000;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  display: flex;
}

nav ul li {
  margin-left: 20px;
}

nav ul li a {
  color: #ffffff;
  text-decoration: none;
}

nav ul li a:hover {
  text-decoration: underline;
}

main {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section {
  width: 100%;
  max-width: 800px;
  padding: 200px;
  margin-bottom: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Home section */
#home {
  /*background: url("../media/background.png") no-repeat center center/cover;*/
  display: flex;
    background-repeat: no-repeat;
    background-position: center center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}


/* About section */
#about {
  /*background: url("../media/behind.png") no-repeat center center/cover;*/
  display: flex;
    background-repeat: no-repeat;
    background-position: center center;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

#about img {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

/* Movies section */
#movies {
  display: flex;
  align-items: center;
  justify-content: center;
}

#movies img {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

/* CEO section */
#ceo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#ceo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

/* Contact section */
#contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Logo */
#logo {
  width: 50px;
  height: auto;
}


/* Media queries */
@media screen and (max-width: 600px) {

  /* General styles */
  body {
    font-size: 10px;
  }

  header {
    padding: 10px 0;
  }

  nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: auto;
  }

  nav h1 {
    font-size: 10px;
    margin-bottom: 5px;
  }

  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  nav ul li {
    margin: 5px 0;
  }

  nav ul li a {
    margin: 10px;
    font-size: 8px;
  }

  main {
    margin-top: 50px;
    border: 10px;
    padding: 20px;
  }

  section {
    padding: 50px;
    margin-bottom: 100px;
  }

  /* Home section */
  #home {
    padding: 50px;
  }

  /* About section */
  #about {
    padding: 50px;
  }

  #about img {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* Movies section */
  #movies {
    flex-direction: column;
  }

  #movies img {
    width: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* CEO section */
  #ceo img {
    width: 150px;
    height: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }


  /* Logo */
  #logo {
    width: 30px;
    height: auto;
  }
}
