body {
  background-color: var(--primary-bg-color);
  padding-top: 57px;
  font-family: "Roboto", sans-serif;
  height: 100%;
}

/* its me who make this magic */
#container:before {
  content: " ";
  display: table;
}

#container:after {
  clear: both;
}

body {
  background-color: #fcfdfe !important;
}

nav.navbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0666666667);
}

#homeCarousel, main,
.container, .container-flex, nav.navbar .container {
  max-width: var(--frame-width);
  width:100%;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.carousel-item img {
  max-height: 650px;
  aspect-ratio: 1;
  object-fit: cover;
  object-position: top;
}

/* Create a sticky/fixed navbar */
nav.navbar {
  overflow: hidden;
  background-color: #e3f2fd;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
nav.navbar .displayName {
  color: #ff6666;
}
nav.navbar .navbar-toggler > img {
  height: 25px;
  width: 25px;
  border-radius: 20%;
}
nav.navbar .navbar-brand {
  padding: 0;
  visibility: visible;
}
@media (min-width: 768px) {
  nav.navbar .navbar-brand {
    visibility: visible;
  }
}
nav.navbar .navbar-brand img {
  border-radius: 20%;
}
nav.navbar .navbarSignin {
  flex-direction: row;
}

#appGuideId .navbar-brand {
  visibility: visible;
  height: 40px;
}

#appGuideId .navbar-brand img {
  height: 40px;
}

#appGuideId nav.navbar .navbar-toggler {
  margin-right: 0;
}

#appGuideId nav.navbar li.dropdown {
  padding-left: 1rem;
}

.appGuide ul {
  margin-bottom: 20px;
}

.carousel-inner {
  max-height: 650px;
}

div.blogpost {
  border-bottom: 1px dashed #DDDDDD;
  padding-bottom: 20px;
  padding-top: 30px;
  width: auto;
  position: relative;
}
div.blogpost .postDate {
  background: url("/images/date.png") repeat scroll 0 0 #FFFFFF;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 0;
  text-align: center;
  height: 50px;
  width: 45px;
}
div.blogpost .postDate span.postmonth {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
div.blogpost .postDate span.postdayofmonth {
  color: darkred;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  width: 45px;
  margin: 0;
  text-transform: uppercase;
  display: block;
}
div.blogpost h2 {
  color: #8a2be2;
  font-size: 1.3em;
  font-weight: 700;
  padding-left: 80px;
  min-height: 50px;
}
div.blogpost div.postDetail {
  margin-left: 65px;
}
div.blogpost div.postDetail.single {
  min-height: 500px;
}
div.blogpost .postImage {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  min-width: 100%;
  margin: 0 auto;
  max-width: 500px;
}
div.blogpost .postImage img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: contain;
}

div.blogposts:after {
  clear: both;
}

@media (min-width: 576px) {
  div.blogpost .postImage {
    position: relative;
    z-index: 2;
    width: 500px;
    height: 500px;
    display: block;
    margin: 0 auto;
    min-width: unset;
  }
  div.blogpost .postImage img {
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
  }
  nav.navbar {
    overflow: visible;
  }
}
/* Gallery Images */
.thumbnailView {
  margin-top: 20px;
}

.thumbFrame {
  padding-bottom: 15px;
}

.thumbFrame .thumbTitle {
  position: relative;
  border: 0 solid #ccc;
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  width: 200px;
  height: 36px;
  float: left;
  text-align: center;
}

.thumbFrame img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* ImageGallery Settings default */
div.siteHeader {
  font-style: italic;
  color: #696969;
  background-color: whitesmoke;
  margin-top: 20px;
  flex: 0 0 auto;
}

div.siteHeader h2 {
  font-size: 2.5em;
  margin: -10px 10px 13px 10px;
}

@media (min-width: 768px) {
  div.siteHeader {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  div.siteHeader h2 {
    margin: 0 0 0 10px;
  }
}
div.siteHeaderVertical {
  font-style: italic;
  color: #696969;
  background-color: whitesmoke;
  margin-top: 20px;
  flex: 1 0 auto;
}

div.siteHeaderVertical h2 {
  font-size: 2.5em;
  margin: -10px 10px 13px 10px;
}

/* Gallery Splitter*/
ul.splitter {
  text-align: center;
  margin: 10px 0;
  font-size: 1.2em;
  display: inline-flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: center;
}

ul.splitter:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

ul.splitter {
  margin: -12px auto 12px auto;
  padding: 0;
}

ul.splitter > li a {
  border-bottom: 0;
  position: static;
}

ul.splitter > li, ul.splitter > li a {
  line-height: 0.7em;
  display: inline-block;
}

ul.splitter > li {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #bbbbbb;
  padding: 10px;
  color: #ccc;
  background-color: #f9f9f9;
  list-style: none;
  /* Shadow */
  -webkit-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.4);
  -moz-box-shadow: inset 0 0 3px rgba(50, 50, 50, 0.4);
  box-shadow: inset -1px 0 5px rgba(50, 50, 50, 0.2);
}

ul.splitter > li:first-child {
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}

ul.splitter > li:last-child {
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}

ul.splitter > li > a {
  color: #333;
  text-decoration: none;
}

ul.splitter .selected a {
  color: #800080;
  text-shadow: rgba(0, 0, 0, 0.25) 0 1px 0;
}

