#wrapper {
  font-family:'Quicksand',sans-serif;
}

.cover-container {
  background: url(images/background2.jpg)no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 92vh;
}

.overlay {
  background-color: rgba(31, 18, 71,.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.typewrite {
  color: white;
}

.title {
  margin: 0;
  padding: 40px;
  position: absolute;
  top: 20%;
}

.sticky-nav {
  height: 8vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  background: #000000;
  background: -webkit-linear-gradient(to right, #000000, #434343);
  background: linear-gradient(to right, #000000, #434343);
  color: white;
  font-size: 16px;
  line-height: 100%;
  z-index: 998;
}

.brand {
  height: 100%;
  padding: .5% 2%;
  position: relative;
  float: left;
}

.links {
  padding: 0 2%;
  display: inline;
  position: relative;
  float: right;
  top: calc(50% - 8px)
}

.icons {
  position: relative;
  top: 25%;
  height: 100%;
  margin: 5px 10px;
  color: rgb(211, 211, 211);
}

.img-rounded {
  max-height: 200px;
}

footer {
  background-color: black;
  color: rgb(107, 113, 124);
}

#about {
  margin-top: 20px;
  background: #c21500;
  background: -webkit-linear-gradient(to right, #ffc500, #c21500);
  background: linear-gradient(to right, #ffc500, #c21500);
  color: white;
}

#chat {
  font-family: 'Engagement', cursive;
  font-size: 90px;
  color: rgb(21, 102, 234);
  padding-top: 40px;
}

#contact-button {
  min-width: 300px;
}

#favorites {
  padding-top: 40px;
  padding-bottom: 80px;
}

.chat-container {
  padding: 20px 0;
  background: #8e9eab;
  background: -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
  background: linear-gradient(to right, #eef2f3, #8e9eab);
}

#fave-img {
  padding-top: 20px;
}

#down-arrow {
  position: fixed;
  color: rgba(230, 230, 230, 1);
  z-index: 1000;
  font-size: 30px;
  bottom: 5px;
  margin-left: -15px;
  text-align: center;
  left: 50%;
  background-color: rgba(98, 135, 196, 0.5);
  border-radius: 19px;
  width: 30px;
  cursor: pointer;
  opacity: 0;
}

#down-arrow:hover {
  background-color: rgba(67, 99, 150, 0.85);
}
