/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

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

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

/*.navbar-default .navbar-brand {*/
    /*color: #34495e;*/
    /*line-height: 24px;*/

/*}*/

/*.navbar-brand {*/
    /*display: inline-block;*/
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    /*font-size: 36px;*/
    /*line-height: 32px;*/
    /*margin-left: 5px;*/
    /*vertical-align: bottom;*/
    /*color: #34495e;*/
    /*padding: 15px 15px;*/
    /*font-weight: 400;*/
/*}*/

.navbar-brand {
    font-size: 36px;
    font-weight: 400;
}

.navbar-brand img {
    margin-left: 15px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.topnav {
}

.contactgegevens {
    background-color: #F56400;
}

.col-4 {
    width: 33.33%;
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

/*.navbar-nav {*/
    /*font-family: "Raleway";*/
    /*font-size: 16px;*/
    /*font-weight: normal;*/
    /*!*padding: 15px 25px 15px 25px;*!*/
/*}*/

/*.navbar-toggle {*/
    /*margin-right: 30px;*/
/*}*/

.lead {
    font-size: 16px;
    font-weight: 300;
}

.section-heading {
    font-weight: 400;
}

/* Heading */
.heading {
    z-index: 1;
    position: relative;
    text-align: center;
    margin-bottom: 80px;
}

@media(max-width:767px) {
    .heading {
        margin-bottom: 50px;
    }
}

.heading:after {
    left: 50%;
    height: 3px;
    width: 50px;
    content: " ";
    bottom: -35px;
    margin-left: -25px;
    position: absolute;
    background: #444;
}

.heading h2 {
    font-size: 40px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #444;
}

.heading p {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #8693a7;
}

/* Team Members */
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.team-members .team-avatar {
    position: relative;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    background: rgba(129, 129, 129, 0.1);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-members .team-desc h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #fff;
}

.team-members .team-desc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.team-members:hover .team-avatar:after {
    background: rgba(47, 60, 72, 0.5);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.carousel-caption a {
    color: white;
}

.intro-section {
    padding: 40px;
}

.intro-message {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}

.intro-message > h1 {
    font-weight: bold;
    margin: 0;
    font-size: 5em;
    font-size: 30px;
}

.intro-message > p {
    margin-top: 20px;
}

@media(max-width:767px) {
    .intro-section {
        padding-top: 20px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .intro-message {
        padding-bottom: 15%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section {
    padding: 40px 0;
}

.content-section:nth-of-type(odd) {
    background-color: #f8f8f8;
}

.content-section:nth-of-type(even) {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.contact td {
    padding: 10px;
    font-weight: 300;
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

footer a {
    color: #707070;
}