#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;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

#splash_title{
    font-size:125px;
}

#splash_button{
    font-size:50px;
    margin-top: 5px;
    margin-left: 100px;
    border-radius: 50px;
}

nav {
    background-color: #014857;
    font-size: 150%;
}

.nav-item{
    margin: 10px;
    padding: 5px;
    border: 1px solid brown;
    border-radius: 15px;
    background-color: #014857;
}

.nav-link{
    color:antiquewhite;
}

.active {
    background-color: #018298;
    border-radius: 50px;
}

.heading{
    font-size: 75px;
}

h1, h2 {
    font-family:'Times New Roman', Times, serif;
}

.card {
    transition: .3s;
}
.card:hover {
    box-shadow: 8px 8px 8px rgb(22, 63, 29);
    transform:scale(1.2);
}

.summary{
    font-size: 25px;
    border: 1px dotted antiquewhite;
    border-radius: 15px;
    background-color: antiquewhite;
    color:#014857
}

.attractions{
    font-size: 30px;
}

.info{
    font-size: 25px;
    border: 1px dotted antiquewhite;
    border-radius: 15px;
    background-color: antiquewhite;
    color:#014857
}

#npLinks {
    list-style-type: none;
    font-size: 20px;
    font-weight: bold;
    padding-top: 25px;
}

ul a {
    color:orange;
}

.carousel-caption {
    background-color: #575757;
    color:antiquewhite;
    width:fit-content;
    padding: 20px;
    margin:auto;
    border-radius: 50px;
}