@charset "utf-8";
/* My brand colors:
orange #E86533
lightpink #FFECF7
darkblue #21315D
darkerdarkblue #030C1E
magenta #EE80AC
green #2AC271
yellow #F9C846
*/

h1, h2, h4{font-family: "Signika Negative", sans-serif; font-weight:lighter; color: #21315D}
h3, p{font-family: "Noto Serif", serif; color: #21315D}

body{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	text-align: center;
	background-color:#FFECF7;
	background-size:cover;
	}

a {
	text-decoration: none;
}

	
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #21315D;
	font-family: "Signika Negative";
	font-weight:lighter;
	font-size: 20px;
}

/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #F9C846;
}

.navbar-brand {
    background-image: url("../images/pta/logobadge.png"); /* your logo */
    background-repeat: no-repeat;
    background-size: 55px 55px;      /* perfect size for Bootstrap */
    background-position: left center;
    padding-left: 75px;              /* leaves room for the logo */
    height: 60px;                    /* defines navbar height */
    display: flex;
    align-items: center;
}

.navbar a {
	text-align: center;
	color: #F9C846;
	text-decoration: none;

}

/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    text-decoration: underline;
	background-color:#030C1E;
}

/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(249, 200, 70)' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.homebg img {
	width: 100%;
}

.homebg {
	background-image: url("../images/pta/banner2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	min-height: 550px;
	background-attachment:scroll;
	background-size: cover;

}

* {
	box-sizing: border-box;
}

.heading {
	text-align: center;
	font-size: 50px;
	color:#21315D;
}

.amplified {
	color:#2AC271;
	font-weight:normal
}

footer {
	background-color: #21315D;
	color:#F9C846;
	padding: 10px;
}

/* ---------------- MAIN CARD CONTAINER ---------------- */
.card {
  display: flex;
  flex-direction: column;   /* MOBILE: stack */
  border-radius: 25px;
  background-color: #F9C846;
  overflow: hidden;         /* lets image follow corner rounding */
  margin: 40px auto;
  max-width: 1200px;
  box-sizing: border-box;
}

/* ---------------- TEXT SIDE ---------------- */
.card1row, .card2row {
  flex: 60%;
  padding: 30px;
  box-sizing: border-box;
}

.card1row p, .card2row p {
  color: #21315D;
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 0;
}

/* ---------------- IMAGE SIDE ---------------- */
.card1rowimg {
  flex: 40%;
  background-image: url("../images/pta/flag1.jpg"); /* <-- put your image path here */
  background-size: cover;
  background-position: center;
  min-height: 350px;  
}

.card2rowimg {
  flex: 40%;
  background-image: url("../images/pta/flag2.jpg"); /* <-- put your image path here */
  background-size: cover;
  background-position: center;
  min-height: 350px;  
}

/*----bottom cards----*/
.row a {
	color: #FFECF7
}

.row a:hover {
	text-decoration: underline
}

.row h3 {
	font-weight:normal;
	font-size: 22px;
	border-radius: 15px;
	width: 200px;
	height: 70px;
	display:flex;
	align-items: center;
}

.row img {
	border-radius: 20px;
	
}

.column {
	float: left;
	width: 33.33%;
	padding: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* ensures top alignment of all columns */
}

/* Make each column a flex container */
.col-xl-4 {
  display: flex;
  flex-direction: column; 
  justify-content: space-between; /* pushes content apart */
  align-items: center;
}

/* Keep images and buttons unchanged */
.col-xl-4 img {
  border-radius: 20px;
  width: 100%;
  max-width: 400px;
}

.col-xl-4 h3 {
  font-weight: normal;
  font-size: 22px;
  border-radius: 15px;
  width: 200px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px;
}

/* -------------------- About Page -------------------- */

.aboutbanner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 550px;
  margin-bottom: 50px;
  padding-top: 70px; /* adjust to match navbar height */
}

