@import url("https://use.typekit.net/wgm6jhu.css");
html,
body {
    font-family: futura-pt, sans-serif!important;
    font-weight: 400;
    font-size: 20px;
    background-color: #fff!important;
    max-width: 1400px;
    margin: auto;   
}

h1 {
    font-weight: 700!important;
    font-size: 34px;
    margin: 50px 0 25px 0;
}

h1:first-of-type {
    margin-bottom: 10px;
}

h2 {
    font-size: 18px;
    color: rgb(90, 90, 90);
    margin-bottom: 25px;
}

.filteringBy {
    color: #f29b30;
}

button {
    font-weight: 700!important;
}

hr {
    opacity: 1;
}

.filterHR {
    width: 35px;
}

.container {
    margin-top: 75px;
}

.logo {
    width: 275px;
}

.filters-wrapper {
    margin-right: 300px;
}

.filters {
    position: fixed;
    display: flex;
}

.dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
}

.dropdown-menu li {
    text-align: center;
}

.list {
    margin-top: 100px;
}

ul.list {
    padding-left: 0;
}

.list li {
    list-style-type: none;
    padding-bottom: 30px;
}

a {
    text-decoration: none;
}

a:hover {
    font-weight: 600;
}

a:link,
a:visited,
a:hover,
a:active {
    color: black;
}

.filters a:hover {
    font-weight: 400;
}

@media screen and (max-width: 767px) {
    body {
        text-align: center!important;
        font-size: 40px!important;
    }

    h1 {
        font-weight: 700!important;
        font-size: 50px;
        margin: 75px 0 45px 0;
    }

    h2 {
        font-size: 26px;
    }

    .filterHR {
        width: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .logo {
        width: 72vw;
        position: relative;
        text-align: center;
    }

    .filters-wrapper {
        float: none!important;
        margin: 0;
    }

    .filters {
        position: relative;
        justify-content: center;
    }

    .btn {
        margin-top: 25px;
        margin-bottom: 0;
        font-size: .6em!important;
    }
}