﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

    
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}



#carouselBebouwingFoto {
    margin-left: 50px;
    margin-right: 50px;
}

.item img {
    margin-left: auto;
    margin-right: auto;
}

.carousel-control-prev,
.carousel-control-next {
    background: none;
    border: none;
    color: black;
}


.carousel-control-prev {
    margin-top: 0px;
    margin-left: -90px;
}

.carousel-control-next {
    margin-top: 0px;
    margin-right: -90px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: auto;
    width: auto;
/*    outline: black;
    background-size: 100%, 100%;
    border-radius: 50%;
*/    background-image: none;
}

    .carousel-control-next-icon:after {
        content: '>';
        font-size: 50px;
        color: black;
    }

    .carousel-control-prev-icon:after {
        content: '<';
        font-size: 50px;
        color: black;
    }


.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
    color: black;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.bg-custom-1 {
    background-image: linear-gradient(15deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.bg-custom-2 {
    background-image: linear-gradient(15deg, #ccdcff 0%, #e6eeff 70%);
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
.logo {
    width:100%;
    max-width: 160px;
}

@media (min-width: 992px) {
    
    
}


h1-c {
    font-size: 250%;
}

h2-c{
    font-size: 175%;
}

h3-c{
    font-size: 525%;
 }

.slidecontainer {
    width: 100%;
}

.slider {
    -webkit-appearance: none;
    width: 20%;
    height: 10px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider:hover {
        opacity: 1;
    }

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        width: 10px;
        height: 10px;
        background: #1861ac;
        cursor: pointer;
    }

div span {
    vertical-align:baseline;
}

.btn-link {
    vertical-align:baseline;
    padding-left:0;
}