.aboutimg {
  background-image: url("../images/pta/about.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;                  
  min-height: 300px;        
}

.abouttitle {
  background-color: #F9C846;
  flex: 1;                  
  padding: 50px 30px;       
  display: flex;
  flex-direction: column;
  justify-content: center;  
}

.abouttitle h1 {
  font-size: clamp(36px, 5vw, 60px);
  font-weight: normal;
  color: #E86533;
  margin: 0 0 20px 0;
}

.abouttitle p {
  font-size: clamp(18px, 2vw, 28px);
  line-height: 1.6;
  margin: 0;
}

.about-cards-container {
  display: flex;
  justify-content: center;
  gap: 30px;            /* space between cards */
  flex-wrap: wrap;      /* allows stacking on mobile */
  padding: 20px;
}

.about-card {
  background-color: #F9C846;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  flex: 1 1 40%;         /* responsive width, min 40% */
  max-width: 550px;
  box-sizing: border-box;
}

.about-card img {
  width: calc(100% + 40px);      /* full width including card padding */
  margin: -20px -20px 15px -20px; /* negative margins equal to card padding */
  border-radius: 30px 30px 0 0;
  display: block;
}

.about-card h2 {
  color: #E86533;
  font-size: 35px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

.about-card p {
  font-size: 25px;
  margin: 0;
  line-height: 1.6;
}

.abcard {
  display: flex;
  flex-wrap: wrap;          /* allows stacking on mobile */
  border-radius: 25px;
  background-color: #F9C846;
  width: 73%;
  margin: 0 auto 70px auto;
  overflow: hidden;         /* ensures rounded corners */
  padding: 0;               /* remove padding so image can touch edges */
  box-sizing: border-box;
}

.abcardrow {
  flex: 1 1 50%;
  padding: 30px;            /* only text gets padding */
  box-sizing: border-box;
}

.abcardrow h1 {
  color: #E86533;
  font-weight: normal;
  font-size: 30px;
  margin-bottom: 15px;
}

.abcardrow p {
  color: #21315D;
  font-size: 25px;
  line-height: 1.6;
  margin: 0;
}

.signoff {
  color: #E86533;
  font-weight: normal;
  display: block;
  margin-top: 20px;
}

/* Image extends to top, sides, and bottom of card */
.abcardrowimg {
  flex: 1 1 50%;
  background-image: url("../images/pta/seattlepride.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;                /* adjust as needed */
  margin: 0;                         /* remove spacing so it touches edges */
  border-radius: 0 25px 25px 0;      /* round only right corners */
}

/* Image bleeds to card edge */
.abcardrowimg {
  flex: 1 1 50%;
  background-image: url("../images/pta/seattlepride.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 800px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: -30px -30px -30px 0;   /* negative margins to override padding */
}

/* Desktop: side-by-side */
@media (min-width: 768px) {
  .card {
    flex-direction: row;  /* side-by-side layout */
  }

  .card1rowimg, .card2rowimg {
    min-height: 400px;   /* Keeps the card tall enough */
  }

  .card1row, .card2row {
    padding: 40px;
  }
}

/* Mobile stacking */
@media (max-width: 768px) {
	
  .aboutbanner {
    flex-direction: column;   /* stack image above text */
  }

  .aboutimg,
  .abouttitle {
    flex: none;               /* override flex:1 for stacked layout */
    width: 100%;
  }

  .abouttitle {
    padding: 30px 20px;       /* reduce padding on small screens */
  }
	
	.about-card {
    flex: 1 1 100%;   /* full width on mobile */
    max-width: 100%;
  }

  .about-card h2 {
    font-size: 28px;   /* scale down headings */
  }

  .about-card p {
    font-size: 20px;   /* scale down paragraphs */
  }
}

/* abcard stacking earlier */
@media (max-width: 992px) {  /* stack when screen is narrower than 992px */
  .abcard {
    flex-direction: column;
    width: 90%;
  }

  .abcardrow, .abcardrowimg {
    flex: 1 1 100%;
    border-radius: 25px;
    min-height: 250px;
  }

  .abcardrowimg {
    border-radius: 25px 25px 0 0;    /* round top corners only */
  }
}