@font-face {
  font-family: Catamaran;
  src: url("../fonts/Catamaran.ttf");
}
* {
  font-family: Catamaran, sans-serif;
}
a {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important; 
  text-decoration: none;
}

label {
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important; 
  text-decoration: none;
}
html, body{
  margin: 0px;
  padding: 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

:root {
  --font-color: #000000;
  --background-color: #dfdfdf;
  --theme-color-1: #e2af6b;
  --mals-blue: #5676E4;
}

.row {
  display: flex;
}
.form{
  width: 100%;
}

.form h3 {
  text-align: center;
}
.formWrapper {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  background: none; }
  
.form-control:active, .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #000; 
  }

#form-message-warning, #form-message-success {
  display: none; 
}
.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; 
}
.submitting {
  float: left;
  width: 100%;
  padding: 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000; 
}

.btn {
  border: none;
  border-radius: 0;
  font-size: 11px;
  letter-spacing: .2rem;
  text-transform: uppercase;
  border-radius: 30px !important; 
}
.btn.btn-primary {
  margin-top: 10px;
  border-radius: 15px;
  background: var(--theme-color-1);
  color: #000;
  -webkit-box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2);
  box-shadow: 0 15px 30px 0 rgba(77, 128, 228, 0.2); 
}
.btn:hover {
  color: #fff; 
}
.btn:active, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; 
}

.btn, .form-control {
  height: 40px;
  border-radius: 0; 
}

hr {
  height: 20px;
    width: 70%;
    background-image: radial-gradient(farthest-side at 50% -50%, rgba(0, 0, 0, 0.236), rgba(0, 0, 0, 0));
    position: relative;
    border: none;
}

.formCard {
  display: flex;
  justify-content: center;
  width: 30rem;
  border-radius: 10px;
  box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1% 2%;
  border: 1px solid #F7F7F9;
}

.form-group {
  display: flex;
  gap: 1rem;
  margin-bottom: 1rem; }

#contactForm{
  width: 100%;
}

p {
  margin:0px;
}


.container {
  margin: 10px;
}

.whiteFont {
  color: var(--font-color)!important;
}

.hiddenDiv {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
  display: flex;
}

.dropdown .btnNav {
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;  
  border: none;
  outline: none;
  color: var(--font-color);
  background-color: inherit;
  font-family: inherit;
  padding: 0px;
}

.dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--background-color);
  border-radius: 2%;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 1rem;
  }

.dropdown-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Navbar */
.nav {
  display: flex;
  height: 75px;
  padding: 0px 125px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  align-self: stretch;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: var(--background-color);
  position: relative;
  z-index: 100;
}
.nav a {
  display: flex;
  height: 100%;
  align-items: center;
}
.nav a p {
  color: black;
  font-weight: bold;
}
.navLogo {
  height: 80%;
}
.menu {
  display: flex;
  align-items: center;
  gap: 12px;
}

.navItem {
  color: var(--font-color);
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background-color: unset;
}

.navItem:active, .navItem:focus, .navItem:hover {
  background-color: unset;
}

/* Header */

