/*
Theme Name: CSIRO Utopia
Theme URI: https://research.csiro.au/
Author: CSIRO Web Technical
Author URI: http://www.csiro.au/
Description: Standard CSIRO WordPress theme for Research, DATA61 and Blog sites.
Version: 1.31
License: 
License URI: 
Tags: custom-header, custom-menu, featured-images, sticky-post
Text Domain: csiroutopia
*/

/*
 * Bootstrap Theming */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 0;
  padding-bottom: 20px;
}

/* Typography */
h1 {
  font-family: UnitRounded;
  font-size: 51px;
  line-height: 54px;
  margin-bottom: 12px;
  margin-top: 0;
  color: #00303B; /* Midnight */
} 
 
h2 {
  margin-top: 0;
  font-family: UnitRounded;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 12px;
  color: #00303B; /* Midnight */
}


h3 {
  margin-top: 0;
  font-family: UnitRounded;
  font-size: 19px;
  margin-bottom: 6px;
  color: #00303B; /* Midnight */
}

p {
  margin-top: 0;
  margin-bottom: 24px;
}

pre {
  padding: 12px;
  background-color: #ECF0F1; /* 7% midnight */
  margin-bottom: 24px;
  margin-top: 0;
}

blockquote {
  font-size: 19px;
  font-style: italic;
  background-color: #ECF0F1; /* 7% midnight */
  padding: 12px;
  margin: 24px 0;
  text-align: center;
}

.jumbotron {
	color: #fff;	
}

.brand-logo {
	float: left;	
}
.utopia-current-post {
	font-weight: bold;	
	border-bottom: 2px solid #00303B;
}

.footer-widget {
	margin-bottom: 24px;	
}

.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {margin-left: 0px;}