* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.title {
    width: 100%;
    text-align: center;
}

.title h1 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #3CA8CE;;
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.semi-bold {
    font-weight: 600;
}

.bold {
    font-weight: 700;
}

/*Navigation*/
.hamburger-menu {
    display: none;
}

#nav {
    position: fixed;
    width: 100%;
    transition: 0.5s ease-in-out;
    z-index: 2;
    padding: 10px 0;
}

#nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

#nav ul li {
    list-style: none;
    margin: 0 50px;
}

#nav .main-logo-anchor {
    display: none;
}

#nav .nav-social-media {
    display: none;
}

#nav ul li a {
    font-size: 1.2rem;
    color: #000;
    text-decoration: none;
    padding-bottom: 5px;
}

.anchor-active {
    color: #3CA8CE !important;
    font-weight: 500;
    border-bottom: 2px solid #3CA8CE;
}

#nav .swoosh {
    opacity: 0;
    width: 60px;

}

.white {
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
}

.show {
    opacity: 1 !important;

}

/* Main page */
#main-div {
    position: relative;
    width: 95vw;
    height: 100vh;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../images/header.jpg") no-repeat fixed;
    background-size: cover;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
}

#main-div .language .en {
    position: fixed;
    top: 25px;
    right: 100px;
    z-index: 3;
}

#main-div .language .en img {
    width: 50px;
}

#main-div .logo {
    width: 500px;
    position: relative;
    transition: 0.5s ease-in-out;
}


/*About Us*/
#about-us {
    margin: 150px 0;
}

#about-us .project {
    margin: auto;
    padding: 50px 0;
    width: 95vw;
    background-image: url("../images/about-us.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.46);
}

#about-us .project .project-img {
    margin: 100px 0;
}

#about-us .project .project-img img {
    margin: auto;
    display: block;
    width: 800px;
}

#about-us .team {
    margin-top: 100px;
}

#about-us .team .row-1 {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-us .team .row-1 .col-left {
    width: 500px;
    position: relative;
}

#about-us .team .row-1 .col-left .col-left-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-us .team .row-1 .col-left .line-right {
    width: 400px;
    position: absolute;
    bottom: -50px;
    right: -50px;
}

#about-us .team .row-1 .col-right {
    width: 700px;
    margin-left: 200px;
}

#about-us .team .row-1 .col-right h3 {
    margin-bottom: 50px;
}

#about-us .team .row-2 {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#about-us .team .row-2 .col-left {
    width: 700px;
    margin-right: 200px;
}

#about-us .team .row-2 .col-left h3 {
    margin-bottom: 50px;
}

#about-us .team .row-2 .col-right {
    width: 500px;
    position: relative;
}

#about-us .team .row-2 .col-right .col-right-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#about-us .team .row-2 .col-right .line-left {
    width: 400px;
    position: absolute;
    bottom: -50px;
    left: -50px;
}

/* Expertise */

#expertise {
    margin: 150px auto 0 auto;
    width: 95vw;
    padding: 50px 0;
    background-image: url("../images/expertise.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.46);
}


#expertise .row {
    margin: 0;
    margin-top: 100px;
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 50px;
}

#expertise .box ul {
    padding-left: 18px;
    margin: 50px 0;
}

#expertise .box ul li {
    margin: 10px 0;
}

#expertise .box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*Portfolio*/
#portfolio {
    margin-top: 100px;
}

#portfolio .title {
    padding-top: 50px;
}

#portfolio .portfolio-info h3 {
    margin-top: 100px;
}

#portfolio .row {
    margin: 50px 0 10px 0;
    flex-wrap: nowrap;
    align-items: center;
}

#portfolio .row p {
    margin-bottom: 0;
}

#portfolio .portfolio-projects {
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 110px;
    grid-row-gap: 110px;
}

#portfolio .portfolio-projects .box {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    width: 380px;
    text-decoration: none;
}

#portfolio .portfolio-projects .box .box-top {
    height: 130px;
    background: #ffffff;
    background: -moz-radial-gradient(center, ellipse cover, #ffffff 50%, #d7dee3 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #ffffff 50%, #d7dee3 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

#portfolio .portfolio-projects .box .box-top img {
    height: 35px;
}

