body {
    background-color: #00192C;
    color: #F3FAFF;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    width: 100%;
    max-width: 1080px;
    margin: 0;
}

#banner {
    width: 100%;
    margin: 0;
}

#main {
    padding: 0 8% 16% 8%;
    margin: 0;
    font-size: 1rem;
}

h1 {
    text-align: center;
    font-family: "Limelight", sans-serif;
    font-weight: 400;
    padding: 2% 0 9% 0;
    font-size: 2.6rem;
    margin: 0;
}

#mc {
    font-size: 1.5rem;
    font-weight: 400;
    color: #a4dbfc;
}

#mc b {
    color: #F3FAFF;
    font-weight: 600;
    font-size: 1.5rem;
}

h2 {
    font-family: "Lato", sans-serif;
    letter-spacing: 0.18rem;
    font-weight: 700;
    font-size: 2.4rem;
    padding: 6% 0 2% 0;
    margin: 4% 0;
}

.act {
    padding-bottom: 10%;
}

.title {
    color: #a4dbfc;
    font-family: "Limelight", sans-serif;
    font-size: 1.8rem;
    line-height: 1.2em;
}

.info {
    padding-left: 5.5%;
    font-size: 1.3rem;
    line-height: 1.15em;
    font-weight: 300;
}

.info p {
    margin: 10px;
}

.info b {
    font-weight: 500;
}

details p {
    color: #F3FAFF;
    font-size: 1.3rem;
    margin-bottom: 2%;
}

summary {
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.1rem;
}

#credits {
    font-size: 1.3rem;
}

#crewlist {
    padding-bottom: 4%;
    line-height: 1.2em;
    color: #F3FAFF;
}

#crewlist b {
    font-weight: 500;
    color: #a4dbfc;
    font-variant: small-caps;
    letter-spacing: 0.02rem;
    font-size: 1.2em;
}

#crewlist ul {
    padding: 2% 0;
}

#crewlist li {
    list-style-type: none;
    padding-bottom: 4%;
}

#endtext {
    text-align: center;
    font-size: 1.2rem;
    padding: 0 2% 6% 2%;
}

strong {
    font-weight: 400;
}

#logo {
    width: 80px;
    padding: 6%;
}
 
a {
    color: #fcd03c;
    font-weight: 400;
}

