/* Coolers: https://coolors.co/0a1128-001f54-043f77-1282a2-fefcfb */
/* Coolers Alt: https://coolors.co/0a1128-001f54-043f77-1282a2-fefcfb */
@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Teko:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body
{
    background-color:black;
    font-family: 'Exo 2', sans-serif;
    color: white;
    font-size: 1em;
    font-weight: 400;
    overflow-x: hidden;
}


/*----------------Menu Bar---------------*/
header
{
    position:fixed;
    width:100%;
    height:90px;
    background-color: rgba(8,14,33,0.9); /* rgba(16,21,36,.9)*/
    box-shadow: 0px 0px 16px rgba(0,0,0,.9);
    z-index: 55;
    top:0px;
}

#navLogo
{
    width:45%;
    height:100%;
    background-image:url("../img/stoutheart-logo.png");
    background-size: 240px 90px;
    background-repeat: no-repeat;
    background-position:left;
    margin-left:10px;
    float:left;
}
header ul
{
    height: 100%;
    position:absolute;
    right: 0;
    top:0;
    list-style-type: none;
    z-index: 65;
    display:block;
    white-space: nowrap;
    padding-right: 25px;
}

header ul li
{
    display: inline-block;
    padding-right: 25px;
    line-height: 70px;
    text-align: center;
    vertical-align: middle;
}

header ul li a
{
    color:white;
    font-size: 1.9em;
}

header ul li a:hover{
    text-decoration: none;
    color: lightblue;
}

header ul li a.current
{
    border-bottom: 1px solid #009DE9;
    border-width: 2px;
    /*background-color: #FF8900;
    border-color: rgba(0,0,0,0);
    border: 0;
    height: 100%;*/
}

header ul li.logo
{
    margin-top:px;
}

header ul li a i.fab
{
    font-size:44px;
}

header ul li a.icon {
    display: none;
    margin: 0;
    padding: 0;
}

.fab
{
    display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing:antialiased;
}

.verticalAlign
{
    /*vertical-align: middle;*/
}
/*----------------------------------------*/

/*-------------Game Showcase-------------*/
#welcomeBackground
{
    margin-top: auto;
    width:100%;
    min-height: 80vh;
    overflow:hidden;
    text-align:center;
    background: url("../img/headerbanner.jpg") repeat-x 0% 50%;
}

#welcomeBackground iframe{
    width: calc(60%);
    min-height: 70vh;
    margin: auto;
    margin-top: 2em;
    border: 2px black groove;
    box-shadow: black 0 0 8px;
}

/*----------------------------------------*/

main
{
    width: 100%;
    background-color:#101524;
    margin-top: 90px;
}

.content
{
    position: relative;
    width: 100%;
    margin: 0;
}

.content h2
{
    position: relative;
    text-align: center;
    font-size:4em;
    color: white;
    font-weight: normal;
    margin-bottom:1rem;
    font-family: 'Staatliches', cursive;
    text-shadow: 0 0 25px #3076CC, 0 0 5px #3076CC;
}

.content h2:before{
    background: linear-gradient(to right, rgba(2, 57, 164, 0), rgba(2, 57, 164, 0.5));
    right: 0.25em;
    margin-left: -50%;
}

.content h2:after{
    background:linear-gradient(to left, rgba(2, 57, 164, 0), rgba(2, 57, 164, 0.5));
    left: 0.25em;
    margin-right: -50%;
}
.content h2:before, .content h2:after{
    background-color: #0252a4;
    content: "";
    display:inline-block;
    height:3px;
    position: relative;
    vertical-align: middle;
    width: 10%;
    line-height: 4.5em;
    font-weight: initial;
}

#c_about .box
{
    width:740px;
    max-width: 100%;
    margin: 0 auto;
}

#c_about .box p 
{
    color: white;
    font-size: 1.3em;
    margin-bottom:20px;

}
ul
{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start:40px;
}

/*----------Screenshot Slideshow----------*/
#c_screenshots
{
    text-align: center;
    color: white;
}
#slides
{
    display:grid;
    grid-template-rows:1fr;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-areas: "left center right";
}

#slides #left, #slides #center, #slides #right
{
    align-self: center;
    border: white solid 2px;
}

#slides #null{
    display:none;
}
#slides #center
{
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: center;
    z-index: 2;
}

#slides #center img
{
    max-width: 100%;
    width: 100%;
}

