@charset "UTF-8";

@font-face {
    font-family: Sedgwick;
    src: url(../fonts/SedgwickAveDisplay-Regular.ttf);
}

@font-face {
    font-family: Kaushan;
    src: url(../fonts/KaushanScript-Regular.ttf);
    src: url(../fonts/KaushanScript-Regular.0tf);
    src: url(../fonts/KaushanScript-Regular.woff);
    src: url(../fonts/KaushanScript-Regular.woff2);
}

@font-face {
    font-family: Kalam;
    src: url(../fonts/Kalam-Regular.ttf);
}

html {
    display: block;
    scroll-behavior: smooth;
    font-size: 24px;
}

* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-family: Kalam, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

a, a:visited {
    color: #7676a2;
    text-decoration: none;
}

h1 {
    font-family: Kaushan, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 1.5rem;
    margin: 1% 0;
}

h2 {
    font-family: Kaushan, 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1%;
}

p {
    text-align: justify;
    margin: 0 15%;
    font-size: 1rem;
}

.genDesc {
    text-align: center;
}

/* MAIN */
.mainPresentation > p {
    margin-bottom: 1%;
}

.services {
    margin: 0 20% 2% 20%;
    font-size: 0.9rem;
}

#bookLinks {
    display: flex;
    justify-content: space-evenly;
    margin: 2% 15%;
}

#bookLinks > a {
    width: 10%;
}

#bookLinks > a img {
    width: 100%;
    border-radius: 5%;
}

/* GAMES */
.gamePresentation {
    display: flex;
    flex-flow: row nowrap;
    margin: 5%;
    justify-content: space-evenly;
    align-items: center;
}

.gamePresentation > a {
    display: contents;
}

.gamePresentation img {
    height: max-content;
    border-radius: 10%;
}

.gamePresentation > div {
    display: flex;
    flex-flow: column nowrap;
    width: 50%;
    text-align: center;
}

/* AV */
#seeMain {
    display: flex;
    flex-flow: row wrap;
}

.seeContainer {
    margin-top: 2%;
    display: flex;
    flex-flow: row wrap;
}

.seeContainer > h2 {
    width: 100%;
}

.seeContainer > iframe {
    min-width: 50%;
    height: 90vh;
    margin: 0 2.5%;
    border: none;
}

.imgBox {
    margin: 0 2.5%;
}

.imgBox > a {
    display: contents;
}

.imgBox img {
    max-width: 40%;
}
