body {
  min-width: 320px;
  padding: 30px;
  background: #000;
     background-image: url("moviestill2.jpg");
    

  font-family: 'Roboto', Helvetica, sans-serif;
}
h1 {
 /* color: #38CDFF;*/
    color:aliceblue;
 line-height: 20px;
  margin-top: 2rem;
  font-size: 20px;
}

h2 {
  color: #38CDFF;
 line-height: 20px;
 
  font-size: 18px;
}
h3 {
  color: #000;
   
    text-transform: uppercase;
 line-height: 20px;
 font-size: 16px;
}
h4 {
  color: #000;
 line-height: 20px;
 font-size: 14px;
}

p {
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
  max-width: 100ex;
}
p.large {
  font-size: 1.2rem;
  margin-top: 2rem;
}
span a{
    background-color: white; 
    color:black;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
}

span h1{
   
    color:white;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
}


span a:hover{
     color:white;
    background-color: #38CDFF;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
   
}
span a:active{
     color:white;
    background-color: #38CDFF;
    border: none;
   margin: 2px;
    margin-top: 10px;
    text-align: justify;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor:pointer;
    padding: 5px;
     line-height: 18px;
   
}

span a h1{
 margin-top: 0px;
     line-height: 12px;
}


#wrap {
   
     width:95%;
    background-color: black;
      
    padding:1rem;
}

figure img,figcaption {
    background-color: white;
  display: inline-block;
  vertical-align: top;
    color:#000;
      padding: 5px;
    margin-bottom: 5px;
      min-width:48%;
      max-width:480px;
        
}
figcaption {
  
    text-align: justify;
    
     font-size: 12px;
}

figure{
    font-size: 14px;
line-height: 16px;
     
}

.newwidth{

padding:20px;
  
   width:450px;
}
a h1 {
      color: black;
 line-height: 20px;
  margin-top: 2rem;
  font-size: 20px;   
}

.logo {
    /*background-color: black;*/
    margin-left: 2px;
    width: 40ex;
    height: 80px;
    
}
.logo img  {
    
    width: 38ex;
   
}

#smallfont{
   font-size: 14px;  
    line-height: 20px;
    color: #fff;
}


#purple {
  border: 1px solid white;
    padding: 5px;
   /* background-color: #382028;*/
   max-width: 30ex;
    margin-top: 2rem;
}

#blue{
  
  border: 1px solid white;
    padding: 5px;
   /* background-color: #382028;*/
   max-width: 70ex;
    margin-top: 2rem;
}

a {
  color: #38CDFF;
    text-decoration: none;
}

a:hover {
    color: #80DFFF;
}



.greedy-nav {

  position: relative;
  min-width: 250px;
  background: #fff;
}
.greedy-nav a {
  display: block;
  padding: 10px 30px;
  background: #fff;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.greedy-nav a:hover {
  color: #FFF;
      background: #38CDFF;
     
}

.greedy-nav a:active{
  color: #FFF;
      background: #38CDFF;
     
}
.greedy-nav button {
  position: absolute;
  height: 100%;
  right: 0;
  padding: 0 15px;
  border: 0;
  outline: none;
  background-color: #4C2B36;
  color: #fff;
  cursor: pointer;
}
.greedy-nav button:hover {
  background-color: #4C2B36;
}
.greedy-nav button::after {
  content: attr(count);
  position: absolute;
  width: 30px;
  height: 30px;
  left: -16px;
  top: 12px;
  text-align: center;
  background-color: #4C2B36;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  border-radius: 50%;
  border: 3px solid #fff;
  font-weight: bold;
}
.greedy-nav button:hover::after {
  transform: scale(1.075);
}
.greedy-nav .hamburger {
  position: relative;
  width: 32px;
  height: 4px;
  background: #fff;
  margin: auto;
}
.greedy-nav .hamburger:before,
.greedy-nav .hamburger:after {
  content: '';
  position: absolute;
  left: 0;
  width: 32px;
  height: 4px;
  background: #fff;
}
.greedy-nav .hamburger:before {
  top: -8px;
}
.greedy-nav .hamburger:after {
  bottom: -8px;
}
.greedy-nav .visible-links {
  display: inline-table;
}
.greedy-nav .visible-links li {
  display: table-cell;
  border-left: 1px solid #000;
}
.greedy-nav .hidden-links {
  position: absolute;
  right: 0px;
  top: 100%;
}
.greedy-nav .hidden-links li {
  display: block;
  border-top: 1px solid #4C2B36;
}
.greedy-nav .visible-links li:first-child {
  font-weight: bold;
}
.greedy-nav .visible-links li:first-child a {
  color: #ff9800 !important;
}
.greedy-nav .hidden {
  visibility: hidden;
}

