
html, body{
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

#divCover{
    width:100%;
    height:620px;
    background: url(images/rshoot02.jpg) no-repeat center bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;


    h2#pageSubtitle{
        position: absolute;
        right:20px;
        top:225px;
        display: inline;
        font-size: 25px;
        text-align: right;

        color: #FFF;
        span{
            float: right;
            display: block;
            margin: 5px 0;
            padding: 0 20px;
            line-height:50px;
            background: rgba(69, 73, 52, 0.8);

            box-decoration-break: clone;

        }
    }
}
#divCover.coverOverMij{ background: url(images/rielle-van-leeuwen-over-mij.jpg) no-repeat center bottom fixed; -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}


#divBorder{width:100%; height:100%; border-bottom: 10px solid rgba(172,177,134, 0.9);}

#menuBar{
    height:95px;
    background:rgba(172,177,134, 0.9);
    font-family: "Lato", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;

    img#logo{ position: absolute; left:30px; top:8px; height:80px;}
}

.navbar#menuMain{
    float: right;
    height: 95px;

    .nav-item{ margin:0 10px;}

    .dropdown-toggle{

    }
    .dropdown-menu{ padding:0; border:0; background: rgba(69, 73, 52, 0.95); }
    .dropdown-item{ font-size: 15px; font-weight: 300; color: #FFF;
        a{ color: #FFF;}
    }
    .dropdown-item + .dropdown-item{ border-top: 1px solid #7a7c72;}
    .dropdown-item:hover, .dropdown-item:focus{
        background: #7a7c72;
        color: #FFF;
    }
}



h1,h2,h3,h4,h5,h6{
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: #a1a57e;
}
h1{ font-size: 35px; }
h2{ font-size: 28px; }

p{
    font-weight: 300;
    line-height: 30px;
    color: #474747;

    a{
        text-decoration-style: dotted;
        color: #a1a57e;

        &:hover{
            color: #595d44;
         }
    }
}


.content-box{
    background: #FFFF;
    margin-top: -75px;
    padding:25px 30px 40px 30px;
    min-height: 100px;
}

.sidebarContainer{
    padding: 25px 0 40px 0;

    .sideBox{
        width: 100%;
        padding:0 0 20px 0;
        background: #acb186;

        img.sideImg{ width: 100%;}
        span{
            display: block;
            padding:20px;
            font-size: 18px;
            color: #FFF;
        }
    }
}



#contentGreenBg{
    min-height: 500px;
    margin-top: 50px;
    background: url(images/contentGreenBg.jpg) repeat-x top left;

    .container{
        h1,h2,h3,h4{color:#FFF;}
        p{ color: #080808;}
        background: #acb186;
        padding-top: 70px;
    }
}


.scroll {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: transparent;
    overflow: hidden;
    z-index: 1;
    margin: 30px 0px;
    padding: 0;
}

.scroll img {
    height: 190px;
    width: 283px;
}

.m-scroll {
    overflow: hidden;
    white-space: nowrap;
    animation: scrollText 150s infinite linear;
    margin: 0;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    height: 200px;
}

span {
    display: inline-block;
    width: fit-content;
    margin: 0 20px;
    padding: 0;
    color: white;
}

span.blank {
    width: 000px !important;
}

span.FARAL {
    width: 800px !important;
}

@keyframes scrollText {
    from {
        transform: translateX(0%);
    }
    to {
        transform: translateX(-90%);
    }
}




footer{
    margin-top: 60px;
    padding-top: 30px;
    border-top: 1px solid #d5d8c2;
}





.lato-thin {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.lato-light {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.lato-black {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.lato-thin-italic {
    font-family: "Lato", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.lato-light-italic {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.lato-regular-italic {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.lato-bold-italic {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.lato-black-italic {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: italic;
}