#slides #right{
    grid-area: right;
    width: 130%;
    margin-left: -30%;
    z-index: 1;
}
#slides #right img
{
    max-width: 100%;
    width: 100%;
}
#slides #left{
    grid-area: left;
    width: 130%;
    z-index: 1;
    -ms-grid-row: 1;
    -ms-grid-column:1;
}
#slides #left img{
    max-width: 100%;
    width: 100%;
}

@media only screen and (max-width: 800px){
    #slides{
        -ms-grid-columns: 1fr 10fr 1fr;
        grid-template-columns: 1fr 10fr 1fr;
    }
    #slides #center{
        margin: 0 0.5rem;
    }
    #slides #left, #slides #right{
        display:none;
    }
}

#dots{
    margin-top:1rem;
    display: block;
}

.blueDot{
    color: #00A9FF;
}

#dots .dot{
    cursor: pointer;
    margin: 0 .4rem;
    font-size: 14px;
}

#dots .dot:hover{
    color: lightblue;
    -webkit-transition: 0.45s ease;
    transition: 0.45s ease;
}
/*#slides .fa{
    display:inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}*/

.overlay_right, .overlay_left{
    cursor: pointer;
   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
   
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
    height: 70%;
    width: 100%;
    opacity: 0.3;

    justify-self: right;
    ms-flex-item-align: center;
        align-self: center;
    align-self: center;
    grid-area: right;
    z-index: 3;
    
    -ms-grid-row: 1;
    -ms-grid-column: 3;
}
.overlay_left{
    grid-area: left;
    justify-self: left;
    justify-content: flex-start;
}

.overlay_right .icon, .overlay_left  .icon{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
    -webkit-transition: color 0.45s ease;
    transition: color 0.45s, ease;
    font-size: 150px;
    text-align: center;
    
}

.fa-angle-double-left:before{
    content: "\f100";
}

@media (-moz-touch-enabled: 1), (pointer: coarse){
    .overlay_right, .overlay_left{
        height: inherit;
        opacity: 1;
    }
    .overlay_right .icon, .overlay_left .icon{
        color: white;
    }
}
@media (-moz-touch-enabled: 0), (pointer:fine){
    .overlay_right:hover, .overlay_left:hover{
        opacity: 1;
        -webkit-transition: opacity 0.6s ease;
        transition: opacity 0.5s ease;
    }
    .overlay_right:hover .icon, .overlay_left:hover .icon{
        color:lightblue;
        -webkit-transform: scale(1.15, 1.15);
        transform: scale(1.15, 1.15);
        -webkit-transition: 0.45s ease;
        transition: 0.45s ease;
    }
}

@media only screen and (max-width: 1300px) {
    .overlay_right, .overlay_left{
        padding:1.5rem;
    }
    .overlay_right .icon, .overlay_left .icon{
        font-size:100px;
    }
}
@media only screen and (max-width: 600px){
        .overlay_right .icon, .overlay_left .icon{
        font-size:50px;
    }
}
@media only screen and (max-width: 800px){
    .overlay_right, .overlay_left{
        padding: 0;
    }
}


/*----------------------------------------*/

