/*
DESIGN BY:
   _____   __         .__  .__               __________              .__                
  /  _  \_/  |_  ____ |  | |__| ___________  \______   \_____   __ __|  |  __ __  ______
 /  /_\  \   __\/ __ \|  | |  |/ __ \_  __ \  |     ___/\__  \ |  |  \  | |  |  \/  ___/
/    |    \  | \  ___/|  |_|  \  ___/|  | \/  |    |     / __ \|  |  /  |_|  |  /\___ \ 
\____|__  /__|  \___  >____/__|\___  >__|     |____|    (____  /____/|____/____//____  >
		\/          \/             \/                        \/                      \/ ;
www.jellepaulus.nl
*/

:root {
  --MME1: #499b4a;
  --MME1: #2b5c2c;
  --MME1Dark: #1e4c1e;
  --MME2: #ff5252;
}

#splashTop {
  display: none;
  border: none;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  background: none;
  box-shadow: none;
  z-index: 10;
}

hr {
  border: 4px solid var(--MME1);
  opacity: 80%;
  border-radius: 4px;
}

div#background {
  background-image: url("img/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: center center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

body {
  font-family: "Baloo Chettan 2", cursive;
  margin: 0;
  padding: 0;
  font-size: 1.3rem;
}

.wrapper div {
  background: rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 32px 0 rgba(32, 44, 29, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  padding: 10px;
}
.wrapper div div {
  background: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0);
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
  border: 1px solid rgba(0, 0, 0, 0);
}

div.footnote {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  flex-direction: column;
}

@media only screen and (min-width: 768px) {
  #splashTop {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    background: transparent;
  }
}
@media only screen and (min-width: 1000px) {
  div.footnote {
    display: flex;
    flex-direction: row;
  }
  div.footnote > div {
    flex: 1;
    margin-right: 25px;
  }
  div.footnote > div:nth-of-type(2) {
    text-align: center;
  }
  div.footnote > div:nth-of-type(2) > ul > li {
    display: block;
  }
  div.footnote > div:last-of-type {
    padding-top: 20px;
    text-align: right;
  }
}

p::first-letter {
  font-size: 140%;
}

nav {
  border-radius: 4px;
}

nav > form {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.navContainer {
  padding: 10px;
  margin: 10px 0px;
}

div.wrapper {
  background: rgba(0, 0, 0, 0);
  display: block;
  max-width: 1080px;
  padding: 10px;
  margin: 0 auto;
}

h1 {
  margin: 2px;
  font-family: "Roboto", sans-serif;
}

ul {
  list-style-type: none;
  padding: 0 0 0 10px;
}
li {
  line-height: 180%;
  display: flex;
}

footer {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  margin: 10px 0;
}

div.footerMenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

div.footnote > p {
  line-height: 1em;
}

div.footnote > p::first-letter {
  font-size: 100%;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 0 auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

button {
  flex: 1;
  max-width: 500px;
  background-color: var(--MME1);
  border: none;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-size: 20px;
  border-radius: 4px;
  transition: all 0.3s;
  cursor: pointer;
  margin: 5px;
  padding: 10px;
}

button:hover {
  background-color: var(--MME1Dark);
}

button:active {
  box-shadow: 0 1px 2px 2px #333;
  border-radius: 4px;
  border: none;
  transform: translateY(4px);
}

button > span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.3s;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
}

@media only screen and (min-width: 500px) {
  button > span:after {
    content: "\00BB";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.3s;
  }
}

button:hover span {
  padding-right: 25px;
}

button:hover span:after {
  opacity: 1;
  right: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input {
  display: inline-block;
  vertical-align: baseline;
}

th,
td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  width: 100%;
}

th.request {
  min-width: 500px;
}

th {
  height: 50px;
  background-color: #4caf50;
  color: white;
}

tr {
  min-height: 50px;
}
tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:hover {
  background-color: #f5f5f5;
}

div.tableWrapper {
  margin: 0px;
  padding: 0px;
  overflow-x: auto;
}

.header-container {
  display: flex;
  flex-wrap: wrap;
}
.info {
  flex: 1;
  background-color: transparent;
}
.siteLogo {
  margin: auto 20px auto 10px;
}

div.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.left {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}

.left div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.upper div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.left > div > label {
  display: block;
  flex-basis: 100%;
}

.left > div > input {
  display: block;
  flex-basis: 100%;
}

.left > div > small {
  flex-basis: 100%;
}

.right {
  flex: 0.5;
}

.right > fieldset {
  margin: 0px 0px 5px 0px;
  border-radius: 10px;
}

.upper {
  flex-direction: column;
}

.upper > div > textarea {
  display: block;
  height: 200px;
  padding: 3px;
}

div.flex-container,
div.left,
div.right,
div.upper,
div.lower {
  background-color: transparent;
}

.lower > button {
  margin-top: 10px;
}

.phpError {
  display: flex;
  border: 2px solid var(--MME2);
  font-size: 2em;
  font-weight: 700;
  color: var(--MME2);
  padding: 0px 10px;
}

.error p {
  margin: 0;
}

.sent {
  display: flex;
  border: 2px solid var(--MME1);
  font-size: 2em;
  font-weight: 700;
  color: var(--MME1);
  padding: 0px 10px;
}

.sent p {
  margin: 0;
}

.formClient {
  display: block;
  width: 100%;
}

.SESSIONALERT {
  display: flex;
  border: 2px solid orange;
  font-size: 2em;
  font-weight: 700;
  color: orange;
  padding: 0px 10px;
}

.SESSIONALERT p {
  margin: 0;
}

div.modal {
  margin: 0;
}

.footBtn {
  margin: 5px;
  padding: 10px;
}

.apple {
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  margin: 0 5px 0 0;
}

.success {
  outline: 1px solid var(--MME1);
  -webkit-box-shadow: 0px 0px 5px 2px var(--MME1);
  -moz-box-shadow: 0px 0px 5px 2px var(--MME1);
  box-shadow: 0px 0px 5px 2px var(--MME1);
}
.error {
  outline: 1px solid var(--MME2);
  -webkit-box-shadow: 0px 0px 5px 2px var(--MME2);
  -moz-box-shadow: 0px 0px 5px 2px var(--MME2);
  box-shadow: 0px 0px 5px 2px var(--MME2);
}

a.social:hover > img {
  transform: scale(1.2);
  transition: 0.5s;
}

@media only screen and (max-width: 500px) {
  .right > fieldset {
    padding: 2px;
    font-size: 1rem;
  }

  body {
    font-size: 1.1rem;
  }

  .apple {
    font-size: 1.1rem;
  }
}
