/* reset browser styles */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  list-style: square; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* end reset browser styles */
/*
	Custom Fluid & Responsive Grid System
	structure: Mobile-first (min-width)
	Syntax: scss
	Grid: Float-based
	Created by: Bob Tibbles
	Date: Jan 2017

*/
*, *:before, *:after {
  box-sizing: border-box; }

.containerfull {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 100%;
  max-width: 420px;
  padding: 0;
  margin: auto;
  margin-top: 0;
  margin-bottom: 0;
  background: white; }
  @media (min-width: 40em) {
    .containerfull {
      max-width: 46.97em;
      padding-bottom: 2.067em; } }
  @media (min-width: 64em) {
    .containerfull {
      margin-top: 20px;
      margin-bottom: 60px;
      max-width: 60em;
      border-top: 10px solid green;
      border-right: 4px solid green;
      border-bottom: 60px solid green;
      border-left: 4px solid green;
      border-radius: 10px;
      padding-bottom: 2.067em;
      box-shadow: 0.382em 0.382em 0.382em rgba(32, 82, 16, 0.6); } }

.grid-half, .grid-all {
  width: 100%; }
@media (min-width: 40em) {
  .grid-6, .grid-all {
    float: left; } }

.grid-half {
  width: 50%; }
.grid-all {
  width: 100%; }

.clear:before, .clear:after, .row:before, .row:after {
  content: ' ';
  display: table; }
.clear:after, .row:after {
  clear: both; }

.row {
  margin-bottom: 10px; }
  .row:last-of-type {
    margin-bottom: 0; }

.clear {
  zoom: 1; }
  
  body{
	margin-top: 3.618em;
margin-bottom: 6.854em;	  
	  }

html {
  background: #e3e7b3;
  font-size: 88%; }
  @media (min-width: 40em) {
    html {
      background: #a4d496;
      font-size: 110%; } }

header {
  background: green;
  width: 100%;
  height: 6.854em; 
  margin-bottom: 1.618em;}
  header h1 {
    display: none; }
  header h2 {
    display: none; }
  header h3 {
    padding-top: .146em;
    padding-left: .146em;
    font-size: 5.411em;
    line-height: 1;
    color: yellow;
    text-shadow: 0.146em 0.146em 0.146em rgba(32, 82, 16, 0.6); }
  header .ttd {
    width: 0;
    heigth: 0; }
  @media (min-width: 40em) {
    header {
      background-image: url("../pics/churchinspring.jpg");
      background-repeat: no-repeat;
      background-size: 100% auto;
      width: 100%;
      padding-left: .618em;
      height: 22.089em; }
      header .ttd {
        margin-top: 2.618em;
        width: 6.845em;
        height: 16.845em;
        background-image: url("../pics/Loudwater_logo.png");
        background-repeat: no-repeat;
        background-size: 100% auto; }
      header h1 {
        display: inline;
        color: white;
        text-shadow: 2px 2px 2px rgba(32, 82, 16, 0.6);
        font-size: 2.618em;
        padding-top: .236em;
        padding-left: .618em;
        float: left; }
      header h2 {
        display: inline;
        font-size: 1.618em;
        color: white;
        text-shadow: 0.146em 0.146em 0.146em rgba(32, 82, 16, 0.6);
        padding-left: .618em;
        float: left; }
      header h3 {
        display: none; } }

nav {
  border-top: 2px solid green; }
  nav ul {
    display: none; }
  nav select {
    width: 100%;
    background: yellow;
    height: 2.618em; }
  @media (min-width: 40em) {
    nav {
      margin: 0 auto;
      padding: 0;
      padding-bottom: .618em;
      overflow: hidden; }
      nav ul {
        display: inline;
        min-width: 100%;
        list-style: none;
        padding-bottom: 2.067em; }
      nav li {
        float: left;
        width: 25%; }
      nav a {
        color: black;
        font-size: .618em;
        text-transform: uppercase;
        text-decoration: none;
        border: 1px solid #999999;
        padding: .618em 0 .618em 0;
        display: block;
        background-color: #aaf192;
        text-align: center; }
      nav a:hover {
        color: white;
        font-weight: bold;
        text-shadow: 0.146em 0.146em 0.146em #999999;
        background-color: #88bd76;
        background-position: 3px 50%; }
      nav select {
        display: none; } }

