.template-homepage-main {
    max-width: 800px;
    min-height: calc(100vh - 245px);
    margin: 2rem auto 0.0rem auto;
    padding: 0 15px;
    color: #231f20;
    font-size: 1.25rem;
    font-family: 'Rasa', 'Helvetica Neue', 'Segoe UI', Arial, sans-serif;
    line-height: 1.25;
}

.header-base-color {
  /* border-bottom: 2px dotted; */
  background-color: #021C6B;
}

footer-base-color {
    background-color: #021C6B9F;
}

.footer-base-color {
  /* border-bottom: 2px dotted; */
  background-color: #7283B6;
}

.img-home-content {
    margin: .2rem .2rem .2rem .2rem;
}

.img-home-img_block {
    margin: .5rem .0rem .5rem .0rem;
}

h1, h2, h3, h4, h5 {
    font-family: 'Fira';
    /* margin-top: 2.3rem; */
    margin-bottom: 1rem;
}

/* div, p {
    font-family: 'Rasa';
} */

.parallax {
    /* The image used */
  
    /* Full height */
    height: 100vh;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position-x: center;
    background-position-y: 150px !important;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}
  
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}