html {
    font-family:  "Poppins",Arial, Helvetica, sans-serif;
   
    scroll-behavior: smooth;
   
    
}

body {
  max-width: 1500px;
    margin: auto;

    background-color: #E6E6E6;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 500px;
}



/* Add a black background color to the top navigation */

header {
    margin-bottom: 5%;
}
.topnav {
    background-color: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    max-width: 1500px;
    width: 100%;
    background-color: #e6e6e6;
    z-index: 1;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    color: #1e1e1e;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    
   

  }

  /* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }


}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  
}

@media screen and (max-width: 800px){
  .portcontent h1 {
    font-size: 125%;
    margin-top: 5%;
  }

 
}



  .logo {
    float: left;
    font-weight: 700;
    font-size: 24px;
    
  }



  .knop {
    float:right;
    font-weight: 400;
    font-size: 16px;
    
  }
  


  /* Change the color of links on hover */
  .knop:hover {
    
    color: #0026ff;

    transform: scale(0.99);
    font-weight: 600;
    
    
  }

  
  
.knop:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  background: #0026ff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
  
 }

 .knop:hover:after{
  width: 100%; 
  left: 0; 
 }

  /* Add a color to the active/current link */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }

  .footer {
    margin: auto;
    text-align: center;
  }

  /* middle */

  .middle {
    height: 60vh;
    width: 100%;
    display: flex;
   flex-direction: row;
   
    
    background-position: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 10%;
    z-index: -1;
    
  }

  @media (max-width: 800px) {
    .middle {
      flex-direction: column;
      margin: auto;
      margin-bottom: 90%;
      
    }

    .block img {
      margin-top: 20%;
    }

    
  }
.button3 {
  padding: 20px;
  background-color: #0026ff;
  color: white;
  font-weight: 700;
  align-self: start;
  text-decoration: none;
}

.button3:hover{
  opacity: 0.5;
}


  .block img {
    width: 80%;
    height: auto;
    
  }

.block {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
    flex-direction: column;
    
}

@media (max-width: 800px) {
  

  .block {
    width: 100%;
    margin: auto;
  }

  
}
.block p {
    font-size: 200%;
    font-weight: 700;
    
}

#text2{
  font-weight: 300;
  font-size: 100%;
}

.naam {
    font-weight: 700;
    color: #0026ff;
}

.interactive {
    font-weight: 1000;
    
}

.underlined {
  position: relative;
  margin-right: 1rem;
  
}

.underlined:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 7px;
  width: 30%;
  border: solid 2px #0026ff;
  border-color: #0026ff transparent transparent transparent;
  border-radius: 50%;
}


.a1 {
    z-index: -1;
    position: absolute;
    top: 300px;
    width: 300px;
    left: 0;
    height: 0px;
    border: 2px dashed lightgray;
}

.a2 {
    z-index: -1;
    position: absolute;
    top: 270px;
    width: 250px;
    left: 0;
    height: 0px;
    border: 2px dashed lightgray;
}

.a3 {
    z-index: -1;
    position: absolute;
    top: 330px;
    width:270px;
    left: 0;
    height: 0px;
    border: 2px dashed lightgray;
}

.a4 {
    z-index: -1;
    position: absolute;
    top: 370px;
    width: 300px;
    right: 0;
    height: 0px;
    border: 2px dashed lightgray;
}

.a5 {
    z-index: -1;
    position: absolute;
    top: 400px;
    width: 250px;
    right: 0;
    height: 0px;
    border: 2px dashed lightgray;
}

.a6 {
    z-index: -1;
    position: absolute;
    top: 430px;
    width:270px;
    right: 0;
    height: 0px;
    border: 2px dashed lightgray;
}



.container {
    width:100%;
    height: 350px;
    margin-bottom: 2%;
}

.container a {
    width: 100%;
    height: 300px;
}

.container img{
    width: 100%;
    object-fit: cover;
    height: 300px;
    
    
}

.indi {
  white-space: nowrap;
    font-weight: 300;
    margin-left: 1%;
    font-size: 75%;
    border: 1px solid black;
    border-bottom: 2px solid black;
    padding: 7px;
    border-radius: 0px;
    background-color: #E6E6E6;
}



/*
.container:hover img{
    opacity: 90%;
    transform: scale(1.01);
    transition: transform 0.1s ease-in-out;
    
}
*/

.port {
  margin-bottom: 15%;
  padding: 20px;
  
}


/* Port images */







.portcontent {
  margin-bottom: 5%;
  
  padding: 25px;
}

.portcontent p {
  font-weight: 300;
  max-width: 800px;
  margin-left:auto;
  margin-right:auto;
}

.description {
  padding-top: 50px;
}

/* about */
.flex-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10%;
 

  
}

.flex-item-left {
  flex: 45%;
  
  
}

.flex-item-right {
  width: 40%;
  margin-left: 5px;
  margin-right: 5px;
  padding-right: 10%;
  
  
}

#letstalk  {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 2px #0026ff;
  font-size: 300%;
}

.flex-item-right p {
  font-weight: 300;
  
}

.flex-container1 a{
  text-decoration: none;
  color: white;
  background-color: #0026ff;
  padding: 20px;
  margin-right: 2%;
  display: flex;
  flex-direction: column;
  
  
}

.flex-container1 a:hover {
  background-color: none;
  transition: transform 1s ease-in-out;
    transform: scale(0.95);
    color: #0188a6;
    border: solid 2px #0026ff;
    background-color: white;
    
    
}

/* Responsive layout - makes a one column layout instead of a two-column layout */


.test {
  text-align: center;
  width: 30%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.contactme {
  text-decoration-line: underline;
  font-weight: 800;
  color: #0188a6;
  
}

.contactme:hover {
  color: lightgrey;
}

.flex-item-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  
  
}

@media (max-width: 800px) {
  .flex-item-right, .flex-item-left {
    flex: 100%;
  }

.flex-item-left {
  margin-left: 10%;

}

}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea , input[type=email] {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: solid 1px black;
  border-bottom: 3px solid #000000; /* Gray border */
  background-color: #f8f8f8;
  border-radius: 0px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}



/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #0026ff;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  float: right;
  width: 25%;
  font-weight: 600;
  font-size: 150%;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #0026ffb9;
}

/* Add a background color and some padding around the form */
.containef {
  border-radius: 0px;

  padding: 20px;
}

#cjourney{
  width: 100%;
  
  
}

.imge{
display: flex;
justify-content: center;
align-self: center;

  width: 100%;
  
  
}







/*test grid*/
.card {
  background-color: none;
  color: black;
  height: auto;
  position: relative;
  
}

.cards {
  max-width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.card a {
  text-decoration: none;
  color: black;
}


.card:hover img {
  opacity: 0.6;
  
}




@media (min-width: 999px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
}

.card h3 {
  display: flex;
}
.right {
  font-weight: 300;
  margin-left: auto;
}

.right:hover {
  font-weight: 400;
  border-bottom: solid 1px black;
}

.arrow {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
}

.right-arrow {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.tooltip {
  position: absolute;
  margin-right: auto;
  right: 10px;
  top: 10px;

}



/* modal */

#myImg {
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
  width: 33.33%;
  padding: 5px;
  max-height: 600px;
  object-fit: cover;
  object-position: top;
  
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content,
#caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {
    transform: scale(0)
  }
  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

.row {
  display: flex;

}





.contact {
  display: flex;
  justify-content: center;
  font-size: 200%;
}