.navigation-toggle {
  display: none; }

.header-button {
  -webkit-transition: all 0.4s ease-out;
  border: 1px solid #4a148c;
  color: #4a148c;
  font-size: 13px;
  padding: 12px 24px;
  float: right;
  line-height: 18px;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.4s ease-out;
  background-color: #fff; }
  .header-button:hover {
    background-color: #4a148c;
    color: white;
    transition: all 0.4s;
    transition-delay: 0.2s; }

.header .box {
  padding: 0;
  margin: 10px 0 0;
  width: 40px;
  height: 24px; }

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  position: absolute;
  width: 40px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: .15s;
  transition-property: transform;
  border-radius: 4px;
  background-color: #272727; }

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

.sidebar-nav {
  position: absolute;
  top: 0;
  width: 250px;
  list-style: none;
  margin: 0;
  padding: 0; }
  .sidebar-nav li {
    display: block;
    position: relative;
    line-height: 50px;
    text-indent: 20px; }
  .sidebar-nav p {
    float: right;
    margin-right: 20px;
    display: inline-block;
    color: #ffffff;
    padding: 0; }
  .sidebar-nav a {
    color: #fff;
    display: block;
    text-decoration: none; }
    .sidebar-nav a:hover {
      color: #1a988c; }

#sidebar-wrapper.active {
  left: 250px;
  width: 250px;
  transition: all 0.5s ease-out 0s;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s; }

.hamburger-inner {
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner:before {
    top: -10px;
    content: '';
    display: block; }
  .hamburger-inner:after {
    bottom: -10px;
    content: '';
    display: block; }

@media (max-width: 1070px) {
  .content {
    padding: 0 15px; } }
@media (max-width: 400px) {
  .menu-list .menu-list-item {
    padding: 7px 3px;
    margin: 0 3px; } }
* {
  box-sizing: border-box; }

body, html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 1060px;
  margin: 0 auto;
  max-width: 95%;
  height: inherit;
  position: relative; }

.navigation {
  background-color: #00008B;
  display: flex;
  flex-direction: column; }

.navigation-title {
  text-align: center;
  display: block;
  color: white;
  font-family: Verdana, sans-serif; }

.navigation-menu, .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center; }

.menu-list {
  padding-left: 0;
  list-style: none; }

.menu-list-item {
  margin: 0 5px;
text-align: center;
  padding: 10px 7px;
  cursor: pointer;
  display: inline-block;
  color: #00008B;
  background-color: white;
  transition: 0.4s all;
  transition-delay: 0.1s; }
  .menu-list-item:hover {
    transition: 0.3s all;
    background-color: #00008B;
    color: white;
    outline: solid 1px white; }

.content {
  font-family: Bookman, 'sans-serif'; }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
    color: #00008B; }

.footer {
  display: flex;
  flex-direction: column;
  background-color: #00008B; }

.footer-copyright {
  text-align: center; }
  .footer-copyright h4 {
    color: white;
    padding: 0 10px; }
	
.verse {
margin-left: 2em;
width: lGem;
}
.line {
margin-left: -2em;
}
.halfline {
 text-indent: 30%:
 }

 #note
 {text-indent:length; 10px
 font-style:italic;}
 
/*# sourceMappingURL=style.css.map */
