.jumbotron {
    color: #c7c7c7;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    background-image: url("../jurassic/Jurassic-Park-gate.jpg");
    background-color: rgb(46, 46, 46);
    background-position: center;
    background-size: cover;
    background-blend-mode: screen;
    margin-bottom:0;
}

body {
    font-size: 18px;
    color: rgb(245, 245, 245);
    background-image: url("../jurassic/leaves_background.jpg");
    background-position: center;
}

h2 {
    text-align: center;
    margin: auto;
    padding: 0px;
    font-size: calc(3vw + 10px);
    padding-top: 20px;
    padding-bottom: 20px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    min-width: 300px;
    padding-bottom: 10px;
}

.description {
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 20px;
}

.container {
    background-image: url("../jurassic/barkground.png");
    margin-bottom:0;
}


footer {
    color: rgb(228, 228, 228) !important;
}


#fence {
    height: 25vh;
    min-height: 270px;
    background: rgb(22, 52, 52);
}

#name {
    padding: 30px;
    font-size: 30px;
    text-align: center;
}

#chase {
    height: 30vh;
    min-height: 300px;
}

iframe {
    display: block;
    border: 0;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
}