:root{
    --site-color-01: #e47830;
    --site-color-01-hover: #af5b23;
    --primary-color: #007bff;
    --primary-hover-color: #0056b3;
    --secondary-color: #28a745;
    --secondary-hover-color: #218838;
    --background-color: #1E1E1E;
    --container-bg-color: #ffffff;
    --primary-text-color: #000;
    --secondary-text-color: white;
    --text-hover-color: #666;
    --main-font: 'Roboto', sans-serif;
}

html {
    font-size: 62.5%; /* Make default font size 10px to make REM measurements easier */
}

body {
    background-color: var(--background-color);
    justify-content: center;
}

body:after {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    content: url(../img/facebook-color.png) url(../img/instagram-color.png);
}

.wrapper-main {
    width: 1000px;
    margin: 0 auto;
}

h1 {
    font-size: 2.6rem;
    line-height: 1.5;
    color: #fff;
    font-family: var(--main-font);
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    color: #fff;
    font-family: var(--main-font);
    font-weight: 600;
    text-transform: uppercase;
}

h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    color: #fff;
    font-family: var(--main-font);
    font-weight: 600;
    text-transform: uppercase;
}

p {
    font-size: 1.4rem;
    line-height: 1.75;
    color: #fff;
    font-family: var(--main-font);
}

a {
    cursor: pointer;
    font-size: 1.4rem;
    line-height: 1.75;
    color: #fff;
    font-family: var(--main-font);
}

.header-main {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 60px;
    background-color: var(--container-bg-color);
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    z-index: 1000;
}

.header-main-logo {
    width: fit-content;
    height: 100%;
    padding-left: 60px;
    display: flex;
}

.header-main-logo img {
    height: 40px;
    align-self: center;
}

.header-main-nav {
    width: fit-content;
    height: 100%;
}

.header-main-nav ul {
    list-style: none;
    margin-left: 30px;
}

.header-main-nav ul li {
    display: inline;
    float: left;
}

.header-main-nav ul li a {
    padding: 0 10px;
    font-family: var(--main-font);
    line-height: 60px;
    color: var(--primary-text-color);
    display: block;
    height: 100%;
}

.header-main-nav ul li :hover {
    color: var(--text-hover-color);
}

.header-main-login-nav {
    display: none;
    width: fit-content;
    height: 100%;
}

.header-main-login-nav ul {
    list-style: none;
    margin-left: 30px;
}

.header-main-login-nav ul li {
    display: inline;
    float: left;
}

.header-main-login-nav ul li a {
    padding: 0 10px;
    font-family: var(--main-font);
    line-height: 60px;
    color: var(--primary-text-color);
    display: block;
    height: 100%;
}

.header-main-login-nav ul li :hover {
    color: var(--text-hover-color);
}

.header-main-sm {
    width: fit-content;
    height: 100%;
    padding-right: 60px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.header-main-sm-fb{
    width: 20px;
    height: 20px;
    background-image: url(../img/facebook.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-main-sm-fb:hover{
    background-image: url(../img/facebook-color.png);
}

.header-main-sm-in{
    width: 20px;
    height: 20px;
    background-image: url(../img/instagram.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.header-main-sm-in:hover{
    background-image: url(../img/instagram-color.png);
}

.section-main{
    width: 100%;
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*background-color: $secondary-color;*/
}

.section-main-welcome{
    width: 100%;
    margin: 50px;
    font-family: var(--main-font);
    background-color: var(--container-bg-color);
    border: 4px solid #fff;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}

.section-main-sundayfours {
    width: 100%;
    font-family: var(--main-font);
    display: flex;
    justify-content: center;
}

.section-main-sundayfours a{
    background-color: #ffffff;
    color: var(--primary-text-color);
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.section-main-sundayfours a:hover{
    background-color: var(--text-hover-color);
    color: white
}

/* FOOTER */

.footer-main {
    width: 100%;
    padding: 60px 0 100px;
    background-color: #141414
}

.footer-main-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-testemoni {
    flex-basis: 20%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-testemoni img {
    width: 50%;
    height: 100px;
    border-radius: 100px;
}

.footer-testemoni p {
    text-align: center;
    font-size: 1.6rem;
    padding: 20px 20px 0;
}

.footer-getintouch {
    padding: 10px 20px;
    margin: 40px 0 60px;
    border: 2px solid #fff;
    font-weight: 600;
    transition: all ease-in-out 200ms;
}

.footer-getintouch:hover{
    border: 2px solid var(--site-color-01);
}

.footer-sitemap {
    flex-basis: 100%;
    display: flex;

}

.footer-sitemap a {
    line-height: 30px;
}

.footer-sitemap a:hover{
    opacity: 0.8;
}

.footer-sitemap ul:nth-child(1) {
    border-left: 4px solid var(--site-color-01);
    padding-left: 20px;
}

.footer-sitemap ul:nth-child(1),
.footer-sitemap ul:nth-child(2){
    flex-basis: 180px;;
}

.footer-sitemap ul:nth-child(3){
    flex-basis: 320px;
}

.footer-sitemap p {
    text-transform: uppercase;
}

.footer-sitemap ul:nth-child(4){
    flex-grow: 1;
}

.footer-sitemap ul:nth-child(4) p {
    text-align: right;
}

.burger-menu, .burger-menu-btn {
    display: none;
}

/* MOBILE VERSION */

@media only screen and (max-width: 600px){
    
    .burger-menu-btn {
        display: block;
        margin: left;
        width: 50px;
        height: 50px;
        background-image: url(../img/Icons/burger-menu.png), url(../img/Icons/close.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center, center left 50px;
    }

    .burger-menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        z-index: 900;
        background-color: #111;
    }

    .burger-menu ul {
        width: 100%;
        height: calc(100vh - 60px);
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

    .burger-menu ul li {
        flex-basis: 100%;
        border-top: 2px solid #000;
    }

    .burger-menu ul li:last-child {
        border-bottom: 2px solid #000;
    }

    .burger-menu ul li a {
        display: block;
        height: 100%;
        font-size: 3rem;
        padding: 30px;
        flex-basis: 100%;
        text-align: center;
    }

    .wrapper-main {
        width: calc(100% - 40px); 
    }

    .header-main-logo {
        padding-left: 20px;
    }

    .header-main-nav{
        display: none;
    }

    .header-main-sm{
        padding-right: 20px;
    }

    .footer-testemoni {
        display: none;
    }

    .footer-getintouch {
        margin: 0 0 60px;
    }

    .footer-sitemap {
        flex-wrap: wrap;
    }

    .footer-sitemap ul:nth-child(1) {
        border-left: none;
        padding-left: 0px;
    }

    .footer-sitemap ul:nth-child(1),
    .footer-sitemap ul:nth-child(2),
    .footer-sitemap ul:nth-child(3){
        flex-basis: 100%;
        text-align: center;
        padding-bottom: 20px;
    }

    .footer-sitemap p {
        padding: 0 20px;
    }

    .footer-sitemap ul:nth-child(4) p {
        text-align: center;
    }
}