* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}


.card.testimonial{
  display:grid;
  grid-template-columns: 80px 1fr;  
  gap:16px;
  align-items:center;
}

.card.testimonial .avatar{
  width:80px; height:80px;
  object-fit:cover;
  border-radius:50%;                
  border:3px solid #fff;
  box-shadow:0 4px 14px rgba(2,6,23,.15);
}

.card.testimonial .name{
  color:var(--muted);
  font-size:14px;
  margin-top:6px;
}

@media (max-width:600px){
  .card.testimonial{
    grid-template-columns:1fr;     
    text-align:center;
  }
  .card.testimonial .avatar{ margin:0 auto; }
}



body {
  background-image: url('fotos/Homepaginalogo.png.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 15px;
}

label {
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="text"] {
	padding: 10px;
	width: 100%;
	max-width: 400px; 
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
}

.submit-link {
	display: inline-block;
	margin-top: 10px;
	padding: 10px 20px;
	background-color: #007bff;
	color: white;
	text-decoration: none;
	border-radius: 5px;
}

.submit-link:hover {
	background-color: #0056b3;
}



.topnav {
  overflow: hidden;
  background-color: #001f4d;
}
.topnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:  #001f4d; /* optional */
  padding: 0 20px;
}

.topnav .logo img {
  display: block;
}

.topnav .nav-links a {
  color: white;
  text-decoration: none;
  padding: 14px 16px;
  display: inline-block;
}

.topnav .nav-links a:hover {
  background-color:  #003380;
  border-radius: 4px;
}


/* Create three equal columns that float next to each other */
.column {
  float: left;
  width: 33.3%;
  padding: 15px;
  background-color: #ffffff;
}

.column3 {
  float: left;
  padding: 15px; 
  width: 33.3%;
  height: 150px; 
  background-color: #e6f0ff;
}


.button-link {
  display: block;                  /* make it fill horizontally */
  padding: 20px; 
  width: 350px;
  height: 150px;                   /* take full height of box */
  background-color: #ffffff;       
  text-decoration: none;
  border-radius: 25px;             
  font-size: 20px;
  color: black;
  font-weight: bold;
  text-align: center;              
  line-height: 110px;              
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.button-link:hover {
  background-color: #0056b3;       
  color: white;
  transform: translateY(-5px);     
}

.column2 {
  float: left;
  width: 100%;
  padding: 0px;
  background-color: #ffffff;
}

/* columns op homepagina */
.row::after {
  content: "";
  display: table;
  clear: both;
  color: white;

}


/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
  .column {
    width: 100%;
  }
}

/* Style the topnav links */
.topnav a {
  float: right;
  display: block;
  color:#ffffff;
  text-align: center;
  padding: 30px 40px;
  text-decoration: none;
}

/* Change color on hover orange*/
.topnav a:hover {
  background-color:#003d99;
  color: white;
}

/* Style the content */
.content {
  background-color:#e6f0ff;
  padding: 20px;
  height: 600px;
}

/* Style the content */
.content2 {
  background-color:#e6f0ff;
  padding: 1px;
  height: 500px;
  text-align: center;
}

/* Style the footer */
.footer {
  background-color: #001f4d;
  padding: 15px;
  color: white;
}


#rcorners1 {
  border-radius: 25px;
  background: #ffffff;
  padding: 20px; 
  width: 350px;
  height: 150px; 
  transition: transform 0.3s ease-in-out;
  border: 2px solid #001f4d; 
}

#rcorners2 {
  border-radius: 25px;
  background: #ffffff;
  padding: 20px; 
  width: 350px;
  height: 150px; 
  transition: transform 0.3s ease-in-out;
  border: 2px solid #001f4d; 
}

#rcorners3 {
  border-radius: 25px;
  background: #ffffff;
  padding: 20px; 
  width: 350px;
  height: 170px; 
  transition: transform 0.3s ease-in-out;
  border: 2px solid #001f4d; 
}

#rcorners1:hover,
#rcorners2:hover,
#rcorners3:hover {
  transform: translateY(-8px);
}

.topnav a:hover {
  background-color:#003d99;
  color: #ffcc00; 
}

.topnav .nav-links a {
  position: relative; 
  transition: color 0.3s ease;
}

.topnav .nav-links a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffcc00;
  transition: width 0.3s ease-in-out;
}

.topnav .nav-links a:hover::after {
  width: 100%; 
}

.submit-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.submit-button:hover {
  background-color: #0056b3;
}


/* ✅ Borders only for actual boxes (no lines across page) */
#rcorners1,
#rcorners2,
#rcorners3,
.button-link,
.submit-button,
/*.content,*/
.content2 {
  border: 2px solid darkblue;   /* dark blue border */
}
.vraag-box img{
  display:block;
  float:none !important;
  margin:0 auto 12px;
}
.vraag-box label{
  display:block;
  margin:6px 0;
}
.vraag-box h3{
  margin:8px 0 10px;
}