/*------------Development Blog------------*/
.hero{
    -webkit-box-align: stretch;
    align-items: stretch;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.hero-body, .section
{
    padding: 3rem 1.5rem;
}
.hero-body
{
    display: block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 0;
}


.container
{
    display: block;
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0 auto;
    position: relative;
    width: auto;
}


.featured-blog-post{
    border-radius: 4px;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 500px;
}

@media screen and (max-width: 768px)
{
    .featured-blog-post
    {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        height: auto;
    }
    
    .featured-blog-post .featured-image
    {
        height: 200px;
    }
}

.featured-blog-post .featured-image
{
    background-image: url("../img/screenshots/01.png");
    background-size: cover;
    background-position: 50%;
    width: 100%;
}

.featured-blog-post .featured-body
{
    background: linear-gradient(0deg,#181818,rgba(24,24,24,.6));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 500px;
    display: flex;
}

.newTitle{
    color: white;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.125;
}

.subtitle{
    font-size: 1.25rem;
    font-weight: 200;
    line-height: 1.25;
}

.subtitle, .newTitle {
    word-break: break-word;
}

.subtitle .is-6
{
    margin: 0;
    padding: 0;
    font-size:1rem;
}


.hero-body .newTitle{
    padding:1rem 0;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.date-tag{
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 1.25rem;
}

.blog, .blog:after, .blog:before{
    box-sizing: inherit;
}

.hero-body .button
{
    color: white;
    padding: 1.5rem;
}

.featured-blog-post .featured-body .date-tag .tag
{
    margin-right: 1rem;
}

.featured-blog-post .featured-body .button, .featured-blog-post .featured-body, .tag
{
    align-self: flex-start;
}

.button.is-primary 
{
    background-color: #FF8900;
    border-color: rgba(0,0,0,0);
    border: 0;
}
.tag:not(body).is-primary
{
    background-color: #FF8900;
}

.tag.is-primary
{
    text-transform: uppercase;
    font-weight: 700;
}

.tag:not(body){
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    height: 2em;
    -webkit-box-pack: center;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
    font-size: 0.75rem;
}


/*----------------------------------------*/

/*--------------Devblog Page--------------*/
#ArticleInfo{
    display: none;
}
#c_blog {
    top: 20px;
}

.page-hero
{
    padding-top: 4rem;
}

.hero.is-fullheight{
    min-height: 100vh;
}

.has-text-centered{
    text-align: center !important;
}
.is-block{
    display: block !important;
}
/*----------------------------------------*/

/*-----------------Footer-----------------*/
footer
{
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: center;
    background-color: #020611;
}

footer .fContent
{
    max-width: 700px;
    margin: auto;
    column-count: 2;
}

footer .fContent div.column 
{
    webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    display: table;
    vertical-align: top;
    text-align: left;
    padding: 10px 20px;
}
footer .fContent div.column p
{
    font-size: 0.9em;
    margin-top: 5px;
    color: #888a92;
}
/*----------------------------------------*/
h2{
    display:block;
    font-size: 1.5em;
    margin-block-start: 0.43em;
    margin-block-end: 0.43em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
div
{
    display:block;
}
p{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}
#splash
{
    text-align:center;
}

a:-webkit-any-link {
    cursor: pointer;
    text-decoration: none;
}
a.button, button.button{
    border-radius: 0;
}
.mirrored{
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

a{
    cursor: pointer;
    text-decoration: none;
}

.button{
    cursor: pointer;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    display: inline-flex;
    font-size: 1rem;
    height: 2.25em;
    line-height: 1.5;
    position: relative;
    vertical-align: top;
    
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease;
}
html{
    min-width: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    text-size-adjust: 100%;
}

/*---------Responsiveness-----------------*/
@media only screen and (max-width: 950px) {
    
    #welcomeBackground iframe {
        width: 95%;
    }
    
    header ul.ResponsiveNav {
        position: absolute;
        right: 0px;
        margin-right: 0;
        padding-right: 0;
        top:0;
        display: flex;
        flex-direction: column;
        z-index: 4;
        padding-top: 72px;
    }
    
    header ul li a.navClose {
        display: none;
    }
    
    header ul.ResponsiveNav li {
        padding-right: 0;
    }
    
    header ul li a.navOpen {
        display: flex;
        padding-left: .2em;
        padding-right: .2em;
        background-color: rgba(8,14,33,0.9); /* rgba(16,21,36,.9)*/
    }
    
    header ul li a.navOpen:hover {
        background: lightgray;
        color:black;
    }
    
    header ul li a.icon {
        display: flex;
        margin: 0;
        padding: 0;
        position: absolute;
        top:.2em;
        right:.5em;
    }
    
    .content h2
    {
        font-size: 2.5em;
    }
    
    .content p
    {
        font-size: 1.5em;
    }
    
    * {
        box-sizing: inherit;
    }
}

@media screen and (min-width: 1408px){
    #devblog
    {
        max-width: 1344px;
    }
}
/*----------------------------------------*/
/*--------------Blog Post-----------------*/
#devblog {
    width: auto; 
    margin: auto;
    display: flex;
    /*flex-direction: row;*/
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 500px;
}

#devblog #imageLink {
    background: url(../../blog/June-2022/img/Stoutheart_June2022Devblog-Banner.jpg);
    background-size: cover;
    background-position: 50%;
    width: 100%;
    /*cursor: pointer;*/
    padding-top: 2em;
    padding-bottom: 2em;
    height: 100%;
}

#devblog #blogContent {
    
    background: linear-gradient( to bottom, rgba(0,0,0,.6), rgba(0,0,0,.9));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    flex-direction: column;
    justify-content: center;
    padding: 2rem 2rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    /*width: 40%;*/
    max-width: 500px;
    display: flex;
}

#blogContent, #blogContent:before, #blogContent:after
{
    box-sizing: inherit;
}

#devblog #blogContent a{
    font-size: 2em;
    margin-bottom: .5em;
    color:white;
}

#devblog #blogContent a:hover{
    color: lightgray;
}

#blogContent #dateTag {
    display: flex;
    flex-direction: row;
    width: 100%;
}

