﻿html {
    font-family: 'Inter';
    height: 100%;
    color: #222222;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.08);
    /*overflow-x: hidden;*/
}

a {
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter';
}

p {
    margin: 15px 0;
    font-size: 15px;
    line-height: 140%;
    color: #222222;
    text-shadow: 2px 2px 2px rgba(29, 29, 29, 0.1);
}

body {
    height: 100%;
}

.active-transition,
.highlight {
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.slick-dots {
    margin-top: 20px;
    text-align: center;
    padding: 0px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer;
    color: transparent;
}

.slick-dots li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 1px;
    cursor: pointer;
    background-color: lightgray;
    border: 1px solid lightgray;
    border-radius: 10px;
}

.slick-dots li.slick-active a {
    background-color: #6e5541;
    border: 1px solid #6e5541;
}