/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 22, 2021 */

@font-face {
    font-family: 'Larsseit';
    src: url('/fonts/larsseit-webfont.woff2') format('woff2'),
         url('/fonts/larsseit-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('/fonts/larsseit-bold-webfont.woff2') format('woff2'),
         url('/fonts/larsseit-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Larsseit';
    src: url('/fonts/larsseit-thin-webfont.woff2') format('woff2'),
         url('/fonts/larsseit-thin-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

body,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, h6, p,
.navbar-bottom{
	font-family:Larsseit;
	font-weight:200;
}

.navbar-nav-mobile{
	font-weight:200;
}

.navbar.navbar-desctop{
	background:#FFFFFF;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.navbar.navbar-desctop.navbar-white{
	background:#000000;
}

.navbar-brand{
	position:absolute;
	height:60px;
	top:7px;
}
@media (max-width: 767px){
	.navbar-brand{
		height:30px;
		top:24px;
	}
}

.toggler{
	top:24px;
}

.navbar-brand img{
	position:absolute;
	left:0;
	top:0;
	height:100%;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.navbar-white .logo-dark{
	opacity:0;
}
.logo-light{
	opacity:0;
}
.navbar-white .logo-light{
	opacity:1;
}

h1,.h1{
	font-size:5rem;
}

@media (max-width: 767px){
	h1,.h1{
		font-size:4rem;
	}
}

#partners .logo{
	
}

#partners img{
	filter: saturate(0);
}
#partners a:hover img{
	filter: saturate(1);
}

h4 + .line{
	margin-top:15vh;
	width: 25%;
	border-top:3px  solid #D4F21B;
	transition:all .3s ease;
}