/* COMMONS */
body{
    color: #333333;
}
#l-app h2{
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 2rem;
    letter-spacing: 0.25px;
}
h2:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    background-color: #f1c40f;
}
#l-app p{
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 400;
    line-height: 30px;
    color: #898989;
}
#l-app button:focus{
    outline: none;
}

/* HEADER */
#l-app .navbar{
    background-color: transparent;
    /* height: 70px; */
}
#l-app .navbar .nav-link{
    color: #ffffff;
    letter-spacing: 0.25px;
}
#l-app .navbar .nav-link:hover{
    opacity: 0.8;
}
#l-app .navbar.l-nav-fixed{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.3);
}
#l-app .navbar.l-nav-fixed .nav-link,
#l-app .navbar.l-nav-fixed .navbar-brand{
    color: #898989;
    cursor: pointer;
}
#l-app .navbar.l-nav-fixed .nav-link:hover,
#l-app .navbar.l-nav-fixed .navbar-brand:hover{
    color: #f1c40f;
}
#l-app .navbar-brand{
    font-size: 2rem;
}
#l-app .navbar.l-nav-fixed .navbar-brand{
    color: #333333;
}
#l-app .navbar-toggler{
    border: none;
}
#l-app .navbar-toggler-icon{
    background-image: none;
}
#l-app .navbar-toggler-icon i{
    font-size: 25px;
    color: #ffffff;
}
#l-app .navbar.l-nav-fixed .navbar-toggler-icon i{
    color: #333333;
}
#l-app .navbar-collapse .nav-link{
    text-align: center;
}
/* SLIDER */
#l-slider .carousel-item{
    height: 450px;
}
#l-slider .carousel-item .carousel-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#l-slider .carousel-item h4,
#l-slider .carousel-item p{
    color: #ffffff;
    text-shadow: 1px 1px 0px #333333;
}
#l-slider .carousel-item h4{
    letter-spacing: 0.5px
}
/* ABOUT US */
#l-about-us{
    padding-top: 70px;
}
#l-about-us img{
    width: 100%
}
.l-about-us-img{
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-about-us-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* SERVICES */
#l-services{
    padding: 70px 0;
}
#l-services .l-card-icon{
    display: flex;
    justify-content: flex-start;
    padding-top: 1.25rem;
    margin-left: 1.25rem;
}
#l-services .l-card-icon i{
    font-size: 35px;
    color: #f1c40f;
}
#l-services .card{
    border: none;
    width: 100%;
}
#l-services .l-services-content{
    display: flex;
    flex-wrap: wrap;
}
/* BANNER */
#l-banner{
    position: relative;
    height: 400px;
}
.l-banner-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
#l-banner h3,
#l-banner p{
    color: #ffffff;
    text-shadow: 1px 1px 0px #333333;
}
#l-banner h3{
    font-size: 1.5rem;
}
#l-banner h3 p{
    line-height: 25px;
}
/* CONTACT */
#l-contact{
    padding: 70px 0px;
}
.l-contact-item{
    position: relative;
    margin-bottom: 1.5rem;
}
.l-contact-item:last-child{
    margin-bottom: 0px;
}
.l-contact-item-icon{
    position: absolute;
    width: 40px;
    display: flex;
    justify-content: flex-start;
}
.l-contact-item-icon i{
    font-size: 18px;
    color: #f1c40f;
}
.l-contact-info .l-contact-item-description{
    padding-left: 40px;
}
.l-contact-info .l-contact-item-description p{
    max-width: 100%;
}
.l-contact-info{
    margin-bottom: 50px;
}
.l-contact-item a{
    color: #898989;
    text-decoration: none;
}
.l-contact-item a:hover{
    color: #898989;
    opacity: 0.8;
    text-decoration: none;
}
/* FOOTER */
footer{
    height: 80px;
    background-color: #333333;
}
footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
footer p{
    margin-bottom: 0px;
    color: #ffffff;
}
footer a{
    color: #ffffff;
    margin-right: 15px;
}
footer a:last-child{
    margin-right: 0;
}
footer a:hover{
    color: #f1c40f;
}
.l-footer-copy p{
    font-size: 13px;
}

/* TABLET */
@media only screen and (min-width: 768px) {
    /* SLIDER */
    #l-slider .carousel-item{
        height: 750px;
    }
    /* ABOUT US */
    #l-about-us{
        padding: 70px 0;
    }
    #l-about-us img{
        height: 500px;
    }
    /* SERVICES */
    #l-services .l-services-title{
        margin-top: 4.25rem;
    }
    #l-services .card{
        width: 50%;
    }
    #l-services .l-card-icon{
        justify-content: center;
    }
    /* BANNER */
    #l-banner h3{
        font-size: 1.75rem;
    }
    #l-banner p{
        line-height: 30px;
    }
    /* CONTACT */
    .l-contact-info .l-contact-item-description{
        padding-left: 60px;
    }
    .l-contact-info .l-contact-item-description p{
        max-width: 230px;
    }
    .l-contact-item-icon{
        width: 60px;
        justify-content: center;
    }
    .l-contact-info{
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1024px) {
    /* COMMONS */
    #l-app p{
        font-size: 1rem;
    }
    #l-about-us img{
        height: 500px;
        width: auto;
    }
    #l-services .l-card-icon{
        margin-left: auto;
    }
}