body {
  margin: 0;
  padding: 0; }

.no-padding {
  padding: 0; }

header#main-header .navbar {
	height: 75px;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
	background-image: url(../images/header_01.jpg);
	background-repeat: repeat-x;
	margin-bottom: 75px;
}

section#main-body {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 15%;
	left: 0;



  max-height: ;
	background: t;
	background-size: cover;
	overflow: hidden;
	height: 400px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	margin-top: 75px;
}

footer#main-footer {
  position: absolute;
  padding: 10px 2%;
  bottom: 0;
  height: 15%;
  width: 100%;
  background: rgba(200, 39, 20, 0.9); }

/*
________________________________________________________________________________________________________________________

Slides CSS
________________________________________________________________________________________________________________________

*/
ul.slides {
  list-style: none;
  padding: 0;
  margin: 0; }
  ul.slides li {
	margin: 0;
    background: ;
	color: #fff;
	font-size: 18rem;
	font-weight: bold;
	display: flex;
	align-content: center;
	justify-content: center;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 8;
	transition: transform 1.4s cubic-bezier(0.01, 1, 0.91, 1) 0.5s;
	padding: 0%;
}
    @media all and (max-width: 760px) {
      ul.slides li {
        font-size: 20vw; } }
  ul.slides li.active {
    z-index: 10; }
    ul.slides li.active.slide-left {
      transform: translate3d(100%, 0, 0); }
    ul.slides li.active.slide-right {
      transform: translate3d(-100%, 0, 0); }
  ul.slides li.last-active {
    z-index: 9; }
  ul.slides li:first-child {
    left: 0;
    opacity: 1; }

/*# sourceMappingURL=styles.css.map */