#portfolio .portfolio-projects .box .box-bottom {
    text-align: center;
    padding: 20px 30px;
}

#portfolio .portfolio-projects .box .box-bottom h3 {
    color: #21508B;
    font-size: 1.5rem;
}

#portfolio .portfolio-projects .box .box-bottom p {
    margin-bottom: 0;
    color: #212529;
}

#portfolio .portfolio-projects .box .box-top .lexpert {
    height: 80px;
}

#portfolio .portfolio-projects .box .box-top .lexpro {
    height: 50px;
}

#portfolio .portfolio-projects .box .box-top .proact {
    height: 60px;
}

#portfolio .portfolio-projects .box .box-top .mojo {
    height: 80px;
}

/*Pro Bono*/

#probono {
    margin: 150px auto 0 auto;
    padding: 50px 0;
    width: 95vw;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/pro-bono.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.46);
}

#probono .title h1 {
    color: #fff;
}

#probono .probono-info {
    margin-top: 100px;
    color: #fff;
}

#probono .probono-info ul {
    padding-left: 18px;
}

#probono .probono-info ul li {
    margin: 10px 0;
}

/*JOURNAL*/
#journal {
    margin-top: 150px;
}

#journal .title {
    padding-top: 50px;
}

#journal .row {
    justify-content: center;
    margin: 100px 0 0 0;
}

#journal .box {
    width: 350px;
    margin: 0 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

#journal .box .thumbnail-image {
    height: 150px;
}

#journal .box .thumbnail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#journal .box .content {
    width: 90%;
    margin: 40px auto;
    border-bottom: 2px solid #5E315D;
}

#journal .box .content p {
    font-size: 1.2rem;
    text-align: left;
}

#journal .box .bottom-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#journal .box .date a, #journal .box .button a {
    color: #000;
}

#journal .box .date p, #journal .box .button p {
    margin-bottom: 0;
}

#journal .box .date {
    margin-left: 15px;
}

#journal .box .date p {
    color: #3CA8CE;
    font-size: 0.8rem;
    font-weight: 500;
}

#journal .box .button {
    border: 1px solid #3CA8CE;
    border-radius: 5px;
    padding: 5px 20px;
    margin-right: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#journal .box .button:hover {
    background-color: #3CA8CE;
}

#journal .box .button:hover p {
    color: #fff;
}

#journal .box .button a {
    text-decoration: none;
}

#journal .box .button p {
    font-size: 0.9rem;
    color: #3CA8CE;
    font-weight: 600;
}

#journal .all-post {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px auto 0 auto;
    height: 500px;
    width: 95vw;
    background-image: url(../images/all-post.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}

#journal .all-post .button-post {
    border: 2px solid #4389A2;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 10px 50px;
}

#journal .all-post .button-post a {
    color: #fff;
}

#journal .all-post .button-post p {
    font-size: 1.5rem;
    margin-bottom: 0;
}

/*LEGAL JOURNAL*/
#legal-journal {
    margin-bottom: 100px;
}

#legal-journal .section {
    margin: 0 auto;
    width: 95vw;
    height: 60vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/blog-header.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.46);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

#legal-journal .section .back-to-home {
    position: absolute;
    left: 50px;
    top: 25px;
}

#legal-journal .section .back-to-home a {
    color: #ffffff;
    font-weight: 500;
}

#legal-journal .section .swoosh {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

#legal-journal .section .swoosh img {
    width: 100px;
}

#legal-journal .section .title h1 {
    color: #fff;
    border: none;
}

.legal-journal {
    padding: 0 100px;
}

.legal-journal .box {
    margin: 0 25px 50px 25px !important;
}

/*JOURNAL POST*/
#journal-post {
    padding-top: 50px;
}

#journal-post p {
    margin: 0;
    padding: 0;
}

#journal-post .back-to-journal {
    position: absolute;
    left: 50px;
    top: 25px;
}

