/*!
 * Quokka v2.0.1 (https://www.quokka.agency/)
 * Copyright 2018-2019 The Quokka .Agency Authors
 */

html, body {
    font-family: 'Raleway', sans-serif;
    padding:0;
    margin:0;
    background-color: white;
    font-weight: 400
}

iframe {
    border: 0 !important;
    width: 100% !important
}

ul {
    list-style: none !important
}

.no-decoration:hover {
    text-decoration: none !important
}

.text-thin {
    font-weight: 100 !important
}
.text-ultralight {
    font-weight: 200 !important
}
.text-light {
    font-weight: 300 !important
}
.text-normal {
    font-weight: 400 !important
}
.text-medium {
    font-weight: 500 !important
}
.text-semibold {
    font-weight: 600 !important
}
.text-bold {
    font-weight: 700 !important
}
.text-ultrabold {
    font-weight: 800 !important
}
.text-heavy {
    font-weight: 900 !important
}

.no-focus:focus,
.no-focus:active,
a:focus,
a:active {
    outline: none !important;
    box-shadow: none !important;
}
  
.p-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.pt-6 {
    padding-top: 6rem !important;
}
.pb-6 {
    padding-bottom: 6rem !important;
}
.p-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
}
.pt-7 {
    padding-top: 7rem !important;
}
.pb-7 {
    padding-bottom: 7rem !important;
}
.p-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
}
.pt-8 {
    padding-top: 8rem !important;
}
.pb-8 {
    padding-bottom: 8rem !important;
}
.p-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
}
.pt-9 {
    padding-top: 9rem !important;
}
.pb-9 {
    padding-bottom: 9rem !important;
}
.p-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
}
.pt-10 {
    padding-top: 10rem !important;
}
.pb-10 {
    padding-bottom: 10rem !important;
}

.mt-7 {
    margin-top: 7rem !important;
}
.mb-7 {
    margin-bottom: 7rem !important;
}

.rounded-corner-5 {
    border-radius: 5rem !important
}


.equal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.equal > [class*='col-'] {
    display: flex;
    flex-direction: column;
}


.arrow-to-top {
    position:fixed;
    z-index: 9999999;
    bottom:2em;
    right:2em;
    cursor: pointer;
    display: none
}

.container-cookie {
    display: none
}

.banner-home {
    background: url('../images/banner-home.jpg') no-repeat center center fixed;
    background-size: cover;
}


@media screen and (max-width: 760px) {

    .p-6 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-6 {
        padding-top: 3rem !important;
    }
    .pb-6 {
        padding-bottom: 3rem !important;
    }
    .p-7 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .pt-7 {
        padding-top: 3.5rem !important;
    }
    .pb-7 {
        padding-bottom: 3.5rem !important;
    }
    .p-8 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .pt-8 {
        padding-top: 4rem !important;
    }
    .pb-8 {
        padding-bottom: 4rem !important;
    }
    .p-9 {
        padding-top: 4.5rem !important;
        padding-bottom: 4.5rem !important;
    }
    .pt-9 {
        padding-top: 4.5rem !important;
    }
    .pb-9 {
        padding-bottom: 4.5rem !important;
    }
    .p-10 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .pt-10 {
        padding-top: 5rem !important;
    }
    .pb-10 {
        padding-bottom: 5rem !important;
    }

    .mt-7 {
        margin-top: 3.5rem !important;
    }
    .mb-7 {
        margin-bottom: 3.5rem !important;
    }
    
}

