/*

Template 2075 Digital Team

http://www.tooplate.com/view/2075-digital-team

*/

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    position: relative;
  }

html, body {
     width: 100%;
     overflow-x: hidden;
  }

/* Typography */

a {
  color: #21ba45;
}

h1, h2, h4 {
  font-weight: bold;
  letter-spacing: 2px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.heading {
  font-size: 20px;
}
.subheading {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 60px;
}
.bold {
  font-weight: bold;
}

p {
  line-height: 28px;
  font-size: 15px;
}

a {
  outline: none !important;
}

/* Page layout */

hr {
  width: 180px;
  border-color: #CCC;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

#navigation {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
}

.section-title {
  text-align: center;
}

.section-title strong {
	color: #21ba45;
  	font-size: 56px;
}

.section-title h1 {
	font-size: 24px;
}

.section-title {
  padding-bottom: 32px;
}

.medium-icon {
  font-size: 32px !important;
}

.space-below {
  padding-bottom: 32px;
}

.grey-bg { background-color: #f6f6f6;}
.white-bg { background-color: #ffffff;}
.blue-bg {
  background: #3B3B3B;
  color: #ffffff;
}

.lightup {
  padding: 28px;
  position: relative;
  transition: all 0.4s ease-in-out;
}
.lightup:hover {
  background-color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.20);
}

/* ==========================================================================
navigation section
========================================================================== */
.custom-navbar {
    background: #4B4B4B;
    margin-bottom: 0;
}
.custom-navbar .navbar-brand  {
  color: #21ba45;
  font-weight: 600;
  font-size: 24px;
}
.custom-navbar .navbar-brand .navbar-toggle {
    background: #00c6d7;
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
    }
.custom-navbar .nav li a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    }
.custom-navbar .nav li a:hover {
  	background: transparent;
   color: #eeeeee;
}
.custom-navbar .nav > li > a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
}
.custom-navbar .nav li.active > a {
      color: #21ba45;
    }
.custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }
.custom-navbar .navbar-toggle .icon-bar {
        background: #21ba45;
        border-color: transparent;
    }
@media(min-width:768px){
    .custom-navbar {
            background: #4B4B4B;
            padding: 10px;
            border-bottom: 0;
            background: 0 0;
         }
    .custom-navbar.top-nav-collapse {
            padding: 8px;
            background: #4B4B4B;
        }
}


/* ==========================================================================
home section
========================================================================== */
#home {
  background-size: cover;
  background-position: center;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  height: 100vh;
  text-align: center;
}
#home h1 {
  font-size: 40px;
}
#home hr {
  width: 240px;
}
#home .btn {
  background: transparent;
  border: 4px solid #ffffff;
  border-radius: 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 12px 42px;
  margin-top: 40px;
  margin-right: 16px;
  transition: all 0.4s ease-in-out;
}
#home .btn:hover {
  background: #21ba45;
  border-color: transparent;
}
#home .btn-danger {
  background: #21ba45;
  border-color: transparent;
}
#home .btn-danger:hover {
	border: 4px solid #ffffff;
  	border-radius: 0;
	background: transparent;
  	color: #ffffff;
}

.nav-tabs {
  margin-top: 20px;
  border-bottom: 1px solid #606060;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
	display: block;
    color: #606060;
  	font-size: 16px;
  	padding: 10px 20px;
  	border: 0;
  	border-radius: 0;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #21ba45;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.tab-content {
  padding-top: 20px;
}

.tab-content a {
	color: #21ba45;
}

a:hover {
	color: #079f29;
	text-decoration: none;
}


/* ISOTOPE BOX CSS */
.iso-box-section {
    width: 100%;
}
.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}
.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.fluid-img {
  width: 100%;
  display: block;
}

form {
  padding-top: 60px;
}


.form-control {
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
}

form .has-error {
  background: rgba(255, 0, 0, 0.2);
  border: 1px solid red;
}

.bluebutton {
  background: #21ba45;
  border: 3px solid #21ba45;
  letter-spacing: 1px;
  border-radius: 0;
  margin-top: 18px;
  height: 50px;
  color: #ffffff;
}


#about {
  background: #3B3B3B url("../images/contact-bg.5329e609e40b.jpg") no-repeat center center;
  background-size: cover;
  color: #ffffff;
}

#about .medium-icon {
  padding-top: 10px;
  padding-right: 10px;
}
#about .about-info div {
  padding-top: 14px;
  padding-bottom: 14px;
}

#about a {
  color: #21ba45;
}

@media screen and (min-width: 992px) {
  @-moz-document url-prefix() {
    #portfolio .col-lg-4,
    #portfolio .col-md-4 {
      width: 33.333%;
    }
  }
}

/* ==========================================================================
media quires for mobile
========================================================================== */
@media (max-width: 440px) {
  #home {
    padding-top: 320px;
    padding-bottom: 320px;
  }
  #home h1 {
    font-size: 22px;
  }
  h3 {
    font-size: 12px;
  }
}

ul.lijst {
    line-height: 200%;
    font-size: 15px;
}

.civielke {
    text-decoration: none !important;
}

.civielke img {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 25px;
    transition: transform .2s;
}

.civielke img:hover {
    transform: scale(1.05);
}
