html{
    justify-content: center;
}

body.home{
    background-image: url(images/HomeBG.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: scroll;
    background-size: 90%;
    background-color: black;
    position: absolute;
    margin: 0;
}

body{
    background-color: black;
    position: absolute;
    margin: 0;
}

header{
    margin: 3rem;
}

#gradient{
    height: 300px;
    width: 100%;
    background-image: linear-gradient(rgba(202, 34, 33, .6), rgba(0, 0, 0, 0));
    margin: 0;
    position: absolute;
}



/* Header */
.nav{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    padding-bottom: 4px;
    position: sticky;
    z-index: 9999;
}

.line{
    border-top: 1px white;
    z-index: 9999;
}

.buttonhead{
    height: 2.5rem;
    position: absolute;
    top: 45px;
    left: 3rem;
}

a{
    display: inline-block;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-weight: 100;
    font-size: 1.2rem;
    text-decoration: none;
    color: white;
    padding: 0 1em;
}

a:hover{
    color: rgb(138, 142, 155);
}

.view{
    color: rgb(138, 142, 155);
}



/* Home Main */
.main{
    margin: 30em 15em 5em 15em;
}

h1{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 500;
    font-size: 5em;
    text-align: center;
}

p{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: .95em;
    text-align: justify;
    padding-bottom: 1.7em;
}

.homeimg{
    width: 100%;
    height: 100%;
    padding-bottom: 1.7em;
}

.awardgrid{
    display: flex;
    justify-content: center;
}

.awards{
    height: 6rem;
    padding: .5rem;
}



/* Characters Main */
.c-main{
    margin: 7em 15em 5em 15em;
}

.characters{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
    align-content: center;
    justify-content: center;
}

.portrait{
    padding: 2rem;
    width: 12rem;
}

h3{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3em;
    font-weight: 100;
    text-align: center;
    padding: 0 2rem;
    padding-bottom: .3em;
    margin: 0;
    width: 12rem;
}

h4{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
    padding: 0 2rem;
    padding-bottom: 2em;
    margin: 0;
    width: 12rem;
}

li{
    list-style: none;
}



/* Main Production */
.float-left{
    float: left;
    margin: 1rem 2rem 2rem 0;
    width: 20%;
}

.float-right{
    float: right;
    margin: 2rem 0rem 1rem 3rem;
    width: 50%;
}

h5{
    display: inline-block;
    text-align: center;
    font-family:'Courier New', Courier, monospace;
    font-weight: 100;
    font-size: 1.5rem;
    text-decoration: none;
    color: white;
    padding: 0;
    padding-top: 2rem;
    margin: 0;
}



/* Footer */
.footer{
    margin: 0 3rem 3rem 3rem;
}

.buttonfoot{
    padding-top: 1rem;
    padding-bottom: 1rem;
    height: 2.5rem;
    position: absolute;
    right: 3rem;
}

h2{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: .95em;
    font-weight: 100;
    text-align: right;
    padding-bottom: .8rem;
    margin: 0;
}

h2:hover{
    color: rgb(138, 142, 155);
}

.footpages{
    padding-top: 4.5rem;
}

.footpages>a{
    color: white;
    font-family: 'Courier New', Courier, monospace;
    font-size: .95em;
    font-weight: 100;
    text-align: right;
    padding-bottom: .8rem;
    margin: 0;
    display: block;
}





