.headerhr {
    border-top: 1px solid rgba(255,255,255,0.14);
}
.buttonwidget {
    vertical-align: middle;
    font-size: 1.3rem;
}
.sectionheading {
    font-weight: normal;
}
.sectionhr {
    width: 30%;
}
header {
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}
a {
    color: #e25440;
}
a:hover {
    color: #e25440;
}

@media (min-width: 768px) {
    .desktop-scrollable {
        height: 100vh;
    }
}