/* -> MAIN
================================ */
body {
    padding: 0px;
}

#pages-header{
    height: 400px;
    padding-top: 60px;
}

    #pages-header h1{
        font-size: 30px;
        line-height: 40px;
    }

.page{
    padding: 60px 0px;
}

#slideshow .slick-prev,
#slideshow .slick-next{
    display: none!important;
}

h1{
    font-size: 40px;
    line-height: 40px;
}

h2{
    font-size: 35px;
    line-height: 45px;
}

h3{
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    color: #0a1328;
    font-size: 36px;
    line-height: 46px;
}
/* ============================= */


/* -> MENU
================================ */
.navbar,
.navbar.scrolled,
.navbar.white{
    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;
}

#pre-nav{
    display: none;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background-color: #fff;
    filter: invert(1);
    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);
    }

.navbar > .container{
    height: 60px!important;
    padding: 0;
}

.navbar-brand {
	line-height: 60px;
    padding: 0;
    height: 60px;
	padding-left: 15px;
}

	.navbar-brand img{
        height: 24px;
	}

    .navbar-brand img:last-child{
        height: 40px;
    }

    .navbar.black .navbar-brand img {
        filter: invert(0);
    }

    .navbar-nav{
        position: relative;
        left: 0px;
        right: 0px;
    }

	.navbar-collapse{
        position: relative;
        left: 0;
        right: 0;
        background-color: #0a1328;
        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!important;
	}

	.navbar ul li:first-child{
		margin-top: 5px;
	}

		.navbar ul li a{
            line-height: 40px;
            color: #fff!important;
        }

        .navbar ul > li > a:before {
            bottom: 0px;
        }
        
            .navbar ul > li:last-child a{
                margin-right: 5px;
            } 

        .social{
            padding-left: 25px;
            color: #fff!important;
        }
/* ============================= */

/*Home
////////////////////////////*/
#slideshow{
    position: relative;
    padding-top: 0px;
}

#slideshow .slides{
    height: 100vh!important;
    min-height: auto;
    padding: 60px 0px 30px 0px;
}
/* ============================= */