.navschedule {
  margin: 0 auto;
  padding: 0;
  padding-bottom: 30px;
  overflow: hidden; }
  .navschedule ul {
    display: initial;
    min-width: 100%;
    list-style: none;
    padding-bottom: 2.067em; }
  .navschedule li {
    float: left;
    width: 16.6666%; }
  .navschedule a {
    color: black;
    font-size: 0.9em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #999999;
    padding: 7px 5px 7px 0;
    display: block;
    background-color: #aaf192;
    text-align: center; }
  .navschedule a:hover {
    color: white;
    font-weight: bold;
    text-shadow: 0.146em 0.146em 0.146em #999999;
    background-color: #88bd76;
    background-position: .236em 50%; }
	
.dpp {
	  margin: auto;
	  width: 80%;
  padding-bottom: .618em;
  padding-top: .618em;
  margin-bottom: .382em;
  background: white;
  border-bottom: 0.146em solid #88bd76;
  text-shadow: none; }
	}

section {
  margin: auto;
  padding-bottom: .618em;
  padding-top: .618em;
  margin-bottom: .382em;
  background: white;
  border-bottom: 0.146em solid #88bd76;
  text-shadow: none; }
section p { padding-top: 10px;}
  section h1 {
    padding-top: .618em;
    padding-bottom: .618em;
    font-size: 1.618em;
    text-align: center;
    color: green; }

  section h2 {
    font-size: 1.277em;
    color: green;
    text-align: center; }
  section h3 {
    font-size: 1em;
    color: green;
    text-align: center; }
  section h4 {
    padding-top: 25px;
    font-size: 1em;
    color: green;
    text-align: center; }
  section h5 {
    padding-top: 1px;
    font-size: 0.618em;
    color: green;
    text-align: center; }
  section span {
    color: black;
    font-weight: bold; }
  section ul {
    min-width: 100%;
    list-style: none;
}

  section .address h4, section .address h5 {
    font-size: 1em;
    color: green; }
  section .officers {
    padding-left: 6.5%;
    font-size: .8437em;
    float: left; }
    section .officers h1 {
      font-size: 1.277em; }
    section .officers li {
      font-size: .8437em; }
  section .intro {
    text-align: justify;
    text-justify: inter-word; }
  section .history {
    padding-left: 6.5%;
    float: left;
    text-align: justify;
    text-justify: inter-word;
    display: none; }
  section .pageAlign {
    width: 85%;
    margin: auto; }
  section .mainwords {
    padding-bottom: 1.227em; }
  section .mainwords p {
    font-size: 1em;
    padding-bottom: 1.227em;
    padding-top: 1.227em; }
  section .teller {
	  font-size: 1.32em;
	  margin-bottom: 25px;
	  width: 100%; }
  section .paratwo {
    display: none; }
  section .parafour {
    display: none; }
  section .address {
    display: inline; }
  section .sels {
    padding-left: .618em; }
    section .sels p {
      font-size: 1em; }
    section .sels h4 {
      font-size: 1em;
      color: black; }
    section .sels h5 {
      padding-top: .618em;
      text-align: left;
      font-size: 1em; }
  section .selwords {
    width: 85%;
    margin: auto; }
  section .teamset {
    padding-left: 30px; }
    section .teamset p {
      color: black;
      font-size: .8437em;
      font-weight: normal; }
    @media (min-width: 40em) {
      section .teamset {
        float: left; } }
  section .note {
    width: 80%;
    padding-left: 40px;
    padding-top: .618em;
    color: red;
    font-weight: bold; }
    section .note h2 {
      color: red;
      font-size: 1em; }
  section .broadcast {
    width: 40%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px; }
    section .broadcast p {
      font-size: 1em;
      margin-top: 10px;
      margin-bottom: 10px; }
    section .broadcast img {
      width: 100%; }
  @media (min-width: 40em) {
    section .mainwords {
      width: 85%;
      margin: auto; }
      section .mainwords .paratwo {
        display: inline; }
      section .mainwords .parafour {
        display: inline; }
    section .officers {
      font-size: .8437em; }
    section .history {
      display: inline;
      font-size: .8437em; }
    section .address {
      display: none; } }
  @media (min-width: 64em) {
    section .officers {
      font-size: 1em; }
    section .history {
      display: inline;
      font-size: 1em; }
    section .address {
      display: none; } }
	  
	  section .dpp ul{ padding-left: 50px;}
	  section .dpp h4{ color: black;}
	  
	 .square { list-style-type: square; }
	 .circles  { list-style-type: circle; }

