@import url('https://fonts.googleapis.com/css?family=DM+Sans|Gochi+Hand&display=swap');

html,body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'DM Sans', sans-serif;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

footer {
    flex-shrink: 0;
}

html.landing { 
    background: url(img/background2025.png) no-repeat center center fixed; 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

html.landing main {
    color: white;
}

html.landing footer {
    color: white;
}

html.landing footer a {
    color: white;
}

.landing-container {
    margin-top: 2rem;
}

.landing-container .landing-details p {
    font-size: 2rem;
}

.landing-container h1 {
    font-weight: bold;
    font-size: 6rem;
}

.landing-container img {
    max-height: 15rem;
}

.landing-container .btn {
    border-radius: 1em;
}

@media (max-width: 768px) {
    .landing-details {
        text-align: center;
    }
}

.landing-vid {
    margin-top: 8rem;
}

#svg-arrow {
    width: 60px;
    position: absolute;
    top: 0;
    margin-right: 20px;
    margin-left: 380px;
}

.landing-yt-container {
    height: 300px;
}

.landing-yt-container iframe {
    border: 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.kazou-link {
    text-align: right;
}

.kazou-link a {
    color: white !important;
}

.kazou-link img {
    height: 50px;
}

.kazou-link img:hover {
    animation-iteration-count: infinite;
}

.written {
    font-family: 'Gochi Hand', cursive;
}


/* Sponsors */
.spr-logo
{
    max-width: 95%;
    height: auto;
    max-height: 75px;
}

.spr-block:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

.spr-block
{
    height: 90px;
    vertical-align: middle;
}

.tkf-block-spr
{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    vertical-align: middle;
  	background-color: white;
}