@charset "UTF-8";
/* CSS Document */
a:link, a:visited {
    color: black;
/* padding: 15px 25px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    background-color:  #097969 ;
}

a:active {
    background-color:  #097969 ;
}

.header {
    background-color: #0a531a;
    padding: 5px;
    text-align: center;
}

#navbar {
    overflow: hidden;
    background-color: #93C572;
}

#navbar a {
    float: left;
    display: block;
  font-family: "Pacifico", serif;
  font-weight: 400;
  font-style: normal;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

#navbar a:hover {
    background-color:  #097969 ;
    color: white;
}

#navbar a.active {
    background-color:  #097969 ;
    color: white;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    /*padding: 8px 12px;*/
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #097969;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -moz-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {font-size: 11px}
}

body {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
	font-size: 15px;
    background-image: url("FBC-sketch.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.style1 {color: #408080}
.style2 {color: #FF0000}
.style3 {color: #FF0080}

/* New */
/* {box-sizing: border-box;}*/

.mySlides {display: none;}

img {vertical-align: middle;}


.bodyBack{
    background-image: linear-gradient(45deg, #057034, #09C85C, #09C85C, #09C85C, #057034);
}

.tbl{
	font-size: 13px;
}
.calendar-container {
      max-width: 1000px;
    }

    .calendar-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
    }

    .calendar-header button {
      padding: 4px 10px;
      cursor: pointer;
    }

    #monthYear {
      font-weight: bold;
      font-size: 1.9rem;
    }

table.calendar {
    width: auto;
    /*border-collapse: collapse;*/
}

table.calendar th {
	width: 14.28%; /* 100/7 */
    border: 3px solid #ccc;
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    height: 50px;
      /*box-sizing: border-box;*/
    position: relative;
	background: #f5f5f5;
    font-weight: bold;
}
table.calendar td {
  width: 14.28%; /* 100/7 */
  border: 3px solid #ccc;
  text-align: right;
  padding: 5px;
  vertical-align: top;
  height: 70px;
      /*box-sizing: border-box;*/
  position: relative;
}

    .day-number {
      font-weight: bold;
      font-size: 0.90rem;
    }

    .comment {
      margin-top: 3px;
      font-size: 0.95rem;
      text-align: left;
      color: #333;
    }

    .has-comment {
      background-color: #fff9d6;
    }

    .today {
      outline: 2px solid #007bff;
    }

h3 {
	font-size: 25px;
}