.button {
  background-color: rgb(201, 189, 173);
  border: none;
  color: black;
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px;
  cursor: pointer;
  border-radius: 40px;
}

.logout, .loginSignup, .myfavorites {
  display: none;
}

body{
  background-image: url("../img/movieIcon.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}

.main-title{
  font-size: 40px;
}

.card-container {
  overflow: hidden;
  margin-top: 2%;
  margin-bottom: 5%;
  width: 30%;
}

.card {
  background-color: rgb(243, 240, 240);
  color: black;
  width: 50%;
  min-height: 100%;
  float: right;
  opacity: 90%;
}

.card-desc {
  padding: 10px;
  text-align: left;
  font-size: 18px;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  height: 30px;
}

.card-image {
  display: flex;
}

div.card-image img {
  width: 50%;
  height: auto;
}

input[type=text] {
  width: 75%;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  background-color: rgb(223, 223, 223);
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 10px;
  text-align: left;
  margin-top: 15%;
  margin-left: 20%;
  margin-right: auto;
  opacity: 90%;
}
  
input[type=text]:focus {
  opacity: 100%;
}

input[type=text]::placeholder {
  color: black;
}

.page-intro{
  background-color:#f1f1f1;
  margin-top: 2%;
  margin-left: 10%;
  margin-right: 10%;
}

.container {
  color:black;
  border-radius: 10px;
}

p.subtitle{
  color: black;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-weight: bold;
  font-size: 34px;
  margin-top: 2%;
  margin-left: 1%;
  padding: 25px;
}

p.text{
  color: rgb(54, 52, 51);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  font-size: 20px;
  margin-top: 2%;
  margin-left: 1%;
  text-align: right;
}

.intro-col {
  float: left;
  width: 33.33%;
  padding: 10px;
}

.intro-row:after {
  content: "";
  display: table;
  clear: both;
}

.intro-row{
  margin: auto;
  margin-top: 2%;
  width: 80%;
  background-color: #f1f1f1;
  height: 110px;
  padding-left: 5%;
  padding-bottom: 10.5%;
}

div hr{
  border-top: 4px solid rgb(170, 111, 77);
  margin-top: 12%;
}

.fa-heart-o {
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.fa-heart {
  color: rgb(0, 0, 0);
  cursor: pointer;
}

.like-button-container, .unfavorite-button-container{
  padding-top: 133%;
  padding-left: 85%;
  position: absolute;
}

.release-date {
  padding-top: 133%;
  padding-left: 5%;
  position: absolute;
}

#placeholder, #resultContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.float-layout {
  min-height: 100%;
}