body {
	font-family: "helvetica", arial;
	-webkit-font-smoothing: antialiased;
  background-color: #fff;
}
* {
    box-sizing: border-box;
}
#header {
  max-width: 1400px;
	position: relative;
	overflow: hidden;
	padding-bottom:30px;
}
#mainHead {
	margin: 20px 40px 0;
}
#menu {
	max-width: 1024px;
	min-width: 500px;
	margin: 0 auto;
}
#mainImage {
	width: 100%;
	height: 230px;
    background-position: center 15%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:-1;
}
#mainImage::before {
    background-color: rgba(235, 235, 50, 0.3);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
#footer {
  max-width: 1400px;
  background: #446666;
  color: #aabbbb;
  border-top: 1px solid #ddd;
  width: 100%;
  clear: both;
  float: left;
  padding: 30px;
  width:100%;
  box-sizing: border-box;
}
.container {
    max-width: 1400px;
    overflow: hidden;
    padding: 0 4rem;
    position: relative;
}
.large-type {
    font-weight: 300;
    line-height: 1.6;
    font-size: 1.5rem;
    font-family: Helvetica, 'PT Sans';
    color: #224444;
}
.highlight {
    font-weight: bold;
}
.carrossel {
  width: 300px;
  margin: 30px 40px;
}
section {
    overflow: hidden;
    position: relative;
    padding: 1rem 0 4rem;
}
section.short {
    padding: 1rem 0 2rem;
}
section P {
    line-height: 1.6;
}
.slick-prev::before, .slick-next::before {
    color: #224444;
}
section h1.ui.header {
    font-size: 2.5rem;
    margin: 3rem 0;
}
.ui.header {
    font-weight: 300;
}
