
body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

/* Footer */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}


/* Custom page CSS */

.container {
  width: 90%;
  max-width: 840px;
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}
.page-header {
	margin-top: 10px;
}
.top{
	margin-top: 20px;
}
.logo {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.social {
	color: #014225;
	text-decoration: underline;
}
.icon {
	color: #333;
	text-decoration: none;
}
.icons {
	color: #333;
	text-decoration: none;
	margin-right: 50px;
}








