body {
    margin: 0;
    padding: 0;
    background-color: #111;
    color: #fff;
    font-family: 'Cinzel', serif;
}

#map {
    position: fixed;
    width: 50%;
}

#features {
    width: 50%;
    margin-left: 50%;
    font-family: 'Cinzel', serif;
    overflow-y: scroll;
    background-color: #333;
    color: #fff;
}

section {
    padding: 25px 50px;
    line-height: 25px;
    border-bottom: 1px solid #666;
    opacity: 0.5;
    font-size: 15px;
}

section.active {
    opacity: 1;
}

section:last-child {
    border-bottom: none;
    margin-bottom: 200px;
}

#Intro {
    background-color: darkcyan;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

h3 {
    font-size: 30px; 
    color: #ffcc00; 
}