/* -> Main
================================ */
h2{
    font-size: 50px;
}   

h3{
    font-size: 32px;
}

h4{
    font-size: 20px;
}

h5{
    letter-spacing: 0.2px;
}

/*Tabs*/
.tabs li a{
    padding: 15px 25px;
    font-size: 24px;
}

        
/* ============================= */


/* -> MENU
================================ */
.navbar{
    height: 65px;
    padding: 0px;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #000;
    position: absolute;
    right: 15px;
    top: 15px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
    }

.navbar-brand {
    line-height: 65px;
    padding: 0;
    padding-left: 15px;
    height: 65px;
    position: relative;
    left: 0%;
    transform: none;
}

    .navbar-brand img{
        height: 35px;
    }

    .navbar-collapse{
        border-top: 1px solid #f5f5f5;
        background-color: #ffffff;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .navbar ul li{
        margin: 0;
        /*padding-left: 15px;*/
    }

    .navbar ul li:first-child{
        margin-top: 7px;
    }

    .navbar ul li:last-child{
        margin-bottom: 7px;
    }

        .navbar ul li a{
            line-height: 38px;
            padding: 0px 15px!important;
        }
/* ============================= */


/* -> Home
================================ */
#home{
    min-height: 400px;
    padding-top: 65px;
    text-align: center;
}

    #home:before {
        content: '';
        background-color: #242227;
        opacity: 0.5;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute;
        z-index: 1;
    }

    #home h1{
        position: relative;
        color: #fff;
        z-index: 2;
        font-size: 45px;
        line-height: 55px;
    }

    #home h1 div{
        color: #fff;
        z-index: 2;
        font-size: 44px;
        line-height: 54px;
    }
/* ============================= */


/* -> Advogados
================================ */
#lawyers{
    padding: 80px 0px 0px;
}

.lawyer-info{
    min-height: auto;
}

    #lawyers-bg{
        top: 180px;
    }

    .lawyer{
        margin-top:40px;
    }

        .lawyer:nth-child(odd) .lawyer-info, 
        .lawyer:nth-child(even) .lawyer-info{
            padding: 20px 40px;
        }

        .lawyer-img{
            height: 300px;
        }

        .lawyer:nth-child(even) .lawyer-img::before,
        .lawyer:nth-child(odd) .lawyer-img:before{
            display: none;
        }
/* ============================= */


/* -> Áreas de Atuação
================================ */
#areas{
    margin-top: -50px;
    padding: 130px 0px 80px 0px;
}
/* ============================= */


/* -> Contactos
================================ */
#contacts{
    padding: 80px 0px 0px;
}

    .contacts{
        text-align: center;
    }

        
        #contact-form{
            margin-top: 40px;
        }


    #map{
        height: 350px;
        margin-top: 80px;
    }
/* ============================= */


/* -> Footer
================================ */
footer{
    text-align: center;
    padding-top: 60px;
}
/* ============================= */