html, body {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    color: #000000;
}

h1, h2, h3, h4, a {
    font-family: 'Poppins';
}

a {
    text-decoration: none;
}

.section-wrp {
    width: 100%;
}


/* ============= TOP BAR section ============ */

#top-bar {
    margin-top: 10px;
}

.logo-wrp {
    display: flex;
    align-items: center;
    font-family: 'Poppins';
    font-size: 21px;
    font-weight: 600;
}

#top-bar .logo-wrp .custom-logo,
#top-bar .logo-wrp .custom-logo-link img {
	  max-height: 20px;
	  width: auto;
	  height: auto;
	  display: block;
}

#top-nav {
    display: flex;
    justify-content: flex-end;
}

#top-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#top-nav li {
    display: inline-block;
    margin: 0 15px;
}

#top-nav a {
    display: inline-block;
    padding: 25px 10px;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

/* ============= HOME HERO section =========== */

#hero-home {
    margin-top: 50px;
}

.home-hero-text {
    display: flex;
    align-items: center;
    width: 50%;
}

.home-hero-text h1 {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-hero-image {
    text-align: right;    
    width: 50%;
}

.home-hero-image img {
    width: 100%;
}


/* =========== ABOUT RESPONSIBLE GAMBLING section ========= */

#about-it {
    margin-top: 100px;
}

.what-col, .who-when-col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.what-col {
    background: #2c4850;
    color: #ffffff;
    padding: 60px;
}


/* =============== MAIN PRINCIPLES section ============== */

#principles {
    margin-top: 160px;
}

.mp-title {
    display: flex;
    align-items: center;
    height: 100%;
}

.mp-tab {
    padding: 0 20px;
    margin-bottom: 40px;
}

.mp-tab-inner {
    padding: 50px;
    background-color: #e7f2f1;
    height: 100%;
}

.mp-tab-inner h3 {
    margin-bottom: 20px;
    font-size: 22px;
}

.mp-tab-inner p {
    margin-bottom: 0;
}

.cta-block-1 {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 20px;
}

.cta-1-caption {
    font-size: 18px;
}

.cta-btn-1 {
    display: inline-block;
    background-color: #4d9f90;
    color: #ffffff;
    padding: 10px 25px;
    text-align: center;
    transition: all 0.15s ease-in-out;
}

.cta-btn-1:hover {
    background: #3d3b35;
    text-decoration: none;
    color: #ffffff;
}


/* =============== STORIES section ============== */

#stories {
    background-color: #477780;
    color: #ffffff;
    padding: 60px 0;
    margin-top: 100px;
}

#stories img {
    max-width: 100%;
}



/* ================= FOOTER ================ */

footer {
    width: 100%;
    background-color: #1e282c;
}

.footer-inner {
    padding: 60px 0;
}

footer h2 {
    color: #a2b1b4;
    font-size: 24px;
}

footer a {
    color: #ffffff;
}

.footer-help-row {
    margin-top: 10px;
}

.footer-help-col {
    display: flex;
}

.footer-help-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px 30px;
    background-color: #28363b;
    height: 100%;
    width: 100%;
}

.footer-help-btn:hover {
    text-decoration: none;
}

.footer-help-btn:hover .fhb-address {
    color: #67a280;
}

.fhb-region {
    width: 100%;
    color: #ffffff;
    margin-bottom: 10px;
}

.fhb-address {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
}

.fhb-address .fa {
    color: #67a280;
    margin-right: 10px;
}

.fhb-provided {
    width: 100%;
    font-size: 12px;
    font-style: italic;
    color: #6c6a66;
    margin-top: 5px;
}

.footer-content {
    margin-top: 70px;
}

.logo-bottom-wrp {
    width: 180px;
    max-width: 90%;
    margin-top: 60px;
}

.bottom-disc {
    padding-right: 60px;
    color: #7a8386;
}

#footer-nav ul, .footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer-nav ul {
    padding-left: 30px;
}

#footer-nav li {
    margin-bottom: 20px;
    font-size: 15px;
}

#footer-nav a {
    display: block;
    padding: 5px 0;
    transition: all 0.15s ease-in-out;
}

.footer-list .article-tag {
    color: #67a29b;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.footer-list li {
    margin-top: 30px;
}

.footer-list a {
    font-weight: 500;
    transition: all 0.15s ease-in-out;
}

#footer-nav a:hover,
.footer-list a:hover {
    text-decoration: none;
    color: #67a280;
}

.footer-bottom {
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: #181717;
    color: #636363;
    font-size: 14px;
}





/* Responsive fix */
@media(max-width:992px){.home-hero-text,.home-hero-image{width:100%!important}}
