* {
    margin: 0; padding: 0; border: 0;
    box-sizing: border-box;
}

body {
    text-align: center;
    background-image: url(../images/carpump.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: justify;
    background-attachment: fixed;
    background-position: center;
}

h1 + nav {
    background-color: cadetblue;
    height: 60px;
    position:sticky; top: 0px;
}

nav {
    background-color: cadetblue;
    border: 8px dotted orangered;
    color: thistle;
    position: sticky; top: 0px;
    
}

h1 {
    color: cadetblue;
    text-align: center;
    text-shadow: 3px 1px orangered;
    font-size: 50px;
}

p {
    color: cadetblue;
    text-align: center;
    font-size: 30px;
}

/* navigation designs*/

#nav1 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}


#nav2 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
    
}

#nav3 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#nav4 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#nav5 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#nav6 {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
}

#navhome {
    color: thistle;
    border: 2px solid thistle;
    display: inline-block;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 16px 16px;
    text-decoration: none;
    font-size: 12px;
    float: right;
}