html, body{
  color: #080808;
  font-family: "Jost", Arial, Helvetica, sans-serif;
}


a {
  color: #ca3537;
}

a:hover {
  color: #ca3537;
}

a:active {
  color: #ca3537;
}



h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

h1 {
    position: relative;
}

h2 {
    font-weight: 300;
    position: relative;
    font-size: 20px;
}

h2:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 60px;
    left: 0;
    bottom: -12px;
    background: #ca3735;
}

h1:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: -20px;
    background: #ca3735;
}

h3 {
    font-weight: 300;
}

h4 {
    color: #808080;
    font-weight: 300;
}

h5 {
    color: #808080;
    font-weight: 400;
}

h1 {
    color: #292929;
    line-height: 1;
    font-size: 48px;
    margin-top: 5px;
    margin-bottom: 40px;
    font-weight: 400;
}