﻿.container-outer {
  width: 98%;
}

.container-inner {
  width: 98%;
}

/* Stack vertically on mobile */
.main-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

/* Reorder  */
.content_box { order: 1; text-align: center; }

.events_calendar { 
	order: 2;
	text-align: center; 
	align-items:center;}

.calendar-title {
	border-top: 2px solid #c8c2fa; 
	font-size: clamp(14px, 2vw, 18px);}

.usefulLinks_box { order: 3; text-align: center; }

.homepage_box { order: 4; text-align: center; }

/* Titles */
.links-title {
  border-top: 2px solid #c8c2fa;
  border-bottom: 2px solid #c8c2fa;
  font-size: clamp(14px, 2vw, 18px);
}

#ul_links {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#ul_links li {
  line-height: 1.8;
}

#ul_links li a {
  font-size: clamp(13px, 2vw, 16px);
}

#welcomeNote {
	color:blue;
	font-size: clamp(12px, 2vw + 0.5rem, 16px);
	font-weight:bold;
}


/* ======================================================== */
/* =============== PAGE SPECIFIC FORMAT ====================*/
/* ======================================================== */
/* ABOUT US *************************************************/

.about_us .content_box {
	order: 1;
	text-align: center;
}

.about_us .right-stack {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%;
	order: 2;
}

.about_us .usefulLinks_box { 
	text-align: center;
}

.about_us .homepage_box {
	order: 3;
	text-align: center;
}

.about_us .events_calendar{
	display: none; /* Hide calendar */
}


.about_us #main_page_heading {
    text-align:left;
    font-family: "Times New Roman";
    font-weight: bold;
    
    color: white;
    background-color:#c8c2fa;
    border-radius:15px 0px;
    padding-left:10px;
}

.about_us .main_body_motto {
    width: 100%;
    text-align:right;
}

.about_us #page_heading {
	padding-top:5px;
	padding-bottom:5px;
	font-size: 1.6em;
}

.about_us #pa2 {
    font-style:italic;
    font-weight:bold;
    font-size: 1.2em;
}

.about_us #main_body_message {
    width: 100%;
    float: none;
    text-align: justify;
	font-size: 1.1em;
}

.about_us #main_body_message p {
    width: 100%;
    float: none;
    text-align: justify;
	font-size: 1em;
}

.about_us #main_body_message li {
    width: 100%;
    float: none;
    text-align: justify;
	font-size: 1em;
	line-height: 1.2;
	padding-bottom: 10px;
}