
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100.5%;
}
.b1{
  width: 100%;
  height: 100%;
  background: url(marlimarli-background-yellow.jpg) no-repeat 50% 50%;
  top: 0;
  display: table;
  background-size: cover;
}
.b1 .in1{
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
  max-width: none;
}
.content{
  /* max-width: 1200px; */
  margin: auto;
  padding-bottom: 42px;
  padding-top: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}
.content h1{
  margin: 0 0 50px 0;
  line-height: 120%;
  font-family: 'Century Gothic',sans-serif;
  color: #f9f3f4;
  font-size: 6vw;
  text-shadow: 0 0 300px #000;
}
.content .btn{
  color: #f9f3f4;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  font-family: 'Century Gothic',sans-serif;
  padding: 12px 20px;
  margin-bottom: -20px;
  font-size: 24px;
  font-weight: normal;
  background-color: rgba(0,0,0,0.5) ;
}
.content .btn:hover{
  color: rgb(199,190,188);
}
p{
  font-size: 18px;
  line-height: 180%;
  text-align: justify;
  margin: 3%;
  font-family: sans-serif;
}

/* Responsive Changes for  Large Displays */
@media screen and (min-width: 1200px) {
  .content h1{
    font-size: 72px;
  }
}

/* Responsive Changes for Mobile */
@media screen and (max-width: 1400px) {
  .content {
    padding-bottom: 0px;
  }
  .content h1{
    font-size: 7vw;
    margin-bottom: 20px;
  }
  .content .btn{
    display: block;
    margin: 0;
    padding: 4vw 4vw;
    margin-bottom: 0px;
    font-size: 5vw;
    border-width: 0px;
    background-color: #000;
  }
}
