@import url("https://fonts.googleapis.com/css?family=Alata&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
/*Variabelen */
html,
body {
  height: 100%;
}

body {
  background-color: white;
  font-family: "Alata", sans-serif;
}

.navbar img {
  max-width: 200px;
}

.navbar-custom {
  background-color: #000000;
}

/* change the link color */
.navbar-custom .navbar-nav .nav-link {
  color: white;
}

/* change the link hover color*/
.navbar-custom .navbar-nav .nav-link:hover {
  color: #d8a55d;
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
  color: #d8a55d;
}

nav a {
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
}

/* Set the border color */
.custom-toggler.navbar-toggler {
  border-color: white;
}

/* Setting the stroke to green using rgb values (0, 128, 0) */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*BUTTON*/
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
  background-color: black !important;
  border-color: #d8a55d !important;
  color: white !important;
  width: 15rem;
  border: none !important;
}

.btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-style: solid !important;
  border-color: #d8a55d !important;
}

#VolgMijOpsocialMedia {
  color: white;
}

/*MAIN*/
#mainbiografie .btn-primary {
  border-color: #d8a55d;
  border-radius: 0;
}

#mainbiografie .btn-primary,
#mainbiografie .btn-primary:active,
#mainbiografie .btn-primary:visited {
  background-color: black !important;
  color: white !important;
  width: 33.5rem;
  border: none !important;
}

#mainbiografie .btn-primary:hover {
  background-color: white !important;
  color: black !important;
  border-style: solid !important;
  border-color: #d8a55d !important;
  height: 100%;
  width: 100%;
}

#mainbiografie .btn:focus,
#mainbiografie .btn:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*ANIMATIONS HOME PAGE*/
/* ----------------------------------------------
 * Generated by Animista on 2020-1-24 19:28:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadein {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

/*BIOGRAFIE PAGE ANIMATIONS */
/* ----------------------------------------------
 * Generated by Animista on 2020-1-24 19:33:56
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slideinright {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(1, 0, 0, 1) both;
          animation: slide-in-right 0.5s cubic-bezier(1, 0, 0, 1) both;
}

/*2e BUTTON ANIMATION */
/* ----------------------------------------------
 * Generated by Animista on 2020-1-24 19:37:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slideinright2 {
  -webkit-animation: slide-in-right 0.7s cubic-bezier(1, 0, 0, 1) both;
          animation: slide-in-right 0.7s cubic-bezier(1, 0, 0, 1) both;
}

/*3e BUTTON ANIMATION */
/* ----------------------------------------------
 * Generated by Animista on 2020-1-24 19:37:9
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
            transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.slideinright3 {
  -webkit-animation: slide-in-right 0.9s cubic-bezier(1, 0, 0, 1) both;
          animation: slide-in-right 0.9s cubic-bezier(1, 0, 0, 1) both;
}

/*HAUTE COUTURE PAGE*/
#mainHautCouture .gfg {
  width: auto;
  text-align: center;
  padding: 20px;
}

#mainHautCouture img {
  max-width: 50%;
  height: auto;
}

/*MAIN HOMEPAGE*/
/* Container holding the image and the text */
main {
  /* Centered text */
}

main .fotoHomePage {
  max-width: 100vw;
  position: relative;
  text-align: center;
  color: white;
}

main .centered {
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

main .transparantLogo {
  max-width: 50%;
}

/*Foto's page*/
/*Contact Page */
#contactMain input {
  border-radius: 0;
  border-color: #d8a55d;
  font-size: 0.9rem;
}

#contactMain p {
  font-size: 0.9rem;
}

#contactMain textarea {
  border-radius: 0;
  border-color: #d8a55d;
  font-size: 0.9rem;
}

#contactMain input:focus,
#contactMain .input:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#contactMain textarea:focus,
#contactMain .textarea:active {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*FOOTER */
footer {
  color: #d8a55d;
  background-color: black;
}

footer a {
  color: #d8a55d;
}

footer a:hover {
  color: #d8a55d;
}

footer #copyrightFooter {
  background-color: white;
  color: black;
  font-size: 0.7rem;
}

footer #copyrightFooter a {
  color: black;
}

.afspraak {
  font-weight: bold;
}

input {
  width: 20rem;
  border-radius: 0;
  border: solid 2px #d8a55d;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

input:focus {
  outline: none;
}

textarea {
  width: 20rem;
  height: 10rem;
  border-radius: 0;
  border: solid 2px #d8a55d;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}

textarea:focus {
  outline: none;
}

.contactButton {
  border-radius: 0;
  width: 20rem;
  background-color: #000000;
  color: white;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.contactButton:hover {
  border-radius: 0;
  border: solid 2px #d8a55d;
  width: 20rem;
  background-color: #ffffff;
  color: black;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
/*# sourceMappingURL=screen.css.map */