@font-face {
  font-family: Bankgothic;
  src: url("../fonts/BankGothic_Regular.ttf");
  font-weight: normal;
  font-style: normal;
}

#navigatie {
	padding: 1em 0em 1em 0em;
}

.btn-tb {
  color: #008000;
  font-family: 'Bankgothic';
}
.btn-tb:hover {
  border-color: #008000;
}
.btn-more, .btn-send {
  color: #FFFFFF;
  background-color: #22B222;
}
.btn-more, .btn-send:hover {
  color: #2F4F4F;
  border-color: #22B222;
}

@media screen and (max-width: 768px) {
  .btn-tb {
  	padding: 0.2em 0.2em 0.2em 0.2em;
    margin-left: 0.5em;
    font-size: 1em;
  }
  #tb-content {
    margin: 2.5em 0em 1em 0em;
  }
  .tb-thumb {
    width: 4em;
    height: 4em;
    }
}
@media screen and (min-width: 768px) {
  .btn-tb {
  	padding: 0.2em 1em 0.2em 1em;
    margin-left: 0.5em;
    font-size: 1.3em;
  }
  #tb-content {
    margin: 2em 0em 1em 0em;
  }
  .tb-thumb {
    width: 9em;
    height: 9em;  }
}

#tb-home {
  color: #2F4F4F;
}
#tb-home h1 {
  font-family: 'Bankgothic';
  font-size: 1.3em;
}
#tb-velling h1 {
  font-family: 'Bankgothic';
}
#tb-portfolio h1 {
  font-family: 'Bankgothic';
  font-size: 1.5em;
}
#tb-portfolio hr {
  width: 100%;
  margin: 1em 1em 1em 1em;
  font-size: 1.5em;
}
#tb-footer {
  background-color: #22B222;
  color: #FFFFFF;
}
#tb-footer p {
  color: #FFFFFF;
}
#tb-footer h5 {
  font-family: 'Bankgothic';
}
#tb-footer a:link  {
  color: #FFFFFF;
}

.tbrules  {
  color: #2F4F4F;
  padding: 0em 0em 0.5em 0em;
  font-size: 0.8em;
}

#tb-sent {
  height: 70vh;
}
