body, html {
    
    height: 100%;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #efefef;
  
  }
.container{
  width: 70%;
  height: 100%;
  margin: auto;
  background-color: white;
}
.shadow{
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
 .header {
   margin: 0;
  width: 100%;
  background-color: white;
  position: fixed;
  border-bottom: 2px;
  
  }

  .hero-image {
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .hero-text1 {
      text-align: center;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .hero-text2 {
      text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }
  
  .hero-text1 button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
	font-size:32px;
    cursor: pointer;
  }
  
  .hero-text1 button:hover {
    background-color: #555;
    color: white;
  }
  .hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
	font-size:32px;
    cursor: pointer;
  }
  
  .hero-text button:hover {
    background-color: #555;
    color: white;
  }
  .hero-image a {
    display: block;
    padding: 20px;
    color: #28d9e9;
  }
  @media ( max-width: 768px ) {
    .container{
      width: 100%;
      height: 100%;
      margin: auto;
      background-color: white;
    }
  }
  