* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'Lato', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e65ae;
}

.top-menu {
    z-index: 1050;
}

.bg-blue {
    background-color: #2e65ae;
}

.bg-blue * {
    color: #fff;
}

.pp-tooltip {
    color: #2e65ae;
}

.logo {
    height: 30px;
}
.section {
    border-bottom: 3px dashed #2e65ae;
}

.button-to-top {
    position: fixed;
    display: block;
    bottom: 30px;
    right: 30px;
    font-size: 40px;
    opacity: 0;
    color: #2e65ae;
    transition: opacity 500ms;
    -webkit-transform: translateZ(0);
    z-index: 1090;
}

@media screen and (min-width: 992px) {
    .logo {
        height: 50px;
    }
}