.tmenu-mobile {
    background-color: #1C3149 !important;
}

.tmenu-mobile__container {
    padding: 10px 20px !important;
}

body * {
    font-family: "Open sans";
}

.t-sociallinks__item {
    transition: all 0.2s ease;
}

.t-sociallinks__item:hover {
    transition: all 0.2s ease;
    transform: scale(1.05);
}