/* CSS STYLES FOR COLUMBUS INNOVATION GROUP - NEOK WEBDEVELOPMENT */
body {
  font-family: 'Roboto', sans-serif;
  color: #000066;
  height: 100%;
}
.header, h3, .h2, h1, .h4 {
  font-family: Open Sans, sans-serif;  
}
.text-secondary{
	color:#aaa !important;
	font-style: italic;
}
.project-block{
	display: block;
	position: relative;
	width:100%;
	min-height:250px;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-bottom: 0;
	cursor:pointer;
}
.project-block > a{		
	position:absolute;	
	bottom:10px;	
	right:0;
	text-align: right;	
	margin-bottom:0px;
	padding: .4rem 1rem;
	margin:0rem;
	margin-left:1rem;
	margin-right:1rem;
}
.project-block:hover > a{	
	transition: all 0.5s ease;
	color:#4084c5;
	background-color:#fff;	
}
.project-collapse{	
	border-bottom:2px solid #4084c5;
}
.project-collapse-inner{
	margin:1rem;
}
.btn-top{
	transition: all 500ms ease-in-out;
	opacity:0;
	background-color: #fff;
	color:#4084c5;
	font-size:20px;
	
	position: fixed;
	bottom:0;
	right:20px;
	border: 2px solid #4084c5;
	border-bottom:0;
  	border-radius: 0px;
	z-index:99;
	padding: .5rem 1rem .5rem 1rem;	
}
.btn-top.active{
	opacity:1;
}
.btn-sec {
  background-color: white;
  border: 2px solid #4084c5;
  border-radius: 0px;
  color: #4084c5;
  text-transform: uppercase;  
  font-weight: 500;
  padding: .4rem 2rem;
  margin-bottom:5px;
}
.btn-sec:hover {
  background-color: #4084c5;
  color: #fff;
}
.btn-sec-inverse {
  background-color: #4084c5;
  border: 2px solid #4084c5;
  border: none;
  border-radius: 0px;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  padding: .4rem 2rem;
}
.btn-sec-inverse:hover {
  background-color: white;
  color: #4084c5;
}
.jumbotron {
  color: white; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 50vh;
  height: 50vh;  
}
.jumbotron-small{
	 height: 25vh; 
	 max-height: 25vh;
}
.jumbo-header {
  position: relative;
  height: 100%;
  width: 100%;
}
.jumbo-title {
	
  position: absolute;
  bottom: 0;
  right: 0;
  text-shadow: 1px 1px 0px #000;
  font-family: Oxygen, sans-serif;
  font-weight: 700;
}
.img-bg-section {
  width: 100%;
  height: 100%;
  background-color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url("../img/CIG_waterzuivering.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.color-block-blue {
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  color: #fff;
  background-color: #000066;
  border: 2px solid #000066;
}
.color-block-white {
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  color: #000066;
  background-color: #FFF;
  border: 2px solid #000066;
}
.bg-egg {
  background-image: url("../img/Columbus-big-ei-site.jpg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}
.spacer {
  height: 100px;
}
.spacer-50 {
  height: 50px;
}
.line-height-intro {
  line-height: 1.75em
}
.columbus-banner {
  width: 100vw;
  height: 80px;
}
.logo-links {
  margin-left: 10vw;
}
.navbar-light .navbar-nav .nav-link {
  color: #999;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #000066;
}
.navbar-light .navbar-nav .active .nav-link {
  color: #000066;
  font-weight: bold;
}
a {
  transition: color 0.5s ease;
  color: #4084c5;
}
a:hover {
  transition: color 0.5s ease;
  color: #000066;
}
.sub-nav {
  font-size: 12px;
}
.new-section {
  margin-top: 50px;
}
.new-section-header {
  text-decoration: underline;
  color: #000033;
}