#header-img-container
{
    background-image: url('images/lake-mcdonald-glacier-national-park-montana.jpg');
    background-repeat: no-repeat;
    height: 460px;
    width: 100%;
    position: fixed;
    top: 0;
}

#title-bar
{
    background-color: #000000a2;
    color: white;
    height: 60px;
}

#quote-container
{
    position: relative;
    top: 3rem;
}

#select-container
{
    background-color: #000000a2;
    position: relative;
}

#results-container
{
    margin-top: 600px;
}

/* after selection */
.parkContainer
{
    background-color: #5a99e10f;
    box-shadow: #63636333 0px 2px 8px 0px;
}

.parkContainer a,
.blue
{
    text-decoration: none;
    color: #36628f;
}

.parkContainer a:hover
{
    color: #606264;
}

img
{
    width: 300px;
}

figcaption
{
    width: 80%;
    margin: 0 auto;
}

/*Font Classes */
.mukta-extralight
{
    font-family: "Mukta", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.mukta-light
{
    font-family: "Mukta", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.mukta-regular
{
    font-family: "Mukta", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mukta-medium
{
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.mukta-semibold
{
    font-family: "Mukta", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.mukta-bold
{
    font-family: "Mukta", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.mukta-extrabold
{
    font-family: "Mukta", sans-serif;
    font-weight: 800;
    font-style: normal;
}

iframe
{
    width: 100%;
    height: 300px;
    border: 0;
}