body {
    margin: 0;
    font-family: Roboto;
}

p {
    margin: 0;
}

small {
    line-height: 1;
}

.mx-3 {
    margin: 3rem 0;
}

table {
    margin-bottom: 2rem;
}

table th {
    padding: 1rem 2rem;
    padding-left: 0;
    text-align: left;
}

table tr td {
    padding: .3rem 0;
}

.btn {
    padding: 1rem 2rem;
    background: #ccc;
    border: #333;
    text-decoration: none;
    color: inherit;
}

.btn:hover {
    background: #333;
    color: #fff;
}

.hide {
    display: none;
}

img.responsive {
    width: 100%;
    height: auto;
}

.text-small p {
    line-height: .8;
}

.container {
    width: 100%;
    margin: 0 auto;
}

@media screen and (min-width: 992px) {
    .container {
        width: 80%;
        max-width: 1200px;
    }
    .d-flex-row {
        display: flex;
        flex-direction: row;
    }
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.mobile-only {
    display: block;
}

.desktop-only {
    display: none;
}

@media screen and (min-width: 992px) {
    .mobile-only {
        display: none;
    }
    .desktop-only {
        display: block;
    }
}

#successMsg,
#errorMsg {
    background: #ffffff80;
    padding: 1rem;
}

#header {
    max-width: 100%;
    width: 100%;
    justify-content: space-between;
    display: flex;
    z-index: 999;
    align-items: center;
    background: #FFFFFF;
    text-align: center;
    margin: auto;
    padding: 1rem 0;
}

#header img {
    margin: 0 .5rem;
    display: inline-block;
    vertical-align: middle;
}

#header-left {
    margin-left: .5rem;
}

#header-right {
    margin-right: .5rem;
}

.header-logo {
    display: flex;
    justify-content: space-between;
}

.header-logo img {
    flex: 1;
    max-height: 10px;
}

@media screen and (min-width: 992px) {
    .header-logo img {
        max-height: 20px;
    }
}

#hero {
    background-color: #073610;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}

@media screen and (min-width: 992px) {
    #hero {
        background-image: url(images/backtoschool_main.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: bottom left;
    }
}

#formWrapper {
    padding: 1rem 1.3rem;
}

@media screen and (min-width: 992px) {
    #formWrapper {
        background-color: rgba(1, 1, 1, .3);
        min-width: 50%;
    }
}

#formWrapper h1 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    color: #FFD962;
    margin: 0;
}

#formWrapper h3 {
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    color: #FFD962;
    margin-bottom: .4rem;
    margin-top: .4rem;
}

#formWrapper #merre {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    opacity: .7;
    color: #FFFFFF;
    margin: 0;
}

form {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.hint {
    font-size: 12px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
    opacity: .7;
    color: #FFF;
    margin: 0;
    margin-right: 1rem;
    text-align: left;
}

form label {
    color: #FFD962;
}

.error {
    opacity: .7;
    color: #FFF;
    margin-bottom: 2rem;
    margin-top: .3rem;
}

form label a {
    text-decoration: underline;
    color: inherit;
}

form input,
form select {
    padding: .7rem .5rem;
}

form #submitBtn {
    background: #FFD962;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    text-decoration: #073610;
    height: 3.3rem;
    margin-top: .9rem;
}

#gameInfo {
    padding: 1.3rem;
    background-image: url('./images/backtoschool_hero_bg_2_mobile.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    #gameInfo {
        background: transparent;
    }
    #gameInfo img {
        margin-bottom: 10rem;
    }
}

.text-info {
    font-size: 20px;
    line-height: 34px;
    word-wrap: break-word;
    color: #FFD962;
}

.text-info .text-white {
    margin: 1rem 0;
    color: white;
}

.text-info small {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #FFD962;
    margin-bottom: .6rem;
}

#mainPrize {
    background-image: url('./images/main_prize_bg_mobile.jpeg');
    background-size: cover;
    padding: 2rem 1.3rem;
    padding-bottom: 4rem;
}

@media screen and (min-width: 992px) {
    #mainPrize {
        background-image: url('./images/main_prize_bg_desktop.jpeg');
    }
}

#mainPrize .container {
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    #mainPrize .container {
        flex-direction: row-reverse;
        align-items: center;
    }
}

#mainPrize img {
    margin-top: 2rem;
}

#mainPrize .text-content h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 42px;
    color: #073610;
}

#mainPrize .text-content span {
    font-size: 26px;
    line-height: 30px;
    color: #073610;
}

#prizes {
    background-image: url('./images/prizes_bg_mobile.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom right;
    padding: 2rem 1.3rem;
    padding-bottom: 4rem;
}

@media screen and (min-width: 992px) {
    #prizes {
        background-image: url('./images/prizes_bg_desktop.jpeg');
    }
}

#prizes .flex,
.prize {
    display: flex;
    flex-direction: column;
}

.prize img {
    align-self: center;
}

@media screen and (min-width: 992px) {
    #prizes .flex,
    .prize {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .prize img {
        margin-right: 1rem;
    }
    .prize p {
        width: 50%;
    }
}

#prizes img {
    max-width: 12rem;
}

#prizes p {
    font-size: 20px;
    line-height: 23px;
    color: #073610;
}

#prizes #szivfold-kep {
    margin-left: 4rem;
}

#prizes .prize {
    margin-top: 3rem;
}

#szavazas-allasa {
    width: 100%;
    height: auto;
    background: #2B6734;
}

#szavazas-allasa-cim {
    margin-left: 9rem;
    font-family: Roboto;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 59px;
    color: #FFFFFF;
}

#szavazas-allasa-cim #elsotiz {
    font-size: 20px;
}

#lista {
    margin-left: 6rem;
    columns: 2;
    column-gap: 5rem;
    list-style: none;
    counter-reset: item;
}

#lista li {
    counter-increment: item;
    font-family: Roboto;
    line-height: 30px;
    font-size: 18px;
    /* or 111% */
    color: #ffffff;
}

#lista li::before {
    margin-right: 10px;
    content: counter(item) ". ";
    font-family: Roboto;
    font-style: italic;
    font-weight: 900;
    font-size: 27px;
    line-height: 30px;
    /* or 111% */
    color: #FFD962;
    text-align: center;
    display: inline-block;
}

#szavazz {
    margin-left: 25%;
    margin-top: 2rem;
    max-width: 70%;
    height: 15%;
    clip-path: polygon(3% 0%, 94% 0%, 100% 100%, 0% 94%);
    background: #FFD962;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: #073610;
    padding: 1rem 5rem;
    border: none;
}

#termekek {
    width: 100%;
    height: 700px;
    background-image: url(images/backtoschool_product\ copy\ 1.svg);
}

#termekek-kep {
    width: 60%;
    margin-left: 20%;
    margin-top: 100px;
    max-width: 800px;
}

footer {
    background: #073610;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    footer {
        flex-direction: row;
        justify-content: flex-end;
    }
}

footer a,
footer div {
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 31px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    margin: 2rem;
}

footer #henkel {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 31px;
    text-transform: none;
    text-align: right;
    color: #FFFFFF;
}