body{
  background-color: #DAD5B2;
}
.qimage{
  background-image: url(https://hd.unsplash.com/photo-1452421822248-d4c2b47f0c81);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100%;
}
.quote-date{
  width: 100%;
  margin-top: 10px;
  margin-bottom: -25px;
  font-size: 30px;
  text-align: center;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.quote-holder{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  max-width: 100vw;
}
.quote-box {
  height: 45vh;
  width: 45vw;
  min-width: 310px;
  margin-top: 40px;
  border-radius: 20px;
  border: 2px solid black;
  background-color: rgba(255, 255, 255, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px;

  text-align:center;
  font-size: 20px;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;

  cursor: pointer;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#bottom-left{
  margin-bottom: 30px;
}
#bottom-right{
  margin-bottom: 30px;
}
.q-title{
  font-size: 45px;
  /*margin-top: 80px;*/
}
#funny{
  font-family: fantasy;;
}
#sports{
  font-family: monospace;;
}
#inspire{
  font-family: monospace;
  font-style: italic;
}
#love{
  font-family: cursive;
}
.saidso{
  text-align: left;
  color: white;
  text-decoration: none;
}
.mimage{
  /*height: 100vh;*/
  min-height: 100vh;
  background-image: url(https://hd.unsplash.com/photo-1472457897821-70d3819a0e24);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.movie-box{
 display: flex;
 flex-direction: column;
 align-items: center;
 text-align: center;

}
.search-bar{
  width: 97%;
  background: none;
  /*background-color:rgba(255, 255, 255, 0.25);*/
  box-sizing: border-box;
  border: 2px solid black;
  border-radius: 20px;
  font-size: 25px;
  padding: 12px 40px 12px 40px;
  margin: 10px;
}
.s-button{
    margin-bottom: 10px;
    font-size: 13px;
    color: black;
    text-shadow: white 0.1em 0.1em 0.2em;
    /*color: white;
    text-shadow: black 0.1em 0.1em 0.2em;*/
}
#sub{
  cursor: pointer;
}
::-webkit-input-placeholder { /* Chrome */
  color: rgb(51, 140, 224);
  transition: opacity 250ms ease-in-out;
}
.movie{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    text-align: center;

}
.movie-pic{
  margin: 10px;
  /*width: 30vw;*/
  /*height: 60vh;*/
  border-radius: 20px;
  border: 2px solid black;
  background-color: rgba(255, 255, 255, 0.25);
}
.movie-info{
  font-size: 20px;
  text-align:left;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  /*height: 66vh;*/
  min-height: 40vh;
  /*width: 405px;*/
  max-width: 405px;
  min-width: 310px;
  border: 2px solid black;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-left: 10px;
  border-radius: 20px;
  border: 2px solid black;
  background-color: rgba(0, 0, 0, 0.14);
}
#main-title{
  font-size: 44px;
  text-align: center;
  color: black;
  text-shadow: white 0.1em 0.1em 0.2em;
}
#sub{
  margin-bottom: 15px;
  text-shadow: white 0.1em 0.1em 0.2em;
}
.index{
  font-weight: bold;
  font-size: 25px;
  color: black;
  text-shadow: white 0.1em 0.1em 0.2em;
}
.himage{
  height: 100%;
  min-height: 100vh;
  background-image: url(https://hd.unsplash.com/photo-1432821596592-e2c18b78144f);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home-box{
  width: 100%;
  /*height: 633px;*/
  height: 703px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-title{
  text-align: center;
  font-size: 100px;
  font-weight: bold;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
  margin-bottom: 20px;
  margin-top: 200px;
  cursor: pointer;
  /*border: 1px dotted white;*/
}
#arrow{
  font-size: 64px;
}
.welcome-mess{
  width: 80vw;
  max-width: 557px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /*border: 1px dotted white;*/
  margin-top: -24px;

  font-size: 30px;
  color: white;
  text-shadow: black 0.1em 0.1em 0.2em;
}
.daily{
  display: flex;
  align-items: center;
  justify-content: center;
  height:60px;
  width: 170px;
  border-radius: 20px;
  border: 2px solid white;
  font-size: 30px;
  font-weight: bold;
  color: white;
  text-align: center;
  margin: 10px;
  text-shadow: black 0.1em 0.1em 0.2em;
  cursor: pointer;
  /*background:rgba(255, 255, 255, 0.25);*/

}
@media(max-width: 750px) {
  .quote-holder{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    max-width: 100vw;
    align-items: center;
  }
  .quote-box{
    height: 60vh;
    width: 60vw;
  }
}
