/* -> MAIN
================================ */
.pre-title.text-center:after{
    margin: 23px auto 0px auto!important;
}

#pages-header{
    height: 300px;
    padding-top: 60px;
    font-size: 16px;
    margin-top: 0;
}

    #page-header h1{
        font-size: 30px;
        line-height: 40px;
    }


.page{
    padding: 60px 0px;
}

#slideshow .slick-prev,
#slideshow .slick-next{
    display: none!important;
}

.slick-dots {
    left: 0;
    right: 0;
    bottom: 20px;
}

#page-header.img{
    padding-top: 200px!important;
}

h1{
    font-size: 40px;
    line-height: 50px;
}

h2{
    font-size: 34px;
    line-height: 44px;
}

h3{
    font-size: 30px!important;
    line-height: 40px!important;
}
/* ============================= */


/* -> MENU
================================ */
.navbar,
.navbar.scrolled{
    height: 60px;
    padding: 0px;
    -webkit-box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
    box-shadow: 0 3px 7px -3px rgba(0,0,0,.2);
    background-color: #fff;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #09103E;
    position: absolute;
    right: 15px;
    top: 12px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
        transform: scale(1.1);
        filter: brightness(0) invert(1);
    }

.navbar > .container-fluid{
    height: 60px;
    padding: 0;
}

.navbar-brand{
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 24px;
        filter: none;
	}

    .navbar-brand img:last-child{
        height: 40px;
    }

    .navbar-nav{
        position: relative;
        left: 0px;
        right: 0px;
    }

	.navbar-collapse{
        position: relative;
        left: 0;
        right: 0;
        background-color: #09103E;
        border-top: 1px solid #fff;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
	}

	.navbar ul li{
		margin: 0;
    	padding-left: 25px;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

		.navbar ul li a{
            line-height: 40px;
            color: #fff!important;
        }
        
            .navbar ul > li:last-child a{
                margin-right: 15px;
            } 

    .dropdown-menu {
        font-size: 14px;
        text-transform: uppercase;
        background-color: transparent;
        border: none;
        margin: 0;
    }

        .dropdown-menu a{
            padding: 0px 0px 0px 10px;
            line-height: 30px!important;
        }

        .dropdown-menu a:hover{
            color: #24272e!important;
            background-color: transparent!important;
        }

    .socials{
        display: block;
        padding-left: 24px;
    }

        .socials > div{
            padding-left: 0px;
            margin-right: 0px;
            border-right:none;
            margin-bottom: 10px;
        }

            .socials > div .btn{
                color: #fff!important;
                padding-top: 0;
            }

        .navbar .socials a i{
            color: #fff;
            margin-right: 15px;
            margin-left: 0;
            padding-bottom: 15px;
        }
/* ============================= */

/*Home
////////////////////////////*/
#home{
padding-top: 60px;
}

    .home-side{
        height: calc(50vh - 30px);
    }

        .home-side img{
            height: 100px;
        }
/* ============================= */


/* -> about
================================ */
#about{
    padding: 80px 0px;
}

    .about-img{
        height: 400px;
        margin-bottom: 40px;
    }

        #about .btn{
            width: 100%;
        }
/* ============================= */


/* -> Projects
================================ */
.tabs a{
    width: 100%;
    text-align: center;
    background-color: #eeeeee;
    padding: 5px 15px 0px;
    height: 100px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}
/* ============================= */