body{
    font-family: 'Roboto', sans-serif;
}
.header{
    -webkit-clip-path: polygon(0 0, 100%  0, 100% 50%, 0 100%);
     clip-path: polygon(0 0, 100% 0, 100%  50%, 0 100%);
     background-color: #186a55;
     height:100px;
     padding-top: 20px;
     padding-left: 20px;
     font-size: 40pt;
     color: white;
     font-family: 'Bebas Neue', cursive;
     text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.subborder{
    height: 100;
    background: rgb(0,0,0);
    background: linear-gradient(90deg, rgba(0,0,0,0) 10%, rgba(0,0,0,0.5) 30%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 90%);
    margin-bottom: 30px;
}

.subhead{
    display: flex;
    justify-content: space-between;
    height: 96px;
    background: #FFF;
    position: relative;
    top: 2px;
    padding-left: 15%;
    padding-right: 15%;
    font-size: 75px;
    text-decoration: none;
}

.navlink {
  text-decoration: none;
  color: black;
}

.artitle{
    font-size: 40%;
    font-weight: bolder;
    line-height: 100px;
     font-family: 'Bebas Neue', cursive;
}

.finish{
    text-align: right;
}

.footnote{
    font-size: 10pt;
}

.footer{
    position: relative;
     background-color: #186a55;
     height: 500px;
     margin-top: 50px;
     clip-path: polygon(0% 50%,100% 15%,100% 100%,0% 100%);
}

.socials{
    position: absolute;
    right: 10px;
    top: 150px;
    width:75px;
}

.socimg{
    width: 75px;
}

.little-bio{
    bottom: 10px;
    position: absolute;
    margin-left: 10px;
    font-size: 12pt;
    max-width: 525px;
}

.logo{
    position: absolute;
    left: 125px;
    width: 150px;
    top: 0px;
    z-index: -5;
}

.reverse{
    color:Black;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}

.blog{
    width:calc(90% - 6px);
    padding-left: 5%;
    padding-right: 5%;
    margin:auto;
    background-color: #FFF;
}

.border{
    width: 70%;
    margin:auto;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,0) 10%, rgba(0,0,0,1) 50%, rgba(0,212,255,0) 100%);
}

.smallcenterw{
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.smallcenterh{
    display: block;
    width: 300px;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.fullpage{
    display: block;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}


.script{
    font-family: serif;
}

.slug{
    text-transform: uppercase;
    margin-bottom: 20px;
}

.dialog{
    text-align: center;
}

.character{
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 1024px) {
    body{
        font-size: 16pt;
    }
    .smallcenterw, .fullpage{
        width: 100%;
    }
    .footnote{
        font-size: 10pt;
    }
}
