#single-page-banner {
    margin-top: 0px;
    padding-top: 150px;
}

.parallax::before {
    background-color: unset;
}


.logo-text {
    color: white;
    font-size: x-large;
    font-weight: 700;
}

#header.mgsfixed-nav .logo-text {
    color: black;
    font-size: x-large;
    font-weight: 700;
}

.mgsfixed-nav .navbar.mgsb4navbar .navbar-brand .logo {
    color: black;

}


nav.navbar.mgsb4navbar .navbar-brand .logo {
    color: rgb(255, 255, 255);
    font-size: 30px;
    font-weight: 700;
}
.subscribe_my_channel{
    padding: 10px 20px; background-color: #FF0000; color: white; border: none; border-radius: 4px; cursor: pointer;
}

@media (max-width: 768px) {
    #header nav.navbar.mgsb4navbar {
        padding: 7px;
    }
    .subscribe_my_channel{
        margin-top: 15px;
    }
}

aside#sidebar {
    margin: unset;
}

aside#sidebar .title-box {
    margin: unset;
}


/* for iframe for youtube  */

/* Responsive video */
.video-responsive-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    overflow: hidden;
}

.video-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Make sure text and links wrap and are contained within the viewport */
.post-body p {
    word-wrap: break-word; /* Allows long words or URLs to break and not overflow */
    white-space: normal; /* Ensures that text can wrap within its container */
}

/* Optional: Style links to be responsive too */
.post-body a {
    word-wrap: break-word; /* Make sure long URLs inside the links also wrap */
    overflow-wrap: break-word; /* This ensures that URLs inside <a> tags break properly */
}


/* Media Query for mobile devices */
@media (max-width: 768px) {
    .video-responsive-container {
        padding-top: 56.25%; /* 16:9 aspect ratio */
    }
}