h1, h2, h3, h4, h5 { color: #ffffff; font-weight: bold; }

body{font-family: "Franklin Gothic ATF", sans-serif; margin:0; padding:0; min-height:100vh; display:flex; flex-direction:column; font-size:clamp(1.125rem, 1.0815rem + 0.2174cqi, 1.25rem);}

p{hyphenate-limit-chars:7; hyphens:auto; text-wrap:pretty;}

h1{font-size:clamp(1.7565rem, 1.324rem + 2.1626cqi, 3rem);}
h2{font-size:clamp(1.6068rem, 1.2898rem + 1.585cqi, 2.5182rem);}
h3{font-size:clamp(1.4698rem, 1.2458rem + 1.1198cqi, 2.1137rem);}
h4{font-size:clamp(1.3445rem, 1.195rem + 0.7473cqi, 1.7742rem);}
h5{font-size:clamp(1.2299rem, 1.1396rem + 0.451cqi, 1.4892rem);}

footer {text-align: center; }

/* New css section */
/* Navigation Menu, Carousel, etc. */
	.menu { background: #4b6cb7; display: flex; justify-content: space-between; align-items: center; padding: 15px; position: relative; color: white; }
	.menu .nav-links { display: none; position: absolute; top: 60px; left: 0; width: 100%; background: #4b6cb7; padding: 10px 0; text-align: center; }
	.menu .nav-links a { display: block; padding: 10px; color: white; text-decoration: none; }
	.menu .menu-toggle { cursor: pointer; }
	.carousel { width: 100%; overflow: hidden; }
	.carousel img { width: 100%; height: auto; }
	.carousel-inner img { height: 700px; object-fit: cover; }
	.carousel-image {height: 800px;}

	.angled-section { position: relative; padding: 50px; color: white; text-align: center; }
	.angled-section::after { content: ""; position: absolute; left: 0; bottom: -30px; width: 100%; height: 60px; background: inherit; transform: skewY(-5deg); }
	.green { background: #4CAF50; }
	.blue { background: #2196F3; }
	.purple { background: #673AB7; }
	.red { background: #F44336; }
	.skewed-section-wrapper { position: relative; overflow: hidden; }
	.row.no-gutters { margin-right: 0; margin-left: 0; }
	.plain-section { position: relative; z-index: 1; background: transparent; clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%); }
	@media (max-width: 767px) {
	  .plain-section { clip-path: none; }
	  .plain-section .row.no-gutters { flex-direction: column; }
	  .plain-container { width: 100%; height: auto; padding: 20px; }
	}

	.plain-container { height: 450px; padding: 40px; color: white; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; }
	.plain-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url('images/transparent-symbols.png') no-repeat center center; background-size: cover; z-index: 1; pointer-events: none; }

	@media (max-width: 767px) {
	  .info-section { clip-path: none; }
	  .info-section .row.no-gutters { flex-direction: column; }
	  .info-container { width: 100%; height: auto; padding: 20px; }
	}

	.info-container { height: 450px; padding: 0px; color: white; text-align: left; display: flex; flex-direction: column; justify-content: end; align-items: center; position: relative; }
	.info-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 50%; background: url('images/transparent-symbols.png') no-repeat center center; background-size: cover; z-index: -1; pointer-events: none; }
	.intro-img-container{ height: 1200px;}
	.i-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 85%; background: url('images/transparent-symbols.png') no-repeat center center; background-size: cover; z-index: 1; pointer-events: none; }
	.volunteer-section { background: #55c2b2; }
	.ways-to-give-section { background: #654389; }


	.button-container { width: 100%; }
	.info-section .button-container, .volunteer-section .button-container { margin-left: -90px; text-align: left; z-index: 1; }
	.ways-to-give-section .button-container { margin-right: -90px; text-align: right; z-index: 1; }
	@media (max-width: 767px) {
	  .volunteer-section .button-container, .ways-to-give-section .button-container { margin-left: 0; margin-right: 0; text-align: center; }
	}

	.info-block { font-size: 1.8rem; display: inline-block; background: #d35055; color: white; padding: 10px 20px; text-decoration: none; border-radius: 0; border: none; transition: background 0.3s ease; }
	.action-button { display: inline-block; background: #d35055; color: white; padding: 10px 20px; text-decoration: none; border-radius: 0; border: none; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; }
	.action-button:hover { background: darkred; }

	.intro-skewed-wrapper { position: relative; overflow: hidden; }
	.intro-section { position: relative; z-index: 1; background: transparent; clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%); }
	.intro-container { height: 450px; padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center; color: white; }
	.intro-text { background: #95c13d; text-align: left; }
	.intro-image { padding: 0; }
	.intro-button-container { width: 100%; text-align: left; margin-top: 20px; }
	.intro-action-button { display: inline-block; background: #d35055; color: white; padding: 10px 20px; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; }
	.intro-action-button:hover { background: darkred; }
	.intro-block { display: inline-block; background: #654389; color: white; padding: 10px 20px; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; }
	.intro-block-text {color: #FFFFFF;padding: 30px 20px;text-decoration: none;font-size: 1.4rem;}

	.icons img { width: 100%; margin: 0px; }
	.programs-container { display: flex; justify-content: space-around; align-items: center; }
	.programs-left, .programs-right { display: flex; flex-direction: column; }
	.program-text { font-weight: bold; font-size: 1.4rem; }
	.programs-title { color: #56c2b2; }

	.primary-nav .nav-link { font-weight: bold; text-transform: uppercase; }
	.carousel-btn { position: absolute; z-index: 2; }
	.carousel-btn-static { cursor: default; }
	.carousel-btn-static:hover { background: #d35055; }
	.carousel-btn-bottom-right { bottom: 200px; right: 0px; }
	.carousel-btn-top-left { bottom: 200px; left: 0px; }
	.carousel-btn-left-purple { bottom: 200px; left: 0px; background: #654389;}
	.carousel-sub { margin: 4px 0 0 0; font-size: 1rem; font-weight: bold; letter-spacing: 0.05em; color: white; }

	.start-header { opacity: 1; transform: translateY(0); padding: 20px 0; box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); transition: all 0.3s ease-out; }
	.start-header.scroll-on { box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15); padding: 0px 0; transition: all 0.3s ease-out; }
	.start-header.scroll-on .navbar-brand img { height: 24px; transition: all 0.3s ease-out; }
	.navigation-wrap { background-color: #ffffff; position: fixed; width: 100%; top: 0; left: 0; z-index: 1000; transition: all 0.3s ease-out; }
	.navbar { padding: 0; }
	.navbar-brand img { height: 50px; width: auto; display: block; transition: all 0.3s ease-out; }
	.navbar-toggler { float: right; border: none; padding-right: 15px; }
	.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
	.navbar-light .navbar-toggler-icon { width: 24px; height: 17px; background-image: none; position: relative; border-bottom: 1px solid #000; transition: all 300ms linear; }
	.navbar-light .navbar-toggler-icon:after, .navbar-light .navbar-toggler-icon:before { width: 24px; position: absolute; height: 1px; background-color: #000; top: 0; left: 0; content: ''; z-index: 2; transition: all 300ms linear; }
	.navbar-light .navbar-toggler-icon:after { top: 8px; }
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after { transform: rotate(45deg); }
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before { transform: translateY(8px) rotate(-45deg); }
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon { border-color: transparent; }
	.nav-link { color: #212121 !important; font-weight: 500; transition: all 200ms linear; }
	.nav-item.active .nav-link { color: #777 !important; }
	.nav-item { position: relative; transition: all 200ms linear; }
	.nav-item:after { position: absolute; bottom: -5px; left: 0; width: 100%; height: 2px; content: ''; opacity: 0; transition: all 200ms linear; }
	.nav-item:hover:after { bottom: 0; opacity: 1; }
	.nav-item.active:hover:after { opacity: 0; }
	.navbar-nav { margin-left: auto !important; display: flex; overflow: visible; }
	.nav-item { text-align: center; flex: 1; position: relative; transition: transform 0.3s ease, z-index 0.3s ease; }
	.nav-item:hover { z-index: 999; transform: scale(1.2); }
	.nav-item .nav-link { color: #fff !important; text-transform: uppercase; font-weight: bold; padding: 1rem 1.5rem; display: block; }
	.nav-link { white-space: nowrap; }

	.bg-green { background-color: #95c13d; }
	.bg-purple { background-color: #697cb6; }
	.bg-teal { background-color: #55c2b2; }
	.bg-orange { background-color: #faa836; }
	.bg-red { background-color: #d35055; }
	.bg-purple2 { background-color: #654389; }

	.start-header:not(.scroll-on) .navbar-brand img { height: 80px; }
	.start-header:not(.scroll-on) .bg-green,
	.start-header:not(.scroll-on) .bg-purple,
	.start-header:not(.scroll-on) .bg-teal,
	.start-header:not(.scroll-on) .bg-orange,
	.start-header:not(.scroll-on) .bg-red,
	.start-header:not(.scroll-on) .bg-purple2 { padding: 21px 12px; }

	.start-header.scroll-on .navbar-brand img { height: 54px; }
	.start-header.scroll-on .bg-green,
	.start-header.scroll-on .bg-purple,
	.start-header.scroll-on .bg-teal,
	.start-header.scroll-on .bg-orange,
	.start-header.scroll-on .bg-red,
	.start-header.scroll-on .bg-purple2 { padding: 7px 12px; }

	.espanol-container { position: absolute; top: 103px; right: 0; z-index: 3; width: 150px; height: 30px; background-color: #654389; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%); display: flex; align-items: center; justify-content: flex-end; padding-right: 20px; }
	.espanol-link { color: #fff; font-weight: bold; text-transform: uppercase; text-decoration: none; }
	.espanol-link:hover { text-decoration: none; color: #f2f2f2; }

	.footer { background: #333; color: white; text-align: center; padding: 20px; }
	#hero-carousel .carousel-item { height: 500px; position: relative; background-position: center; background-repeat: no-repeat; background-size: cover; }
	#hero-carousel .carousel-item video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
	.carousel-item { position: relative; }

	.circle-wrapper { position: relative; width: 200px; height: 200px; margin: 20px auto; }
	.circle-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 50%; background-size: cover; background-position: center; opacity: 0.3; }
	.circle-content { width: 100%; height: 100%; border-radius: 50%; position: relative; overflow: hidden; display: flex; justify-content: center; align-items: center; background-size: cover; background-position: center; }
	.circle-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.7; }
	.overlay-purple { background: rgba(103, 58, 183, 0.7); }
	.overlay-green { background: rgba(76, 175, 80, 0.7); }
	.overlay-pink { background: rgba(233, 30, 99, 0.7); }
	.overlay-orange { background: rgba(255, 152, 0, 0.7); }
	.circle-text { position: relative; z-index: 2; text-align: center; color: white; font-weight: bold; }
	.intro-section { position: relative; background-size: cover; background-position: center; color: white; }
	.intro-section .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
	.intro-content { position: relative; z-index: 2; }

	.booking-section { background: #4CAF50; color: white; padding: 30px 15px; text-align: center; }
	.book-button { background: #333; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; margin-bottom: 15px; display: inline-block; }

	.news-area { padding: 60px 15px; background: #f5f5f5; }
	.news-card { background: white; margin-bottom: 20px; border-radius: 5px; overflow: hidden; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
	.news-card img { width: 100%; height: auto; }
	.news-details { padding: 15px; }
	.news-details p { margin: 5px 0; }
	.read-more { background: #4b6cb7; color: white; padding: 5px 10px; text-decoration: none; border-radius: 3px; }

	.site-footer { background: #333; color: white; text-align: center; padding: 20px; }
	.footer-container { width: 100%; overflow: hidden; font-family: "Franklin Gothic ATF", sans-serif; }
	.footer-top { width: 100%; height: auto; display: flex; flex-wrap: wrap; }
	.footer-left-teal { background: #55c2b2; position: relative; padding: 40px; min-height: 200px; text-align: center; }
	.footer-right-purple { background: #654389; clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%); position: relative; color: #fff; }
	.footer-middle-green { background: #95c13d; padding: 15px; text-align: center; }
	.footer-bottom-dark { background: #424242; color: #fff; }
	.footer-author{background:#0C0C0C}
	.footer-author .credit{padding:10px 0; color:#FFF; font-size:.8em; margin:0; text-align:right; margin-right:25px;}
	.footer-author .credit img{width:180px; filter:grayscale(1); transition:.5s ease-in-out;}
	.footer-author .credit img:hover, .footer-author .credit img:active{filter:grayscale(0);}
	.footer-disclaimer{font-size: 1.0rem;}


	@media (min-width: 768px) { .circle-wrapper { margin: 20px; } }  
	.back-to-top { position: fixed; bottom: 30px; right: 30px; display: none; align-items: center; justify-content: center; flex-direction: column; width: 80px; height: 80px; background-color: #55c2b2; opacity: 0.85; color: #fff; text-align: center; cursor: pointer; z-index: 9999; border-radius: 10px; transition: opacity 0.3s ease; }  
	.back-to-top:hover { opacity: 1.0; }  
	.back-to-top svg { display: block; margin: 15px auto 0; }  
	.back-to-top span { font-size: 0.6rem; font-weight: bold; }

	.logo-img { max-width: 500px; max-height: 200px; width: auto; height: auto; object-fit: contain; }
	.svg-logo { width: 400px !important; height: 400px !important; max-width: 400px; max-height: 400px; }
	.text-center { display: flex; justify-content: center; align-items: center; }
	* { margin: 0; padding: 0; box-sizing: border-box; }
	body { font-family: "Franklin Gothic ATF", sans-serif; }
	.text-purple { color: #654389; font-weight: 600; }
	.text-teal { color: #55c2b2; font-weight: 600; }
	.text-red { color: #d35055; font-weight: 600; }
	.text-green { color: #95c13d; font-weight: 600; }
	.overlay-container { position: relative; background-image: url('images/GECU-stock-19.jpg'); background-repeat: no-repeat; background-size: cover; height: 1200px; }
	.overlay-container::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(172, 79, 120, 0.5); z-index: 0; }
	.overlay-container .row { position: relative; z-index: 2; }
	.resource-centered-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: white; max-width: 80%; }
	.resource-cta-button { display: inline-block; background-color: #ffac28; color: white; font-weight: bold; text-decoration: none; padding: 15px 30px; border-radius: 0px; margin-top: 20px; transition: background-color 0.3s ease-in-out; }
	.resource-cta-button:hover { background-color: #e76f51; }
	.intro-text { text-align: left; font-size: 1.1rem; color: #fff; }
	.intro-image { max-width: 150%; height: auto; display: block; }
	
	/* Program section */
	.programs-section { padding: 0; margin: 0; }
	.programs-section p { font-size: 15pt; }
	.programs-block { margin: 0; padding: 35px 30%; text-align: left; }
	.programs-yellow { background-color: #fff7df; }
	.programs-blue { background-color: #e6e9f3; }
	.programs-yellow h3 { color: #ac4f78; }
	.programs-blue h3 { color: #644389; }
	.programs-yellow .programs-button { background-color: #ac4f78; }
	.programs-blue .programs-button { background-color: #644389; }
	.programs-button { display: inline-block; color: white; font-weight: 900; text-decoration: none; padding: 20px 60px; margin-top: 10px; transition: background-color 0.3s ease-in-out; }
	.programs-button:hover { background-color: #5e1f3c; }
	
	@media (max-width: 768px) { .programs-block { padding: 20px 10%; } .intro-block-text { color: white; padding: 15px 10px; text-decoration: none; font-weight: bold; font-size: 0.9rem; } }
	/*** Get Involved ***/
	.get-involved-container { padding: 120px 0; text-align: center; }
	.get-involved-form-wrapper { background: white; padding: 40px; max-width: 800px; margin: auto; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border: 2px solid #000000; }
	.get-involved-title { font-size: 2rem; font-weight: bold; color: #52c5b4; }
	.get-involved-form input, .get-involved-form select { width: 100%; padding: 10px; margin-top: 10px; }
	.get-involved-form label { font-weight: bold; text-align: left; display: block; margin-top: 15px; }
	.get-involved-submit { background-color: #52c5b4; color: white; font-size: 1.2rem; font-weight: bold; padding: 12px 90px; border: none; cursor: pointer; margin-top: 20px; }
	.get-involved-submit:hover { background-color: #2a9588; }
	.get-involved-volunteer-title { color: #d35055; font-weight: bold; }
	.get-involved-volunteer-submit { background-color: #d35055; }
	.get-involved-volunteer-submit:hover { background-color: #a33e3e; }

	.get-involved-form input, .get-involved-form select { width: 100%; padding: 12px; font-size: 1rem; background-color: #e6e9f3; color: #333; border: none; }
	.get-involved-form label { display: none; }
	.get-involved-form input::placeholder, .get-involved-form select { color: #666; font-size: 1rem; }
	.get-involved-form select option:hover { background-color: #9da9d0 !important; }
	.get-involved-form select { cursor: pointer; }
	.bg-skew { height: 50%; width: 100%; transform: skewY(3deg); }
	
	/***Events***/
	.first { background-color: #004B52; margin-top: -3%; padding-top: 5%; }
	.second { height: 50%; width: 100%; background-color: #33393F; margin-bottom: -10%; }
	.text-content { color: #BBB; padding: 20px; }
	.unskew { transform: skewY(-3deg); }
	.our-vision-call { color: #ac4f78; text-align: left; }
	.our-vision-text { padding-top: 15px; font-size: 18px; color: #333; line-height: 1.6; text-align: left; }
	.collaborator-section { background-color: #ffac27; position: relative; z-index: 0; min-height: 500px; padding: 60px 40px; margin-bottom: -200px; }
	.content-wrapper { position: relative; z-index: 5; }
	.events-section { background-color: #d23c3c; padding: 60px 0; display: flex; justify-content: center; }
	.events-container { max-width: 900px; width: 100%; }
	.event-card { background-color: white; padding: 20px; margin-bottom: 20px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); display: flex; position: relative; }
	.event-date { -webkit-clip-path: polygon(0 0, 110% 0, 100% 10px, 100% 100%, 0 100%); clip-path: polygon(0 0, 110% 0, 100% 10px, 100% 100%, 0 100%); background-color: #52c5b4; color: white; font-weight: bold; padding: 15px; text-align: center; min-width: 100px; font-size: 1.3rem; position: absolute; top: 0; left: 0; }
	.event-date span { display: block; font-size: 2rem; font-weight: bold; }
	.event-details { padding: 0 20px; flex: 1; margin-left: 120px; }
	.event-title { font-size: 1.5rem; font-weight: bold; color: #5b3a8b; }
	.event-info { font-size: 1rem; color: #cc4d4d; }
	.event-info i { margin-right: 5px; }
	.event-button { display: inline-block; background-color: #5b3a8b; color: white; font-weight: bold; text-decoration: none; padding: 10px 20px; border-radius: 0px; margin-top: 10px; text-align: center; }
	.event-button:hover { background-color: #442a6d; }
	.about-us-title { color: #654389; font-weight: 900; }
	.form-background { position: relative; z-index: 1; }
	.form-background::before { content: ""; position: absolute; inset: 0; background: url('images/transparent-symbols.png') no-repeat center center; background-size: cover; z-index: -1; }
	

	/** footer author **/
	.footer-author{background:#0C0C0C}
	.footer-author .credit{padding:10px 0; color:#FFF; font-size:.8em; margin:0; text-align:right; margin-right:25px;}
	.footer-author .credit img{width:180px; filter:grayscale(1); transition:.5s ease-in-out;}
	.footer-author .credit img:hover, .footer-author .credit img:active{filter:grayscale(0);}

	/*External Link Modal*/
	.external-link-modal .modal-content { border-radius: 0; border: none; background-color: #faa836; color: #fff; }  
	.external-link-modal .modal-header, .external-link-modal .modal-footer { border: none; z-index: 1; }  
	.external-link-cancel, .external-link-continue { border-radius: 0; border: none; padding: 10px 20px; }  
	.external-link-continue { background-color: #654389; color: #fff; }  
	.external-link-cancel { background-color: #fff; color: #000; }  
	.external-link-continue:hover { background-color: #6b11ca; color: #fff; }  
	.external-link-cancel:hover { background-color: #CCCCCC; color: #fff; }


	/* Cookie Modal */
	.cookie-modal .modal-content { background-color: #96c121; color: #FFFFFF; border-radius: 0; border: none; position: relative; overflow: hidden; }  
	.cookie-modal .modal-body { position: relative; z-index: 2; padding: 20px; }  
	.cookie-modal .modal-header, .cookie-modal .modal-footer { border: none; position: relative; z-index: 2; }  
	.cookie-button-close { background-color: white; color: black; border-radius: 0; border: none; padding: 10px 20px; z-index: 2; }  
	.cookie-button-confirm { background-color: #654389; color: white; border-radius: 0; border: none; padding: 10px 20px; z-index: 2; }

	
	@media (max-width: 576px) {}  
	@media (min-width: 576px) {}  
	@media (max-width: 768px) { 
		.carousel-inner img { height: 500px; object-fit: cover; } .intro-block { display: inline-block; background: #654389; color: white; padding: 5px !important; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; } .info-block { font-size: 1rem; display: inline-block; background: #d35055; color: white; padding: 10px 20px; text-decoration: none; border-radius: 0; border: none; transition: background 0.3s ease; } .info-container { height: 250px !important; padding: 0; color: white; text-align: left; display: flex; flex-direction: column; justify-content: end; align-items: center; position: relative; } .intro-img-container { height: 800px; }
		.footer-container{background:#654289 !important; }
	}  
	@media (max-width: 992px) { 
		.mobile-menu-expand { position: absolute; top: 5px; height: 40px; border-left: 1px solid rgba(255, 255, 255, .2); transition: background .15s ease-in-out; cursor: pointer; } .mobile-menu-expand:hover, .mobile-menu-expand:active { background: rgba(255, 255, 255, .2); } header .navbar .navbar-nav { padding: 15px 0; border-top: 1px solid rgba(255, 255, 255, .2); border-bottom: 1px solid rgba(255, 255, 255, .2); } header .navbar .navbar-nav .nav-link { padding: .75rem 0; } header .navbar .navbar-nav > li > .mobile-menu-expand { right: -10px; width: 50px; } header .navbar .navbar-nav > li > .dropdown-toggle::after { position: absolute; right: 11px; top: 23px; } header .navbar .navbar-nav > li > ul > li > .mobile-menu-expand { right: 0; width: 50px; } header .navbar .navbar-nav > li > ul > li > .dropdown-toggle::after { position: absolute; right: 10px; top: 20px; width: 20px; height: 17px; } header .navbar .navbar-nav .dropdown-toggle:hover::after { color: #fff !important; } header .navbar .navbar-nav .dropdown-menu { margin: 10px 0 15px; } .carousel-inner img { height: 500px; object-fit: cover; } .intro-block { display: inline-block; background: #654389; color: white; padding: 5px !important; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; } 
	}  
	@media (min-width: 992px) {}  
	@media (min-width: 1200px) { 
		.intro-block { display: inline-block; background: #654389; color: white; padding: 5px !important; text-decoration: none; border-radius: 0; font-weight: bold; text-transform: uppercase; transition: background 0.3s ease; } .espanol-container { position: absolute; top: 103px; right: 0; z-index: 3; width: 150px; height: 30px; background-color: #654389; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%); display: flex; align-items: center; justify-content: flex-end; padding-right: 20px; } 
	}
