/*
Theme Name: Elaine Sbat
Theme URI: http://soulcode.pt
Author: Sérgio Ferreira
Author URI: Http://soulcode.pt
Description: Site v1 para Elaine Sabat
Version: 1.0.0
*/

.mastfoot {
  color: rgba(255, 255, 255, .5);
}


.Parisienne{
    font-family:"Parisienne";
}

.allura {
  font-family: "Allura", cursive;
  font-weight: 400;
  font-style: normal;
}





@media  (min-width: 100px) {
  .img-box{
    height: 100cqh;
       position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0, 0, 0);
    background-position: 53.2597% 17.7711%;
  }

  .text-box-center{
    width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-content: space-around;
    justify-content: center;
    align-items: center;
  }
  
  .text-box-center p{
    color: white;
    text-shadow: 1px 2px #000;
    font-size: 3cqw;
  }
  
  .text-box-center small{
    display: block;
    font-size: 8px;
    text-align: end;
    text-shadow: none;
  }

  section{
        position: static;
    width: 98vw;
    height: 93vh;
  }

  .cover-heading{
    font-size: 17cqw;
    color: white;
    text-shadow: 1px 2px black;
    margin: -20px;
  }
  
  footer{
    position: relative;
    padding: 1em;
    background-color: #33C5E8;
    color: white;
  }
  
  footer a{

    color: white;
    text-decoration: none;
  }
  
  footer p{
    color: white;
    text-decoration: none;
  }

  

}


@media (min-width: 800px) {
  .masthead {
    position: sticky;
    top:5%;
    z-index:1;
  }
}