/*
Theme Name: GeneratePress Child
Template: generatepress
*/
body{
  background-color: initial;
}
.site-logo .header-image.is-logo-image{
    width:50%
}

.site-branding{
    display:none;
}
@font-face {
  font-family: PlayFair;
  src: url(fonts/playfairdisplay-60b55abb.woff2);
}

h1,h2{

  font-family: PlayFair;
}
.img-deco{
    position: relative;
}
.img-deco:before{
    content: '';
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 1;
    pointer-events: none;
    transform: translate(0, 0);
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    border-color: rgba(255, 255, 255, .7);
}
.site-header{
        border-bottom: solid 1px whitesmoke;
}
p,ul,li{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: rgb(94, 97, 113)

}
.site-header{
  background: url(https://dfnautic.be/wp-content/uploads/2025/08/header-bg-copyright.jpg);
  background-position: center center;
    background-size: cover;
    min-height: 450px;
}

#header-overlay{
    background:linear-gradient(to bottom, #001f3f 0%, #001f3f 10%, transparent 30%);
    opacity: 0.5;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;

}
.inside-header{
  z-index: 99;
    position: relative;
}
nav.main-navigation {
  background-color: initial;
}
.main-navigation .main-nav ul li a{
  color: aliceblue;
      font-weight: bold;
    font-size: large;
    font-family: 'PlayFair';
}
.sub-menu li a{
  color: aliceblue;
}
.main-navigation ul ul{
  background-color: #0A1230;
}
.main-navigation .main-nav ul li[class*="current-menu-"] > a{
  color: aliceblue;
}
.main-navigation .main-nav ul li:not([class*="current-menu-"]):hover > a{
  color:rgb(23, 36, 94)

}
h1{
  padding-bottom: 60px;
  padding-top: 120px;
      text-align: center;

}
.header-title{
  color :white;
  position:relative
}
.entry-title{
  display: none;
}
strong{
  color: rgb(23, 36, 94);
}
input[type="tel"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
input[type="text"].wpcf7-form-control,
textarea.wpcf7-form-control{
  background-color: transparent;
    border: none;
    border-bottom: solid 1px whitesmoke;
}
  
input[type="submit"]{
  background-color: rgb(23, 36, 94);
}
.main-navigation .main-nav ul.sub-menu li:not([class*="current-menu-"]):hover > a{
  color:aliceblue;

}
.site-footer{
  background-color: rgb(23, 36, 94);
}
.site-info{
  color:initial;
}
.home-header{
  padding: 100px;
  position:relative;
  
}
.home-header,.home-header ul li{
  color:aliceblue;
}
.home-header-title{
  font-size: 3vw;
  font-family: 'PlayFair';  
  color:aliceblue;
  margin-bottom: .5em;
}
.home-header ul{
  margin: initial;
}
.home-header ul li{
  list-style-type: none;
  font-size: 2vw;
  font-weight: bold;
  padding-bottom: .5em;
}
.learning, .maintenance{
		display:flex;
		flex-wrap: wrap;
	
		gap: 35px;
		padding: 40px;
	}
	.learning-item{
    position: relative;
    height: 550px;
  } 
  .maintenance-item{
		position: relative;
    height: 450px;
	}
	.learning-item::before{
		content: ' ';
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.3);
		-webkit-transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
		-ms-transition: opacity 0.3s ease-out,background-color 0.3s ease-out;
		transition: opacity 0.3s ease-out, background-color 0.3s ease-out;
	}
	.learning .number, .learning-item-inner-bottom .title{
		font-family: PlayFair;
		font-weight: bold;
		color: white;
		font-size: 38px; 
		text-shadow: 2px 2px 4px #000000;
	}
	.learning-item-content{
		height: 100%;
	}
	.learning-item-inner{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		height: 100%;
		position: relative;
		z-index: 10;
	}
	
	.learning-item:nth-child(1){
		background-image: url(https://dfnautic.be/wp-content/uploads/2025/08/post25-copyright.jpg);
	}
	.learning-item:nth-child(2){
		background-image: url(https://dfnautic.be/wp-content/uploads/2025/08/post26-copyright.jpg);
	}
	.learning-item:nth-child(3){
		background-image: url(https://dfnautic.be/wp-content/uploads/2025/08/post27-copyright.jpg);
	}
	
	.learning-item{
		flex:1;
		padding: 40px;
		background-size: cover;
	}
  .maintenance-item{
    flex:1;
    background-color: white;
    padding: 30px;
    text-align: center;
    border: solid 1px #C8DDEB;
  }
  .maintenance-item-inner-bottom .title{
    font-family: PlayFair;
		font-weight: initial;
		font-size: 24px; 
    min-height: 75px;
  }
  .maintenance-item-inner-bottom p{
    padding-top: 10px;
    min-height: 115px;
  }
  .zone{
    padding-bottom: 120px;
  }
  .zone-content{
    max-width: 1460px;
    margin: auto;
  }
  .maintenance-item .icon{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
    color: #bc1833;
  }