/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
}

h2 {
    margin-top: 4rem;
    font-size: 32pt;
    color: #686868;
    text-shadow: 1px 1px #d8d8d8;
}

p {
    width: 80%;
    font-size: 16pt;
}


a {
    color: #10A5C2;
}
a:hover {
    color: #0690AB;
}

@font-face {
    font-family: "Selima";
    src: url("fonts/Selima.otf");
}

.title-underline {  /* hr */
    margin-top: -0.7rem;
    margin-bottom: 2.5rem;
    height: 3px;
    background: #cacaca;
    border: none;
    width: 100%;
    align: "left";
    margin-left: 0rem;
}

.sidebar-divider {  /* hr */
    height: 1px;
    background: #fff;
    border: none;
    width: 100%;
    margin-top: -0.2rem;
}

#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 250px;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 250px;
  width: 0;
  height: 100%;
  margin-left: -250px;
  overflow-y: auto;
  background: #16ABC6;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
  width: 250px;
}

#page-content-wrapper {
  width: 100%;
  position: absolute;
  padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
  position: absolute;
  margin-right: -250px;
}

.v-space {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.li-keyword {
    font-size: 130%;
    font-weight: 700;
    line-height: 0.25rem;
    padding-right: 1.2rem;
    text-shadow: 2px 2px #bfd0d8;
}


/* Sidebar Styles */

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 40px;
  font-size: 14pt;
}

.sidebar-nav li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px #2698AD;
}

.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
}

.sidebar-nav li a.scrolled {  /* Sidebar scroll follow */
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
}

.sidebar-nav>.sidebar-brand {
  height: 120px;
  font-size: 26px;
  padding-top: 0.8rem;
  line-height: 2.8rem;
  text-shadow: 1px 1px #2698AD;
}

.sidebar-nav>.sidebar-brand a {
  color: #fff;
  text-shadow: 1px 1px #2698AD;
}

.sidebar-nav>.sidebar-brand a:hover {
  color: #fff;
  background: none;
}

a.authorlink {
    color: #082F35;
    font-size: 11pt;
    text-shadow: 0px 1px 1px #69DBF0;
}

.subitem {
    padding-left: 1.2rem;
    font-size: 13pt;
}

/* Overloaded Bootstrap styles */
.list-group-item {
    font-size: 14pt;
}


.list-group-item-action:hover, .list-group-item-action:focus {
  color: #fff;
  text-decoration: none;
  background-color: #16ABC6;
}

.list-group-item-action:active {
  color: #fff;
  background-color: #16ABC6;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #16ABC6;
  border-color: #059DBD;
}
.lgi-short {
    /* Shorter list group selection boxes */
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.blockquote {
  border-left: 8px solid #16ABC6;
}

/* Overloaded overloads... */
.noclick {
  color: #000;
  background-color: #E7F7F9;
}
.noclick:hover {
    color: #000;
    background-color: #DBF1F5;
}

.noclick-header {
    font-size: 20pt;
    background-color: #BADBE1
}


/* Other Elemenets */

.text-card {
    font-size: 16pt;
    background: #E7F7F9;
}

.li-header {
    margin-left: 0.2rem;
    font-size: 18pt;
    font-style: italic;
}

.small-image {
    height: 16px;
    width: auto;
}

.glossary-header {
    font-size: 20px;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}



a.g {  /* Glossary links */
    color: #1899B3;
}
a.g:hover {
    color: #1DB2D1;
}


/* Important message rotating text */
.important {
    font-variant: small-caps;
    font-size: 24pt;
    /*color: red;*/
}
@-webkit-keyframes fade-in {
    0% {
        opacity:0;
        top:-25px;
    }
    15% {
        opacity:1;
        top:0px;
    }
    100% {  /* hack to make text stay until rotated */
        opacity:1;
        top:0px;
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity:1;
        top:0px;
    }
    15% {
        opacity:0;
        top:25px;
    }
    100% {  /* hack to make text stay until rotated */
        opacity:0;
        top:25px;
    }
}
.anim-out {
    display: inline;
    position: relative;
    top: 0px;
    -webkit-animation: fade-out 5s;
    animation: fade-out 5s;

    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.anim-in {
    opacity: 0;
    display: inline;
    position: relative;
    -webkit-animation: fade-in 5s;  /* 0.75s fade */
    animation: fade-in 5s;
    -webkit-animation-delay: 0s;

    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}



@media (min-width:768px) {  /* Screen size >= 768px */
    /* Toggle functionality diabled: Element always set to 'toggled'
    #wrapper {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    */

    #wrapper.toggled {
        padding-left: 250px;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
    .text-card {
        padding: 0.75rem;
        padding-right: 18rem;
    }
}

/******************/
/* MEDIUM SCREENS */
@media (max-width:1600px) {
    .text-card {
        padding: 0.75rem;
    }
}
@media (max-width:1200px) {
    p {
        width: 100%;
        font-size: 20pt;
    }

}

/*****************/
/* SMALL SCREENS */
@media (max-width:768px) {  /* Screen size <= 768px */
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper.toggled {
        display: none;
        width: 0px;
    }
    #wrapper.toggled #sidebar-wrapper {
        display: none;
        width: 0px;
    }
    #page-content-wrapper.toggled {
        padding: 20px;
        position: relative;
    }
}