#journal-post .back-to-journal a {
    color: #000;
    font-weight: 500;
}

#journal-post .post-image {
    height: 70vh;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.46);
}

#journal-post .post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#journal-post .post-title {
    margin-top: 50px;
    text-align: center;
    border-bottom: 2px solid #5E315D;
    padding-bottom: 20px;
}

#journal-post .post-date {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 1.2rem;
}

#journal-post .post-date p {
    margin-bottom: 0;
    margin-left: 10px;
    color: #3CA8CE;
}

#journal-post .post-content {
    margin-top: 50px;
    margin-bottom: 100px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#journal-post .post-content h2 {
    margin-bottom: 1rem;
}

#journal-post ul {
    margin-left: 15px;
}

/*CONTACT*/
#contact {
    margin-top: 150px;
    margin-bottom: 100px;
}

#contact .title {
    padding-top: 50px;
}

#contact .title h1 {
    border-bottom: 2px solid #5E315D;

}

#contact-form {
    margin-top: 100px;
}

.is-danger {
    background-color: #f8d7da;
}

#contact-form .container {
    max-width: 1050px;
}

#contact-form .row {
    margin: 0;
    justify-content: center;
}

#contact-form .row ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#contact-form .row :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#contact-form .row ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

#contact-form .row input {
    width: 450px;
    border: none;
    border-bottom: 1px solid #3CA8CE;
    padding-bottom: 15px;
    outline: none;
}

#contact-form .row .email {
    margin: 10px 0;
}

#contact-form .message {
    height: 100%;
    margin-left: 100px;
}

#contact-form .message textarea {
    padding: 5px;
    width: 450px;
    height: 100%;
    border: 1px solid #5F3092;
    border-radius: 5px;
}

#contact-form .send-button {
    margin-top: 80px;
}

#contact-form .send-button button {
    margin: 0 auto;
    display: block;
    background-color: #3CA8CE;
    border-radius: 6px;
    border: 2px solid #3CA8CE;
    color: #fff;
    font-size: 1.2rem;
    padding: 8px 25px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#contact-form .send-button button:hover {
    background-color: transparent;
    color: #3CA8CE;
}

#map {
    width: 95vw;
    height: 600px;
    margin: 100px auto;
}

#map iframe {
    width: 100%;
    height: 100%;
}

.cookiealert {
    background: #212327 !important;
}

#cookies {
    margin-bottom: 100px;
}

#cookies .back-to-home {
    margin: 25px;
}

#cookies .back-to-home a {
    color: #000;
    font-weight: 500;
}

#cookies h1 {
    margin-bottom: 50px;
    text-align: center;
}

#cookies ul {
    margin-left: 15px;
}

/*FOOTER*/

#footer .row {
    margin: 0;
    justify-content: space-around;
}

#footer .row .box-left, #footer .row .box-right {
    width: 350px;
}

#footer .row .box-left h4 {
    font-size: 1rem;
}

#footer .row .box-left p {
    font-size: 0.9rem;
}

#footer .row .box-left h3, #footer .row .box-right h3 {
    font-size: 1.2rem;
    display: inline-block;
    padding-bottom: 5px;
    border-bottom: 2px solid #3CA8CE;
}

#footer .row .social-media h3 {
    font-size: 1.2rem;
}

#footer .row .box-right {
    text-align: right;
}

#footer .row .box-right ul li {
    list-style: none;
}

#footer .row .box-right ul li a {
    color: #212529;
    font-size: 0.9rem;
}

#footer .row .back-to-top {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.back-to-top #button-top {
    transition: 0.3s;
    position: relative;
}

.back-to-top:hover #button-top {
    margin-bottom: 50px;
}

#footer .back-to-top .fa-chevron-up {
    font-size: 2rem;

}

#footer .social-media {
    margin-top: 20px;
}

#footer .social-media h3 {
    border-bottom: 2px solid #5E315D;
    padding-bottom: 5px;
}

#footer .social-media .social-icons {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#footer .social-media .social-icons .fab {
    font-size: 1.5rem;
}

