/*mobile*/
body {
    margin: 0;
    height: auto;
    background-color: #6f98c9;
}

::-webkit-scrollbar { 
    display: none; 
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration-color: #bdcff7;
}

@font-face {
    font-family: Now;
    src: url(../fonts/Now-Thin.otf);
    font-weight: 250;
}
@font-face {
    font-family: Now;
    src: url(../fonts/Now-Light.otf);
    font-weight: 300;
}
@font-face {
    font-family: Now;
    src: url(../fonts/Now-Regular.otf);
    font-weight: normal;
}
@font-face {
    font-family: Now;
    src: url(../fonts/Now-Medium.otf);
    font-weight: bold;
}
@font-face {
    font-family: Now;
    src: url(../fonts/Now-Bold.otf);
    font-weight: 700;
}
@font-face {
    font-family: Now;
    src: url(../fonts/Now-Black.otf);
    font-weight: 900;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: Now, sans-serif;
    margin: 0;
    color: #bdcff7;
}
h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 30px;
    text-align: center;
}
h2 {
    font-size: 18px;
    font-weight: bold;
}
h5 {
    text-align: center;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
}
h6{
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    margin: 0;
}
p {
    font-size: 14px;
}

.topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.feature-image {
    display: block;
    position: fixed;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, 30%);
    width: 50vw;
    margin: 0 auto;
}
.main-logo {
    display: block;
    margin: auto;
    width: 85vw;
    max-width: 600px;
}

.download-panel {
    background-color: #151e2f;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}
.download {
    height: 45px;
    padding: 0;
    margin: 0;
}
.download-wrapper {
    height: 45px;
}
.download-separator {
    width: 20px;
}

.trailer-background {
    background-color: #253447;
}

iframe {
    display: block;
    margin: auto;
    width: 100%;
    aspect-ratio: 16 / 9;
}

.main-description {
    background-color: #253447;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 50px 0 35px;
}
.paragraphed {
    text-align: justify;
    color: #bdcff7;
    width: calc(80vw + 25px);
    margin: 0 auto;
}

.award-section {
    background-color: #253447;
}
.awards {
    padding: 0 50px 35px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #253447;
}
.award-image {
    padding: 15px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 240px;
}

.key-image-background {
    background-color: #253447;
}
.key-shot {
    display: flex;
    justify-content: center;
    align-items: center;
}
.key-image {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.screenshots-background {
    background-color: #253447;
}
.screenshots {
    display: flex;
    background-color: #253447;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
}

.indiv-shots {
    display: block;
    width: 40vw;
    max-width: 250px;
    margin: 25px 12.5px 0;
    border-radius: 25px;
}

.quote-section {
    background-color: #253447;
}
.quote-header {
    padding-top: 60px;
    background-color: #253447;
}
.quotes {
    padding: 60px 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #253447;
}
.quote {
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 350px;
}
.review-icon {
    padding-top: 20px;
    height: 50px;
}

.press-kit-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #253447;
    width: 100%;
    height: 120px;
}

.centred-text {
    color: #bdcff7;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #151e2f;
    width: 100%;
    height: 140px;
}

.doto-logo {
    display: block;
    margin: 0 auto 25px;
    height: 30px;
}

/*ipad*/
@media only screen and (min-width:650px)
{ 
    .download-panel {
        height: 120px;
    }
    .download {
        height: 60px;
    }
    .download-wrapper {
        height: 60px;
    }
    .download-separator {
        width: 20px;
    }
    
    
    .trailer-background {
        padding: 50px 0 0;
    }
    .trailer {
        width: calc(75vw + 50px);
        max-width: 800px;
        border-radius: 25px;
    }
    
    iframe {
        width: calc(75vw + 50px);
        max-width: 800px;
        height: auto;
        border-radius: 25px;
    }
    
    .key-image {
        width: calc(75vw + 50px);
        max-width: 800px;
        border-radius: 25px;
    }
    
    .paragraphed {
        max-width: 450px;
    }
    .paragraphed-end {
        max-width: 450px;
    }
    
    .awards {
        max-width: 900px;
        margin: auto;
    }
    .award-image {
        padding: 15px;
        max-width: 240px;
    }
    
    .screenshots {
        padding: 0 auto;
        margin: 0 auto;
        max-width: 1000px;
    }
    
    .indiv-shots {
        width: 25vw;
        max-width: 250px;
    }
    
    .quotes {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: 900px;
        margin: 0 auto;
    }
    
    .press-kit-wrapper {
        height: 200px;
    }
    
    .doto-logo {
        height: 30px;
    }
}

/*desktop*/
@media only screen and (min-width: 1200px)
{
    
}