/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  /*background: linear-gradient(white, #D0FFD0);*/
}
span.text-bold, p.text-bold {
	font-weight: bold;
}
.page-header {
	margin-top: 20px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
  font-size: 1.0em;
}
.fb-like {
	padding-top: 8px;
}
.big {
	font-size: 1.4em;
}
@media only screen and (min-width : 992px) {
	.margin-both-32 {
		margin-left: 32px;
		margin-right: 32px;
	}
}
.margin-l-32 {
	margin-left: 32px;
}
.margin-t-64 {
	margin-top: 64;
}
.margin-l-64 {
	margin-right: 64;
}
.margin-r-32 {
	margin-right: 32px;
}
.margin-r-16 {
	margin-right: 16px;
}
.margin-r-8 {
	margin-right: 8px;
}
.indent {
	text-indent: 32px;
}
/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
