body,
html{
    width: 100%;
    height: 100%;
    font-family: 'Montserrat',sans-serif;
    background: url(SHerlock.jpg),no-repeat center fixed;
    -webkit-background-size:cover;
    background-size: cover;
}
h1{
    font-family: MD Primer Bold,Rubik,Lato,Lucida Grande,Lucida Sans Unicode,Tahoma,Sans-Serif;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .1rem;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #ff7a18;
    margin: 2rem 0 0.25rem;
}
hr {
    margin: 20px auto;
    color: #F05F44;
    border: 3px solid #F05F44;
    max-width: 65px;
    opacity: 1;  
}