#footer .social-media .social-icons .facebook {
    margin-right: 20px;
}

#footer .social-media .social-icons .fa-facebook-f {
    color: #3CA8CE;
}

#footer .social-media .social-icons .fa-instagram {
    color: #5E315D;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

@media screen and (min-width: 2560px) {
    #journal-post .post-image {
        height: 70vh;
    }
}

@media screen and (min-width: 3500px) {
    #nav {
        padding: 20px 0;
    }

    #nav .swoosh {
        width: 80px;
    }

    #nav ul li {
        margin: 0 80px;
    }

    #nav ul li a {
        font-size: 1.8rem;
    }

    #main-div .logo {
        width: 800px;
    }

    .title h1 {
        font-size: 3.5rem;
    }

    .container {
        max-width: 2000px;
    }

    #about-us .project {
        padding: 100px 0;
    }

    #about-us .project .project-img {
        margin: 150px 0;
    }

    #about-us .project .project-img img {
        width: 1000px;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.5rem;
    }

    h3 {
        font-size: 2rem;
    }

    p, ul li, input, textarea {
        font-size: 1.5rem;
    }

    #about-us .team .row-1 {
        margin-top: 150px;
    }

    #about-us .team .row-1 .col-left, #about-us .team .row-2 .col-right {
        width: 600px;
        height: 700px;
    }

    #about-us .team .row-1 .col-left .line-right {
        width: 500px;
        bottom: -70px;
        right: -70px;
    }

    #about-us .team .row-1 .col-right {
        margin-left: 300px;
    }

    #about-us .team .row-2 {
        margin-top: 250px;
    }

    #about-us .team .row-2 .col-left {
        margin-right: 300px;
    }

    #about-us .team .row-2 .col-right .line-left {
        width: 500px;
        bottom: -70px;
        left: -70px;
    }

    #about-us .team .row-1 .col-right, #about-us .team .row-2 .col-left {
        width: 900px;
    }

    #expertise {
        padding: 100px 0;
    }

    #expertise .row {
        margin-top: 150px;
    }

    #portfolio .title {
        padding-top: 100px;
    }

    #portfolio .portfolio-projects .box {
        width: 585px;
    }

    #portfolio .portfolio-projects .box .box-top {
        height: 180px;
    }

    #portfolio .portfolio-projects .box .box-top img {
        height: 50px;
    }

    #portfolio .portfolio-projects .box .box-top .proact {
        height: 90px;
    }

    #portfolio .portfolio-projects .box .box-top .lexpert {
        height: 120px;
    }

    #portfolio .portfolio-projects .box .box-top .lexpro {
        height: 80px;
    }

    #portfolio .portfolio-projects .box .box-top .mojo {
        height: 120px;
    }

    #portfolio .portfolio-projects .box .box-bottom h3 {
        font-size: 2rem;
    }

    #probono {
        padding: 100px 0;
    }

    #journal .title {
        padding-top: 100px;
    }

    #journal .row {
        margin-top: 150px;
    }

    #journal .box {
        width: 450px;
        margin: 0 100px;
    }

    #journal .box .thumbnail-image {
        height: 200px;
    }

    #journal .box .content p {
        font-size: 1.8rem;
    }

    #journal .box .date p {
        font-size: 1.3rem;
    }

    #journal .box .button p {
        font-size: 1.4rem;
    }

    #journal .all-post {
        margin-top: 200px;
        height: 800px;
    }

    #journal .all-post .button-post {
        padding: 20px 50px;
    }

    #journal .all-post .button-post p {
        font-size: 2rem;
    }

    #legal-journal .section .back-to-home a {
        font-size: 1.5rem;
    }

    #legal-journal .section .swoosh img {
        width: 150px;
    }

    #journal-post .back-to-journal a {
        font-size: 1.5rem;
    }

    #journal-post .post-date, #journal-post .post-date p {
        font-size: 1.5rem;
    }

    #contact {
        margin-top: 100px;
    }

    #contact .title {
        padding-top: 100px;
    }

    #contact-form {
        margin-top: 150px;
    }

    #contact-form .container {
        max-width: 1280px;
    }

    #contact-form .row input, #contact-form .message textarea {
        width: 550px;
    }

    #contact-form .message {
        margin-left: 150px;
    }

    #contact-form .send-button {
        margin-top: 120px;
    }

    #contact-form .send-button button {
        font-size: 1.7rem;
        padding: 15px 40px;
    }

    #map {
        height: 1200px;
        margin: 150px auto;
    }

    #footer .row .box-left h3, #footer .row .box-right h3, #footer .row .social-media h3 {
        font-size: 1.7rem;
    }

    #footer .row .box-left h4 {
        font-size: 1.5rem;
    }

    #footer .row .box-left p, #footer .row .box-right ul li a {
        font-size: 1.4rem;
    }

    #footer .row .box-left, #footer .row .box-right {
        width: 450px;
    }

    #footer .social-media .social-icons .fab {
        font-size: 2rem;
    }
}

