html {
    font-size: 16px;
    color: #000000;
}
body {
    background-color: #e5e5e5;
    font-family: 'Space Grotesk', serif;
    font-weight: normal;
}

h1, h2, h3 {
    color: #eb092e;
    font-family: 'Fjalla One', serif;
    letter-spacing: 1px;
}

h1 {
    color: #eb092e;
    font-size: 2.7rem;    
}
h1 span {
    border-bottom: solid 2px #eb092e;
    display: inline-block;
    margin-left: -75px; 
    margin-right: 15px;       
    width: 55px;
}

h2 {
    font-size: 1.3rem;
    font-weight: normal;
}


/* menu */
nav.main {
    background-color: #ffffff;    
    font-family: 'Fjalla One', serif;
    font-size: 1.5rem;
}
    nav.main .media ul {
        font-size: 0.9rem;
        margin: 0;
    }
    nav.main .media ul li {
        display: inline-block;
    }
        nav.main .media ul li a {
            padding: 10px 15px;
        }

    nav.main .media ul li a:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }    

    nav.main .navbar-toggler {
        border: none;
    }
        nav.main .navbar-toggler:focus {
            box-shadow: none;
        }


#home #slider .text {
    color: #ffffff;
    font-family: 'Fjalla One', serif;
    font-size: 4rem;    
    position: absolute;
    bottom: 15%;
    left: 115px;
    line-height: 4.7rem;
}
    #home #slider .text .line {
        background-color: #eb092e;
    }

#home nav.menu-img {
    margin-top: 78px;
    padding: 0 60px;
}
    #home nav.menu-img .item {
        color: inherit;
        display: inline-block;
        position: relative;
        text-decoration: none;        
    }
    #home nav.menu-img h2 {
        font-size: 4rem;        
        position: absolute;
        right: 15px;
        bottom: 0px;
    }
    #home nav.menu-img .item::before{
        background-color: rgb(0, 0, 0, 0.5);        
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: '';
        transition: all 0.3s ease;
        z-index: 1;
        opacity: 0;
        transform: scaleY(1.05);
    }
    #home nav.menu-img .item:hover::before{
        transform: scale(1);
        opacity: 1;
    }
    #home nav.menu-img .item:hover h2 {
        z-index: 10;    
        color: #fff;
    }
    #home #contact_us {
        padding-left: 0px;
    }
    #home #contact_us .contact-info {        
        margin-bottom: 0rem;
    }

/* gallery */
#gallery {
    margin-top: 43px;
    padding-left: 70px;
} 
    #gallery .images {
        margin-top: 40px;
    }
        #gallery .images a figure {
            overflow: hidden;
        }
        #gallery .images a:hover figure img {
            transform: scale(1.1);
            transition: 0.5s;
        }
        #gallery .images figcaption {
            display: none;
            color: #000000;
            font-size: 1.08rem;
            margin: 10px 0 5px 0;
            text-align: center;
        }
    #gallery .pager-controls {
        padding-right: calc(100% - (560 * 3));
    }
    #gallery button.pager {
        width: auto;
        padding: 0px 30px;        
    }

    /* plugin */
    .sl-overlay {
        background-color: #000;
        opacity: 0.85!important;
    }
    .sl-wrapper .sl-navigation button,
    .sl-wrapper .sl-close,
    .sl-wrapper .sl-counter {
        color: #fff;
    }
    .sl-wrapper .sl-image img {
        border: solid 5px #fff!important;
    }
    .sl-wrapper .sl-image .sl-caption {
        bottom: 5px;
        left: 5px;
        color: #000000;
        background: rgb(199, 199, 199, 0.8);
        text-align: center;
        width: calc(100% - 10px)!important;
    }


/* about us */
/* services */
#about_us,
#services {
    font-size: 1.08rem;
    margin-top: 44px;
    padding-left: 50px;
}
    #about_us .description {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding-right: 2%;
    }
    
    #services .description,
    #services .image-main {
        margin-top: 40px;
    }
        
        #about_us .description p,
        #services .description p {   
            margin-bottom: 1.5rem;
        }

/* contact us */
#contact_us {
    font-size: 1.08rem;
    margin-top: 44px;
    padding-left: 50px;
}
    #contact_us h1 {
        margin-bottom: 2.7rem;
    }
    #contact_us .contact-info {
        font-weight: 500;
        margin-bottom: 3rem;
    }
        #contact_us .contact-info ul {
            list-style: none;            
            padding: 0;
        }
            #contact_us .contact-info ul li {
                margin-top: 1rem;
            }
            #contact_us .contact-info ul li a {
                color: inherit;
                text-decoration: none;
            }

    form {
        min-width: 500px;
    }
        form input[type="text"] {
            background-color: #ffffff;
            border: none;
            height: 42px;
            margin-bottom: 15px;
            padding: 15px;
            width: 100%;
            max-width: 473px;
        }
        form textarea {
            border: none;
            height: 14em;
            padding: 15px;
            width: 100%;
            max-width: 473px;
        }

        form button.send,
        button.pager {
            font-family: 'Fjalla One', serif;
            background-color: #000000;
            color: #f7f5f5;
            border: none;
            height: 42px;
            min-width: 120px;
            font-size: 1.2rem;
        }
            form button.send:hover,
            button.pager:hover {
                transition: 0.5s;
                background-color: #606060;
            }

        .error {
            border: solid 1px #ff165f!important; 
        }
        form .sending {
            display: none;
            text-align: center;
        }
        form .sended {
            display: none;		
        }
        form .no-sended {
            display: none;	    
        }

/* footer */
#footer {
    background-color: #eb092e;
    color: #efefef;
    margin-top: 40px;
    padding: 40px 60px;
    padding-bottom: 20px;
}
    #footer h3 {
        color: #000000;
        font-size: 1.5rem;        
    }
    #footer a {
        color: inherit;
        text-decoration: none;
    }
    #footer ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
        #footer .media ul li {
            display: inline-block;
        }
            #footer .media ul li a {
                padding: 10px 15px;
            }
    #footer .copyright {
        font-size: 12px;
        margin-top: 15px;
    }

    footer .whatsapp {
        position: fixed;
        bottom: 1rem;
        right: 1rem;        
    }
        footer .whatsapp a {
            display: inline-block;
        }
            footer .whatsapp a:hover {
                opacity: 0.8;
                animation: shake 0.5s;
                transition: 0.5s;
            }
        footer .whatsapp img {
            max-width: 85px;
        }
