@import url(https://fonts.googleapis.com/css?family=Quattrocento:400,700|Open+Sans:400,300,700);

body.custom-background { 
	margin-top: 125px; /* adjust this if the height of the menu bar changes */
	background-image: url('../images/solid-bg.png'); 
	background-repeat: repeat; 
	background-position: top left; 
	background-attachment: fixed; 
}

h1, h2, h3 {
  font-family: 'Quattrocento', serif !important;
}

li {
  padding-bottom: 1em;
}

dt {
  padding-top: 1em;
}

.iframe-container {
  position: relative;
  padding-bottom: 40%
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
}

.row {
  margin: 1em;
}

.img-responsive {
  max-height: 300px;
}

footer {
	padding: 30px 0;	
}