* {
    box-sizing: border-box;
}

/* PARENT STYLES */

html {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
}

h1 {
    font-family: 'Monserrat', sans-serif;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    font-size: 50px;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #666;
}

h2 a {
    display: inline;
    font-size: 95%;
    color: #F00;
    text-decoration: none;
}

h2 a:hover {
    color: #F99;
    text-decoration: none;
}

p {
    font-family: 'Work Sans', sans-serif;
    color: #000;
    line-height: 175%;
    font-size: 120%;
}

li {
    margin: 0 0 10px 0;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;

}

a {
    color: #F00;
    font-weight: bolder;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
    text-decoration: none;
}

i {
    color: #F00;
}

a:hover i {
    opacity: 0.5;
}

table {
    font-family: 'Work Sans', sans-serif;
    border: solid 1px #000;
    border-collapse: collapse;
    width: 600px;
}

th {
    text-align: left;
    padding: 10px;
    border: solid 1px #000;
    text-transform: uppercase;
    font-family: 'Monserrat', sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

td {
    padding: 10px;
    border: solid 1px #000;    
    vertical-align: top;
    min-width: 125px;
}

/* CONTAINER STYLES - in order of appearance in HTML hierarchy */

#main {
    width: 100%;
    padding: 0;
    margin: 0;
}

#top {
    position: fixed;
    display: block;
    padding: 5px 10px;
    background-color: #FFF;
    height: 35px;
    width: 100%;
    z-index: 100;
    opacity: 0.75;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
}

#title {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
}

#content {
    margin: 0 50px;
}

#homepage {
    margin: 0 125px;
    padding: 0;
    text-align: justify;
}

#nav {
    text-align: center;
}

#col-left {
    display: inline-block;
    width: 650px;
    padding: 75px 0px 0px 0px;
    font-size: 100%;
}

#col-left h2 {
    margin-bottom: 0px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
}

#col-left h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #666;
}

#col-left p {
    font-size: 100%;
    color: #666;
    margin-top: 5px;
    max-width: 600px;
    text-align: justify;
}

#col-right {
    display: inline-block;
    position: fixed;
    top: 50px;
    width: 30%;
    max-width: 320px; /* was 500px - return? */
}

#col-right h1 {
    letter-spacing: 1px;
    margin-bottom: 0px;
}

#col-right p {
    font-size: 100%;
    margin-top: 5px;    
}

#footer {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    height: 100px;
    background-color: 999966;
    text-align: center;
    opacity: 0.8;
}

/* CLASSES - in alpha order */

a.col {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #F00;
}

a:hover.col {
    opacity: 0.5;
}

a.global-link {
    margin-left: 20px;
    color: #000;
    font-family: 'Monserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: normal;
}

a.global-link.active {
    color: #F00;
}

a.global-link.home {
    color: #F00;
    font-weight: 900;
    margin-left: 5px;
}

a:hover.global-link {
    opacity: 0.5;
}

.center {
    display: inline;
    margin: auto;
    width: 99%;
}

.heading {
    display: block;
    margin: auto;
    margin-top: 100px;
    width: 50%;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}

.impact-low {
    line-height: 150%;
    color: #666;
}

.impact-mod {
    line-height: 150%;
    color: #F00;
}

.inactive {
    filter: grayscale(100%);
    opacity: 0.25;
}

.italic {
    font-style: italic;
    color: #666;
}

.maga {
    font-size: 100px;
}
