/************ Base Styles ************/
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    text-decoration: none;
}

.container {
    width: 80%;
    margin: auto;
    padding: 20px;
}

/************ Top Black Navigation Bar ************/
.top-nav {
    background-color: black;
    padding: 10px 0;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.nav-links {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.nav-links li {
    display: inline;
}

.nav-links a {
    text-decoration: none;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    transition: 0.3s;
}

.nav-links a:hover,
.nav-links a:focus {
    background: linear-gradient(to bottom, rgba(0, 80, 154, 0.41), #0054a26a);
    border-radius: 9px;
}

.nav-links a.active {
    background: linear-gradient(to bottom, #0054a2d1, #0054A2);
    border-radius: 9px;
}

.title {
    font-size: 36px;
    color: rgb(0, 84, 162);
    font-weight: bold;
    text-decoration: underline;
}






/************ Footer ************/
footer {
    background-color: rgb(0, 84, 162);
    color: white;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 200px;
    }
    
.footer-section {
    flex: 1;
    min-width: 200px;
    padding: 10px;
    }
    
.flogo {
    width: 170px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
	padding-left: 15px;
    }

.mainpageflogo {
    width: 185px;
    height: 145px;
    display: block;
    margin-bottom: 10px;
	padding-left: 15px;
    }
    
.footer-section ul {
    list-style: none;
    padding: 0;
    }
    
.footer-section ul li {
    margin: 5px 0;
    }
    
.footer-section ul li a {
    color: white;
    text-decoration: none;
    }
    
.footer-section ul li a:hover {
    text-decoration: underline;
    }
    
.social {
    text-align: right;
    }
    
.social-icon {
    width: 30px;
    margin: 5px;
    }
    
.app-download {
    width: 150px;
    margin-top: 10px;
	padding-right: 20px;
    }
    
.schoolsite-logo {
    width: 100px;
    margin-top: 10px;
	padding-right: 20px;
    }

.fa-facebook {
    color: whitesmoke;
    font-size:xx-large;
    padding: 10px;
}

.fa-instagram {
    color: whitesmoke;
    font-size:xx-large;
    padding: 10px;
}
.fa-linkedin{
    color: whitesmoke;
    font-size:xx-large;
    padding: 10px;
}
.fa-youtube {
    color: whitesmoke;
    font-size:xx-large;
    padding: 10px;
	padding-right: 20px;
}

.footer-sectioncontact {
    padding-left: 120px;
}

.footer-sectionlinks {
    padding-left: 150px;
}

.footer-sectionlinks li {
    list-style: none;
	padding: 0;
}

.footer-sectionlinks ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
.footer-sectionlinks li {
    list-style: none;
	padding: 0;
}

.footer-section2links {
    padding-left: 200px;
	display: inline-block;
}

.footer-section2links ul {
    list-style: none;
    padding: 0;
}

.flinks {
    color: whitesmoke;
    text-decoration: none;
}

.f2links {
    color: whitesmoke;
    text-decoration: none;
}

/************ Main Page (index.html) ************/
.header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e5e5e5;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    gap: 20px;
    text-decoration: none;
}

.title {
    align-items: center;
    gap: 20px;
    text-align: center;
}

.title h1 {
    font-size: 70px;
    margin: 0;
    color: black;
    font-weight: normal;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.rosminirosmini {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
}

.rosminicollege {
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    padding-right: 25px;
}

/* Logo */
.logo {
    width: 115px;
    height: 100px;
    margin-left: 150px;
    margin-right: 150px;
}

/* Motto Section */
.motto {
    background-color: #1f4a92;
    padding: 10px;
    text-align: center;
}

.motto h2 {
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    font-family: garamond;
}

.bodyparagraph {
    text-align: center;
    padding-top: 15px;
    padding-left: 70px;
    padding-right: 70px
}

.middleinformation {
    display: flex;
    justify-content: center;
    gap: 20px; 
    align-items: stretch;
    width: 80%;
    margin: 40px auto;
    text-align: center;
}

.middleinformation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.left-column, .right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 45%;
}

.left-column, .right-column {
    flex: 1;
    min-width: 300px;
}

.section {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 150px;
}

.section-title {
    font-size: 24px;
    font-weight: bold;
    color: rgb(0, 84, 162); 
    margin-bottom: 10px;
    text-align: center;
}

.section-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    text-align: center;
}

.quoteimg {
    width: 100%; 
    max-width: 400px; 
    margin: auto; 
    display: block;
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto;    
}

.quoteimg {
    width: 1050px; 
    height: 134px;
}

.quote-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.carousel-inner {
    width: 100%;
    align-items: center;
}

/************ Sports Page ************/
.sportsimgwithtxt {
    position: relative;
}
.Izacksports {
    width: 100%;
    height: 100%;
}

.overlay-text {
    position: absolute;
    top: 20%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;  
    font-size: 75px;  
    font-weight: bold; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);  
	text-align: center;
}

.overlay-text{
    font-weight: bold;
}

.sports-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.sport-item {
    background-color: rgb(0, 84, 162);
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.sport-name {
    font-weight: 600;
    font-size: x-large;
}

.sport-image img {
    height: 225px;
    width: 350px;
    background-color: #ddd;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.paragraphssports {
    text-align: center;
    padding-top: 1px;
    padding-left: 150px;
    padding-right: 150px;
}

.secondparagraphsports {
    font-size: 30px;
    color: rgb(0, 84, 162);
}

/************ Staff Page ************/
.staffbody {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    text-align: center;
}

.department {
    font-size: 24px;
    color: red;
    text-decoration: underline;
    margin-top: 20px;
}

.staff-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.staff-card {
    width: 200px;
    border-radius: 10px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 15px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.358);
    background-color: #f4f4f4;
  }

.image-container {
    position: relative;
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
    height: 266.66px;
	border-top-left-radius: 10px;
  	border-top-right-radius: 10px;
}

.image-container img {
    width: 100%;
    border-radius: 0;
}

.staff-name {
   background: linear-gradient(to bottom, rgba(0, 84, 168, 0.94), rgb(0, 84, 162));
    color: white;
    font-size: 20px;
    font-weight: bold;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    margin: 0;
}

.titlestaff {
    font-size: 36px;
    color: rgb(0, 84, 162);
    font-weight: bold;
    text-decoration: underline;
    padding-bottom: 45px;
}