footer {
  margin: auto;
  width: 73%;
  height: 8.5em;
  margin-bottom: 20px;
  background: white;
  border-radius: 5px;
  text-shadow: none; }
  footer h1 {
    fontsize: 1em;
    color: green;
    text-align: center; }
  footer p {
    font-size: .8437em;
    color: black;
    padding-left: 0;
	padding-top: 10px; 
    margin-left: 0;
    font-weight: normal; }
  footer .contacts {
    color: green;
    padding-top: 5px;
    padding-left: 3.5%;
    font-size: .8437em;
    float: left; }
  footer .links {
    display: none;
    color: green;
    padding-top: 5px;
    padding-right: 3.5%;
    font-size: 0.8437em;
    float: right;
    text-align: right; }
  footer ul {
    list-style: none;
    font-size: 0.8437em; }
  footer p .contacts {
    text-align: left; }
  footer p .links {
    text-align: right; }
  @media (min-width: 40em) {
    footer .links {
      display: inline; } }
  @media (min-width: 64em) {
    footer p {
      font-size: 1em; }
    footer .contacts {
      font-size: 1em; }
    footer .links {
      font-size: 1em; } }

.tates {
  padding-top: 20px;
  width: 85%;
  margin: auto; }
  .tates th {
    font-size: .8437em;
    padding-left: 10px;
    text-align: left;
    vertical-align: bottom;
    width: 25%; }
  .tates tr {
    height: 30px;
    padding-bottom: 0px; }
  .tates td {
    padding-top: 10px;
    font-size: .8437em; }
  .tates .bdr {
    border-right: 1px solid #999999; }
  .tates .bdb {
    border-bottom: 1px solid #999999; }
  .tates p {
    font-size: .8437em;
    text-style: normal; }
  .tates caption h2 {
    font-size: 1.277em;
    color: green; }

.rev {
  width: 50%; }

.space {
  width: 100%;
  height: 40px; }

.compfeeder {
  width: 50%;
  margin: auto;
  align: center;
  padding-top: 20px; }
  .compfeeder ul {
    list-style: none; }
  .compfeeder li {
    padding-top: 5px; }
  .compfeeder a {
    text-decoration: none;
    color: black; }
  .compfeeder a:hover {
    color: green;
    font-weight: bold; }

.compnote {
  font-size: 1em;
  width: 75%;
  margin: auto;
  align: center;
  padding: 20px; }
  
  .sidebar {
 width: 30%;
 float: right;
  margin-left : 15px;
  margin-top: 15px;
  margin-right: 0px;
  margin-bottom: 15px;
 }
 
  .sidebar2 {
 width: 42%;
 float: left;
  margin-left : 0px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
}

.VCMft{
	font-size: .66em;
	margin: auto;
}
	


/*# sourceMappingURL=style.css.map */
