@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');

* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'Blew';
    src: url('Blew Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

html {
    background: url('images/character-montage-01.png')center center/cover fixed #000;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-text-size-adjust: 100%;
    font-size: 18px;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
}
h1, h2, h3 {
    font-family: 'Blew'
}

@media screen and (max-width: 839px) {
    #logos {
        width: 75%;         
    }
    h1 {
        margin-top: 100px;
        font-size: 45px;
    }
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 26px;
        padding-left: 5px;
    }
    #landing {
        min-height: 600px;
    }
    .timeline-card {
        padding-left: 5px;   
        padding-top: 10px;   
    }
    p {
        padding: 0 5px;
        font-size: 16px;
    }
    table {
        width: 100%;
    }
    tr {
        display: block;
        margin-bottom: 16px;
    }
    td:first-child {
        display: block;
        font-weight: bold;
        text-decoration: underline;
    }
    td {
        padding: 2px 2px;
    }

    #classics-logo {
        width: 70%;
    }
    #disgaea-logo {
        width: 90%;
    }
    .table-header {
        display: none;
    }

}
@media screen and (min-width: 839px) {

    table {
        /* font-size: 20px; */
        margin: 0;
        /* width: 50%; */
    }

    .content {
        width: 80%;
        margin: 0 auto;
    }
    h1 {
        margin-top: 120px;
        font-size: 100px;
    }
    h2 {
        font-size: 54px;
    }
    h3 {
        font-size: 48px;
        padding-left: 10px;
    }
    #landing {
        min-height: 100vh;        
    }

    .timeline-card {
        padding: 20px;
    }
    td {
        padding: 2px 5px;
    }
    #logos {
        width: 100%;         
    }
    #classics-logo {
        width: 30%;         
    }
    #disgaea-logo {
        width: 60%; 
    }
    .card-contents {
        display: flex;
        flex-wrap: wrap;
    }
    .text-wrapper {
        flex: 1 1 500px;
    }
    .card-img-wrapper {
        flex: 1 1 300px;
        margin: 0px 30px;        
    }
    #logos div:first-child {
        margin: 0 20px 20px auto;
    }
    #logos div:nth-child(2) {
        margin: 0 auto 20px 20px;
    }
    .table-header td {
        border-bottom: 1px solid white;
    }
}

@media screen and (min-width: 1400px) {
    h1 {
        margin-top: 200px;
        font-size: 155px;
    }
}



#logos {
    margin: 0 auto; 
    align-items: center; 
    text-align: center;
    max-width: 1450px;
    display: flex;
}
#logos div {
    flex: 1 1 auto;
    max-width: 250px;
}
#logos div img {
    width: 100%;
}
.top-logo-wrapper {
    flex: 1 1 auto;
    max-widtH: 50%;
    align-items: center;
    text-align: center;
}

body {
    background: rgba(0,0,0,.6);
    /* width: 80%; */
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
}
h3 {
    /* border-bottom: 3px solid white;     */
}
.timeline-card h3 {
    width: 50%;
    color: #C13764;
    text-shadow: 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff, 0px 0px 1px #fff,0px 0px 1px #fff,0px 0px 1px #fff;
}

#landing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-shadow: 1px 1px 1px #000,1px 1px 1px #000,1px 1px 1px #000;
}
img {
    width: 100%;
    height: auto;
}


/* timeline */
.timeline-card {
    max-width: 1456px;
    background-color: rgba(0,0,0,.8);
    margin: 0px auto 25px;
    color: #fff;
    /* padding: 0px 0px 20px 10px; */
    /* text-shadow: 1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000,1px 1px 2px #000; */
}
.timeline-card p {
    color: #C13764;
    text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff;
}
.blue-text {
    color: #C13764;
    text-shadow: 0px 0px 1px #fff,0px 0px 1px #fff;
}


#classics-logo {
    margin: 0 auto; 
    text-align: center;
}
#disgaea-logo {
    margin: 0 auto; 
    text-align: center;
}
#classics-logo:hover {
    filter: brightness(115%);
}
#disgaea-logo:hover {
    filter: brightness(125%);
}


#final-card {
    text-align: center;
    margin-top: 40px;
}
#final-card h3 {
    width: 100%;
    margin: 0 auto;    
}
#final-card p {
    width: 100%;
    margin: 0 auto;
} 

.card-img {
    max-width: 100%;
    max-height: 550px;
    width: auto;
    height: auto;
}
.card-img-wrapper {
    width: 100%;
    text-align: center;
}









@keyframes hvr-bob {
    0% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
    50% {
      -webkit-transform: translateY(-4px);
      transform: translateY(-4px);
    }
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
}
@-webkit-keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
}
@keyframes hvr-bob-float {
    100% {
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
    }
}
  .hvr-bob {
        width: 1000px !important;
        -webkit-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
}
  .hvr-bob:hover, .hvr-bob:focus, .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
}

footer {
    width: 100%;
    background-color: #000;
    padding: 50px 0 80px;
    margin: 0;
}
#footer-content {
    text-align: center;
    margin: 0 auto;
    width: 75%;
}
#logo-wrapper {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
}
#logo-wrapper > img {
    margin: 10px;
    max-height: 60px;
}

.social {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    
}
.social a {
    flex: 0 0 75px;
    background-color: #fff;
    border: 2px solid #000;
    color: #000;
    width: 80px;
    height: 50px;
    vertical-align: middle;
    font-size: 2rem;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin: 5px;
}


.store-link {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    /* border-radius: 10px; */
    margin: 10px 5px;
    display: inline-block;
    border: 2px solid #fff;
    width: 250px;
    color: white;
    text-align: center;
    background: linear-gradient(90deg, #C13764, #E24B7E, #C13764);
    color: #fff;
    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000, 1px 1px 2px #000;
}
.store-link:hover {
    cursor: pointer;
    transition: 0.25s;
    filter: brightness(135%);
}
.site-link {
    text-decoration: none;
    cursor: pointer;
    padding: 10px;
    border: 2px solid white;
    /* border-radius: 10px; */
    margin: 10px 5px;
    display: inline-block;
    width: 250px;
    color: white;
    text-align: center;
    background: linear-gradient(90deg, #172069, #2E3B9B, #172069);
    color: #fff;
    text-shadow: 1px 1px 2px #000, 1px 1px 2px #000, 1px 1px 2px #000;
}
.site-link:hover {
    filter: brightness(135%);
    cursor: pointer;
    transition: 0.25s;
}

.game-title{
    width:18vw;
    min-width: 250px;
    max-width: 300px;
}