@media (max-width: 426px){
    .banner-area .fullscreen {
        height: 500px !important;
    }
}

.feature-area .icon:hover {
    color: #fff;
    background-color: #fff !important;
}

.feature-area{
    background:url(/images/produtos.jpg) no-repeat center center/cover !important;
}

.contact-area{
    background:url(/images/mensagem.jpg) no-repeat center center/cover !important;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
}

.topnav a {
    float: left;
    display: block;
    color: #000;
    text-align: center;
    padding: 5px 8px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    transform: scale(1, .95);
}

.topnav a:hover {
    background-color: #e0fde0;
    color: black;
}

.active {
    background-color: transparent;
    color: white;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a{
        display: none;
    }
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
