html {
    font-size: calc(1em + 1vw);
    max-width: 1200px;
    margin: 0 auto;
}

main {
    max-width: 60rem;
}

main*+* {
    margin-top: 1.5rem;
}

nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
} 

li,dt,dd,br,th,td {
    margin-top: 0;
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

* {
    font-family: 'Lato', sans-serif;
}


p {
    margin: 1.5rem 0;
    font-size: 1rem;
    line-height: 1.5;
}

@media (max-width: 60em) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 120rem) {
    html {
        font-size: 150%;
    }
}

@media print {
    body > *:not(main) {
        display: none;
    }
}

#banner {
    background: white url("images/survived-and-punished-header.jpg") center no-repeat;
    filter: sepia(50%);
    max-width: 100%;
    height: 300px;
    background-size: cover;
}

#menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

#menu li {
    float: left;
}

#menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

#menu li a:hover, #menu li a:focus{
    background-color: #111;
    text-decoration: underline;
}

.dual-images {
    display: flex;
}

.dual-images img {
    width: 50%;
    height: 100%;
}

#power-hour {
    display: flex;
}

#power-hour p {
    font-size: xx-large;
}

.img-container {
    width: 50%;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.active {
    background-color: #4CAF50;
}

 /* Style all font awesome icons */
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
} 
