@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400);

body {
    margin: 0px;
    background: #fff url("./images/background-01.png") 0 0 no-repeat;
    background-size: cover;
}

img {
    width: 100%;
    height: auto;
}

p, h1, h2, h3, h4, h5, h6, span {
    color: white;
    font-family: sans-serif;
    word-wrap: break-word;
}

.container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 90%;
    margin: auto;
    overflow-y: hidden;
    overflow-x: hidden;
}

.content-section {
    padding-bottom: 15%;
}

.centred-text {
    text-align: center;
}

.upper {
    text-transform: uppercase;
}

.is-link {
    cursor: pointer;
}

.logo-header {
    padding-top: 5%;
    display: flex;
    flex-direction: row;
}

.header-logo-item {
    margin-top: auto;
    margin-bottom: auto;
}

.contest-title {
    font-size: 28px;
    font-family: Roboto, Regular, sans-serif;
}

.contest-text {
    font-size: 24px;
    font-weight: 200;
    font-family: Roboto, Thin, sans-serif;
    font-style: normal;
}

.audience-text {
    font-size: 20px;
    font-weight: 200;
    font-family: Roboto, Thin, sans-serif;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .download-image {
        max-width: 200px;
        margin: auto;
    }
}

@media screen and (min-width: 768px) {
    .download-image {
        max-width: 300px;
        margin: auto;
    }
}

.app-title {
    font-family: Roboto, Regular, sans-serif;
    font-size: 26px;
}

.contest-grid {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.visit-grid {
    display: grid;
    grid-template-rows: min-content;
    grid-template-columns: 1fr 1fr;
    grid-gap: 12px;
}

.grid-item-small {
    font-size: 20px;
}

.logo-footer {
    display: flex;
    flex-direction: row;
}

.footer-logo-item {
    margin: auto;
}

.text-link{
    color: inherit;
    text-decoration: inherit;
    border-bottom: 1px solid white;
}
