h1, h2, h3 {
    color: #003396;
}

html {
    width: 100%;
    height: 100%;
}

.btn {
    background-color: #003396;
    color: white;
    outline: 0 none;
    border: none;
}

.btn:hover, .btn:active {
    background-color: gray;
    outline: 0 none;
    border: none;
}

.btn:focus, .btn:active:focus {
    outline: 0 none;
    box-shadow: none;
    border: none;
}

body {
    padding-top: 50px;
}

.accent {
    font-weight: bold;
    font-style: italic;
}

hr.hr-stijl-1 {
    border: 0; 
    height: 1px; 
    background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
    background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}


/* navbar ------------------------------------------------------------- */

.navbar-brand span {
    color: #003396;
    font-weight: 500;
    font-size: 24px;
}
.navbar-brand span:hover {
    color: gray;
}
.navbar-brand a:hover {
    text-decoration: none;
    text-decoration-line: none;
}

.nav-link {
    font-size: 18px;
    font-weight: 500 !important;
}

/* jumbotron ---------------------------------------------------------- */

.jumbotron {
    background-image: url(../img/site/BannerLicht.jpg);
    background-color: lightblue;
    background-repeat: no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
}

.jumbotron .display-4 {
    font-weight: 400;
}

.jumbotron .lead {
    font-weight: 450;
}

.jumbotron .btn {
    height: 50px;
}

.jumbotron .btn-vierkant {
    height: 50px;
    width: 50px;
}

.jumbotron i.fab {
    font-size: 2em;
    margin-top: 2px;
    margin-left: 3px;
}

/* schoenreparatie ---------------------------------------------------- */

#schoenreparatie .schoenreparatie-item img.reparatie {
    margin-bottom: 15px;
    margin-right: 20px;
}
 
#schoenreparatie .schoenreparatie-fotos {
    text-align: center;
}
#schoenreparatie .groep-fotos {
    display: inline-block;
}

/* kinderschoenen ----------------------------------------------------- */

#kinderschoenen {
    padding-top: 20px;
}

#kinderschoenen .kinderschoenen-item {
    padding-top: 20px;
}

#kinderschoenen img {
    margin-bottom: 15px;
    margin-right: 20px;
}

#kinderschoenen .schoenen-groep-fotos {
    text-align: center;
}

#kinderschoenen .schoenen-fotos {
    display: inline-block;
}

#kinderschoenen .schoen-foto {
    height: 87px;
}

#kinderschoenen .outer-merken {
    text-align: center;
}

#kinderschoenen .inner-merken {
    display: inline-block;
    margin-bottom: 10px;
}

#kinderschoenen .merk {
    background-color: #003396;
    color: white;
    border: #003396;
    margin: 10px 20px 10px 0px;
    font-weight: 500;
    width: 150px;
}

#kinderschoenen .merk:hover {
    background-color:gray;
}

#kinderschoenen .merk:focus {
    border: none;
}

#kinderschoenen .merken .foto-schoen {
    width: 100%;
    margin-right: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* services ----------------------------------------------------------- */

#services {
    padding-top: 20px;
}

#services .services-item {
    padding-top: 0px;
}

#services .item {
    margin-top: 20px;
}

#services img {
    margin-top: 5px;
    margin-bottom: 10px;
}

/* contact ------------------------------------------------------------ */
#contact {
    padding-top: 20px;
}

#contact .contact-item {
    padding-top: 20px;
}
#contact img {
    margin-bottom: 15px;
    margin-top: 10px;
}

#contact p i {
    font-size: 1.25em;
}

#contact p a {
    color: #003396;
    font-weight: 500;
}
#contact p a:hover {
    text-decoration: none;
    text-decoration-line: none;
    color: gray !important;    
}

/* footer ------------------------------------------------------------- */

footer{
	background: #003396;
	color:#fff;
	padding: 30px 0 20px 0;
}

footer ul{
    margin: 0;
    padding: 0;
}

footer li{
	float:left;
	padding:0 10px 0 10px;
    list-style: none;
    font-weight: 300;
}

footer li.active {
    font-weight: 500;
}

footer li a:hover{
    color: rgb(180, 180, 180) !important;
    text-decoration-line: none;
}

footer a {
	color:#fff;
}

footer p{
    float: right;
    font-weight: 200;
}

.page-scroll{
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -webkit-transform;
	-moz-transition-duration: 1s;
	transition-property: -webkit-transform;
	transition-duration: 1s;}

/* MEDIA QUERIES ------------------------------------------------------ */
/* -------------------------------------------------------------------- */

@media(max-width: 990px) {

    #kinderschoenen img.schoen-foto-2 {
        display: none;
    }
}

@media(min-width: 990px) {
    .jumbotron .new-line-990 {
        display: none
    }

}

@media(min-width: 550px) and (max-width: 990px) {
    .jumbotron .new-line-550-990 {
        display: none;
    }
}

@media(max-width: 767px) {
    .display-min-767 {
        display: none;
    }

    .schoenreparatie-item img.reparatie-2 {
        display: none;
    }
    .schoenreparatie-item img.reparatie-4 {
        display: none;
    }

    #kinderschoenen img.schoen-foto-2 {
        display: none;
    }

    #kinderschoenen img.schoen-foto-4 {
        display: none;
    }

    /* footer horizontaal centreren */

    footer div.outerfooter {
        text-align: center;
    }
    footer div.innerfooter {
        display: inline-block;
    }

	footer p{
		float:none;
		text-align: center;
		padding-top:20px;
	}    

}

@media(max-width: 550px) {
    .display-min-550 {
        display: none;
    }

    .navbar-brand span {
        font-size: 18px;
    }

    .schoenreparatie-item img.reparatie-2 {
        display: none;
    }
    .schoenreparatie-item img.reparatie-3 {
        display: none;
    }
    .schoenreparatie-item img.reparatie-4 {
        display: initial;
    }

    #kinderschoenen img.schoen-foto-2 {
        display: none;
    }

    #kinderschoenen img.schoen-foto-3 {
        display: none;
    }

    #kinderschoenen img.schoen-foto-4 {
        display: none;
    }

}

@media(max-width: 450px) {

    .jumbotron h1 {
        font-size: 36px;
        font-weight: 500 !important;
    }

    .schoenreparatie-item img.reparatie-4 {
        display: none;
    }

    #kinderschoenen .merk {
        width: 110px;
        font-size: 16px;
    }
}



