body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-size: 35px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 25px;
}
p {
  font-size: 16px;
}

body {
  background: #490a3d;
}
.quotemark {
  position: relative;
  top: -12px;
  padding-right: 10px;
}

.logo {
  /* display: flex; */
  margin-top: 30px;
  width: 100%;
}

.logo .image {
  width: 100px;
  height: 50px;
  float: left;
  /* margin-right: 950px; */
}

.logo .handle {
  color: white;
  margin-top: 25px;
  float: right;
  align-items: flex-end;
  font-weight: 700;
}

.header-text {
  margin: auto;
  width: 50%;
}

.header-text .header {
  color: white;
  /* width: 100%; */
  /* text-align: center; */
  padding-left: 80px;
  padding-top: 80px;
}

blockquote {
  border-left: 10px solid #490a3d;
  margin: 30px 10px;
  padding: 10px 30px;
}
blockquote:before {
  color: #ccc;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote h1,
h2,
h3,
p {
  display: inline;
}
blockquote footer {
  font-size: 18px;
  text-align: right;
  color: transparent;
}

/* .container {
  max-height: 800px;
  margin: 5% auto auto auto;
} */

.quotebox {
  background: #fff;
  max-width: 500px;
  min-height: 100px;
  border: 1px solid #222;
  border-radius: 5px;
  margin: 10px;
}

.quotebutton {
  display: inline-block;
  padding: 6px 12px;
}
#quotesource {
  margin-top: 20px;
}

.btn {
  margin-bottom: 10px;
}

.social-icons {
  padding: 6px 12px;
  display: inline-block;
}
.social-icons .fa {
  font-size: 1.8em;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-icons.icon-rounded .fa {
  border-radius: 5px;
}
.social-icons .fa:hover,
.social-icons .fa:active {
  color: #fff;
  -webkit-box-shadow: 1px 1px 3px #333;
  -moz-box-shadow: 1px 1px 3px #333;
  box-shadow: 1px 1px 3px #333;
}
.social-icons .fa-twitter {
  background-color: #490a3d;
  border-color: none;
}

.btn-primary {
  width: 100px;
  height: 40px;
  border: none;
  background: #490a3d;
}

.wrapper .buttons {
  border-top: 1px solid #ccc;
}
.buttons .features {
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: space-between;
}
.features ul {
  display: flex;
}
.features ul li {
  margin: 0 5px;
  height: 47px;
  width: 47px;
  display: flex;
  cursor: pointer;
  color: #490a3d;
  list-style: none;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 2px solid #490a3d;
  transition: all 0.3s ease;
}
.features ul li:first-child {
  margin-left: 0;
}
ul li:is(:hover, .active) {
  color: #fff;
  background: #81868f;
}
ul .speech.active {
  pointer-events: none;
}
.buttons button {
  border: none;
  color: #fff;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  padding: 13px 22px;
  border-radius: 30px;
  background: #5372f0;
}
.buttons button.loading {
  opacity: 0.7;
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  #quotetext {
    font-size: 25px;
  }

  .body {
    width: 100%;
  }

  .container {
    margin-right: 20px;
    align-items: center;
  }

  .header-text {
    margin-top: 80px;
    width: 100%;
  }

  .header-text .header {
    color: white;
    font-size: 18px;
    text-align: left;
    font-weight: 600;
    /* padding-left: 80px; */
  }

  .quotebox {
    background: #fff;
    max-width: 400px;
    min-height: 100px;
    border: 1px solid #222;
    border-radius: 5px;
  }

  .logo {
    margin-top: 30px;
    /* display: flex; */
    /* top: -120px; */
    /* width: 50%; */
  }

  .logo .image {
    /* width: 100px;
    height: 50px; */
    float: left;
    /* margin-right: 950px; */
  }

  .logo .handle {
    color: white;
    float: right;
    /* margin-left: 320px;
    margin-right: 20px; */
    font-weight: 700;
  }

  .header {
    color: white;
    /* margin-left: 80px; */
    text-align: center;
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #quotetext {
    font-size: 18px;
  }

  .quotebox {
    background: #fff;
    max-width: 350px;
    min-height: 100px;
    border: 1px solid #222;
    border-radius: 5px;
  }

  .logo {
    display: flex;
    top: -120px;
    width: 100%;
  }

  .logo .image {
    width: 100px;
    height: 50px;
    float: left;
    /* margin-right: 950px; */
  }

  .logo .handle {
    color: white;
    margin-left: 300px;
    margin-right: 20px;
    font-weight: 700;
  }

  .row .header {
    /* color: white;
    margin-left: 70px;
    text-align: center;
    width: 100%; */
  }
}
