@charset "utf-8";
/* CSS Document */

/* Body Defaults */
body {
  margin: 0;
  font-size: 1.2rem;
  font-weight: 350;
  line-height: 1.3;
  color: #212529;
  text-align: center;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 0.25rem;
}
.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 275px;
  position: relative;
  display: block; }

/* For Google Maps */
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

/*! for Google map embed */
.embed-responsive-100x400px{
  padding-bottom: 400px;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:10%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Navbar */
	.navbar-light {
		background-color:#f98740;
		color: #fff;
	  }
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

.navbar-brand h2 {
	background-color: #f68c2e;
	color: white;
	margin: 0.50rem ;
	border-radius: 10px;
	padding: 0rem 0.5rem;
}
.navbar .nav-link  {
		color: white;
}

/* Responsive table */

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
    padding: 5px;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}

@media screen and (max-width: 768px) {
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 3px solid #ccc;
      display:block;
       font-size: 1rem;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}
.table th:first-child,
.table td:first-child {
  position: sticky;
  left: 0;
    font-weight: 500;
    vertical-align: middle;
      background-color:aliceblue;
}
/* End Responsive Table */

/* Prospectus page formatting */
.prospectus {
	line-height: 1.4em;
	float:center;
/**	font-family:Calibri, sans-serif; **/
	text-align:general;
}
.prospectus p {
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	font-weight: lighter;
	text-align: left;
}
.prospectus h2 {
    font-weight: bolder;
	color: white; 
	font-size: 23px; 
	text-align: center;
	vertical-align: middle;
/**	font-family:Calibri, sans-serif; **/

}
.prospectus h3 {
	font-size: 24px;
	text-align: center;

	margin-bottom: 5px;
}
.prospectus h5 {
	text-align: center;

}
.prospectus a {
	margin:0px 0 0px 0;
}
.prospectus tr td {
  padding: 3px 12px;
}
.prospectus td:nth-child(1) {
	font-weight:bold;
	text-align: right;
}
.prospectus td:nth-child(2) {
	text-align: left;
}
.prospectus .card {
    margin: 1rem;
}
.prospectus .card-header {
    background: #BBBBBB
}
/*
.prospectus .art {
  background: darkTurquoise ;
  color: white;
}
.prospectus  .games {
  background: lightgreen ;
}
.prospectus .language {
  background: lightblue;
  border-color: lightblue;
}
.prospectus  .music {
  background: mistyRose ;
}
*/

    /* ---------------------------
       Card Set 1: Art
    ---------------------------- */
    .cards-art {
        border: 2px solid darkturquoise;
    }
    .cards-art .card-header {
          background: rgb(0,206,209) ;
          color: white;
    }
    .cards-art .card-footer {
        background: rgba(0,206,209,0.3) ;
    
}
    /* ---------------------------
       Card Set 2: Games
    ---------------------------- */
    .cards-games {
        border: 2px solid lightgreen;
    }
    .cards-games .card-header {
          background: lightgreen ;
    }
    .cards-games .card-footer {
        background: rgba(144,238,144,0.3) ;
    
}
    /* ---------------------------
       Card Set 3: Language
    ---------------------------- */
    .cards-language {
        border: 2px solid lightblue;
    }
    .cards-language .card-header {
          background: lightblue ;
    }
    .cards-language .card-footer {
        background: rgba(173,216,230,0.3) ; 
}
    /* ---------------------------
       Card Set 4: Music
    ---------------------------- */
    .cards-music {
        border: 2px solid mistyRose;
    }
    .cards-music .card-header {
          background: mistyRose ;
    }
    .cards-music .card-footer {
        background: rgba(255,228,225,0.3) ; 
}

/**
 * Masonry related CSS
*/

.grid {
  margin: 0 auto;
}

/* remove accordian collapse animation */ 
.accordion-collapse,
.collapse {
  transition: none !important;
}

/**
 * Button component
*/
.grid .btn {
  position: relative;
  top: 0;
  margin-top: 50%;
  opacity: 0;
  font-size: 1rem;
  color: #fff;
  border-radius: 2.1875rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out;
}
.grid .btn:focus, .btn:hover {
  color: #111;
  background-color: #fff;
  border-color: #fff;
}

/* Home Page Carousel */

/*
Source - https://stackoverflow.com/a/28590046
Posted by Bart Jedrocha, modified by community. See post 'Timeline' for change history
Retrieved 2026-02-05, License - CC BY-SA 4.0
*/

.carousel .carousel-item {
  height: 400px;
}

.carousel-item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 400px;
}

.hilitebox {
	flex-wrap: wrap;
	background: #f8f9fa;
	margin: auto;
	padding: 5px;
	border: 2px solid #f98740;
	box-shadow: 0 7px 15px #F8D5AA;
	text-align: center;
	color: #000;
	line-height: 2rem;
	word-wrap: break-word;
}
.hilitebox h2 {
	font-weight: bold;
	color: #180FEB;
	font-size:36px;
	line-height: 40px;
	text-align: center;
	}
.hilitebox p {
	padding-bottom: 5px;
}
.btn-link-custom {
  font-weight: bolder;
  font-size: 16px;
  color: #17a2b8;
  text-decoration: none;
  text-align: left;
  padding: 0px;
}
  .btn-link-custom:hover {
    color: #0056b3;
    text-decoration: underline; }
  .btn-link-custom:focus, .btn-link-custom.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link-custom:disabled, .btn-link-custom.disabled {
    color: #6c757d;
    pointer-events: none; }

.custom-tabs {
    background-color: #f8f9fa;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-tabs .nav-link {
    color: #495057;
    border: none;
    padding: 15px 25px;
    transition: all 0.3s ease;
}

.custom-tabs .nav-link.active {
    color: #fff;
    background-color: #007bff;
    box-shadow: 0 4px 6px rgba(0, 123, 255, 0.3);
}

.custom-tabs .tab-content {
    padding: 10px;
}

.fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Footer */

.footer-v3 {
  padding: 0.25rem 0 0 0;
  font-family: "Poppins", sans-serif;
	background-color:#FCA969;
	font-size: 16px; }
  .footer-v3 .footer-site-logo {
    text-align: center;
    font-size: 1rem;
    font-weight: 900; }
    .footer-v3 .footer-site-logo a {
      color: #4200ff; }
  .footer .nav-links {
    padding: 0;
    margin: 0; }
    .footer .nav-links li {
      display: inline-block; }
      .footer .nav-links li a {
        padding: 5px;
        color: #000; }
        .footer .nav-links li a:hover {
          border-bottom: 3px solid #07447a;}
  .footer-v3 .copyright {
    color: grey; }