/*
Theme Name: Get Praut
Theme URI: https://getpraut.nl/
Description: Get Praut - Thema
Author: Get Praut
Author URI: https://getpraut.nl/
Version: 1.0
*/

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone{margin:0}
.aligncenter,div.aligncenter{display:block;margin:5px auto 5px auto}
.alignright{float:right;margin:0 0 15px 15px}
.alignleft{float:left;margin:0 15px 15px 0}
.aligncenter{display:block;margin:5px auto 5px auto}
a img.alignright{float:right;margin:0 0 15px 15px}
a img.alignnone{margin:0}
a img.alignleft{float:left;margin:0 15px 15px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{max-width:100%}
.wp-caption.alignnone{margin:0}
.wp-caption.alignleft{margin:0 15px 15px 0}
.wp-caption.alignright{margin:0 0 15px 15px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:100%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}

/* Custom CSS
-------------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
 padding-top: 83px;
}

.nav-link:hover {
 border-bottom: 3px solid #f40b0b;
}

.logobreedte {
 width: 250px;
}

.bg-home {
 min-height: 600px;
 background-size: cover;
 background-image: url(img/mgtaxhome.jpg);
}

#diensten.container, #services.container, #dienstleistungen.container{
	padding-top:95px;
}

.diensticoonblokken {
 position: relative;
}

.diensticonen {
 margin-top: -120px;
}

.dienstblok {
 
}

.hometitelhoogte {
 min-height: 600px;
 align-items: center!important;
}

.bg-home h1, .bg-home h2 {
 text-shadow: 2px 2px 5px black;
}

.bg-home h2 {
 font-weight: 300;
}

.bg-home h1 {
 font-size: 3.5rem;
}

.btn-custom {
 background-color: #f40b0b;
 color: #ffffff;
}

.btn-custom:hover {
 color: #ffffff;
}

.bg-contact {
 background-color: #efeeee;
}

.footerlink a {
 color: #000000;
}

.centreermiddenver {
 display: flex;
 align-items: center;
}

@media screen and (max-width: 781px) {
	.tekstmidden{
    text-align: center;
	}
}