*{
    margin: 0;
    padding: 0;
}

.emptyHeader{
    min-height: 35px;
    width: 100%;
    background-color: #383C57;
}

.clr{
    clear:both;
}

#birthday{
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

    left: 0;
    right:0;
    top: 250px;

    font-size: 6.50vw;
    font-weight: normal;
    font-family: 'Amatic SC', cursive;
    color: #FFFFFF;
    text-shadow: 1px 1px #4b4b4b
}


#howl{
    object-fit: cover;
    max-height: 750px;
    width: 100%;
    margin-bottom: 150px;
}

.container{
    width: 80%;
    min-height: 800px;
    margin:auto;
    background-color: #f3f3f3;
}

.image{
    height:750px;
    padding-left: 50px;
    padding-top: 25px;
    float: left;
    margin-right: 10px;
}

.text{
    padding-top: 15px;
    text-align: justify;
    font-family: 'Space Mono', monospace;
    font-size: 20px;
}

.text p{
    margin:10px;
}



.gold_line{
    border: 0;
    margin: 0;
    border-left: 5px solid #1a160b;
    height: 200px;
    margin-left: 50%;
}

body{
    background-image: linear-gradient(to bottom, #e39d20, #bd862c, #986f33, #745a37, #504538);
}

#ena{
    width: 80%;
    min-height: 1120px;
    margin:auto;
    background-color: #f3f3f3;
}

/* Style the header: fixed position (always stay at the top) */
.header {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    background-color: #f1f1f1;
  }
  
  /* The progress container (grey background) */
  .progress-container {
    width: 100%;
    height: 8px;
    background: #ccc;
  }
  
  /* The progress bar (scroll indicator) */
  .progress-bar {
    height: 8px;
    background: #04AA6D;
    width: 0%;
  }

  #frayan .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
  }
  #frayan .iframe-container iframe{
    position: absolute;
    top:0;
    left: 15%;
    width: 70%;
    height: 100%;
  }

  #frayan{
    width: 80%;
    height: 855px;
    margin:auto;
    background-color: #f3f3f3;
}

