.video-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 33vw;
    /* Adjust height as needed */
}



/* Hero Section */
.hero {
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

/* Dark Overlay */
.hero::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    /* Dark overlay */
}

.header a {
    color:#003087;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
}

.coll-town {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 300;
}

.coll-city {
    text-transform: uppercase;
    font-size: 4rem;
}

@media (max-width: 768px) {
    .coll-town {
        font-size: 1.5rem;
    }

    .coll-city {
        font-size: 2.2rem;
    }
}

.hero h1 {
    text-align: right;
    font-size: 3rem;
    font-weight: bold;
}

.hero h1 span {
    color: #ffffff;
    /* Highlighted text */
}

.hero p {
    font-size: 1.2rem;
}

.inquire-text {
    font-size: 1.2rem;
}

@media (max-width: 768px) {
    .inquire-text {
        font-size: 1rem;
    }
}

/* Memphis is ... vertical image */
.memphis-values{
		max-width: 100px ;
	}
@media (max-width: 768px) {

	.memphis-values{
		transform: rotate(90deg);
		max-width: 100px;
		margin: 0px auto;
		margin-top: -155px;
		margin-bottom: -155px;
	}
}

.right-section {
    padding: 15px;
    background-color: #002868;
    border-left: 2px solid white;
}

.pill-button {
    display: block;
    width: 100%;
    background-color: white;
    color: #002868;
    padding: 9px;
    margin: 10px 0;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    transition: background 0.3s ease-in-out;
}

.pill-button:hover {
    background-color: #00ace6;
    /* Spirit Blue */
    color: #002868;
}

.pill-button:focus {
    outline: none;
}

.hidden {
    display: none;
}

.active {
    background-color: #00ace6 !important;
    /* Active tab highlighted */
    color: #002868;
}


#content-display {

    font-size: 1.2rem;
}

/* Inquiry Button */
.inquiry-btn {
    background: #ffffff;
    color: #003087;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
}

.inquiry-btn-dark {
    background: #003087;
    color: #ffffff;
    font-weight: bold;
    padding: 15px 30px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
}

.inquiry-btn-dark:hover {
    background: #00ace6;
    color: #ffffff;
}

.inquiry-btn:hover {
    background: #00ace6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 2rem;
    }

    .hero p {
        font-size: 1.2rem;
    }

}

/* Section Styling */
.business-section {
    padding: 50px 0;
}

.blue-tiles {
    max-height: 100%;
}

@media (max-width: 767px) {
    .blue-tiles {
        display: none;
    }


}

/* Ensures the image is centered vertically */
.business-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
}

/* Styling for the text */
.business-text {
    color: #003087;
    /* UofM Blue */
}

.business-text p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.business-text em {
    font-style: italic;
    font-weight: bold;
}

.dark-section {
    background-color: #001f5b;
    /* UofM Blue */
    color: white;
    padding: 15px 0;
}

.light-section {
    background-color: white;
    color: #001f5b;
    padding: 60px 0;
}

/* Ensure responsive spacing */
.content-text {
    padding-left: 20px;
}

.section-title {
    font-size: 3rem;
    font-weight: bold;

    text-transform: uppercase;
    color: #003087;
}

.section-title-light {
    font-size: 3rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    text-transform: uppercase;
}

.content-text p {
    font-size: 1.2rem;
    line-height: 1.6;
}

.content-text em {
    font-style: italic;
    font-weight: bold;
}

/* Parallax Background Section */
.memphis-campus {
    position: relative;
    width: 100%;
    height: 33vw;
    background: url('https://www.memphis.edu/fcbe/landing_pages/images/undergraduate-parallax-image-students-campus.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /* Enables Parallax Effect */
    display: flex;
    align-items: center;
    color: white;
    justify-content: flex-end;
    /* Align content box to the right */
    padding-right: 25%;
}



/* Parallax Background Section */
.memphis-home {
    position: relative;
    width: 100%;
    height: 600px;
    background: url('https://www.memphis.edu/fcbe/images/parallex-downtown.jpg') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    /* Enables Parallax Effect */
    display: flex;
    align-items: center;
    color: white;
    justify-content: flex-end;
    /* Align content box to the right */
    padding-right: 25%;
}

/* Overlay Box */
.memphis-home .content-box {
    background: rgba(0, 40, 104, 0.9);
    /* Dark blue overlay */
    padding: 20px;
    max-width: 500px;
}

/* Heading */
.memphis-home .heading {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .memphis-home {
        justify-content: center;
        /* Center content on smaller screens */
        padding: 0 5%;
    }

    .memphis-home .content-box {
        max-width: 90%;
        /* Make text box wider on mobile */
    }
}

/* Subtitle */
.memphis-home .subtitle {
    font-size: 20px;
    font-style: italic;
}

/* Paragraph */
.memphis-home p {
    font-size: 16px;
    line-height: 1.5;
}

/* Handwritten Style for "your home." */
.cursive {
    font-family: 'Brush Script MT', cursive;
    font-size: 2.2rem;
    font-weight: normal;
}

/* Body Text */
.memphis-home p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 15px;
}

.memphis-home em {
    font-style: italic;
    font-weight: bold;
}

.academic-offerings {
    background-color: #c2e0f2;
}

.podcast {
    background-color: #9c9ea1;
	padding: 20px;
}

.inquiry-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #00ACE6;
    color: white;
    font-size: 1.2rem;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.inquiry-button:hover {
    background-color: #007bb5;
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-text {
    text-align: right;
    display: flex;
    align-items: right;
    justify-content: end;
}
.social-icons a{
    text-decoration: none !important;
}

body {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,
h2,
h3,
h4 {
    font-family: 'Proxima-nova', Arial;
    font-weight: bold;
}

/* Accordion styling  */
.content .btn { margin-right: 1rem; }
.content .btn, .content-subpage .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}
.btn.btn-link {
	text-decoration:none !important;
}
.btn.btn-link { 
	border-radius: 0; 
	text-transform: none;
	letter-spacing: .5px
	font-weight: 900;
	font-size: 60%;
	color: #000;
}
.bg-umblue {
	background-color:#003087;
}
.border-umblue {
	border: 1px solid #00498F;
}
.text-lg {
	font-size: 110%;
}