body, html {
    height: 100%;
    background:#ffffff;
    color: #000000;
    text-decoration:none;
    font-size:20px;
    word-wrap: break-word;
    margin:0px;
    padding:0px;
    font-family: 'Tiny5', serif;
}
.tiny5-regular {
  font-family: "Tiny5", serif;
  font-weight: 400;
  font-style: normal;
}
.pathway-gothic-one-regular {
  font-family: "Pathway Gothic One", serif;
  font-weight: 400;
  font-style: normal;
}

a {
    text-decoration: none; color:#000;
}
a:visited {
    text-decoration: none; color: #000;
}
a:hover {
    text-decoration: none; color:#ffa500;
}
a:active {
    text-decoration: none; color:#ffa500;
}

.top_section {
    position: relative;
    top: 0px;
    z-index: 10000;
    width:100%;
    background:#ffffff;
    color: #000000;
    border-bottom:#888 solid 1px;
    margin:0px;
    padding: 0px 15px 0px 15px;
}

#title_img {
    height:60px;
    margin-right:15px;
}

.top_section a {
    text-decoration: none; color:#000;
    padding: 0px 15px 0px 15px;
    border-radius:5px;
}
.top_section a:visited {
    text-decoration: none; color: #000;
}
.top_section a:hover {
    text-decoration: none; color:#D04D3B;
    background-color:#F3F3F3;
}
.top_section a:active {
    text-decoration: none; color:#D04D3B;
}

#sticky {
    position:relative;
    background:#ffffff;
    color: #000000;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:#888 solid 1px;
    margin:0px;
}

#sticky.stick {
    position: fixed;
    background:#ffffff;
    color: #000000;
    top: 0px;
    z-index: 10000;
    width:100%;
    border-bottom:#888 solid 1px;
    padding-top:10px;
    padding-bottom:10px;
    margin:0px;
    overflow:hidden;
}

.topnav {
    position:relative;
    padding-left:10px;
    padding-right:10px;
}
.topnav a {
    text-decoration: none; color:#000;
    padding: 0px 15px 0px 15px;
    border-radius:5px;
}
.topnav a:visited {
    text-decoration: none; color: #000;
}
.topnav a:hover {
    text-decoration: none; color:#D04D3B;
    background-color:#F3F3F3;
}
.topnav a:active {
    text-decoration: none; color:#D04D3B;
}



.section-title {
    position:relative;
    background-color: black;
    color: white;
    font-weight: bold;
    margin-left:50px;
    margin-right:50px;
    margin-bottom:50px;
    padding: 20px;
    text-align: center; /* Center text */
    border-radius: 25px;
    width: 80%;
}


.panel-round-yellow {
    border: 8px solid;
    border-color:#ffa500;
    border-radius: 50%;
}


.panel {
    position: relative;
    width:100%;
    z-index:1000;
}

.panel-dark {
    position: relative;
    width:100%;
    color: #ffffff;
    padding: 20px;
    z-index:1000;
}
.panel-dark a {
    text-decoration: none;
    color:#ffffff;
    padding: 0px 15px 0px 15px;
    border-radius:5px;
    background-color:#4B140F;
}
.panel-dark a:visited {
    text-decoration: none;
    color: #ffffff;
}
.panel-dark a:hover {
    text-decoration: none;
    color:#000000;
    background-color:#ffffff;
}
.panel-dark a:active {
    text-decoration: none;
    color:#ff5500;
}

.panel-light {
    position: relative;
    width:100%;
    color: #000000;
    padding: 20px;
    z-index:1000;
}
.panel-light a {
    text-decoration: none;
    color:#000000;
    padding: 0px 15px 0px 15px;
    border-radius:5px;
    background-color:#ffffff;
}
.panel-light a:visited {
    text-decoration: none;
    color: #000000;
}
.panel-light a:hover {
    text-decoration: none;
    color:#ffffff;
    background-color:#000000;
}
.panel-light a:active {
    text-decoration: none;
    color:#ffdd00;
}

.panel-clear a {
    padding: 0px;
    border-radius: 0px;
    background-color:transparent;
}
.panel-clear a:hover {
    background-color:transparent;
}

