html {
    background-image     : url("../../resources/photos/home_page/black_pixel.png");
    background-attachment: fixed;
    background-size      : cover;
    background-color     : #ffffff;
}

.profile-img {
    width: 30vw;          
    max-width: 1050px;    
    aspect-ratio: 1 / 1; 
    object-fit: cover;
    object-position: center top;
}

#slideShow .carousel-item {
    height: 50vh;
    aspect-ratio: 16 / 9;
}

#slideShow .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: fill; 
    object-position: center top;
}


.card-img-top {
    width: 100%;
    aspect-ratio: 16 / 10; 
    object-position: center top;
    object-fit: cover; 
}

hr.custom {
    border: none;
    height: 2px; 
    background-color: #000000; 
}

html, body {
    background-image: url("../../resources/photos/home_page/black_pixel.png");
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    
    background-color: #ffffff;
}



html {
  scroll-behavior: smooth;
}

.visually-hidden-focusable {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.visually-hidden-focusable:focus {
  position: static;
  width: auto;
  height: auto;
}