.heropages{position:relative;display:flex;justify-content:center;align-items:center;width:100%;height:55vh;background-size:cover;background-position:50%;color:#fff;background-attachment:fixed}@media(max-width:768px){.heropages{height:40vh;background-attachment:scroll}}@media(max-width:480px){.heropages{height:45vh}}@media(max-width:320px){.heropages{height:70vh}}.heropages .overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5)}.heropages .content{position:relative;z-index:1;text-align:center;margin-top:15px}.heropages .content .title{font-size:3rem;margin:0;text-shadow:2px 2px 5px hsla(0,0%,100%,.5)}@media(max-width:768px){.heropages .content .title{font-size:2rem;margin-top:50px}}.heropages .content .breadcrumbs{margin-top:1rem;font-size:1rem}.heropages .content .breadcrumbs a{color:#fff;text-decoration:none;transition:all .3s;text-shadow:2px 2px 10px hsla(0,0%,100%,.5)}.heropages .content .breadcrumbs a:hover{text-decoration:underline;color:var(--color-primary-light)}.heropages .content .breadcrumbs span{color:#ccc}