.nav-link:hover{
    text-decoration: underline;
}

.areabg{
    height: 100%; 
    /* background-attachment: fixed; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 0px;
    margin-top: 0px;
}

.areatxt{
    mix-blend-mode: difference;
    font-weight: bolder;
}

.mb-minus-36 {
  margin-bottom: -36px;
}

@media (max-width: 320px) {
    .icon {
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    .icon {
        font-size: 1rem;
    }
}

@media (max-width: 700px) {
    h1 {
        font-size: 1.75rem;
    }
}
/* added by Szocinski */
@media (max-width: 700px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 700px) {
    h3 {
        font-size: 1.25rem;
    }
}

#splash{
    background-image: url("images/splash.jpg");
    color: white;
}

#reel{
    background-image: url("images/reel.jpg");
    color: white;    
}

.play-btn {
  margin-top: 20px;
  
}
/* play-btn features added my Szocinski */
.fa-regular.fa-circle-play.fa-x1 {
    /*smargin-left: 400px; /* Adjust the margin as per your requirement */
	
}

.play-buttons {
	display: flex;
    justify-content: center;
}

.play-buttons a {
    margin: 0 150px; /* Add some space around each button */
	/*margin-right: 20 px;*/
}

@media screen and (max-width: 680px) {
    .play-buttons {
        /*flex-direction: column; /* Change to a vertical layout */
        align-items: center; /* Center the buttons horizontally */
    }

    .play-buttons a {
        margin: 5px 3rem ; /* Add margin to separate vertically */
    }
}



/* mobile */
@media only screen and (max-width:680px)  {
  .hide-mobile {
    display: none;
    visibility: hidden;
  }
}

/* desktop */
@media only screen and (min-width: 680px) {
  .hide-desktop {
    display: none;
    visibility: hidden;
  }
}

#biography{
    background-image: url("images/bio.jpg");
    color: white;
}

#commercials{
    background-image: url("images/commercial.jpg");
    color: white;
}

#documentaries{
    background-image: url("images/documentary.jpg");
    color: white;    
}

#features{
    background-image: url("images/featurenarrative.jpg");
    color: white;
}

#musicvideos{
    background-image: url("images/musicvideo.jpg");
    color: white;    
}

#marcinNav{
    color: white;
    font-size: 1.5rem;
    font-weight: bolder;
}

/* begin basic style changes to entire page */
html{
    height: 100%;
    scroll-behavior: smooth;
}

body{
    font-family:  "Poiret One", Tahoma, sans-serif;
    height: 100%;
}

