#splash {
    background-color: #014857;
    color: #32ba27;
    background-image: url(assets/nationalparkservice.png);
    background-repeat: no-repeat;
    background-position: right;
    background-attachment: fixed;
    background-size: 700px;
}

body{
    background-color: #014857;
    color: #32ba27;
}

#splash_title{
    font-size:250px;
}

#splash_button{
    font-size:50px;
    margin-top: 5px;
    margin-left: 550px;
    border-radius: 50px;
}

nav {
    background-color: #014857;
    font-size: 250%;
}

.nav-item{
    margin: 10px;
    padding: 5px;
    border: 1px solid brown;
    border-radius: 15px;
    background-color: #014857;
}

.heading{
    font-size: 150px;
}

.summary{
    font-size: 50px;
    border: 1px dotted antiquewhite;
    border-radius: 15px;
    background-color: antiquewhite;
    color:#014857
}

.attractions{
    font-size: 30px;
}