body {
  font-family: 'Barlow', sans-serif;
}
header, footer {
  background-color: #FF5732;
  width: 100%;
  position: fixed;
}

main {
  margin-top: 5.1rem;
  margin-bottom: 3.7rem;
}
header {
  top: 0;
  z-index: 2
}
footer {
  bottom: 0;
}
input, textarea {
  resize: none;
  margin: .5rem 0 1rem;
  border: 1px solid #AAAAAA;
  border-radius: 5px;
}

q {
  font-style: italic;
}

.search-button {
  background-color: rgba(255,  87,  50, .9);
  color: white;
  border: none;
  border-radius: 10%;
  height: 3.5rem;
  width: 3.5rem;
  margin-left: 2rem;
  font-weight: 500;
}
.container {
  min-height: 100vh;
  position: relative;
}
.gray-text {
  color: #959595;
}
.blue-text {
  color: #0645AD;
}
.align-center {
  align-items: center;
}
.align-left {
  text-align: left;
}
.text-center {
  text-align: center
}
.header-name {
  color: white;
  font-weight: 500;
  font-size: 2rem;
}
.location-div {
  margin: 1rem 0;
}
.city-input,
.favorites-button,
.review-button {
  width: 60%;
  height: 3.5rem;
  border: none;
  background-color: #F2EFEF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}
.city-input::placeholder,
.city-input:focus,
.favorites-button:focus,
.review-button:focus,
.review-text:focus,
.reviewer-name:focus {
  color: #AAAAAA;
  padding-left: .4rem;
  outline: none;
  font-size: 1rem;
}
.favorites-button,
.review-button {
  margin: 1rem 0;
  color: #FF5732;
  font-size: 1.1rem;
}

.results, .added {
  color: #AAAAAA;
  font-weight: 500;
}
.image-div {
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
}
.image-div::before {
  content: "";
  background-image: url("../images/beer-cheers.png");
  background-size: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  opacity: .3;
}
.column p {
  position: relative;
  margin: .5rem;
  font-weight: 500;
  font-size: 1.5rem;
}
.add-favorites-link {
  color: #0645AD;
}
.col-half {
  border-bottom: 1px solid rgba(170, 170, 170, .8);
  margin: 1rem 0;
  padding-bottom: 2rem;
}
.footer-search,
.footer-star {
  color:  white;
  font-size: 2.5rem;
  padding: 10px;
}
.stars {
  color: #F2EFEF;
}

.stars i {
  margin: 1rem .5rem;
}

.brewName {
  font-size: 1.1rem;
  text-decoration: underline;
}
.back-button {
  font-size: 3rem;
  color: #FF5732;
  margin: 1rem 0;
}
.favorites-list,
.option-list,
.write-review-div {
  margin-top: 7rem;
}
.rate-experience {
  color: #FF5732;
}
.review-submit {
  justify-content: flex-end;
}
.review-submit-button {
  background-color: rgba(255,  87,  50, .9);
  color: white;
  border: none;
  border-radius: 10%;
  font-weight: 500;
  padding: .5rem 1rem;
  font-size: 1.1rem;
}
.review-inputs {
  border: none;
}
.review-box {
  background-color: #F2EFEF;
  border: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
  color: #FF5732;
  margin-bottom: 1.3rem;
}

.star-red {
  color: #FF5732;
}
.star-gray {
  color: #AAAAAA;
}

button:hover,
input:hover,
textarea:hover,
i:hover,
.brewName:hover {
  cursor: pointer;
}
