@charset "utf-8";

@font-face {
    font-family: 'P22Bold';
    src: url('P22UndergroundCYPro-Demi.woff2') format('woff2'),
        url('P22UndergroundCYPro-Demi.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'P22';
    src: url('P22UndergroundCYPro-Book.woff2') format('woff2'),
        url('P22UndergroundCYPro-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'P22Heavy';
    src: url('P22UndergroundCYPro-Heavy.woff2') format('woff2'),
        url('P22UndergroundCYPro-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


@font-face {
   font-family: 'Kepler';
    src: url('KeplerStd-Regular.woff2') format('woff2'),
         url('KeplerStd-Regular.woff2') format('woff');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Kepler';
    src: url('KeplerStd-Bold.woff2') format('woff2'),
         url('KeplerStd-Bold.woff2') format('woff');
   font-weight: bold;
   font-style: normal;
}

@font-face {
   font-family: 'Kepler';
    src: url('KeplerStd-Italic.woff2') format('woff2'),
         url('KeplerStd-Italic.woff2') format('woff');
   font-weight: normal;
   font-style: italic;
}

@font-face {
   font-family: 'Kepler';
    src: url('KeplerStd-BoldIt.woff2') format('woff2'),
         url('KeplerStd-BoldIt.woff2') format('woff');
   font-weight: bold;
   font-style: italic;
}




/* RESET */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
/* /END RESET */

body {
	background: white;
	padding: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

p {
	line-height: 140%;
}


p.indentText {
	font-family: Kepler, serif;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	font-family: P22Bold, Arial, Helvetica, sans-serif;
}

h1 {
	color: #2E4A74;
	font-size: 1.5em;
	margin: 1em 0 0;
	font-weight: normal;
        text-align: center;
}

h2 {
	background: #2E4A74;
	color: white;
	padding: 0.2em 0 0;
	font-size: 1.5em;
	margin: 3em 0 0;
	font-weight: normal;
	text-align: center;
}

h3 {
	color: #2E4A74;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 1.7em 0 0;
	font-weight: normal;
}


h4 {
	color: #2E4A74;
	font-size: 1.2em;
	margin: 1.2em 0 0;
	font-family: Kepler, serif;
	font-weight: bold;
}


h5 {
	font-size: 1.2em;
	margin: 0 0 0;
	font-family: Kepler, serif;
	font-weight: normal;
	font-style: italic;
}

h6 {
	font-size: 1.2em;
	text-align: center;
	color: #2E4A74;
	margin: 1.2em 0 0;
	font-family: Kepler, serif;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	text-decoration-color: #2E4A74;
}

h1 a,
h2 a,
h4 a,
h5 a,
h6 a {}

h3 a,
h3 a:visited {
	color: #2E4A74;
	text-decoration: underline;
	text-decoration-color: #EEA951;
	text-decoration-style: dotted;
}

a img {
	border: none;
	outline: none;
}

a {
	color: black;
	outline: none;
	text-decoration: underline;
	text-decoration-color: #EEA951;
	text-decoration-style: solid;
}

a:hover {
	color: #999;
}

/* remove dotted lines on some links in FF browser */

a,
a:active,
a:visited,
a img {
	outline: none;
}

/* / */

/* 
=====================================================
	Layout & Framework
===================================================== */

#toplogo {
    width: 50%;
	margin: 0 25% 0;
}

#date {
	text-align: center;
	font-size: 1.2em;
	margin: 0 0 0em;
	font-weight: normal;
	font-family: P22;
}

div.indentText p {
	font-family: Kepler, serif;
	margin: 0.6em 1em 0;
	font-size: 1.2em;
}



div.indentText ul {
	font-family: Kepler, serif;
	font-size: 1.2em;
}


div.indentText li::marker {
	color: #2E4A74;
}

div.indentText ul li {
	margin: 0.6em 2em 0;
}


div.sermonDetails {
	margin: 1.2em 0 0;
}

div.sermonDetails p {
	margin: 0;
	text-align: center;
}


.financetable {
    overflow: auto;
}

.financetable table {
	font-family: Kepler, serif;
	font-size: 1em;

    border: 1px solid #dededf;

margin-left: auto;
margin-right: auto;
margin-top: 1em;
margin-bottom: 1em;

    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;
}

.financetable th {
    border: 1px solid #dededf;
    background-color: #888888;
    color: #FFFFFF;
font-weight: bold;
    padding: 5px;
}

.financetable td {
    border: 1px solid #dededf;
    padding: 5px 5px 0px 5px;  /* top right bottom left */
}

.financetable tr:nth-child(even) td {
    background-color: #ffffff;
    color: #000000;
}

.financetable tr:nth-child(odd) td {
    background-color: #f5f5f5;
    color: #000000;
}

.wifiTable {
	font-family: Kepler, serif;
	font-size: 1.2em;

    border: 0px solid #dededf;
	display: inline-block;

    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 1px;
    text-align: center;

	margin: 1.3em 1em 0 2%;  /* top right bottom left */
}

.wifiTable td {
	border-top:    1px solid  #dededf;
	border-right:  0px dashed #f0F;
	border-bottom: 1px solid #dededf;
	border-left:   0px solid  #dededf;
	padding: 0.4em;
}

.wifiTable img {
    height: 1em;
}

#WiFiWRdiv {
	display: flex;
	background-color: #EEA951;
}

#WiFiQRimg {
    height: 5.5em;
}




/* CSS */
.MoreInfoButton {
  background-color: initial;
  background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  cursor: pointer;
  display: block;
  font-family: P22, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  height: 40px;
  line-height: 40px;
  outline: 0;
  overflow: hidden;
  padding: 2px 5px 2px 5px;  /* top right bottom left */
  margin: 1.2em auto 1.2em auto;  /* top right bottom left */
  pointer-events: auto;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 10em;
  z-index: 9;
  border: 0;
  transition: box-shadow .2s;
}

.MoreInfoButton:hover {
  box-shadow: #999 0 3px 8px;
}

div.moreInfoButtonDiv a {
	text-decoration: none;
}

#moreInfo {
	margin: 1.2em 0 0 0;  /* top right bottom left */
}







    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

	body {
		padding:15%;
	}

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

	body {
		padding:20%;
	}

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }
