@charset "UTF-8";
body {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* font-family: "Rubik", sans-serif;
    font-family: "Yaldevi", sans-serif; */
}

/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
h1,
h2,
h3,
h4,
h5,
h6,
footer,
.num {
  font-family: "Red Hat Mono", Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

h1 {
  font-weight: 100 !important;
}

h5 {
  font-size: 1.2em;
}

a {
  text-decoration: none;
  font-weight: bold;
}

p {
  font-size: 1.3em;
  line-height: 1.8;
}

button {
  margin-right: 40px;
}

textarea {
  height: 200px;
}

footer {
  /* position: fixed;*/
  margin-bottom: 20px;
  color: #ccc;
}

.row {
  height: 100%;
}

.responsive {
  width: 100%;
  height: auto;
}

.logo-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100px;
  filter: saturate(0);
  opacity: 0.8;
  transition: all 0.5s;
}

.logo-holder:hover {
  filter: saturate(80%);
  opacity: 1;
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  /* filter: grayscale(100%) contrast(0) saturate(0); */
}

.container {
  padding-right: 40px;
}

.quote {
  text-indent: -0.5em;
  word-break: break-word;
  line-height: 1.4;
}

.sidebar {
  font-size: 80%;
}

.responsive-img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

footer {
  margin-top: 40px;
}

@media (max-width: 550px) {
  footer {
    margin-top: 20px;
    font-size: 80%;
  }
}/*# sourceMappingURL=styles.css.map */