/* 
groen: #377d7d;
gold:color:rgb(190,165,100);
*/

body,
p,
div {

  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}



img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
   font-style: normal;  font-weight: 400 !important;
    margin-bottom:30px;

}

.linear-gradient {
    background: -webkit-linear-gradient(#377d7d, rgb(190, 165, 100));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

p a {
    text-decoration: underline;
}

.wrapper {
    overflow-x: hidden;
}

.only-mobile-menu {
    display: none !important;
}

.offcanvas-menu .only-mobile-menu {
    display: block !important;
}

a {
    color: #222;
}

a:hover {
    color: coral;
}

.nepmail {
    display: none;
}

.shadow {
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    transition: all 0.5s ease-in-out !important;
}

.tile {
    padding: 5px;
    background-color: #fff;
}

.tile .cropped-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding-top: 5px;
}

.tile .cropped-image img {
    visibility: hidden;
}

.tile h4 {
    margin-top: 18px;
    font-size: 16px;
}


/* footer */

.site-footer {
    padding: 50px 0 10px 0;
    background: #fff;
}

.site-footer,
.site-footer p {
    color: #888;
}

.site-footer a,
.site-footer p a {
    color: #ccc;
}

.site-footer .c-line a span {
    color: rgb(190, 165, 100);
    font-size: 16px
}

.site-footer ul li {
    margin-bottom: 0px;
    font-size: 16px
}

.site-footer ul li a {
    text-decoration: underline
}

.site-footer .colofon {
    font-size: 16px;
    font-weight: 300;
}

.site-footer .colofon a {
    color: #888;
}

.site-footer h2.footer-heading,
.site-footer .icon {
    color: rgb(190, 165, 100);
}

.site-footer .icon:hover {
    color: #fff;
}

@media only screen and (max-width: 786px) {
    .site-footer .foot-logo {
        max-width: 290px;
        margin-left: 0;
    }
}

.scrolltop {
    display: block;
    padding: 5px 6px 6px 6px;
    width: 38px;
    height: 38px;
    line-height: 100%;
    text-align: center;
    position: fixed;
    right: 16px;
    bottom: -55px;
    text-decoration: none !important;
    font-size: 22px;
    line-height: 100%;
    background: rgba(255, 255, 255, .4);
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid #aaa;
    transition: all 0.2s ease-in-out;
}

.scrolltop:hover {
    background: rgba(255, 255, 255, .8);
    transition: all 0.2s ease-in-out;
    color: rgba(0, 0, 0, 0.6);
}

.scrolled .scrolltop {
    bottom: 15px;
}

.bg-list-image {
    padding: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-list-image img {
    margin-bottom: 0 !important
}




/* responsive matters */

.only-md {
    display: none !important;
}

@media only screen and (max-width: 786px) {
    .only-md {
        display: block !important;
    }
    .only-lg {
        display: none !important;
    }

    .bg-image {
        background-attachment: local;
    }

    .hamburger {
        position: absolute;
        top: 3px;
        right: 0;
        width: 50px;
    }
    .hamburger .icon-menu {
        width: 50px;
        padding: 5px;
    }

}