.panel-image {
    position: relative;
    border-radius: 25px;
    width:100%;
}
.panel-label {
    position: relative;
    margin: 0 auto; /* Center the text container */
    width: 100%;
}

.panel-card {
    margin: 20px;
    padding: 20px;
    border-radius: 25px;
    z-index:1000;
    border:1px solid #ffffff;
}

.panel-mini {
    display:inline-block;
    margin: 10px;
    padding: 10px 10px 15px 10px;
    border-radius: 25px;
    z-index:1000;
    background:#000000;
    vertical-align:middle;
}


.vertical-space-large {
    position:relative;
    width:100%;
    height:150px;
    z-index:-10000;
}
.vertical-space-medium {
    position:relative;
    width:100%;
    height:100px;
    z-index:-10000;
}
.vertical-space-small {
    position:relative;
    width:100%;
    height:50px;
    z-index:-10000;
}


.padded {
    margin-left:10px;
    margin-right:10px;
}



.glassCaption {
    background-color:#CCC;
    color: black;
    font-weight: bold;
    margin: 0 auto; /* Center the text container */
    padding: 10px;
    width: 60%;
    text-align: center; /* Center text */
    position: absolute; /* Position text */
    bottom: 50px; /* Position text in the middle */
    left: 50%; /* Position text in the middle */
    transform: translate(-50%, 0); /* Position text in the middle */
    mix-blend-mode: screen;
    border-radius: 25px;
}
.glassCaption-small {
    background-color: #CCC;
    color: black;
    font-weight: bold;
    margin: 0 auto; /* Center the text container */
    padding: 5px;
    width: 100%;
    max-height: 50%;
    text-align: center; /* Center text */
    position: absolute; /* Position text */
    bottom: 25px; /* Position text in the middle */
    left: 0px; /* Position text in the middle */
    mix-blend-mode: screen;
}


/* If the screen size is 801px wide or more */
@media screen and (min-width: 801px) {
  .section-title {
    font-size: 3vw; /* Responsive font size */
  }
  .glassCaption {
    font-size: 5vw; /* Responsive font size */
  }
  .glassCaption-small {
    font-size: 2vw; /* Responsive font size */
  }
  .panel-label-h {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 5px;
  }
  .panel-label-p {
    font-size: 24px;
    padding-bottom: 5px;
  }
}

/* If the screen size is 800px wide or less */
@media screen and (max-width: 800px) {
  .section-title {
    font-size: 30px;
  }
  .glassCaption {
    font-size: 30px;
  }
  .glassCaption-small {
    font-size: 16px;
  }
  .panel-label-h {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 0px;
  }
  .panel-label-p {
    font-size: 12px;
    padding-bottom: 0px;
  }
}








.bgimg-darkgray {
  position:relative;
  border-bottom:#888 solid 1px;
  padding-bottom:100px;
  padding-left:40px;
  padding-right:40px;
  background-color:#111111;
}
.bgimg-gray {
  position:relative;
  border-bottom:#888 solid 1px;
  padding-bottom:100px;
  padding-left:40px;
  padding-right:40px;
  background-color:#333333;
}
.bgimg-red {
  position:relative;
  border-bottom:#888 solid 1px;
  padding-bottom:100px;
  padding-left:40px;
  padding-right:40px;
  background-color:#D04D3B;
}
.bgimg-orange {
  position:relative;
  border-bottom:#888 solid 1px;
  padding-bottom:100px;
  padding-left:40px;
  padding-right:40px;
  background-color:#ffa500;
}





#text_yellow {
    color:#ffa500;
}
#text_orange {
    color:#DA8953;
}
#text_rose {
    color:#D04D3B;
}
#text_red {
    color:#CB1513;
}
#text_darkred {
    color:#990A38;
}


.footer_section {
    color:#ddd;
    background-color:#222222;
    text-align:center;
    padding:50px 80px;
    text-align: justify;
    min-height:120px;
}





/* Turn off parallax scrolling for tablets and phones & other adjustments */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
        background-attachment: scroll;
    }
}


