﻿.personalized {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 50vh;
}
.hero-container {
  height: 50vh;
  /*.light-yellow-bg();*/
}
.hero-container .header-image {
  width: 100%;
  max-height: 50vh;
}
.hero-container .hero {
  padding-top: 100px;
  /*.light-yellow-bg();*/
  overflow: hidden;
  position: relative;
  height: 50vh;
}
@media (max-height: 700px) {
  .hero-container .hero {
    padding-top: 50px;
  }
}
@media (max-height: 400px) {
  .hero-container .hero {
    padding-top: 10px;
  }
}
.hero-container .hero .hero-title {
  z-index: 2;
  position: relative;
  cursor: default;
  padding-left: 20%;
  font-size: 4em;
}
@media (min-height: 400px) {
  .hero-container .hero .hero-title {
    /*padding: 1em 0.35em;*/
    padding-top: 1.5em;
  }
}
@media (max-width: 570px) {
  .hero-container .hero .hero-title {
    padding-top: 1.5em;
    font-size: 3em;
  }
}
@media (max-width: 252px) {
  .hero-container .hero .hero-title {
    font-size: 2em;
    padding-top: 3.5em;
  }
}
@media (max-height: 575px) {
  .hero-container .hero .hero-title {
    font-size: 3em;
  }
}
@media (max-height: 460px) {
  .hero-container .hero .hero-title {
    font-size: 2em;
  }
}
.hero-container .hero .svg-move-up-sphere-2 {
  position: absolute;
  display: block;
  width: 50em;
  top: 1em;
  right: -10em;
  z-index: 1;
  opacity: 0.75;
}
@media (max-width: 650px) {
  .hero-container .hero .svg-move-up-sphere-2 {
    right: auto;
  }
}
.banner-overlay {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(186deg, hsla(0, 0%, 17%, 0.4) 0%, hsla(0, 0%, 17%, 0.4) 2%, hsla(0, 0%, 17%, 0.4) 4%, hsla(0, 0%, 17%, 0.4) 5%, hsla(0, 0%, 17%, 0.4) 7%, hsla(0, 0%, 17%, 0.4) 9%, hsla(0, 0%, 17%, 0.38) 10%, hsla(0, 0%, 17%, 0.35) 11%, hsla(0, 0%, 17%, 0.29) 13%, hsla(0, 0%, 17%, 0.27) 15%, hsla(0, 0%, 17%, 0.25) 17%, hsla(0, 0%, 17%, 0.24) 18%, hsla(0, 0%, 17%, 0.2) 22%, hsla(0, 0%, 17%, 0.15) 29%, hsla(0, 0%, 17%, 0.1) 39%, hsla(0, 0%, 17%, 0.05) 54%, hsla(0, 0%, 17%, 0) 100%);
}
/*// Medium devices (tablets, 768px and up)
//REVIEWED - 03/02/2021*/
/*@media (min-width: 768px) {

    .hero-container {
        height: auto;


        .hero {
            padding-top: 2.5em;
            position: relative;
            z-index: 2;
            height: 50vh;


            .hero-title {
                padding-top: 2.5em;
                padding-left: 1.5em;
                padding-right: 0.35em;
                font-size: 4em;
                position: relative;
                z-index: 3;
            }

            .svg-move-up-sphere-2 {
                display: block;
                width: 50em;
                position: absolute;
                top: 1em;
                right: -10em;
                z-index: 1;
                opacity: 0.75;
            }
        }
    }
 }   

// Large devices (desktops, 992px and up)
//REVIEWED - 03/02/2021
@media (min-width: 992px) {

    .header-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom,rgba(0,0,0,.7) 10%,rgba(0,0,0,0));
        //background: linear-gradient( 180deg, #ffffff 0%, rgba(255, 255, 255, 0) 50%);
        width: 100%;
        height: 15vh;
    }

    .hero-container {
        max-height: 50vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 50vh;

        .hero {
            .hero-title {
                padding-top: 1.5em;
                padding-left: 1em;
            }

            .svg-move-up-sphere-2 {
                width: 35em;
                right: -5em;
            }
        }
    }
}

// Extra large devices (surface, 1200px and up)
//REVIEWED - 03/02/2021
@media (min-width: 1200px) {
    .hero-container {
        .hero {
            .hero-title {
                padding-left: 3em;
                font-size: 4em;
            }

            .svg-move-up-sphere-2 {
                width: 42em;
                top: 0em;
                right: -6em;
            }
        }
    }
}


// Extra large devices (large desktops, 1200px and up)
//REVIEWED - 03/02/2021
@media(min-width: 1369px){
    .hero-container {

        .hero {
            .hero-title {
                font-size: 5em;
                padding-top: 1em;
                padding-left: 3em;
            }

            .svg-move-up-sphere-2 {
                width: 50em;
                right: -2em;
            }
        }
    }
}*/