@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    font-family: "Montserrat", sans-serif;
}

.moviePackage {
    text-align: center;
}

.movieBox {
    position: relative;
    z-index: 0;
}

.movieTitle {
    position: relative;
    top: -50%;
    z-index: 1;
    color: white; 
    background: none; 
    padding: 10px 15px;
    text-align: center;
    font-size: 1rem;
    font-weight:normal;
    opacity: 0;            
    transition: opacity 0.3s ease; 
}

.movieTitle a {
    text-decoration: none;
    color: white;
    font-size: 1rem;
    font-weight: normal;
}

.moviePackage:hover .movieTitle {
    opacity: 1;
}

#navigationbar {
    margin-left: 1%;
    margin-right: 1%;
}

#navigationbar img {
    height: 30px;
}

#navigationbar ul {
    float: right;
}

#navigationbar a:hover {
    color: lightskyblue;
}

#navigationbar ul li a:hover {
    color: lightskyblue;
}

#film {
    padding-top: 60px;
    margin: 2%;
    text-align: center;
}

#portrait img {
    margin-top: 50px;
    height: 700px;
}

#contactText {
    margin-top: 50px;
    text-align: justify;
}

#contactText a {
    text-decoration: none;
    color: black;
}

#contactText a:hover {
    text-decoration: underline;
}

#firstAdText {
    margin-top: 50px;
    text-align: justify;
    font-size: 14px;
    line-height: 1.6;
}

#firstAdText a {
    color: black;
}

.videoDescription {
    font-size: smaller;
}

#templateGVideo {
    margin-top: 25px;
}

#resumeDownload,
#vmud {
    text-align: center;
}
