html {
  background-image: url("../nav/waves.jpg");
  scroll-behavior: smooth;
  
  background-repeat: no-repeat;
  background-size:cover ;
}

body {
  font-family: 'Roboto', sans-serif;
  align-items: center;
  margin-top: 10px;
  margin-left:auto;
  margin-right: auto;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.6);
  color: #222222;
  max-width: 1093px;
  width: 100%;  
  align-self: center;
}
.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.container {
  align-content: center;
  position: relative;
  margin-left: 0;  
  margin-right:-10px;
}

.header {
  margin-bottom: 2rem;
  padding: 1rem;
  text-align: center;
}

.carousel-inner {
  position: relative;
  text-align: center;
  z-index: -1;
  opacity: 1;
  
}

/** te gebruiken voor de tekst in carousel **/
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 1;
}

.embed-responsive-item {
  position: relative;  
}

/**
.form-group {
  position:absolute;
  right:20px;
  top: 150px;
  max-width:300px"
}

.form-group input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}

.form-group button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

.form-group button:hover {
  background: #0b7dda;
}

.form-group::after {
  content: "";
  clear: both;
  display: table;
}
**/

/* start navigation */

.navbar  {  
  width: auto;  
  height: 52px;
  line-height: 218%; 
  padding-top:0px;
  padding-bottom: 0px;
  padding-left: .4rem;
  padding-right: .4rem; 
  text-align: left;  
  height: 56px;
  border-bottom-style: solid;
  border-color:rgba(255, 255, 255, 0);
}

.navbar-toggler-icon {
  height: 40px;
  width: 40px;
  border: 0px;
  position: relative;
  top: auto;
  left: 0px;
  margin: 0 ;
}

.navbar-brand {
  margin-bottom:10px;
  margin-right: 5px;
  margin-left: 0px;
  margin-right: 20px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  align-content: left;  
}

.navbar-collapse.show {
  width: 15rem;
  background-color: rgba(black, 0.5);
}

.navbar-nav li {
  padding-right: 5px;  
}

.navbar dropdown-item.show {
  background-color: rgba(255, 255, 255, 0.8);
}

.navbar dropdown-menu {   
  text-align: left;
  min-width: 15rem;
  background-color: rgba(255, 255, 255, 1);
}

.navbar-collapse.show {  
  background-color: rgba(255,255,255,0.9);  
}

/* volgorde van a niet veranderen */
/* unvisited link */
.navbar-nav a {
  text-decoration: none;
  color: black;
  background-color: white;
  border-bottom-style: solid;
  font-weight: bold;
  font-size: 1.2em;
  border-color:  rgba(206, 202, 202, 0.7);
  
}

/* visited link doen we in javascript*/
.navbar a:visited {
  text-decoration: none;
  color: black;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom-style: solid;
  border-color:  rgba(206, 202, 202, 0.7);
}

/* mouse over link */
.navbar-nav a:hover {
  text-decoration: none;
  color: white;
  background-color: red;
  border-bottom-style: solid;
  border-color: royalblue;
}

.navbar-toggler {
  font-size: 1rem;
}

/* selected link */
.n-avbar a:active  {
 /* text-decoration: none;
  color: black;*/
  color: black;
  background-color: rgba(206, 202, 202, 0.7);
  border-bottom-style: solid;
  border-color: royalblue;
} 

/*-- end Navigation --*/

h1 {
  text-align: center;
  font-size: 1rem;
}

table.main {
  margin-top: 1rem;
}

ul {
  margin-top: 0px;
}

.left-100{
  padding-left: 200px;
  }

/* begin nav */
nav a {
  font-size: 1em;

}
/* nav p {
			 font-family:verdana;
			 font-size:0.85em;
			 font-weight: bold;
       vertical-align:top;
       text-align: left;
       color:black;
       margin-top: 10px;
       text-indent: -13px;
       margin-left: 5px;      
}


/* volgorde van a niet veranderen */
/* unvisited link */
nav a:link {
			 text-decoration: none;
       color: black;
       margin-bottom: 0px;      
}

/* visited link */
nav a:visited {
  text-decoration: none;
  color: black;
}

/* mouse over link */
nav a:hover {
  text-decoration: none;
  color: black;
  background-color: gainsboro;
}
/* selected link */
nav a:active {
  text-decoration: none;
  color: black;
} 

/* hierna alles in main */
 
main {
  height:30%;
  font-size:1em;			 
  vertical-align:top;
  color:black;
  
}

main hr.dark-100 {
  border-top: 1px solid black;
  width: 100%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

main h3 {
    font-size:1em;
    font-weight: bold;
    margin-top:10px;
    margin-bottom:10px;
}

main p {
     text-align:left; 
     line-height: 1.1em;
     margin-top:0;
     margin-left: .5em;
     margin-bottom:1.5em;
     }

/* volgorde van a niet veranderen */
/* unvisited link */
main a:link {
  text-decoration: underline;
  color: black;
}

/* visited link */
main a:visited {
text-decoration: underline;
color: black;
}

/* mouse over link */
main a:hover {
text-decoration: underline;
color: black;
}
/* selected link */
main a:active {
text-decoration: underline;
color: black;
}

main img {
  border: 1px solid #009933;
  margin: 2px;  
}

main p {
  text-align: left;  
  margin-left: 2px;
}
/* einde Main */

/* begine Footer */
footer hr {
  position: relative;

  width: 100%;
  border-top: 2px solid #d5d5d5;  
  margin-top: 10px;
  margin-left: 20px;
}
footer {  
  position: relative;
  font-size:0.7em;  
  padding-top: 10px;  
  padding-bottom: 10px;	 
	vertical-align:top;
  color:white;
  width: auto;  
  background-color: rgba(0, 0, 0, 0.2);
  
}

footer .row {  
  margin-top: -15px;
  margin-bottom: -25px;  
	vertical-align:top;
  color:white;
  width: 100%;
}

/* volgorde van a niet veranderen */
/* unvisited link */

footer a p {
  padding-top: -15px;
  padding-bottom: -15px;
}

footer a:link {
  text-decoration:none;  
  color:white;
}
/* visited link */
footer a:visited {
  text-decoration:none;
  color:white;
}

/* mouse over link */
footer a:hover {
  text-decoration:none;
  color:black;
}
/* selected link */
footer a:active {
  text-decoration: none;
  color:White;
}


/*---Media Queries --*/
/*---Extra small devices (portrait phones, less than 576px) No media query since this is the default in Bootstrap--*/

/*---Small devices (landscape phones, 576px and up)--*/
@media (max-width: 576px) {
  body {
    max-width: 576px;
    margin: 0px;
  }

  .carousel-inner  {
    max-width: auto;
    height: auto;
  }

  .header {
    height: 144px;
  }
  .header img {
    width: 200px;
  }
  .header h4 {
    font-size: 1.1em;
  }
  .form-group {
    top: 115px;
  }
  footer a p hr{
    padding:-1rem;
    margin: -1rem;
    font-size: small;
  }
  
}


/*---Media Queries --*/
/*---Extra small devices (portrait phones, less than 576px) No media query since this is the default in Bootstrap--*/

/*---Small devices (landscape phones, 576px and up)--*/
@media (max-width: 576px) {  
  h4 {
    font-size: medium;
  }
  p a {
    font-size: small;
  }
  .column {
    width: 100%;
  }

}

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 40%;
  }
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  width: 100%;
  height: 60%;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#fixed {
  background-image: url('img/mac.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/
