
/*MENU FOR SMALLER SCREENS*/
/*was 800px now 1000px*/
@media only screen and (max-width: 1000px){
	ul.big-menu {
	  display: none;
	}

	#nav-left {
	  /*margin: auto;*/
	}

	#mini-menu-open {
	  display: block;
	}
	#mini-menu-open, #mini-menu-close {
  	cursor: pointer;
}
  #mini-menu-container li{
  	cursor: pointer;
  }
}


@media only screen and (max-width: 320px) {
	#nav-title .title-top {
    letter-spacing:2px !important;
    font-size: 1.1em !important;
}

#nav-title .title-bottom {
    letter-spacing: 1px !important;
    font-size: .8em !important;
}

}




/* Small screens */
@media only screen {

nav {
  /*background-color: yellow;*/
}

hr {
  min-width: unset;
  max-width: 90%;
  margin: 1em auto;
}
hr.small-line {
    width: 50%;
}

.info-container {
  max-width: 100%;
  min-width: unset;
  width: unset;
}

.info-container #service-times {
  width:95%;
  margin-bottom:50px;
}

.info-content {
  display: flex;
  flex-direction: column;
}

.small-map {
  width:100%;
  max-width:100%;
}

.content {
  width:95%;
  min-width: unset;
}

#banner-title h2 {
  font-size: 2.5em;
  line-height: unset;
}

#banner-title h1 {
  font-size: 1em;
  line-height: unset; 
}

#banner-title p {
  font-size: .8em;
  line-height: unset; 
}

.flex-content h2 {
  font-size: 3em;
}
.flex-content h3 {
  font-size: 2em;
}

.square-img {
  display: none;
}
section.ministries {
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
  min-width: unset;
}

/*navigation*/
nav {
  height: 50px;
}
#pop-out-nav {
  height: 50px;
}

#earth-image {
    height: 40px;
}

#nav-title .title-bottom, #nav-title .title-top {}

#mini-menu-bar {
  height:50px;
}

/*undefined group*/

#event button {
  width: 89vw;
  margin: 0 2vw;
}

.paragraph-ul {
  flex-direction: column;
  width:100%;
}
.paragraph-li {
  margin-bottom: 2px;
}

#nav-title .title-top {
    font-size: 1.2em;
}

#nav-title .title-bottom {
    font-size: .8em;
}


.gallery{
  grid-template-columns: auto;
}

/*live stream page boxes*/
.video {
  width: 90vw;
  height: 51vw;
}

.box-item-section {
  width: 100%;
}

.stream-date {
  font-size: 3vw;
}


} /* Define mobile styles */

@media only screen and (max-width: 40em) { } /* max-width 640px, mobile-only styles, use when QAing mobile issues */




/* Medium screens */
@media only screen and (min-width: 40.063em) {

nav {
  /*background-color: red;*/
  height:100px;
}

#pop-out-nav {
  height: 100px;
}

#earth-image {
    height: 80px;
}

.flex-content h3 {
  font-size: 3em; 
}
.flex-content h2 {
  font-size: 5em;
}

.paragraph-ul {
  flex-direction: row; 
  width: unset; 
}

hr {
  min-width: 450px;
  margin: 2em auto;
}
.info-container {
  max-width: 90% ;
}

section.ministries {
  width: 80%;
  padding: 0;
}
#banner-title h2 {
  font-size: 5em;
  line-height: 90px;
}
#banner-title h1 {
  font-size: 2em;
  letter-spacing: 2px;
  line-height: 35px;
}
#banner-title p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1.2em;
}

#mini-menu-bar {
  height:100px;
}

#nav-title .title-top {
    font-size: 1.2em;
}

#nav-title .title-bottom {
    font-size: .9em;
}

.gallery{
  grid-template-columns: auto auto;
}

/*live stream page boxes*/
.video {
  width: 38vw;
  height: 22vw;
}

.box-item-section {
  width: 80%;
}

.stream-date {
  font-size: 2vw;
}

#event button {
  width: unset;
  margin: 0;
}

 } /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { } /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */



/* Large screens */
@media only screen and (min-width: 64.063em) {
	
nav {
  /*background-color: blue;*/
}
hr.small-line {
  width: 30%;
}

.content {
    width: 70%;
    min-width: 650px;
}

.square-img {
    display: block;
}

.info-content {
  flex-direction: row;
}
.info-container {
  max-width: 100%;
  min-width: 100%;
}
.info-container #service-times {
  margin-bottom: auto;
}

section.ministries {
  width: 65%;
}

#banner-title h2 {
  font-size: 7em;
  line-height: 120px;
}
#banner-title h1 {
  font-size: 3em;
  letter-spacing: 3px;
  line-height: 40px;
}

#banner-title p {
  margin: 0;
  font-size: 1.5em;
  line-height: 1.5em;
}

/*live stream page boxes*/
.video {
  width: 25vw;
  height: 14vw;
}


.stream-date {
  font-size: 1.5vw;
}

 } /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { } /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */



/* XLarge screens*/
@media only screen and (min-width: 90.063em) { 
	
nav {
  /*background-color: green;*/
}

section.ministries {
  width: 50%;
}

.info-container {
  max-width: 1332px;
  min-width: 1332px;
  width: 70%;
}

#banner-title h2 {
  font-size: 8em;
  line-height: 140px;
}
#banner-title h1 {
  line-height: 50px;

}.gallery{
  grid-template-columns: auto auto auto;
}

/*live stream page boxes*/
.video {
  width: 18vw;
  height: 10vw;
}

.stream-date {
  font-size: 1rem;
}

	} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { } /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */



/* XXLarge screens*/
@media only screen and (min-width: 120.063em) { 
	
nav {
  /*background-color: orange;*/
}

/*live stream page boxes*/
.video {
  width: 15vw;
  height: 8vw;
}


} /* min-width 1921px, xxlarge screens */