.flex-grid {
    display: flex;
}

.flex-grid .col {
    flex: 1;
}

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



.storegrid .col {
    width: 25%;
}

@media (max-width: 1000px) {
    .flex-grid, .storegrid {
        display: block;
    }
    .flex-grid .col, .storegrid .col {
        width: 100%;
        margin: 0px 30px 30px 0;
        
    }
}

* {
    box-sizing: border-box;
}

html {
    background-color: #173145;
    padding: 0;
    margin: 0;
    font-family: 'Inknut Antiqua', serif;
}

.flex-grid {
    margin: 0 0 20px 0;
}

.col {
    padding-left: 20px;
    padding-right: 20px;
}

.col img {
    width: 100%;
    margin-bottom: 10px;
}

.col .placeholder {
    width: 100%;
    min-height: 430px;
    background-color: #3a5d77;
    color: white;
    text-align: center;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
  
}

.gradient{
    height:200px;
    width:100%;
    position: absolute;
    background-color:black;
    background: linear-gradient(#1731457b, rgba(0, 0, 0, 0));
}

header {
    position: relative;
    height: 420px;
    background-color: #173145;
    background-image:   url("https://versecomics.imgix.net/website/banner.png?fm=webp&w=1200");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -650px;
}

.nobg{
    background-image: none !important;
    background-color: inherit !important;
   
}
.illubg{
    background-image:   url("https://versecomics.imgix.net/website/aboutbg.png?fm=webp&w=1200&blend-color=80173145&blend-mode=darken");
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    text-align: center;
    position: absolute;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    
    text-align: center;
}

.logo img {
    width: 400px;
    margin-top:150px;
}

@media (max-width: 1200px) {

    .logo img {
        width: 300px;
    }

    header{
        background-position-y: 0;
    }

    .containerabout{
        width:90% !important;
    }
}

.nav {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
    position: absolute;
    z-index: 9999;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.nav li {
    display: inline;
    text-transform: uppercase;
    color:white;
    margin-right:8px;
    font-size: 12px;
    letter-spacing: 1px;
}

.nav a {
    color: white;
    text-decoration: none;
}

.buyprompt {
    text-align: center;
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

button {
    padding: 0;
    border: none;
    background: none;
    border-radius: 5px;
    background-color: #ccce7d;
    height: 40px;
    width: 100%;
    cursor: pointer;
    font-size:12px;
    font-weight: 500;
    font-family: 'Inknut Antiqua', serif;
}

button:hover {
    background-color: #3a5d77;
    color: white;
}

.shopbuttons{
    margin-top:20px;
}
.shopbuttons li {
    margin-bottom: 10px;
    margin-top: 10px;
}

h3 {
    color: white;
}

h2 {
    color: white;
    font-weight:300;
    font-size:12px;
}

.releasedate {
    color: #ccce7d;
    font-size:14px;
    margin-top:20px;
    margin-bottom: 5px;;
}

footer{
    color: #ccce7d;
    font-size: 12px;
    text-align: center;
    margin-top:50px;
    margin-bottom: 50px;
}

footer a{
    text-decoration: none;
    color: #ccce7d;
}

.placeholderwrapper{
    position: relative;
}

.placeholderwrapper picture{
    position: absolute;
}

.placeholderwrapper .placeholder{
    position: absolute;
    height:100%;
}


.containerabout{
    width:45%;
    position: relative;
    margin-left: auto;
    margin-right:auto;
  
    color:white;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.8;
}

.containerabout h1{
    color: #ccce7d;
    font-size: 18px;
   
}

.containerabout h2{
    color: white;
    font-size: 16px;
    text-transform: uppercase;
}

.containerabout .quote{
    color: #ccce7d;
    font-size: 16px;
    
}

.containerabout .quote .name{
    margin-top:10px;
}

.storeoptions{
    display: inline;
}

.storeoptions button{
    display: inline;
    width: 20%;
    float:left;
    margin-right:20px;
    margin-top:40px;
}

.subscribe{
    font-size: 16px;
    height:70px;
    text-decoration: underline;
}