@media screen and (min-width: 768px) {
    .w3-pg {
        padding: 32px 64px !important
    }
}

@media screen and (max-width: 768px) {
    .w3-pg {
        padding: 16px 16px !important
    }
}

html, body, h1, h2, h3, h4, h5 {
    font-family: "RobotoDraft", "Roboto", sans-serif;
}

.w3-sidenav {
    background-color: #dddddd;
}

.w3-sidenav-active {
    color: #fff !important;
    background-color: #ce9a17 !important
}

.w3-sidenav a {
    padding: 16px;
    font-weight: bold;
}

.w3-sidenav a:hover {
    background-color: #edc45d !important
}

.w3-theme-btn {
    color: #fff !important;
    background-color: #ce9a17 !important
}

footer a {
    text-decoration: none !important;
}

.footer-ico {
    height: 32px;
    margin: 6px;

    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-out;
}

.footer-ico:hover {
    height: 40px;
    margin: 2px;
}
