:root{
  --a: #0B0C10;
  --b: #1F2833;
  --c: #C5C6C7;
  --d: #66FCF1;
  --e: #45A29E;
}

body {
  margin: 0;
  padding: 0;
}

.body {
  background-color: var(--b);
  color: var(--c);
}

section{
  width: 100%;
  overflow: hidden;
  background: var(--b);
}

.spacingtop {
  margin-top: 200px;
}

section h1 {
  width: 100%;
  text-align: center;
  font-family: sans-serif;
  margin: 0;
  padding: 50px 0;
  text-transform: uppercase;
}

h1 {
  color: var(--e);
  font-size: 4em;
}

h2 {
  color: var(--e);
  text-align: center;
}

p {
  color: var(--c);
  font-size: 1.2em;
  text-align: center;
}

a {
  color: var(--e);
}

a:hover {
  color: var(--d);
}

/* Custom navbar */

.navbar {
    background-color: var(--a);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.custom-button {
  color: var(--c);
  border: 1px solid var(--e);
  font-size: 18px;
  height: 40px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.custom-button:hover {
  border-color: var(--e);
  background-color: var(--e);
  color: var(--a);
}

.custom-logo {
  margin-left: 15px;
  margin-right: 15px;
  height:40px;
}

/* Landing section */

.landing_container {
  position: absolute;
  top: 45%;
  transform: translateY(-55%);
  text-align: center;
}

.landing_h1 {
  color: var(--e);
  text-shadow: black 1px 0 10px;
  font-size: 4em;
  text-transform: uppercase;
}

.landing_p {
  color: var(--e);
  text-shadow: black 1px 0 10px;
  font-size: 1.5em;
  text-transform: uppercase;
}

.landingsection{
  height: 100vh;
}

.landing_text {
  top: 50%;
  transform: translateY(-50%);
  color: var(--c);
  font-size: 8em;
}

.fullscreen {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: left center;
}

/* Projecten */

.card {
  background-color: var(--a);
}

.btn-portfolio {
  background-color: var(--e);
  color: var(--a);
}

.btn-portfolio:hover {
  background-color: var(--d);
}

/* Foto's */

/* .grids_foto {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0;

}

.top_margin {
  margin-top: 15px;
}

.fotos {
  width: 100%;
  margin-top: 15px;
  border-radius: 10px;
}

.show2 {
  display: none;
}

.grid-container {
  display: grid;
  grid-template-columns: 350px auto auto auto 350px;
  padding: 5px;
}

.grid-item {
  padding: 10px;
}

.buttonloadmore {
  color: var(--a);
  background-color: var(--e);
  font-size: 18px;
  height: 40px;
}

.buttonloadmore:hover {
  background-color: var(--d);
  color: var(--a);
} */

/* Contact */

.grids_contact {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 50px 0;
}

/* Footer */

.footer-basic {
  padding:40px 0;
  background-color: var(--a);
  color: var(--c);
}

.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}

.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:inherit;
  opacity:0.75;
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:10px;
  text-align:center;
  color: var(--c);
  font-size: 0.8em;
  margin-bottom:0;
}

@media only screen and (max-width: 1000px) {
    .banner_info {
        height: 25vh;
    }

    .inside_container {
      min-height: 300px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-button {
      background-color: var(--a);
      border-color: var(--e);
    }
}

@media only screen and (max-width: 1400px) {
    .grid-container {
      display: grid;
      grid-template-columns: 0.5px auto auto auto 0.5px;
      padding: 5px;
    }
}

@media only screen and (min-width: 2000px) {
    .grid-container {
      display: grid;
      grid-template-columns: auto 400px 400px 400px auto;
      padding: 5px;
    }
}