#dateTag span {
    font-size: 1.25rem;
    margin-right: 2.5%;
}

.primary-tag {
    background: #FF8900;
    color: white;
    padding: .1em;
}

#blogSubtitle {
    font-size: 1.25rem;
}

#blogButton {
    background: #FF8900;
    color:white;
    width: 8rem;
    text-transform: uppercase;
    padding: 1em;
    text-align: center;
    font-size: 1em !important;
    font-weight: 700;
}

@media only screen and (max-width: 950px) {
    #devblog #imageLink {
        width: 40%; 
    }
    
    #devblog #blogContent {
        padding: 5%;
        width: 80%;
    }
}

@media only screen and (max-width: 650px) {
    #archiveContainer #Recentblog{
        width: 80% !important;
        height: auto !important;
    }
    
    #ContactDiv ul {
        width: 80% !important;
        margin-left: 10% !important;
    }
    
    .fa-cogs{
        display: none;
    }
    
    .content h2:after{
        display: none;
    }
    
    .content h2:before{
        display: none;
    }
    
    #c_about .box
    {
        width: 90%;   
    }
    
    #navLogo
    {
        background-size: calc(100%) 90px;
    }
    
    #devblog #imageLink {
        width: 100%;
    }
}
/*----------------------------------------*/
/*-------------Recent blogs---------------*/
#blog_recent {
    width: 100%;
    margin: auto;
    padding-top: 1em;
    background: #13192b;
    box-shadow: inset 0 0 8px black;
    z-index: 1;
    display: flex;
    flex-direction: row;
}

#Recentblog {
    width: 30%;
    margin: auto;
}

#Recentblog a img {
    width: 100%;
    height: auto;
}

#Recentblog .blog.date-tag {
    margin-top: .5em;
}

#Recentblog .blog.date-tag span{
    padding-right: 0.75em;
    margin-right: .75em;
}

#blog_archive {
    background: #02091c;
    width:100%;
    display: flex;
    flex-direction: column;
}

.archiveSelection {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.archiveSelection h2{
    width: 100%;
    margin: auto;
}

.archiveSelection section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5em;
}

.archiveSelection section button {
    width:5em;
    height: 2em;
    margin-left: auto;
    background: none;
    color: white;
    border: 2px white solid;
    box-shadow: 0 0 3px lightblue;
    cursor: pointer;
    transition: .4s;
}

.archiveSelection section button:hover{
    background: rgba(40,60,250,.5);
}

#archiveContainer{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: .2em;
    margin-top: 2em;
    padding: .2em;
}

#archiveContainer #Recentblog{
    width: 45%;
    margin: auto;
    margin-bottom: 1em;
    height: 30em;
    overflow: hidden;
    text-overflow: ellipsis;
}

 #Recentblog p {
    width: calc(100%); 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination {
    margin: auto;
    margin-bottom: 1em; 
}

.pagination a {
    color: white;
    padding: 8px 16px;
    text-decoration: none;
    border-radius: 5px;
    border: 1px white solid;
}

.pagination a:hover {
    background: rgba(40,60,250,.3);
}

.hideThis {
    display: none;
}

#disablePagination {
    opacity: .5;
    cursor: not-allowed;
}

#disablePagination:hover {
    background: none;
}

@media only screen and (max-width: 800px) {

    #blog_recent {
        flex-wrap: wrap;
    }
    
    #blog_recent #Recentblog{
        width: 80%;
        margin: 5%;
        margin-left: auto;
        margin-right: auto;
    }
    
    #blog_recent #Recentblog p {
        display: flex;
    }
}
/*----------------------------------------*/
/*-------------Contact page---------------*/
#ContactDiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#ContactDiv p {
    width: 50%;
    font-size: 1.5em;
    text-align: center;
    margin: auto;
}

#ContactDiv a {
    color: #009DE9;
}

#ContactDiv a:hover {
    color: lightblue;
}

#ContactDiv ul {
    list-style: none;
    width: 20%;
    margin-left: 40%;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

#ContactDiv ul li {
    text-align: center;
    width: 50%;
}

#ContactDiv ul li a .fab{
    font-size: 4em;
    color:  #009DE9;
}
#ContactDiv ul li a .fab:hover {
    color: lightblue;
}

@media only screen and (max-width: 800px) {
    #ContactDiv p {
        width: 80%;
    }
}
/*----------------------------------------*/
/*------------Article---------------------*/
#Article {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*
    background: #1a233d;
    box-shadow: inset 0 0 8px black;*/
    z-index: 2;
}

