/* 
font-family: 'Spirax', cursive;
font-family: 'Lobster Two', cursive;
font-family: 'Merienda', cursive;
font-family: 'Patrick Hand SC', cursive;
font-family: 'Arima Madurai', cursive;
*/

body {
  background-image: url("../images/florian-klauer-415-unsplash.jpg");
  background-size: cover;
  position: relative;
}
.movie-info .card {
  background: rgba(0,0,0, .6);
}
.simPosters {
  cursor: pointer;
}
.simPosters:hover {
  box-shadow: 4px 4px 8px 8px rgb(212, 41, 133);
  background-color: rgba(212, 41, 133, 0.8);
}
.card-image {
  background-color: rgba(245, 0, 87);
}
#backdrop {
  background-position: center;
  background-size: cover;
  background-color: rgba(0,0,0,1);
  background-blend-mode: multiply;
}

.nav-wrapper {
  font-family: 'Lobster Two', cursive;
  font-weight: 800;
  text-shadow: 1px 1px 3px #1a0111;
}
#search-row {
  margin-top: -15px;
}

#movie-title-field {
  font-family: 'Arima Madurai', cursive;
  font-size: 24px;
  color: white;
}

::placeholder {
  color: gray;
}
#welcome {
  font-family: 'Lobster Two', cursive;
  font-weight: 800;
  text-shadow: 2px 2px 4px #1a0111;
}
.header {
  font-family: 'Arima Madurai', cursive;
  font-size: 38px;
  font-weight: 900;  
  text-shadow: 2px 2px 4px black, 0 0 25px rgb(42, 42, 156), 0 0 5px darkblue;
}
#review {
  font-family: 'Arima Madurai', cursive;
} 

#movie-info-display { 
  margin-top: 30px;
  font-family: 'Arima Madurai', cursive;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 4px 4px 8px 8px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
th {
  font-size: 28px;
  text-shadow: 2px 2px 4px #1a0111;
}
h5 {
  font-family: 'Arima Madurai', cursive;
  text-shadow: 2px 2px 4px #1a0111;
}

/* The Modal (background) */
#ytModal {
  display: none; 
  position: absolute;
  z-index: 1;
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: rgb(0,0,0);
  background-color: rgba(66, 4, 29, 0.8);
  font-family: 'Lobster Two', cursive;
  font-weight: 800;
  text-shadow: 1px 1px 3px #1a0111;
  outline: 9999px solid rgba(66, 4, 29, 0.8);
}

/* Modal Content */
.modal-content {
  background-color: rgb(194,24,91);
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
}

/* The Close Button */
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;

  text-shadow: 2px 2px 4px black, 0 0 25px rgb(42, 42, 156), 0 0 5px darkblue;
}

.close:hover,
.close:focus {
  color: rgb(0, 0, 0);
  text-decoration: none;
  cursor: pointer;
  text-shadow: 4px 4px 8px rgb(117, 5, 52), 0 0 25px rgb(189, 38, 101), 0 0 35px rgb(238, 225, 231);
}

@media only screen and (max-width: 980px) {
  #search-row {
    margin-top: 15px;
    align-content: center;
  }
  #logo-row {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 720px) {
  #search-row {
    margin-top: 15px;
    align-content: center;
  }
  #logo-row {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #search-row {
    margin-top: 15px;
    align-content: center;
  }
  .modal-content {
    width: 65%;
  }
}