/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%!important;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    background-color:#f1f1f1;

  }
  .footer {
    position: absolute;
    bottom: 0!important;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 30px;
    line-height: 30px; /* Vertically center the text there */
    background-color: #be1e2d;
  }
  
  
  /* Custom page CSS
  -------------------------------------------------- */
  /* Not required for template or sticky footer method. */
  
  .container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
  }

  .logo-ctn {
    background-color: #be1e2d;
  }

  .subtitle {
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700!important;
    font-size:6vw!important;
    line-height: 0.9em!important;
    color: #be1e2d;
  }

.picContainer {position:relative;}
.pic1 {position:absolute; top:-5px; right:-5px;z-index: 10;}
.pic2 {position:absolute; top:-5px; right:-5px;z-index: 10;}
.pic3 {position:absolute; top:-5px; right:-5px;z-index: 10;}
.pic-back {position:absolute; top:10vh;right:0;z-index: 0;}
p {
    position: absolute;
    display:inline-block;
    bottom: 0;
        font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:4vw;
    color:#222222;
}

.slogan {
    position: absolute;
    display:inline-block;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700!important;
    font-size: 5vw;
    color:#fff;
    bottom: 0!important;
}

#header-content {
   
    bottom: 0;
    left: 0;
  }

  a {
    color: #222222;
    text-decoration: none;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
}

a:hover, a:focus {
    color: #222222;
    text-decoration: none;
}

.ste{
  background-image: url('images/heart.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 65vw;
  background-position: 16vw 32vw;
  animation-duration: 2s;
  animation-delay: 2500ms;

}

.cta{
    border: 1px solid #be1e2d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#grad {
    background-image: linear-gradient(to right, #00aeef, #ffffff);
  }

.button1{
    animation-delay:1500ms; 
}
.button2{
    animation-delay:1750ms; 
}
.button3{
    animation-delay:2000ms; 
}
.copyr{
    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:3vw;
    color:#fff;
    margin-left:33%!important;
    margin-right:auto!important;
}

.trans-top{
    background-color:#be1e2d;
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height:50%;
    top:0;
    animation-delay:1000ms; 
}
.trans-bottom{
    background-color:#be1e2d;
    display: block;
    position: absolute;
    z-index: 100;
    width: 100%;
    height:50%;
    bottom:0;
    animation-delay:1000ms; 
}
.intro-logo{
    max-width: 50%;
    display: block;
    position: absolute;
    z-index: 200;
    width: 100%;
    height:50%;
    top:45%;
    animation-delay:1000ms;   
    margin-left:28%;  
    margin-right:auto;
}