@media screen and (max-width: 1600px) {
    #nav ul li {
        margin: 0 35px;
    }

    #nav ul li a {
        font-size: 1rem;
    }

    #main-div .logo {
        width: 350px;
    }

    .title h1 {
        font-size: 2rem;
    }

    #about-us .project .project-img img {
        width: 600px;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    #about-us .team .row-1 .col-left, #about-us .team .row-2 .col-right {
        width: 500px;
        height: 500px;
    }

    #about-us .team .row-1 .col-right {
        margin-left: 150px;
    }

    #about-us .team .row-2 .col-left {
        margin-right: 150px;
    }

    #portfolio .portfolio-info img {
        width: 150px;
    }

    #portfolio .row {
        margin-top: 25px;
    }

    #portfolio .portfolio-projects {
        margin-top: 50px;
        grid-column-gap: 50px;
        grid-row-gap: 50px;
    }

    #portfolio .portfolio-projects .box {
        width: 320px;
    }

    #portfolio .portfolio-projects .box .box-bottom h3 {
        font-size: 1.2rem;
    }

    #portfolio .portfolio-projects .box .box-bottom p {
        font-size: 0.9rem;
    }

    #journal {
        margin-top: 50px;
    }

    #journal .all-post .button-post {
        padding: 10px 30px;
    }

    #journal .all-post .button-post p {
        font-size: 1.2rem;
    }

    #legal-journal .section .swoosh img {
        width: 80px;
    }

    #journal-post .post-title h1 {
        font-size: 2rem;
    }

    #contact {
        margin-top: 50px;
    }

    #contact-form .send-button button {
        font-size: 1rem;
    }
}

