/*@import url(http://fonts.googleapis.com/css?family=Jacques+Francois);

body, button {
    font-family: 'Jacques Francois', serif;
    background-image: url('../img/texture-seamless.jpg');
    background-repeat: repeat;}*/

/********** SLIDER **********/
.slider {
    /*max-width: 940px;*/ /* max-width: 100%;*/
    /*margin: 0px auto 30px auto;*/
    width: 100%;
}

.slide-viewer {
    position: relative;
    overflow: hidden;
    /*height: 593px;*/
    height: 475px;
}


.slide-group {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

    .slide:first-child {
        display: block;
    }

/********** BUTTONS **********/
.slide-buttons {
    text-align: center;
}

.slide-btn {
    border: none;
    background: none;
    color: #000;
    font-size: 200%;
    line-height: 0.5em;
}

    .slide-btn.active, .slide-btn:hover {
        color: #0086C4;
        cursor: pointer;
    }


/*.slider {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
}

.slide-viewer {
    width: 100%;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide-group {
    display: flex;
    flex-wrap: nowrap;
    width: 600%;  
}

.slide {
    flex: 0 0 100%;
    max-width: 100%;
}
  

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.col-xl-3,
.col-lg-3,
.col-md-6 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.blog-img img {
    width: 100%;
    height: auto;
}

.slide-buttons {
    text-align: center;
}

.slide-btn {
    border: none;
    background: none;
    color: #000;
    font-size: 200%;
    line-height: 0.5em;
}

    .slide-btn.active, .slide-btn:hover {
        color: #0086C4;
        cursor: pointer;
    }
*/