html, body {
      margin: 0;
      padding: 0;
      width: 100%;
}

body {
	font-family: "Helvetica Neue",sans-serif;
	font-weight: lighter;
	background-image: url(p0428_l.jpeg) ;
    background-size: 50%;
	width: 100%;
	z-index: 1;
}

header {
      width: 100%;
      height: 215px;
      background-size: cover;
}



.content {
      width: 94%;
      margin: 4em auto;
      font-size: 20px;
      line-height: 30px;
      text-align: justify;
}

.logo {
      line-height: 5px;
      position: absolute;
      left: -22px;
      float: left;
      margin: 16px 46px;
      letter-spacing: 2px;
}

nav {
      position: relative;
      width: 100%;
      line-height: 60px;
}

nav ul {
      line-height: 100px;
      list-style: none;
      background: rgba(0, 0, 0, 0);
      overflow: hidden;
      color: white;
      padding: 0;
      text-align: right;
      margin: 0;
      padding-right: 40px;
      transition: 1s;
}

nav.black ul {
      background: #FFEDC4;
}

nav ul li {
      display: inline-block;
      padding-top: 15px;
      
}

nav ul li a {
      text-decoration: none;
      color: dimgray;
      font-size: 18px;
      font-family: Helvetica Neue ;
      font-weight: 450;
      transition: 1s;
      padding: 50px 15px
}
nav ul li a:hover {
      background-color: black;
      color: white;
}

.menu-icon {
      line-height: 90px;
      width: 100%;
      background: #FFEDC4;
      text-align: right;
      box-sizing: border-box;
      padding: 25px 24px;
      cursor: pointer;
      color: black;
      display: none;
}
.banner img{
    position: static;
    margin-top: 0px;
    box-shadow: 0px 15px 19px -10px #242424;
-webkit-box-shadow: 0px 15px 19px -10px #242424;
-moz-box-shadow: 0px 15px 19px -10px #242424;
-o-box-shadow: 0px 15px 19px -10px #242424;
 position: relative; 
    z-index: -1;
    
}

.container img {
    position: relative;
    width: 100%;
    height: auto;
}

.container .btn {
    position: absolute;
    top: 66%;
    left: 80%;
    background-color: #6C6C6C;
    color: white;
    font-size: 1px;
    padding: 22px 46px;
    border: none;
    cursor: pointer;
    border-radius: 19px;
    text-align: center;
    box-shadow:6px 6px 3px rgba(20%,20%,40%,0.2);
    
}

.container .btn:hover {
    background-color: black;
    transition:.5s;
}

.lip-footer{
    width:100%;
    height:60%;
    margin:0 auto;
}

@media(max-width: 786px) {

      .logo {
            position: absolute;
            top: 0;
            margin-top: 16px;
      }

      nav ul {
            max-height: 0px;
            background: #FFEDC4;
      }

      nav.black ul {
            background: #FFEDC4;
      }

      .showing {
            max-height: 34em;
      }

      nav ul li {
            margin-left: 20px;
            text-align: center;
            box-sizing: border-box;
            width: 100%;

      }
      nav ul li a{
            text-align: center;
            font-family: Helvetica Neue;
            color:dimgray;
            padding: 30px 100px;
      }
      nav ul li a:hover{
            background-color:wheat;
      }


      .menu-icon {
            display: block;
      }

      .banner img{
            position: relative;
            width: 100%;
            margin-top: 0px;
            box-shadow:2px 2px 2px rgba(20%,20%,40%,0.6),4px 4px 6px rgba(20%,20%,40%,0.4),6px 6px 12px rgba(20%,20%,40%,0.4);
    
      }
      .container img {
            position: relative;
            width: 100%;
            margin: 0px 0px 0px 0px;
            height: auto;
      }
      .container {
            position: absolute;
            width: 100%;

      }
 
      .container .btn {
            position: absolute; 
            top: 32%;
            left: 75%;   
            padding: 5px 18px;
            font-size: 12px;
            border-radius:6px;
            box-shadow:2px 2px 2px rgba(20%,20%,40%,0.2);
}
