nav .logo{margin-top: 15px;}
nav .logo img{max-width: 130px;}
nav ul{display: inline-block;}
nav ul li{display: inline-block; margin: 15px;}
nav form{display: inline-block; margin-top: 15px; margin-bottom: 0px;}
.movieReview h1{margin-bottom: 10px;}
.movieReview h2{font-size: 2rem;}
.score img{max-width: 16px; display: inline-block;}
.reviewBody{margin-top: 15px; font-size: 1.8rem;}
.scoreSet{border-bottom: solid thin #f0f0f0; border-top: solid thin #f0f0f0;}
.slidecontainer {
  width: 100%;
}
body{margin-bottom: 100px;}
.movieReview .poster{display: block; margin: auto;}
header{border-bottom: solid thin #f0f0f0; margin-bottom: 35px;}
.text-center{text-align: center;}
#recentReviews .columns{text-align: center;}
#recentReviews .columns h2{text-align: center; font-size: 3rem; margin-bottom: 0px;}
#recentReviews .columns a{text-decoration: none;}
#recentReviews .columns p{text-decoration: none; margin-bottom: 0px;}
#recentReviews .columns span{font-size: 3rem;}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 25px;
  background: #f0f0f0;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #33C3F0;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #4CAF50;
  cursor: pointer;
}

.resultSet img{ max-width: 75px; float: left; margin-right: 10px;}
.resultSet .movieInfo{ float: left; margin-right: 10px; max-width: 300px;}
.resultSet .searchTitle{display: block;}
.resultSet .searchRating{display: block;}
.resultSet{clear: both; margin-bottom: 15px;}
/* Mobile first queries */

/* Larger than mobile */
@media (min-width: 300px) {
    nav .logo{text-align: center;}
nav .row div:nth-of-type(2){text-align: center;}}

/* Larger than phablet */
@media (min-width: 550px) {
    nav .logo{text-align: left;}
nav .row div:nth-of-type(2){text-align: right;}}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}
