/*custom font to match original OWF page*/
body{
	font-family: "Trebuchet MS", Helvetica, sans-serif !important;
}

/*Style for jumbotron (main header)*/
.jumbotron{
	margin-top:75px;
	background-color:#9DB66B!important;
	color:white;
	border-radius:0!important;
	padding-top:40px!important;
	padding-bottom:34px!important;
}

/*Adds custom border to Navbar*/
nav{
	border-top:5px solid #9DB668 !important;
	border-bottom:5px solid #E9EAEE !important;
	font-size:17px;
}

/*Shrinks size of navbar*/
nav.navbar.shrink {
  border-top:none!important;
  max-height: 55px!important;
  font-size:14px;
}

/*Shrinks navbar image*/
img.shrink{
  height:38px;
}

/*style for images next to description*/
.viz-icon{
  max-width:98%;
  display:block;
  margin:auto;
  margin-bottom:25px;
} 

/*shrinks the search bar*/
.small{
  font-size:14px!important;
  height:35px;
}

/*Removes margins from element*/
.no-margin{
	margin:0;
}

/*style for the whole of the list group*/
.link-group-item{
	border-left:none!important;
	border-right:none!important;
	border-radius:0!important;
}

/*Title link color*/
.title-link{
	color:#444444;
}
.title-link:hover{
	color:black;
	text-decoration: none;
}

/*style for bullet 'links' with no real link*/
.no-link{
	color:black;
	text-decoration:none;
}
.no-link:hover{
	color:black;
	text-decoration:none;
	cursor:auto;
}

/*open in new tab icon*/
.ico-launch{
	width:16px;
	height:16px;
	background-image:url(../images/baseline_launch_black_18dp.png);
}


/*custom bullet points*/
ul {
  list-style-type:square;
}

/*Style for footer*/
footer {
  display:inline-block;
  width:100%;
  background-color: #f5f5f5;
}