/*RESET*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline;} body {line-height: 1;}ol, ul{list-style:display;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}
/*MAIN*/
/*
@font-face {
    font-family: 'AdventPro';
    src: url('http://www.kirkhopkins.com/LegacyChristianChurch/fonts/AdventPro-Light.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
*/
* {
	box-sizing: border-box;
	padding: 0px;
	margin: 0px;
	font-family: source_sans_prosemibold, sans-serif;
	font-weight: 300;
	cursor: auto;
	color: #efefef;
	background-color: #222;
}
img {
 width:90%;
 margin:5%;
}
ul {
	list-style: display;
	margin-bottom: 2em;
}
li {
	margin-top: .5em;
	margin-left: 2em;
	margin-bottom: .5em;
}
table {
 margin: 1em;
 border-collapse: separate;
 border-spacing: .1em;
}
td, th {
 padding: .5em;
}
tr:nth-child(odd) {
  background-color: #121;
  color: #efefef;
}

tr:nth-child(even) {
  background-color: #212;
  color: #cdcdcd;
}
th {
 background-color: #000;
 color: #efefef;
 font-weight: bold;
}
details > summary {
  padding: 1em;
}

b {
 color: #fff;
}
h1, h2, h3, h4, h5 {
 font-weight: 500;
 color: #fff;
 margin-top: .1em;
 margin-bottom: .1em;
}
h1 {
	font-size: 2em;
	line-height: 1.15em;
	margin-top: .2em;
	margin-bottom: .2em;
}
h2 {
	font-size: 1.25em;
	line-height: 1.15em;
}
h3 {
	font-size: 1.01em;
	line-height: 1.01em;
}
h4, h5 {
	font-size: 1.00em;
	line-height: 1.00em;
}
p {
	line-height: 1.45em;
	margin-bottom: 20px;
}
.favorites {
	background-color: #222;
	color: #fff;
}
.home {
	background-color: #222;
	color: #fff;
	display: block;
	margin-top: 1em;
	margin-left: 1em;
	padding: 1em;
}
.home a {
	background-color: #222;
	color: #fff;
	cursor: pointer;
}
.home a:hover {
	background-color: #fff;
	color: #333;
	cursor: pointer;
}
section {
	margin: 0em auto 0em;
	position: relative;
	padding: 1em;
}
div.favorites, div.main {
	position: relative;
	padding: 1em;
	background-color: #222;
	color: #fff;
}

footer {
	background-color: #212121;
	width: 100%;
	float: left;
	padding: 28px 64px;
	text-align: center;
}
footer h1 {
	font-size: 18px;
	font-weight: 300;
	color: #f5f5f5;
}
footer p {
	font-size: 12px;
	color: #f5f5f5;
}
footer a {
	font-size: 12px;
	color: #f5f5f5;
	text-decoration: none;
}
footer a:hover {
	cursor: pointer;
}
/*end of main*/

.gallery_photo {
 margin-top: 1em;
 border: 1px solid #ccc;
 float: left;
 transition: transform .2s; /* Animation */
 transform: scale(.80);
 box-shadow: 5px 5px 6px #888;
 background-color: #f9f9ef;
}
.gallery_photo:hover {
 border: 1px solid #460472;
 transform: scale(1);
}
.gallery_photo img {
 width: 90%;
 height: auto;
}
.gallery_image_text {
 padding: .25em;
 text-align: center;
}
.SeeHowThisPageWorks {
 margin: .75em;
 padding: 1em;
 border: 1px solid #444;
 box-shadow: 5px 5px 6px #999;
 background-color: #efefef;
 font-size: .85em;
}
.photo_gallery_text {
 margin: .5em;
 text-align: center;
}
.photo_gallery_thumbnail {
 margin-top:2em;
 display: block;
 margin-left: auto;
 margin-right: auto;
 width:40%;
}
.Full_Width_Image_Then_Text a {
 clear:both;
 color: #fff;
 background-color: #121212;
 text-decoration: none;
 text-align: center;
 display: block;
 padding-top: 1em;
 padding-bottom: 2em;
 transition: transform .2s; /* Animation */
 transform: scale(.9);
}
.Full_Width_Image_Then_Text a:hover {
 color: #efefef;
 background-color: #010101;
 text-decoration: none;
 padding-top: 1em;
 padding-bottom: 2em;
 transition: transform .2s; /* Animation */
 transform: scale(1);
 z-index:-1;
 cursor: pointer;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin: 3px 0px 60px 0px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videotitle {
	font-size: 1.05em;
	color: #388E3C;
	line-height: 1.05em;
	margin: 10px 0px 4px 0px;
}

/* Navigation */
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #000;
  background: linear-gradient(to left, #000, #333);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #fff;
  height: 50px;
  padding: 1em;
}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

/* Navigation items */
.menu > li a {
  color: #fff;
  cursor: pointer;
  padding:.5em;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.menu > li a:hover {
  color: #000000;
  background-color: #fff;
  cursor: pointer;
}


/* Responsive Design - Smartphone/Tablet size */
@media screen and (max-width: 1032px) {
  .photo_gallery_thumbnail {
    width:90%;
  }
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    z-index:999;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 3.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .menu > li a {
    margin-top: .4em;
  }
}