﻿/*=====================  CSS for index.html ================================== */

#churchinfo {text-align: center; padding-top:20px;}
#name {font-size:26px; line-height:1.3;}
.tag{margin:0 auto 10px;}
.text-over {
	background: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) ), url(/images/lwcc-group.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	width: 100%;
	min-height: 365px;
}
.text-over h1,
.text-over h4,
.text-over h5,
.text-over p {
  color: white;
  margin: 0;
  padding: 10px 20px 10px 20px;
  text-align:center;
}
.centered-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.read-more-state {display: none;}


/*========================================   MOBILE    ==========================================*/

@media only screen and (max-width: 995px) {

}

@media only screen and (max-width: 767px) {
.tag{margin: 0 10px 10px 10px;}
.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}
.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}
.read-more-state ~ .read-more-trigger:before {
  content: 'Read our Welcome Statement';
}
.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Show less';
}
.read-more-trigger {
  cursor: pointer;
  color: white;
  background-color:#1B3969;
  display: inline-block;
  padding: 0 .5em;
  line-height: 2;
  border: 2px solid black;
  margin-bottom: 10px;
  border-radius: .25em;
}

@media only screen and (max-width: 479px) {
}
