body, h1, h2 {
	font-family: 'Montserrat', sans-serif;
}

.topbar-sticky-shrink {
	padding: 0.75rem 1.5rem;
	transition: padding 0.25s ease;
	background: #5D4037;
}

.topbar-sticky-shrink .menu {
	background: #5D4037;
}

.menu li a {
	color: #ffffff;
}

.is-stuck .topbar-sticky-shrink {
	padding: 0.5rem 1rem;
	transition: padding 0.25s ease;
}

[data-sticky] {
	width: 100%;
}

.topbar-sticky-shrink-header {
	padding: 15.6rem 0;
	background: url("../images/front_banner.jpg") center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #5D4037;
	background-blend-mode: multiply;
}

div.top-bar-title img {
	max-height: 60px;
}

div.top-bar-title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}

header h2 {
	color: #FFFFFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}

input[name="username"] {
	margin-left: 10px;
}	

#content {
	margin-top: 30px;
}

.fotoAbout {
	width: 100%;
	height: 500px;
	background-image: url("../images/front_explore.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 30% 50%;
	box-shadow: 1px 1px 3px #000000;
	border-radius: 25px;
}

section {
	margin-bottom: 30px;
}

.marketing-site-three-up {
  text-align: center;
  padding: 2rem 0;
}

.marketing-site-three-up .row {
  max-width: 900px;
}

.marketing-site-three-up .columns {
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .marketing-site-three-up .columns {
	margin-bottom: 0;
  }
}

.marketing-site-three-up .fa {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
}

.marketing-site-three-up-headline {
  margin-bottom: 2rem;
  font-size: 24px;
}

#SignUp .form-icons {
  text-align: center;
}

#SignUp .form-icons h4 {
  margin-bottom: 1rem;
}

#SignUp .form-icons .input-group-label {
  background-color: #1779ba;
  border-color: #1779ba;
}

#SignUp .form-icons .input-group-field {
  border-color: #1779ba;
}

#SignUp .form-icons .fa {
  color: white;
  width: 1rem;
}

#Contact {
	margin-bottom: 0;
	color: #FFFFFF;
}

.contactContainer {
	padding-top: 30px;
	background-color: #000050;
}

ul.menu li a:hover {
	border: 2px solid #FFFFFF;
	border-radius: 5px;
}