@charset "UTF-8";
/* CSS Document */

body {
    background: url(../img/bg-dave-harley.jpg) no-repeat 70% 0px;
    background-attachment: fixed;
    background-size: cover;
}

h1 {
    font-size: 1.4rem;
}


.featureheading {
    background: rgba(0,0,0,0.85);
    display: inline-block;
    padding: 1rem;
    border-radius: 15px;
    border: 1px solid white;
    color: white;
    margin-top: 10vw;
}


@media screen and (min-width: 769px){
h1 {
    font-size: 3rem;
}
    
body {
    background: url("../img/bg-dave-harley.jpg") no-repeat center;
    background-attachment: fixed;
    background-size: cover;    
}
    
}