#Article h3
{
    margin: auto;
    position: relative;
    text-align: center;
    font-size:3em;
    color: white;
    font-weight: normal;
    margin-bottom:1rem;
    font-family: 'Staatliches', cursive;
    /*text-shadow: 0 0 25px #3076CC, 0 0 5px #3076CC;*/
}

#ArticleBanner {
    width: 100%;
    height: 100vh;
    display: inline-block;
    position: relative;
    z-index: 3;
    border-image-source: linear-gradient(to left, transparent, #293149, transparent);
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 2px;
}

#ArticleBanner img{
    width: calc(100%);
    height: 85vh;
    margin: 0; 
    z-index: 1;
    -webkit-mask-image: linear-gradient(to top, transparent, black 30%);
    mask-image: linear-gradient(to top, transparent, black 30%);
}

#BannerImage
{
    position: absolute;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
    -webkit-mask-image: -webkit-linear-gradient(top, white 20%, transparent 99%);
    inset: -16px;
    filter: blur(4px) brightness(50%);
    
    background-size: cover;
    background-position: center center;
}

#BannerText {
    position: absolute;
    left: 0; 
    right: 0;
    top: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}

#BannerText h1 {
    margin: auto;
    font-size: 6em;
    color: white;
    padding: .5rem;
    text-align: center;
    margin-top: 1.8em;
    margin-bottom: .2em;
    font-weight: normal;
    font-family: 'Staatliches', cursive;
    text-shadow: 0 0 25px #3076cc, 0 0 5px #3076cc;
}

#BannerText h4 {
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.4em;
}

#ArticleDetails{
    margin-top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
    flex-wrap: wrap;
    /*font-size: 1.4em;*/
}

#ArticleDetails span
{
    font-size: 1.2em;
    margin-left: 5%;
}

#BannerText p {
    width: 40%;
    text-align: left;
    font-size: 1.2em;
    margin: auto;
}

#ArticleContent{
    width: 70%;
    margin: auto;
    z-index: 4;
    padding: .75rem;
    /*background: #151c33;
    box-shadow: 0 0 16px black;*/
    display: flex;
    flex-direction: column;
}


#ArticleContent section {
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-image-source: linear-gradient(to left, transparent, #293149, transparent);
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-width: 2px;
}

#ArticleContent section p{
    width: 80%;
    font-size: 1.2rem;
    margin: auto;
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

#ArticleContent section h4{
    font-size: 2.5rem;
    /*text-shadow: 0 0 2px lightblue;*/
    color: #FF8900;
    padding: .5rem;
    padding-left: 0;
    margin: auto;
    margin-left: 10%;
    margin-bottom: 0;
}


#ArticleContent section video{
    width: 80%;
    margin: auto;
    margin-left: 10%;
}

#ArticleContent section img {
    width: 80%;
    margin: auto;
    margin-left: 10%;
}

#ArticleContent h5 {
    width: 100%;
    margin-left: 10%;
    margin-bottom: 1rem;
    font-weight: normal;
    font-size: 1.25rem;
    color: #FF8900;
}

#ArticleContent ul {
    list-style: disc;
    width: 80%;
    margin: auto;
    margin-left: 10%''
}

@media only screen and (max-width: 700px) {
    #BannerText h1 {
        font-size: 4.5em;
    }
    
    #BannerText p {
        width: 70%;
        margin: auto;
    }
}

@media only screen and (max-width: 900px) {
    #BannerText h1 {
        margin-top: 1em;
    }
}
@media only screen and (max-width: 950px) {
    #ArticleContent {
        width: 90%;
    }
} 

@media only screen and (max-width: 350px) {
    #ArticleContent {
        padding: .25rem;
    }
    
    #ArticleContent section h4{
        font-size: 1.8em;
        margin-left: 0;
    }
    
    #ArticleContent section h5{
        margin-left: 0;
    }
    
    #ArticleContent section p{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        font-size: 1.1em;
    }

    #ArticleContent section img{
        margin-left: 0;
        width: 95%;
    }
    
    #ArticleContent section video{
        margin-left: -2.5%;
        width: 105% !important;
        box-shadow: 0 0 5px black;
        border: solid 1px black;
    }
    
    #ArticleBanner{
        height: 110vh;
    }
    
    #ArticleDetails{
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }
    #ArticleDetails span{
        width: 50%;
        margin-left: 20%;
    }
    
    #BannerText p {
        width: 80%;
    }
    
    #navLogo {
        width:60%;
    }
    
    #blogContent #dateTag {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 450px){
    #blogButton {
        padding: .4em;
    }
}

/*----------------------------------------*/