* {
  margin: 0;
  padding: 0;
  
} 

body {
    
    background-image: url("media/back4.png"); 
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    
    
}

nav {
  /* border-bottom: 3px solid grey; */
  height:50px; 
  
} 
 
.menu  {
  height: 40px;
  padding-left: 40px;
  padding-top:-40px;
 }

 .menu-icon {
  width: 35px;
  height: 5px;
  background-color: black;
  margin: 6px 0;
 }


ul {
  margin-left: 20%;
  
}

ul li {
  list-style: none;
  display: inline-block;
  /* float: left; */
  line-height: 50px; 
} 

ul li a {
    display: block;
    text-decoration: none; 
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    padding: 0 20px;
    
} 

ul li a:hover {
    color: cyan;
}

.logo  {
  margin-top: -40px;

 
}

.logo img {
  height: 25px;
  
  
  padding: 0 100px;
  
}
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 500px) {
    nav {
      height: 50px;
      padding-left: 30px;
    }

    ul {
      display: none;
      
      
    } 

    body {
      /* background-image: url("media/spacex88.jpg"); */
    }

    .logo {
      margin-top:20px;
    }
    .logo img {
      padding-left: 1%;
 }  

    ul li a:hover {
      color: cyan;
  } 
   
  
    
 }
    
  h3 {
    color: white;
    padding-left: 50px;
  }


  .movies img {
    padding-top: 100px;
    padding-left: 25px;
  } 

  @media screen and (max-width: 1000px) {
    ul li a {
      padding: 0 1px;
      margin-left: 1px;
    }
    .logo  {
      max-width:100px;
     
      
    } 

    ul li a:hover {
      color: cyan;
  }
  
  }