header {
  display: flex;
  height: 603px;
  padding: 0px 125px;
  align-items: center;
  gap: 100px;
  background-image: url("../img/header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.headerText {
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    background-color: rgba(255, 255, 255, 0.555);
    padding: 1%;
    border-radius: 12px;
}
.headerText p {
  color: var(--font-color, #E3E3E3);
  font-style: normal;
  line-height: normal;
  width: 100%;
}

.slogan {
  font-weight: 400;
  font-size: 42px;
  white-space: nowrap;
}
.headerSub {
  width: 691px;
  height: 85px;
  font-family: Catamaran;
  font-size: 24px;
  font-weight: 500;
}
.line {
  width: 413px;
  stroke-width: 5px;
  stroke: var(--theme-color-1);
}

/* Header closing */
.headerBar {
  display: flex;
  padding: 15px 125px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  background: var(--background-color);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.changingText {
  color: var(--font-color);
  font-family: Catamaran;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.news {
  display: flex;
  padding: 75px 125px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
}
.cards {
    display: flex;
    padding: 20px 0px;
    justify-content: center;
    gap: 3%;
    align-items: center;
    align-self: stretch;
}
.card {
    display: flex;
    width: 362px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 10px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.cardHeader {
    height: 190px;
    align-self: stretch;
    border-radius: 5px 5px 0px 0px;
}
.cardHeader img {
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.cardContent {
    display: flex;
    height: 199px;
    padding: 10px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    border-radius: 0px 0px 5px 5px;
    border-right: 1px solid #F7F7F9;
    border-bottom: 1px solid #F7F7F9;
    border-left: 1px solid #F7F7F9;
    background: #FFF;
}
.cardTag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.cardButton {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--theme-color-1);
}
.cardButton p {
    color: var(--font-color);
    font-family: Catamaran;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    }
.cardTag p {
    font-family: Catamaran;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.cardReadMore {
    display: flex;
    padding: 2px 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: var(--theme-color-1);
}

.cardReadMore a {
    text-decoration: none;
}
.cardTitle {
    color: #000;
    font-family: Catamaran;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cardDescription {
    color: #000;
    font-family: Catamaran;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.cardReadMore p {
    color: var(--font-color);
    font-family: Catamaran;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.cardText {
    display: flex;
    height: 105px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
}

.footer {
    display: flex;
    height: 50px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    background: var(--background-color);
    margin-top: auto;
}

.footer p {
    color: var(--font-color);
    font-family: Catamaran;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cardsPage {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0px;
    flex-direction: row;
    justify-content: center;
    gap: 3%;
    align-items: center;
    align-self: stretch;
}

.cardPage {
    margin-bottom: 2rem;
}
.pagination {
    list-style: none;
    display: flex;
    gap: 15%;
    text-decoration: none;
    padding-left: 0px;
    justify-content: center;
}

.pagination li a {
    text-decoration: none;
    color: #000;
}

.singlePost {
    display: flex;
    padding: 75px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    align-self: stretch;
}

.singleTitle {
    color: #000;
    font-family: Catamaran;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.singleRow {
    display: flex;
    padding: 0px 125px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.singleMessage {
    display: flex;
    flex-direction: column;
    padding: 0px 125px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.lineContainer {
  width: 100%;
}

.centerText {
  display: flex;
  justify-content: center;
  padding: 1%;
  width: 100%;
}

.aboutMeWrapper {
  margin-top: 5rem;
  margin-bottom: 5rem;
  display: flex;
  justify-content: center;
}

.aboutMe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
  width: 50%;
}

.aboutMeText {
  flex: 1 1 100px;
}

.me {
  width: 150px;
  height: 150px;
  border-radius: 300%;
  overflow: hidden;
}

.me img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* nav mobiel */

.menuMobiel {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  margin-top: 74px;
  left: 0;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.menuMobiel > li {
  margin: 0 1rem;
  overflow: hidden;
  user-select: none;
  background-color: unset;
}

.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: '';
  margin-top: -8px;
}

.menu-button::after {
  content: '';
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

#menu-toggle ~ .menuMobiel li {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .menuMobiel li {
  border: 1px solid #333;
  height: 2.5em;
  padding: 0.5em 0em;
  transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -ms-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menuMobiel > li {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0.5em 0;
  width: 100%;
  color: var(--font-color);
  background-color: #222;
}
.menuMobiel > li:not(:last-child) {
  border-bottom: 1px solid #444;
}

@media screen and (min-width: 0px) and (max-width: 845px) {
.menu {
  display: none;
}
.singleRow {
  padding: 0px 5px;
}

.singleRow img {
  width: 100%;
  height: auto;
}

.nav {
  padding: 0px 5px;
}

header {
  padding: 0px 5px;
}

.headerText {
  gap: 0px;
}

.headerSub {
  font-size: 14px;
}
 
.singleMessage {
  padding: 0px 0px;;
}

.aboutMe {
  flex-direction: column;
}

.news {
  padding: 5px 10px;
}

.cards {
  flex-direction: column;
}

.aboutMe {
  width: 100%;
}

.menu-button-container {
  display: flex;
}
}

.alert {
  padding: 5px;
    font-weight: bold;
    background: lawngreen;
    border-radius: 8px;
}
.error {
  padding: 5px;
    font-weight: bold;
    background: red;
    border-radius: 8px;
}

.submit-btn {
  box-shadow: none!important;
}

.submit-btn:hover {
  color: #fff !important;
  background-color: #424242!important;
  cursor: pointer!important;
}