/*
    Created on : 21-Jan-2018, 12:59:28
    Author     : Carl Nielsen
*/

* {
  margin: 0;
  padding: 0;
}

body {
  /* font-family: 'TrebuchetMS', 'Arial', 'Helvetica', sans-serif; */
  /* font-family: 'Averia Sans Libre', cursive; */
  font-family: 'Lato', sans-serif;

  /* border: 3px solid #773322; */
  border: 3px solid DimGray;
}

h1 {
  font-family: 'Londrina Solid', sans-serif;
  /* font-family: 'Overlock', cursive; */
  margin-top: 7px;
  font-size: 21pt;
  text-align: center;
  /* color: #773322; */
  color: DimGray;
}

h2 {
  font-family: 'Londrina Solid', sans-serif;
  /* font-family: 'Overlock', cursive; */
  margin-top: 7px;
  font-size: 14pt;
}

h3 {
  font-family: 'Londrina Solid', sans-serif;
  /* font-family: 'Overlock', cursive; */
  margin-top: 6px;
  font-size: 12pt;
}

p {
  margin-top: 7px;
  /*    margin-top: 6pt;*/
  font-size: 12pt;
}

a {
    text-decoration: none;
    color: DarkOrange;
    font-weight: bold;
    text-shadow:
   -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000,
   -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
     2px 2px 0 #000;
}

a:hover{
    /* color: goldenrod; */
    color: orange;
}

input[type="text"] {
    width: 140px;
}

.floatRight {
  float: right;
}

.floatLeft {
  float: left;
}

.center {
  /* border: solid 1px red; */
  width: 170px;
  display: block;
  margin: 0 auto;
}

/* centering tables */
/* html, body {
    width: 100%;
} */

table {
    margin: 0 auto;
}
/* centering tables */

table, th, td {
  padding: 3px;
  vertical-align: middle;
  text-align: center;
}

.planTable table, th, tr, td {
  padding: 3px;
  vertical-align: top;
  font-size: 10pt;

  /* background-color: PaleGoldenrod; */
}

/* .planTable tr:nth-child(even) td:nth-child(odd),
tr:nth-child(odd) td:nth-child(even){

} */

.planTable tr:nth-child(odd) {
  background-color: Tan;
}

.planTable tr:nth-child(even) {
  background-color: Khaki;
}

.planTable th:nth-child(1),
.planTable td:nth-child(1) {
  background-color: rgba(255, 0, 0, 0.3);
}

.planTable th:nth-child(2),
.planTable td:nth-child(2),
.planTable td:nth-child(3),
.planTable td:nth-child(4) {
  background-color: rgba(255, 128, 0, 0.3);
}

.planTable th:nth-child(3),
.planTable td:nth-child(5),
.planTable td:nth-child(6),
.planTable td:nth-child(7) {
  background-color: rgba(255, 255, 0, 0.3);
}

.planTable th:nth-child(4),
.planTable td:nth-child(8),
.planTable td:nth-child(9),
.planTable td:nth-child(10) {
  /* background-color: yellow; */
  background-color: rgba(0, 255, 0, 0.3);
}

.planTable th:nth-child(5),
.planTable td:nth-child(11),
.planTable td:nth-child(12),
.planTable td:nth-child(13){
  /* background-color: lime; */
  background-color: rgba(0, 255, 255, 0.3);
}

/*
.planTable th:nth-child(14),
.planTable td:nth-child(14) {
  background-color: rgba(0, 0, 255, 0.3);
}

.planTable th:nth-child(15),
.planTable td:nth-child(15) {
  background-color: rgba(255, 0, 255, 0.3);
}
 */

.planTable tr:hover {
  background-color: Gainsboro;
  background-color: plum;
}

.banner-image {
  width: 100%;
  display: block;
  padding: 0;
  /* background-size: cover; */
}

.menu {
  width: 100%;
  display: block;
  padding: 0;
}

.logo {
  /* font-family: 'Londrina Solid', sans-serif; */
  /* font-family: 'Overlock', cursive; */
  /* color: goldenrod; */
  /* #FFF0CC; */
  float: left;
  padding: 14px 0 0 10px;
  font-size: 21px;
  /* font-weight: bold; */
}

.logo a {
  text-decoration: none;
  font-weight: normal;
  color: burlywood;
  /* #FFF0CC; */
}

.nav {
  font-family: 'Londrina Solid', sans-serif;
  /* font-family: 'Overlock', cursive; */
  /* background-color: #773322; */
  background-color: DimGray;
  color: Gainsboro;
  list-style: none;
  text-align: right;
  padding: 14px 7px 14px 3px;
}

.footNav {
  font-family: 'Londrina Solid', sans-serif;
  /* font-family: 'Overlock', cursive; */
  text-align: center;
}

.nav li {
  display: inline-block;
  padding: 3px 3px 3px 3px;
  font-size: 14px;
  /* border: 1px solid #773322; */
  border: 1px solid DimGray;
}

.nav li a {
  text-decoration: none;
  font-weight: normal;
  color: Gainsboro;
  padding: 3px;
  /* border: 1px solid #773322; */
  border: 1px solid DimGray;
}

.nav li a:hover {
  color: #FFF0CC;
  padding: 3px;
  border: 1px solid #FFF0CC;
}

/*
.nav li a .s1 {
    color: plum;
    border: 1px solid purple;
}

.nav li a:hover .s1 {
    color: plum;
    border: 1px solid magenta;
}
*/

.content {
  /* flex: 1; /* 0 auto; */
}

.mugshot {
  margin:  3px;
  padding: 3px;
  float:   left;
  display: block;

  width:   21%;
  height:  auto;

  max-width:  214px;
  max-height: 490px;
  min-width:  107px;
  min-height: 245px;
}

/* img.mugshot {
  max-width:280px;
  max-height:280px;
  min-width: 140px;
  min-width: 140px;
} */

.intro {
  /* border: 1px solid burlywood; */
  margin: 7px;
  padding: 7px;
  overflow: hidden;
  width: 91%;
  height: auto;
  max-width:1000px;
  /* background-color: white; */
  /* box-shadow: 3px 3px 7px DimGray; */
}

.signature {
  text-align: right;
  margin-right: 14px;
}

.main {
  margin: 1%;
  padding: 1%;
  float: none;
  clear: both;
  overflow: hidden;

  border-radius: 21px;
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -o-border-radius: 21px;
  -ms-border-radius: 21px;
  -khtml-border-radius: 21px;
}

.footer {
  /* background-color: #773322; */
  background-color: DimGray;
  color: Gainsboro;
  list-style: none;
  text-align: center;
  padding: 14px 0 14px 0;
  /* flex-shrink: 0; */
  /* height: 100px;
  margin-top: -100px; */
  /* position: fixed;
  width: 100%;
  bottom: 0; */
}

.footer a {
  text-decoration: none;
  font-weight: normal;
  color: Gainsboro;
}

.footer a:hover {
  color: #FFF0CC;
}

.bibleText {
  line-height: 1.4;
}

.media {
  float: left;
  border: 3px solid darkturquoise;
  margin: 1px;
}
