/* style.css */

body {
    background-image: url('images/galleryImage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /*background-attachment: fixed;*/
    margin: 0px;
}

.header_section {
    background-color: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 50px 0;
    width: 100%;
    color: #ffffff;
}

.title {
    text-align: center;
    font-size: 48px;
    font-weight: bold; 
    margin-bottom: 20px;
    padding-top: 20px;
    color: #ffffff;
}

.title_text {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 40px;
}

.gallery img {
    width: 70%;
    height: auto;
    margin: 50px 0;
    border: 1px solid #000;
}

.gallery {
    text-align: center;
}

.work_title {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: #ffffff; 
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 10px;
}

.work-detail img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.work-detail-video {
    width: 100%;
    height: auto;
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.back_color{
    background-color: #f0f0f0;
}