@media screen and (max-width: 1200px) {
    .hamburger-menu {
        display: block;
        position: fixed;
        z-index: 10;
        left: 25px;
    }

    #nav {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 350px;
        height: 100vh;
        background-color: #f6f8f9;
        padding: 0;
        left: -350px;
    }

    .nav-active {
        left: 0 !important;
    }

    #nav ul {
        display: block;
    }

    #nav ul li {
        margin: 35px 0;
        text-align: center;
    }

    #nav .main-logo-anchor {
        display: block;
        width: 100%;
    }

    #nav .main-logo-anchor img {
        width: 200px;
        display: block;
        margin: auto;
    }

    #nav .nav-social-media {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    #nav .nav-social-media .facebook {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 25px;
    }

    #nav .nav-social-media .facebook .fa-facebook-f {
        color: #3CA8CE;
    }

    #nav .nav-social-media .instagram {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #nav .nav-social-media .instagram .fa-instagram {
        color: #5E315D;
    }

    #nav .nav-social-media .fab {
        font-size: 1.2rem;
    }

    #nav ul .middle {
        display: none;
    }

    .title h1 {
        font-size: 1.8rem;
    }

    p, ul li {
        font-size: 0.9rem;
    }

    h2 {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 1rem;
    }

    #about-us {
        margin-bottom: 0;
    }

    #about-us .team .row-1 {
        margin-top: 50px;
        align-items: flex-start;
    }

    #about-us .team .row-1 .col-left, #about-us .team .row-2 .col-right {
        width: 600px;
        height: 460px;
    }

    #about-us .team .row-1 .col-left .line-right, #about-us .team .row-2 .col-right .line-left {
        width: 350px;
    }

    #about-us .team .row-1 .col-right {
        margin-left: 100px;
        width: 800px;
    }

    #about-us .team .row-2 {
        margin-top: 100px;
        align-items: flex-start;
    }

    #about-us .team .row-2 .col-left {
        margin-right: 100px;
        width: 800px;
    }

    #expertise {
        margin-top: 100px;
    }

    #expertise .row {
        display: block;
    }

    #portfolio {
        margin-top: 100px;
    }

    #portfolio .title {
        padding-top: 0;
    }

    #portfolio .portfolio-projects {
        grid-template-columns: repeat(2, auto);
        justify-content: center;
    }

    #portfolio .portfolio-projects .box {
        width: 350px;
    }

    #probono {
        margin-top: 100px;
    }

    #journal {
        margin-top: 100px;
    }

    #journal .title {
        padding-top: 0;
    }

    #contact {
        margin-top: 100px;
    }

    #contact-form .container {
        max-width: 500px;
        padding: 0;
    }

    #contact .title {
        padding-top: 0;
    }

    #contact-form .row {
        display: grid;
        grid-template-columns: 500px;
        grid-row-gap: 25px;
    }

    #contact-form .row input, #contact-form .message textarea {
        width: 100%;
    }

    #contact-form .message {
        margin-left: 0;
    }

    #contact-form .message textarea {
        height: 150px;
    }

    #contact-form .send-button {
        width: 500px;
        margin: 25px auto;
    }

    #contact-form .send-button button {
        margin: 0;
    }

    #footer .row .box-left, #footer .row .box-right {
        width: 300px;
    }

    #footer .row .box-left h3, #footer .row .box-right h3, #footer .row .social-media h3 {
        font-size: 1rem;
    }

    #footer .row .box-left h4 {
        font-size: 0.9rem;
    }

    #footer .row .box-left p, #footer .row .box-right ul li a {
        font-size: 0.8rem;
    }

    #footer .row {
        align-items: center;
    }
}

@media screen and (max-width: 992px) {
    #about-us .team .row-1, #about-us .team .row-2 {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    #about-us .team .row-1 .col-left, #about-us .team .row-2 .col-right {
        width: 300px;
        height: 350px;
    }

    #about-us .team .row-1 .col-right {
        margin-left: 0;
        width: 100%;
        margin-top: 80px;
    }

    #about-us .team .row-1 .col-left .line-right, #about-us .team .row-2 .col-right .line-left {
        width: 250px;
    }

    #about-us .team .row-1 .col-left .line-right, #about-us .team .row-2 .col-right .line-left {
        bottom: -30px;
        right: -30px;
    }

    #about-us .team .row-2 .col-right .line-left {
        left: initial;
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
    }

    #about-us .team .row-2 {
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    #about-us .team .row-2 .col-left {
        width: 100%;
        margin-right: 0;
        margin-top: 80px;
    }

    #portfolio .portfolio-projects .box {
        width: 320px;
    }

    #journal .box {
        margin: 25px;
    }

    #journal-post .post-image {
        height: 60vh;
    }

    #journal-post .post-title h1 {
        font-size: 1.5rem;
    }


    #map {
        height: 90vh;
    }

    #footer .row .box-left, #footer .row .box-right {
        width: 200px;
    }


}

@media screen and (max-width: 768px) {
    .container {
        max-width: 90%;
    }

    #main-div .logo {
        width: 320px;
    }

    #about-us .project .project-img img {
        width: 95%;
    }

    #portfolio .portfolio-projects {
        grid-template-columns: repeat(1, auto);
    }

    #journal .box .content p {
        font-size: 1rem;
    }

    #legal-journal .section .back-to-home {
        left: 25px;
    }

    #journal .all-post {
        height: 400px;
    }

    #footer .row {
        justify-content: space-between;
        padding: 0 25px;
    }

    #footer .row .box-left {
        width: 300px;
    }

    #footer .row .box-right {
        width: 100%;
        text-align: left;
        margin: 0;
    }

    #footer .row .box-right ul {
        display: flex;
        flex-wrap: wrap
    }

    #footer .row .box-right ul li {
        margin: 10px;
        border-right: 1px solid;
        padding: 0 25px 0 0;
    }
}

