    @import url('https://fonts.googleapis.com/css2?family=Anybody&family=Genos:ital,wght@0,400;1,800&display=swap');
    
    /* Admin Page Controls */

        div.Sermon
                { position: relative;
                  width: 80%;
                  left: 10%;
                  white-space: pre;}
        
    input.Sermon
    { display: none; }
    input.Sermon+label+div
    { display: none; }
    input:checked.Sermon+label+div
    { display: block; }
    input.Sermon+label
    { cursor:pointer; }
    input.Sermon+label h2
    { width: 80%;
    padding: 0 20px 0 20px;
    border-radius: 0.25em;
    }
    input.Sermon+label h2:hover
    { background: linear-gradient(90deg,  #a8a8a8FF,  #bdbdbdFF,  #DCDCDCFF,  #bdbdbdFF,  #a8a8a8FF); }
    
    fieldset.updateSermons
    { position: relative;
      left: 10%;
      width: 80%;
    }
    input+div
    { display: none; }
    input:checked+div
    { display: block; }
    fieldset.updateSermons input[type=checkbox]
    { display: none; }
    fieldset.updateSermons input[type=text]
    { width: Min(90%, 500px) }
    /*
    fieldset.updateSermons textarea
    { width: Calc(100% - 7px);
      height: 50vh;
      resize: none;
    }
    */
    fieldset.updateSermons label
    { cursor: pointer; }

    body {background: url("backgrounds/GannTreeLogo.png"), linear-gradient(90deg, #DDDDDD, #BCBCBC, #DDDDDD);
          background-position: center center;
          background-size: auto 100%;
          background-attachment: fixed;
          background-repeat: no-repeat;
          font-family: Anybody;
       }
    h1 {position: relative;
        left: 5%;
        width: 90%;
        font-size: 4em;
        font-family: Anybody;
        font-weight: 800;
       // text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
    }
    h2,h3,h4   {position: relative;
                  width: 70%;
                  left: 15%; }
    h2:first-letter { text-transform: uppercase; }
    h3:first-letter { text-transform: uppercase; }
    h4:first-letter { text-transform: uppercase; }
        h3      { font-size: Min(6vw, 25px); }
        h4      { font-size: Min(5vw, 20px); }
    p
       { width: 75%;
         position: relative;
         left: 12.5%;
         font-family: Anybody;
         background: rgba(200, 200, 200, 0.65);
         padding: 0.5em;
         border-radius: 0.5em;
         font-size: 1.45em;
         font-weight: 400;
         text-indent: 2em;
         white-space: pre-line !important;
         
       }
       
    div.greeting
        {
            position: absolute;
            top: 20%;
            overflow-y: scroll;
            height: 80%;
        }

div.content::-webkit-scrollbar {display: none;}
div.content
{
    width: 100%;
    height: 65%;
    box-sizing: border-box;
    position: absolute;
    top: 20%;
    left: 0;
    padding: 0;
    margin: 0;
    border: none;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Fixed sidenav, full height */
.sidenav {
  height: Calc(100% - 50px);
  width: content;
  position: fixed;
  z-index: 1;
  top: 50px;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0 10px;
}

/* Add an active class to the active dropdown button */
.active {
  background-color: green;
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 18px;
}

.dropdown-container a {
    text-align: right;
    color: white;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding: 8px 8px 8px 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

label.navMe
{
    position: absolute;
    top: 10px;
    font-size: 2.2em;
    cursor: pointer;
}

input.navMe:checked+div
{
    display: block;
}

input.navMe+div,
input.navMe
{
    display: none;
}

