@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Rubik", sans-serif;
}
#mainMenu nav>ul>li>a {
    font-family: "Noto Sans", sans-serif;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Noto Sans", sans-serif;
}

.logo-default {
    height: 80px;
}

.logo-default img {
    vertical-align: top !important;
}

#topbar .social-icons .not-social a {
    width: 100%;
    overflow: auto;
    margin-right: 15px;
    font-size: 13px;
}

[data-bg-parallax] {
    background-size: cover;
}

.justify {
    text-align: justify;
}

.justify > * {
    display: inline-block;
    width: 100%;
}