/* #Misc
================================================== */

body {
  color: #ff1744;
  text-align: right;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 95px;
  border: 0;
  margin: 0;
}

a {
  color: #ff1744;
  text-decoration: none;
}

h1 a {
  background-color: #ff1744;
  color: #fff;
}

a:hover {
  text-decoration: underline;
}

h1 a:hover {
  color: #fff;
}

.breaker {
  height: 100px;
  clear: both;
}

.spacer {
  height: 50px;
  clear: both;
}

[class^='icon-'],
[class*=' icon-'] {
  font-size: 60px;
  margin: 8px 5px 0;
  text-align: center;
  display: block;
}

.icon-href {
  text-decoration: none !important;
  color: inherit;
}

.fat-image-border {
  border: 10px solid #fff;
}

.text-align-left {
  text-align: left;
}

.overflow-hidden {
  overflow: hidden;
}

.negative-margin-bottom {
  margin-bottom: -42px;
}

.about {
  line-height: 100%;
  font-size: 8vw;
  color: #ff1744;
}

#main-grid {
  margin: 0 auto;
}

#main-container {
  width: 100%;
  background-color: #ff1744;
}

#loader {
  color: #fff;
}
