body {
    font-size: 18px;
}

a {
    color: white;
}

a:hover {
    color: white;
}

.jumbotron {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
        url("../img/camping-bg-6.jpg");
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding: 30px;
    margin: 0;
    border-radius: 0px;
}

.soocamp {
    font-family: "Nanum Pen Script", cursive;
}

.jumbotron-footer {
    background-color: lightgrey;
}

.img-thumbnail {
    border-radius: 50%;
}

.jumbotron-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)),
        url("../img/camping-bg-1.jpg");
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
    padding: 30px;
    margin: 0;
    border-radius: 0px;
}

.thead {
    background-color: lightgrey;
}
