@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap');

@font-face {
    font-family: 'fv_almeloregular';
    src: url('../webfonts/fv_almelo-webfont.woff2') format('woff2'),
         url('../webfonts/fv_almelo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.maven-pro-basic {
  font-family: "Maven Pro", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.maven-pro-bold {
  font-family: "Maven Pro", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 700 !important;
  font-style: normal !important;
}

body{
	background:#091F38 !important;
	color:#fff !important;
}

h1{
	font-family: 'fv_almeloregular' !important;
	color: #9DE4FF !important;
	font-size: 40px !important;
	padding:0 0 75px 0 !important;
}

h2{
	font-family: "Maven Pro", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size:40px;
	color:#fff;
	margin:30px 0;
}

h3 {
    font-family: "Maven Pro", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    color: #fff;
    margin: 0;
    padding-top: 15px;
}

a{
	color:#75CDFF;
	font-size: 18px;
}

p{
	margin:30px 0;
}

.elementor p{
	margin:30px 0;
}

.elementor-tab-content, .elementor-tabs-content-wrapper {
    color: #FFFFFF;
    border-radius: 0 0 20px 20px;
}

.elementor strong{
	font-weight: 700;
}

blockquote{
	font-family: "Maven Pro", sans-serif;
  	font-optical-sizing: auto;
  	font-weight: 500;
  	font-style: normal;
	font-size:60px;
	color:#fff;
	margin:30px 0;
}

.clear{
	visibility: hidden;
	clear: both;
}

.padding-large{
	padding:75px 200px;
}

.top-gap{
	margin-top:0;
}

#logo{
	width: 160px;
	height: auto;
	position: absolute;
	margin-left: 200px;
	z-index: 30;
}

.shape-behind{
	background: #00B1FF;
}

#horizontal-menu{
	height: 100px;
	background: #0b2a4d;
	position: relative;
	z-index: 20;
	top: 0;
	font-size:18px;
	text-transform: uppercase;
}

#horizontal-menu li{
	display:inline-block;
	margin-left:20px;
}

#horizontal-menu li a{
	text-decoration:none;
	line-height: 100px;
}

#horizontal-menu nav{
	position:relative;
    height: auto;
    max-width: none;
    padding: 0;
    transform: none;
    transition: none;
	text-align: right;
	float:left;
	width:calc( 100% - 225px);
	margin-right:25px;
}

.menu-item a{
	color:#fff;
}

.current-menu-item a{
	color:#24d3d3;
}

#members-area{
	background:#00B1FF;
	float:left;
	width:200px;
	height: 100px;
}

#members-area span{
	line-height: 100px;
	display: block;
	text-align: center;
}

.event-date{
	font-weight: 300;
	font-size:25px;
}

footer{
	background:#091F38;
	text-align: center
}

#footer-links {
    background: #57A1FF;
	padding-bottom: 20px;
}

#footer-links ul li{
	display: inline-block;
	color:#cce7ff;
}

#footer-links ul li a{
	color:#fff;
}


#arrow-icon{
	position: absolute;
}

#page-image{
	height:600px;
	width:100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}



/* SPECIFIC */

#html div.arve, div.arve, div.wp-block-nextgenthemes-arve-block {
    display: block;
    margin-bottom: 0 !important;
    width: 100%;
	padding-bottom: 1.5em;
}

.vp-portfolio__items-style-fly .vp-portfolio__item-overlay {
	background:rgba(9, 31, 56, 0.75) !important;
}

@media screen and (max-width: 1600px) {
	
	#horizontal-menu{
		visibility: hidden;
		display: none;
}
	#hero-image-area {
    background-position-y: bottom;
}
	
	#logo {
    width: 150px;
	margin-left: 150px;
}
	
	.pseudo-text {
    font-size: 14px;
}
	#headline {
    max-width: 300px;
    margin-left: 150px;
}
	
	.top-gap{
	margin-top:0;
	padding-top:80px;
}

	
}

@media screen and (max-width: 960px) {
	.padding-large{
	padding:75px 150px;
}
	.top-gap{
	padding-top:80px;
}
	
	
}

@media screen and (max-width: 640px) {
	.padding-large{
	padding:50px 50px;
}
	
	.top-gap{
	padding-top:80px;
}
	
	#logo {
    width: 120px;
    margin-left: 50px;
}
}



@media screen and (max-width: 480px) {
	.padding-large{
	padding:50px 20px;
}
	
	#logo {
    width: 120px;
    margin-left: 20px;
}
}

@media (min-resolution: 1.2dppx) {
	body{
	background:red;	
	}
	
	#slogan, #logo, #social-medias {
    zoom: 0.75 !important;
  }
	
}