﻿
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,600,700");

@font-face {
    font-family: 'Spie-Batignolles-font';
    src: url("../fonts/Spie-Batignolles-font.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Montserrat
}
.Spie-scrollbar::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.Spie-scrollbar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.Spie-scrollbar::-webkit-scrollbar-thumb {
    background: #F0AF00;
    border-radius: 2px;
}


.spie-color {
    color: #F0AF00;
}

.Spie-scrollbar {
    scrollbar-color: #F0AF00 #f1f1f1;
    scrollbar-width: thin;
    scroll-margin: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}


.hvr-underline-from-center-yellow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-center-yellow .active {
    z-index: 1;
    opacity: 1;
}

    .hvr-underline-from-center-yellow:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 51%;
        right: 51%;
        bottom: 0;
        background: #F0AF00;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-center-yellow:hover:before, .hvr-underline-from-center-yellow:focus:before, .hvr-underline-from-center-yellow:active:before {
        left: 0;
        right: 0;
    }


.vanilla {
    margin: 0px;
    padding: 0px
}

.spie-btn {
    color: #fff;
    background-color: #F0AF00;
    border-color: #F0AF00;
    font-size: 16px;
    padding: 10px;
    color: white;
    text-decoration:none;
}

    .spie-btn:hover {
        color: #fff;
        background-color: #FFBF10;
        border-color: #FFBF10;
        font-size: 16px;
        padding: 10px;
        color: white;
        text-decoration: none;
    }

