@font-face {
  font-family: Graphik-regular;
  src: url(font/Graphik-Regular-Web.ttf);
}

@font-face {
  font-family: Graphik-light;
  src: url(font/Graphik-Light-Web.ttf);
}

@font-face {
  font-family: Graphik-medium;
  src: url(font/Graphik-Medium-Web.ttf);
}

@font-face {
  font-family: Graphik-semibold;
  src: url(font/Graphik-Semibold-Web.ttf);
}

h1 {
    font-family: Graphik-regular;
    font-size: 55px;
    padding: 10px;
}
h2 {
    font-family: Graphik-regular;
    font-size: 24px;
    padding: 20 0 20 0px;
}

h3 {
    margin: 10px;
}

h5 { 
    font-family: Graphik-medium;
    font-size: 25px;
}

p {
    font-family: Graphik-light;
    font-size: 15px;
}


body {
    font-family: Graphik-light;
    font-size: 20px;
}

a:hover {
    
    color: dimgray;
}

a {
    color: inherit;
}




.bold {
    font-family: Graphik-medium;
}

.logo-top {
    color: #211b5a;
}

.logo-header {
    height: 40px;
}

.logo-header-txt {
    padding-left: 5px;
    color: #211b5a;
}

/* --------- NAVIGATION BAR ------------ */

.navbar-nav {
    font-family: Graphik-semibold;
    text-transform: uppercase;
    color: #F4F0EF;
    float:none;
    margin:0 auto;
    display: block;
    text-align: center;
    font-size: 16px;
}

.navbar-nav > li {
    display: inline-block;
    float:none;
}

.nav-item {
    padding: 5px;
}

.navbar-custom {
    background-image: radial-gradient(circle, white, white );
}


/*
.navbar-collapse {
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}
 */

/* .navbar {
    position: absolute;
    top:0;
    right: 0;
    z-index: 900;
}

 .tp-nav {
    position: relative;
}
*/

/* --------- ALGEMEEN------------ */

/*
#bg-home {
    background-image: url(images/Home/images/Headerphoto.jpg); 
    display: table;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-size: cover;;
    background-position: center top;
    background-repeat: no-repeat;
   
} 
*/


#videoBox{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    min-height: 100vh;

}
   
#homeVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    min-width: 100%;
}


.header-section {
    padding: 400px 50px 80px 50px;
}

.highlight-text {
    background-color: rgba(13, 47, 82, 0.3);
    color: white;
    text-align:left;
    padding: 5px;
}

.horizontal-section {
    margin: 50px 0px;
}

.btn-prop {
    border: 2px solid white;
    background-color: transparent;
    color:white;
    font-family: Graphik-regular;
    font-size: 25px;
    padding: 15px;
    margin-left: 10px;
}

.btn {
    background-color: #211b5a;
    color: whitesmoke;
    font-family: Graphik-medium;
}

.btn:hover {
    background-color: transparent;
    color:#211b5a;
    font-family: Graphik-medium;
    border: 2px solid #211b5a;
}

.txt-25 {
    font-size: 25px;
}

.txt-30 {
    font-size: 30px;
}

.image-row .row .col-4{
   padding: 0;
}

.img-image-row{
    width: 100%;
    float: left;
    padding: 0;
}

/* --------- ICONS ------------ */

.icon1{
    height:180px;
}

.icon {
    height: 150px;
       
}

/* --------- WERKWIJZE ------------ */

ul {
  list-style: none;
  padding: 0;
}


.werkwijze-list li:before {
    font-family: 'Material Icons';
    content: '\e5ca';
    margin-right: 10px;
    color: #211b5a;
}

#img-werkwijze {
    margin-top: 48px;
}

.werkwijze-list li {
    font-size: 15px;
}

/* --------- MIJN KLANTEN ------------ */

.kopje {
    font-weight: bold;
    margin-bottom: 20px;
}

.bg-grey {
    background-image: linear-gradient(to right, lightgrey, white);
    margin-top: ;
    padding: 60px 0px;
    
}

.bg-white {
    background-color: whitesmoke;
    margin-top:px;
    padding: 60px 0px;
}

.review-photo-bggrey {
    height: 300px;
    border-radius: 50%;
    border: 2px solid white;
}

.review-photo-bgwhite {
    height: 300px;
    border-radius: 50%;
    border: 2px solid gray;
}


/* --------- OVER MIJ ------------ */

.img-text-left {
    border-bottom-left-radius:40px;
    width: 100%;
    margin-top:;
}

.img-text-right {
    border-bottom-right-radius:40px;
    width: 100% ;
}

#img-faab-over-mij {
    margin-top: 75px;
}

.carousel img{

    z-index: 1000;
}

.carousel-control { 
    background-image:none !important; 
}

.carousel-item {
    height: 520px !important;
}

/* --------- TARIEVEN ------------ */

.btn-tar {
    background-color: transparent;
    color:#062F59;
    font-family: Graphik-medium;
    border: 2px solid #211b5a;
}

.btn-tar:hover {
    background-color: #211b5a;
    color: white;
    border: none;
}

.btn-tar:focus {
    border: none;
}

.card {
   box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

#img-text-left-tarieven {
    margin-top: -25px
}


/* --------- CONTACT ------------ */

.contact {
    color: dimgrey;
    margin-top: 50px;
    
}

.img-contact {
    width: 100%;
}

.contact p {
    font-size: 20px;
}


/* --------- FOOTER ------------ */

footer {
    
    background-image: linear-gradient(to bottom, #110f30, #232127);
 
}

.logo-footer {
    height: 150px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.text-footer {
    color: whitesmoke;
    padding-bottom: 7px;
}

.fab {
    color: whitesmoke;
    padding: 10px;
    
}

.fab:hover{
    color: #232127;
    opacity: 0.7;
}

.fab-dark {
    color: dimgray;
}

.contactverzoek {
    
    color: whitesmoke;
}

.input-contactverzoek {
    border-radius: 6px;
    padding: 8px 15px;
    border: 1px solid whitesmoke;
}

.btn-contactverzoek {
    color: whitesmoke;
    margin: 12px 0px;
    border-radius: 6px;
    border: 1px solid whitesmoke;
    background-color: transparent;
    padding: 6px 15px ;
    
}