ul.splitter .selected {
  background-color: #f9f9f9;
  /* Shadow */
  -webkit-box-shadow: inset 0 0 12px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0 0 12px rgba(50, 50, 50, 0.3);
  box-shadow: inset 0 0 12px rgba(50, 50, 50, 0.3);
}

@media (min-width: 768px) {
  ul.splitter {
    text-align: center;
    margin: 10px 0;
    font-size: 1.2em;
  }
}
/*Beauty Bio on the Gallery*/
/* gallery class
---------------------------------------------------------------------- */
.gallery {
  flex: 1 1 auto;
}

/* gallery Grid
---------------------------------------------------------------------- */
.gallery-grid {
  min-height: 900px;
  padding: 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.gallery-grid:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

.gallery-grid li {
  margin: 10px 0;
  text-align: center;
  line-height: 17px;
  color: #686f74;
  overflow: hidden;
}

.gallery-grid li img {
  display: block;
  margin-bottom: 8px;
  margin-right: 7px;
  width: 100%;
}

.gallery-grid li strong {
  display: block;
  color: black;
}

.gallery-grid a {
  text-decoration: none;
}

/* GGF */
h2 {
  color: #666666;
  font-size: 1.3em;
  font-weight: 700;
  min-height: 50px;
}

h3 {
  color: #333399;
}

.home h1 {
  margin: 0 auto 0 auto;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-style: italic;
  font-size: 1.8rem;
  font-variant: normal;
  font-weight: 700;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 100%;
  top: 15%;
  text-align: center;
  color: #dddddd;
  z-index: 1000;
}
@media (min-width: var(--width-md)) {
  .home h1 {
    font-size: 2.2rem;
  }
}
@media (min-width: var(--width-lg)) {
  .home h1 {
    font-size: 2.8rem;
  }
}
.home .announce {
  font-family: Times, serif;
  font-weight: bolder;
  font-size: 36px;
  padding: 0;
}
.home .theme {
  color: #003300;
  font-family: Times, serif;
  font-weight: bolder;
  font-size: 2rem;
}
.home .location {
  font-size: 1.3rem;
}
.home .artCall {
  color: black;
  border: 1px solid #C60;
  background-color: #F0F0dd;
  font-size: 1em;
  padding: 3px 3px 5px 3px;
}
@media (min-width: var(--width-lg)) {
  .home .artCall {
    width: 526px;
    padding: 5px 5px 10px 15px;
  }
}

.entertainment .stage {
  font-size: larger;
  margin: 1rem 0;
}
.entertainment .time {
  display: inline-block;
  text-align: left !important;
}
.entertainment h2 {
  margin: 30px 0 20px 0;
  font-weight: 100;
  font-size: 1.8em;
  text-align: center;
}

.gridSchedule table {
  border: 0;
}
.gridSchedule td {
  border-bottom: 1px solid black;
  border-right: 1px solid black;
  border-left: 1px solid black;
  min-height: 30px;
}
.gridSchedule .mulcols {
  border-bottom: 0;
}
.gridSchedule .height_hour {
  min-height: 60px;
}
.gridSchedule .col_time {
  width: 110px;
  text-align: right;
}
.gridSchedule .col_pres {
  width: 120px;
  font-weight: bold;
  text-align: right;
}
.gridSchedule .col_kids, .gridSchedule .col_activities {
  width: 172px;
  font-weight: bold;
  text-align: right;
}
.gridSchedule .col_kids_event {
  background-color: yellow;
  text-align: center;
}
.gridSchedule .col_pres_event {
  background-color: #FF9900;
  text-align: center;
}
.gridSchedule .col_activities_event {
  background-color: #9F3;
  text-align: center;
}
.gridSchedule .col_movies_event {
  background-color: #00FFFF;
  text-align: center;
}
.gridSchedule .col_stage {
  width: 200px;
}
.gridSchedule .col_stage_event {
  width: 200px;
  background-color: #FF99CC;
  text-align: center;
}
.gridSchedule .row_header {
  background-color: #fff;
  padding-top: 5px;
}
.gridSchedule .row_header td {
  text-align: center;
  height: 31px;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  size: 18px;
  background-color: white;
  border-top: 1px solid black;
}
.gridSchedule .row_header span {
  color: #660000;
  font-weight: bold;
}
.gridSchedule .blueText {
  color: #0000FF;
}

.participate h2 {
  text-align: center;
}
.participate .quiltnotice {
  background-color: #FFEEEE;
  border-width: 1px;
  border-color: darkred;
  border-style: solid;
  margin: 1em 2em 4em 2em;
  padding: 1em;
}
.participate .quiltnotice p {
  display: block;
  text-align: center;
}
.participate table.details {
  border-collapse: separate;
  border-spacing: 0 0.7rem;
}
.participate .details .align-text-top {
  font-weight: bold;
}

.textAreaSmall textarea {
  height: 200px;
}
@media (min-width: var(--width-md)) {
  .textAreaSmall textarea {
    height: 100px;
  }
}

.textAreaMedium textarea {
  height: 250px;
}
@media (min-width: var(--width-md)) {
  .textAreaMedium textarea {
    height: 200px;
  }
}

form .sectionHint {
  color: #999;
  margin: 0 auto 20px auto;
}

.adjustSubmitHeight .form-control[type=file] {
  height: auto;
}

table.tableHeaderNormal th {
  font-weight: normal;
}

.applicationFormSectionHint {
  color: #333399;
  background-color: #EEEEFF;
  padding: 5px 5px 5px 10px;
}