:root {
  --green: #225522;
  --white: #FFF;
  --yellow: #FFCC33;
  --orange: #FF5500;
  --gray: #333;
  --black: #000;
}

body {
    font-family: Arial;
    margin: 0 !important;
}


/* HEADER */
header {
    background-color: var(--yellow);
    text-align: center;
    padding: 5px;
}
header .logo a {
    text-decoration: none;
}

header .logo a span {
    color: var(--green);
    font-style: italic;
    font-weight: bold;
}
header .logo img.brand-logo {
    height: 150px;
}

header .social {
    margin: auto 0;
}

header .social .social-img {
    width: 25px;
}

header .languages {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    padding: 10px 20px 0;
    position: absolute;
    right: 0;
}

header .languages .lang {
    padding: 5px;
}

header .languages .lang a {
    text-decoration: none;
    color: var(--green);
    font-weight: bold;
}

header .languages .lang.selected a {
    text-decoration: none;
    color: var(--yellow);
    background: var(--green);
    padding: 10px;
    border-radius: 10px;
}

/* MENU */

.menu {
    background-color: var(--green);
    border-bottom: 2px solid  var(--yellow);
    border-top: 2px solid var(--yellow);
    display: flex;
    justify-content: flex-start;
    padding: 0px 20px;
}

.menu .category {
    font-size: 20px;
    padding: 0px 25px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.menu .category .category-name  {
    padding: 10px;
    padding-right: 20px;
    border-right: 2px solid var(--yellow);
}

.menu .category a {
    color: var(--yellow);
    text-decoration: none;
    font-weight: bold;
}

/* BREADCRUMBS */
.breadcrumbs {
    padding: 10px 20px;
    border-bottom: 1px solid var(--green);
}

.breadcrumbs a {
    color: var(--green);
    text-transform: capitalize;

}

/* FOOTER */
footer {
    background: var(--white);
}

footer .footer {
    background-color: var(--yellow);
    padding: 25px;
    text-align: center;
}

footer .category-name {
    padding: 5px;
}

footer .category-name a {
    color: var(--green);
    font-size: 14px;
    font-weight: bold;
}

footer .oddspedia {
    padding-top: 20px;
    color: var(--green);
    font-weight: bold;
    font-style: italic;
}

footer .oddspedia a {
    text-decoration: none;
}

footer .oddspedia img {
    width: 150px;
}

footer .site-info {
    color: var(--green);
    font-style: italic;
    font-weight: bold;
    font-size: 24px;
}

footer .site-subinfo {
    color: var(--green);
    font-style: italic;
    font-weight: bold;
    font-size: 16px;
}

footer .columns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

/* GENERIC */

hr {
    border-color: var(--green);
}

.hide {
    display: none;
}

.loading {
    background: var(--green);
    text-align: center;
    width: 100%;
    padding: 100px 0;
    display: none;
}

.loading img {
    width: 250px;
}

.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.space10 {
    padding: 10px;
}

.space10tb {
    padding: 10px 0;
}

.space10lr {
    padding: 0 10px;
}

.w60 {
    width: 60%;
    margin: 0 auto;
}

main {
    background: var(--white)
}

main .section:not(:last-of-type) {
    padding: 20px;
    border-bottom: 2px solid var(--green);
}

main .section h1,
main .section h2 {
    color: var(--green);
    text-align: center;
}

main .section h3 {
    text-align: center;
}



.button-orange,
.button-green,
.button-yellow {
    text-decoration: none;
    padding: 15px;
    border-radius: 20px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
}

.button-orange {
    background: var(--orange);
    color: var(--green);
    border: 5px solid var(--green);
}

.button-green {
    background: var(--green);
    color: var(--yellow);
    border: 5px solid var(--yellow);
}

.button-yellow {
    background: var(--yellow);
    color: var(--green);
    border: 5px solid var(--green);
}

.buttons-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.three-blocks-inline {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.three-blocks-inline .block {
    width: 33.3%;
    text-align: center;
}

.betResp {
    text-align: center;
    padding: 20px;
    text-decoration: underline;
    font-style: italic;
    color: var(--green);
    border-top: 10px solid var(--green);
}

.affiliates {
    text-align: center;
}

.affiliates .section {
    padding: 20px;
    border-bottom: 5px solid var(--green);
    border-top: 5px solid var(--green);

}

.affiliates h2 {
    color: var(--green);
}

.affiliates .brand {
    padding-bottom: 20px;
}

.affiliates .brand a {
    display: inline-block;
}

.affiliates .brand.nordVpn img {
    height: 75px;
}

.affiliates .brand.revolut img {
    height: 50px;
}

.affiliates .brand.temu img {
    height: 50px;
}

.coming-soon {
    background: var(--black);
}

.coming-soon img {
    width: 500px;
}

.disclaimer {
    font-size: 12px;
    font-weight: bold;
}

.revolut-notes {
    display: flex;
    flex-direction: row;
    font-weight: bold;
    color: var(--orange);
    padding-bottom: 20px;
    align-items: center;
    text-align: center;
}

.revolut-notes img {
    width: 50px;
}

.revolut-notes .text {
    font-size: 20px;
}

.contact-us,
.contact-us a {
    color: var(--green);
}


/* MOBILE VIEW */
@media (max-width: 768px) {
    .w60 {
        width: 100%;
    }
     
    header .logo {
        margin-top: 50px;
    }
    
    .menu .category {
        flex-direction: column;
    }

    .three-blocks-inline {
        flex-direction: column;
    }
    .three-blocks-inline .block {
        width: 100%;
        text-align: center;
    }
    
    footer .columns {
        flex-direction: column;
    }
    
    footer .columns .right {
        border-top: 2px solid var(--green);
        border-bottom: 2px solid var(--green);

        margin: 10px 0;
        padding: 10px 0;
    }
    
    .coming-soon img {
        width: 100% !important;
    }
}