@media screen and (max-width: 576px) {
    #nav {
        width: 300px;
        left: -300px;
        padding-top: 30px;
    }

    #nav ul li {
        margin: 20px 0;
    }

    #main-div .logo {
        width: 280px;
    }

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 38px;
        height: 4px;
    }

    .title h1 {
        font-size: 1.5rem;
    }

    #about-us .project .project-img {
        margin: 50px auto;
    }

    h2 {
        font-size: 1.1rem;
    }

    #expertise .row {
        margin-top: 50px;
    }

    #expertise .box ul {
        margin: 25px 0;
    }

    #portfolio .portfolio-info h3 {
        margin-top: 50px;
    }

    #portfolio .row {
        margin: 25px 0 0 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    #portfolio .portfolio-info img {
        width: 150px;
        margin: 20px 0;
    }

    #portfolio .portfolio-projects .box {
        width: 300px;
    }

    #portfolio .portfolio-projects .box .box-top {
        height: 120px;
    }

    #portfolio .portfolio-projects .box .box-top img {
        height: 25px;
    }

    #portfolio .portfolio-projects .box .box-top .lexpert {
        height: 60px;
    }

    #portfolio .portfolio-projects .box .box-top .lexpro {
        height: 40px;
    }

    #portfolio .portfolio-projects .box .box-top .proact {
        height: 50px;
    }

    #portfolio .portfolio-projects .box .box-top .mojo {
        height: 60px;
    }

    #portfolio .portfolio-projects .box .box-bottom h3 {
        font-size: 1rem;
    }

    #portfolio .portfolio-projects .box .box-bottom p {
        font-size: 0.8rem;
    }

    #probono .probono-info {
        margin-top: 50px;
    }

    #journal .row {
        margin-top: 50px;
    }

    #journal .box {
        width: 300px;
    }

    #journal .all-post {
        margin-top: 50px;
    }

    #journal .all-post .button-post p {
        font-size: 1rem;
    }

    #legal-journal .section .back-to-home {
        left: 5px;
    }

    #legal-journal .section .back-to-home a {
        font-size: 0.9rem;
    }

    #legal-journal .section .swoosh img {
        width: 60px;
    }

    .legal-journal {
        padding: 0;
    }

    #journal-post .post-title h1 {
        font-size: 1.2rem;
    }

    #journal-post .back-to-journal {
        top: 10px;
    }

    #contact-form {
        margin-top: 50px;
    }

    #contact-form .container {
        max-width: 80%;
    }

    #contact-form .container strong {
        font-size: 0.9rem;
    }

    #contact-form .row {
        grid-template-columns: 80%;
    }

    #contact-form .send-button {
        width: 80%;
    }

    #contact-form .row input, #contact-form .message textarea, #contact-form .send-button button {
        font-size: 0.9rem;
    }

    #footer .row .box {
        width: 90%;
        text-align: center;
        margin: auto;
    }

    #footer .row .box-left p {
        margin-bottom: 0;
    }

    #footer .row .box-middle {
        margin: 50px auto;
    }

    #footer .row .box-right ul {
        justify-content: center;
    }

    #footer .row .social-media h3 {
        display: inline;
    }

    #footer .row .box-right ul li:last-child {
        border: none;
    }

    #cookies h1 {
        font-size: 2rem;
    }

    .cookiealert {
        font-size: 0.8rem;
    }

}

@media screen and (max-width: 360px) {
    #nav {
        width: 250px;
        left: -250px;
    }

    #main-div .logo {
        width: 230px;
    }

    #about-us .team .row-1 .col-left .line-right, #about-us .team .row-2 .col-right .line-left {
        display: none;
    }

    .container {
        max-width: 100%;
    }
}
