@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic);

/* bootstrap base */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input[type="text"],
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}


/* SONGS basic content elements */

.font-base { font-size: 150%; }

#fullpage {
	background: #000;
	margin: 0;
	padding: 0 0;
	}

#fullpage #omega {
	background: #000;
	}

.wide-95 { width: 95%; margin: 0 auto; }
.full-width { width: 100%; margin: 0; padding: 0; }

#bottom {
margin: 0; padding: 0;
background: #888;
}
pre.proportional {
font-family: Calibri,Arial,"Sans Serif";
font-size: 1.25em;
}

#fixedfont textarea {
font-family: "Droid Sans Mono",Menlo,Monaco,"Andale Mono","Courier New",monospace;
background-color: #000;
}

input[type=button],
input[type=reset],
input[type=submit] {background-color: #002a3a; }


/* font styles */
h2,h3,h4 {color: #fff; }

/* background colors old colors:#663366 #92230b #000068 #92230b */
.bg-primary {background-color: #002a3a; }
.purple-bg { background-color: #000068;}
.header-bg { background-color: #000068;}
.transparent-bg { background-color: transparent; }
.dark-mode {background-color: #000; color: #fff; }

/* text colors */
.purple { color: #000068;}
.darkblue {color: #002a3a;}
.white {color: #fff; }
#headlinebox h3 {color: #fff;}

/* MY basic alignment & properties */

.fl { float: left; }
.image_left { float: left; margin: 0 12.5px 12.5px 0;}
.flmargins { margin: 0 12.5px 12.5px 0 ; }
.centered { text-align: center; }
.indent1 { margin-left: 50px; }
.textl { text-align: left; }
.lighttext { color: #555; }
.reversedtext {color: #fff; }
.smalltext {font-size: 0.75em;}
.gap { margin: 25px 0 0 0; }
.nbox { padding: 10px 25px 10px 25px; }
.box { margin: 25px 25px 25px 25px; }
.sbox { margin: 1px; }
.dark { background: #ccc; }
.darker { background: #bbb; }
.gallerypix { margin: 3px; }


/* MY bootstrap changes */

.navbar { border-radius: 0; }
.navbar-inverse .navbar-header a { color: white; }
.navbar-inverse ul li { color: white; }
.nav-bar-inverse .navbar-header a:hover {color:#ccc;}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
.padded-table td,
th {
  padding: 5px;
}
.white-background {
	background-color: #fff;
	}
.sermons {
background-color: #fbfdfb; padding: 8px;
}

.top-gap {
	margin-top: 21px;
	}
.right-gap {
	margin-right: 21px;
	}
.bottom-gap {
	margin-bottom: 21px;
	}
.no-top-gap {
	margin-top: -21px;
	}
.no-side-gaps {
	padding-right: -15px;
	padding-left: -15px;
	}

/* OMEGA 

#content {
margin-left: 25px;
}
*/

#content pre {
font-family: "Droid Sans Mono",Menlo,Monaco,Consolas,"Courier New",monospace;
color: #d9d9d9; font-size: 1.2em;
background-color: black; 
}
#omega #newsidebar a {color:#89cff0; text-decoration:none; font-size: 1.35em; }
#omega #newsidebar h4 {color:white;}
#omega a {color:white;}
#omega a:hover {color:#89cff0;}
#omega h2 {color:#fff;}

@media (min-width: 320px) {
.font-base { font-size: 55%; }

/* #content pre {
 color: #d9d9d9; font-size: 1.0em; 
background-color: red; 
} */
}

@media (min-width: 480px) {
.font-base { font-size: 100%; }

/* #content pre {
 color: #d9d9d9; font-size: 1.0em; 
background-color: green; 
} */
}

@media (min-width: 640px) {
.font-base { font-size: 125%; }

/* #content pre {
 color: #d9d9d9; font-size: 1.0em; 
background-color: yellow; 
} */
}

@media (min-width: 800px) {
.font-base { font-size: 160%; }

/* #content pre {
 color: #d9d9d9; font-size: 1.9em; 
background-color: blue; 
} */
}

@media (min-width: 1200px) {
.font-base { font-size: 100%; }
}

/*!
 * jQuery Chord Transposer plugin v1.0
 * http://codegavin.com/projects/transposer
 *
 * Copyright 2010, Jesse Gavin
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://codegavin.com/license
 *#89cff0
 * Date: Sat Jun 26 21:27:00 2010 -0600
 */
span.c { 
  font-family: monospace, courier;
  font-weight: normal; 
  color: #89cff0;
}

.transpose-keys {
	margin: 0.75em 0;
	overflow: auto;
	font: normal 0.8em sans-serif;
}
.transpose-keys a { 
	display: block;
	float: left;
	width: 2.25em;
	text-align: center;
	margin: 0 .25em .25em 0;
	color: #eee;
	background: #333;
	text-decoration: none;
	padding: .4em 0;
	border: solid 1px transparent;
	outline: none;
}
#omega .transpose-keys a.selected { 
  background: #89cff0; 
  color: #000;
}


