img{
        max-width: 100%;
        max-height: 80%;
        display: block; /* remove extra space below image */
    }
	
h1 {
    font-weight: 900;
    font-size: 3rem;
}

h2 {
    font-weight: 900;
    font-size: 2rem;
}

h3 {
    font-weight: 500;
    font-size: 1.5rem;
}

small {
    font-size: 1.75rem;
    font-weight: 200;
}

titel{
	font-size: 0.8rem;
}

.coursetitle {
    padding: 10px 50px;
}

.display-4 {
    font-weight: 900;
	font-style: bold;
	
}
a.white {
	 color: #FFFFFF;
	 text-decoration: underline;
}

.bg-light {
    background-color: white !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #000033;
    padding-top: 20px;
    padding-left: 50px;
}
#navbar{
    position: relative;
  bottom: 0px;
  height: 52px;
  text-align: right;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  transform: translate(-0%, -0%);
}
.navbar-nav > li {
    display: inline-block;
    float:none;
    padding: 5px;
}
.nav-link {
    color: #000033;
    padding-left: 30px;
}

.main {
    font-family: 'Poppins', sans-serif;
    color: #000033;
    padding-bottom: 50px;
    word-break: normal;
}



/* responsiveness */

/* Large desktops and laptops */

@media (min-width: 1200px) {
    .main {
        padding-left: 100px;
        padding-right: 100px;
    }

    .display-4 {
        font-weight: 900;
    }
}

/* Landscape tablets and medium desktops */

@media (min-width: 992px) and (max-width: 1199px) {
    .main {
        padding-left: 70px;
        padding-right: 70px;
    }

    .display-4 {
        font-weight: 800;
    }
}


/* Portrait tablets and small desktops */

@media (min-width: 768px) and (max-width: 991px) {
    .main {
        padding-left: 50px;
        padding-right: 50px;
    }

    .display-4 {
        font-weight: 600;
    }

    .coursetitle {
        padding: 10px;
    }

    .col-md-8 {
        padding: 10px;
    }

    .blockquote {
        padding: 0px;
        font-size: 1rem;
    }

    .blockquote-footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-body {
        font-size: 0.9rem;
    }

    h5 {
        font-size: 1rem;
    }

    small {
        font-size: 1.2rem;
    }
}


/* Landscape phones and portrait tablets */

@media (max-width: 767px) {
    .main {
        padding-left: 30px;
        padding-right: 30px;
    }

    h1 {
        font-weight: 500;
        font-size: 2rem;
    }

    .display-4 {
        font-weight: 500;
        font-size: 3rem;
    }

    .coursetitle {
        padding: 10px;
    }

    .blockquote {
        padding: 0px;
    }

    .blockquote-footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .card-body {
        font-size: 0.5rem;
    }

    h5 {
        font-size: 1.1rem;
    }

    small {
        font-size: 1.2rem;
    }
}


/* Portrait phones and smaller */

@media (max-width: 480px) {
    .main {
        padding-left: 10px;
        padding-right: 10px;
    }

    .coursetitle {
        padding: 0px;
    }

    small {
        font-size: 1.5rem;
        font-weight: 100;
    }

    .lead {
        font-size: 1rem;
    }

    .row {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .container-h2 {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .card-body {
        font-size: 1rem;
    }

    h5 {
        font-size: 1.5rem;
    }

}


/* headers */
.jumbotron {
    background-color: white;
    padding-left: 0px;
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    border-radius: 0px;
}

.jumbotron-fluid--overOns {
    color: #000033;
    font-family: 'Poppins', 'sans-serif';
    padding-bottom: 0px;
}

.jumbotron-fluid--korsakov {
    background-image: url('../img/korsakov_header.jpg');
    color: #ffffff;

}

.jumbotron-fluid--artrose {
    background-image: url('../img/artrose_header.jpg');
    color: #ffffff;

}

.jumbotron-fluid--oog {
    background-image: url('../img/oogaandoeningen_header.jpg');
    color: #ffffff;

}

.container {
    text-align: left;
    padding: 20px;
    font-size: 1.15rem;
}

.container-overzicht {
    text-align: left;
    padding: 20px;
    font-size: 1.15rem;
}

/* icons */

.fa-sort-down {
    padding-left: 5px;
}

.fa-clock {
    color: orangered;
    font-size: 1.25rem;
    padding-right: 10px;
}

.fa-trophy {
    color: goldenrod;
    font-size: 1.25rem;
    padding-right: 10px;
}

.fa-check {
    color: mediumseagreen;
    font-size: 1.25rem;
    padding-right: 10px;
    padding-left: 25px;
}

.fa-star {
    color: gold;
    font-size: 1.25rem;
    padding-right: 10px;
}

.fa-li {
    margin-left: -1.5rem;
    position: absolute;
    line-height: inherit;
}

.fa-circle {
    padding-left: 25px;
}

.fa-arrow-up {
    padding: 20px;
}

/* thumbnail */

.img-thumbnail {
    padding: 20px;
    border: none;
}

.rounded-circle {
    padding: 10px;
}

/* footer icons */

.fa-facebook {
    color: #d4edfc;
    font-size: 2rem;
}

.fa-linkedin {
    color: #d4edfc;
    font-size: 2rem;
}

.fa-instagram {
    color: #d4edfc;
    font-size: 2rem;
}

/* coursepage */

.container-h2 {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 2rem;
}

.card-deck {
    padding-bottom: 30px;
	
}
.card-deck2 {
	padding-bottom: 30px;
	flex-flow: row wrap;
	
	
    
    
    
	display: flex;
}

.card {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
	max-width: 500px;
	
}
.card2 {
    margin-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
	margin-right: 25px;
	max-width: 500px;
	    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
	
}

.card-footer {
    background-color: #ffffff;
    border-style: none;
}

.btn-primary {
    font-weight: 500;
    color: #ffffff;
    background-color: #034170;
    border-color: #034170;
}

.btn-success {
    font-weight: 500;
    color: #ffffff;
    background-color: lightseagreen;
}
.btn2{
	position: absolute;
  top: 10%;
  left: 10%;
  transform: translate(-75%, -25%);
  -ms-transform: translate(-75%, -25%);
  background-color: #555;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

/* grid coursepage */

.row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.text {
	width: 100%;
}

.col-sm-8 {
    font-size: 1rem;
    padding-right: 20px;
}

.col-sm-4 {
    color: #034170;
    padding-left: 20px;
}

/* blockquote */

.blockquote {
    font-size: 1.25rem;
    font-weight: 200;
    background-color: #d4edfc;
}

.blockquote-footer {
    padding-top: 20px;
}

/* footer */

.footer {
    font-family: 'Poppins', sans-serif;
    background-color: #05121F;
    color: #d4edfc;
    padding: 30px 70px;
}
