@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

/* @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url("https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css.min.css");

:root{
  --e-global-color-primary: #0A4289;
  --e-global-color-secondary: #F1F2F2;
  --e-global-color-text: #000000;
  --e-global-color-accent: #0A4289;
  --e-global-color-61e67b1: #FFFFFF;
  --e-global-color-dff92af: #FF0303;
}


*,
*::before,
*::after {
  box-sizing: border-box;
}

.clearfix::after,
section::after,
footer::after {
	content: '';
	display: block;
	clear: both;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  /* font-weight: 400; */
  font-style: normal;
  background-color: #F1F2F2;
}
img {
  max-width: 100%;
}

h1, h2, h3 {
  font-family: "Rubik", sans-serif;
}

header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  z-index: 16;
  position: relative;
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1280px;
}

.row {
  display: flex;
}

a {
  text-decoration: none;
  color: inherit;
}

.center {
  text-align: center;
}

.upper {
  background-color: #abb8c3;
  width: 100%;
}

.upper p {
  text-transform: uppercase;
  text-align: center;
  font-size: .8rem;
}

.main {
  width: 100%;
  box-shadow: 0px 0px 14px 4px rgba(111.75, 111.75, 111.75, 0.43);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 0px 0px 0px;
  z-index: 16;
  p {
  text-align: center;
  }
}

.header_hero {
  background-image: url('../images/banner2.jpg'); 
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  position: relative;
  width: 100%;
  padding: 220px 0px 145px 0px;
  margin-top: -48px;
  h1 {
    font-size: 4em;
    font-weight: 300;
    color: #0A4289;
    margin-top: 0px;
  }
  p {
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
  }
}

.about-bg {
  /* background-image: url('../images/sof1.png');  */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #0A4289;
  /* background: rgb(2,0,36);
  background: linear-gradient(59deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 49%, rgba(106,69,0,1) 93%); */
  background: rgb(2,4,136);
background: linear-gradient(337deg, rgba(2,4,136,1) 0%, rgba(61,50,4,1) 51%, rgba(15,44,226,1) 100%);
}

.findchurch-bg {
  /* background-image: url('../images/bible-mic-laptop.png');  */
  background-repeat: no-repeat;
  background-size:cover;
  background-color: #0A4289;
  background: rgb(2,0,36);
  background: linear-gradient(59deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 46%, rgba(106,69,0,1) 94%);
}
.header_title {
  background-color: #0A4289;
  width: 100%;
  position: relative;
  font-size: 1.25em;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  padding: 1.5em 0;
  box-shadow: 0px 0px 14px 4px rgba(111.75, 111.75, 111.75, 0.43);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  p {
    text-transform: none;
      padding: 1em;
  }
}

.accent_text {
  h1 {
    font-size: 2em;
    color: #0A4289;
    line-height: 1;
  }
  h2 {
    font-size: 1.2em;
    color: #0A4289;
    line-height: 1;
  } 

  p {
    font-size: 1.1em;
    line-height: 1.5;
  }
}
.col-top {
  background-color: #0A4289;
  padding: 20px;
  width: 100%;
  box-shadow: 0px 0px 13px 11px rgba(0, 0, 0, 0.81);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  z-index: 1;
  color: #ffffff;
  position: relative;
}

.link a {
  color: #0A4289;
}

ol.a {
  list-style-type: upper-alpha;
}

section {
  padding: 4em 0;
}

.col {
  width: 100%;
  line-height: 1.6;
}

.col + .col {
  margin-left: 5em;
}

.icons {
  display: flex;
  width: 44px;
  margin-top: 10px;
  gap: 30px;
}

.icons a {
  display: contents;
}
.row {
  display: flex;
}

.nav {
  width: 100%;
  background-color: #F1F2F2;
  z-index: 15;
}

nav a.active {
  color: #ce2029;

}

.nav ul {
  list-style: none;
}

.nav a {
  text-decoration: none;
  display: block;
  padding: 1em;
  font-size: 1em;
}

.menu {
  display: flex;
  width: 100%;
  margin: 0px;
  justify-content: space-evenly;
  padding-left: 0px;
}

.menu li {
  line-height: 3rem;
  position: relative;  
}

.sub-menu > li {
  line-height: 4rem;
}

.menu a {
  display: block;
  padding: 0 1.5rem;
  font-size: .8rem;
  text-transform: uppercase;
  transition: color 0.6s;
  color: #0A4289;
}

.menu a:hover {
  color: #FF0303;
}

.sub-menu {
  width: 16rem;
  display: block;
  position: absolute;
  border-top: 3px solid  #0A4289;
  background-color: #F1F2F2;
  z-index: 100;
  top: 16rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  padding-left: 0px;
}

.sub-menu::before {
  content: "";
  position: absolute;
  top: -2.5rem;
  left: 3rem;
  border: 1.3rem solid transparent;
  border-bottom: 1.1rem solid  #0A4289;
}

.menu li:hover > .sub-menu {
  top: 4.5rem;
  opacity: 1;
  visibility: visible;
}

.menu-btn {
  display: none;
}

.article-bg {
  background-image: url('../images/Aurora-Background-HD.jpg'); 
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #ffffff;
  width: 100%;
  h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
  }
}

    article p {
        margin-top: 40px;
    }
    
    article p::first-line {
        color: #532f05;
        font-weight: 900;
        font-size: 1.2em;
    }
    
    article p::first-letter {
        font-family: 'Mulish', san-serif;
        font-weight: 900;
        font-size: 6em;
        line-height: 110px;
        float: left;
        padding-top: 2px;
        padding-right: 16px;
        padding-left: 3px;
        color: #c41111;
    }
#rcorners {
  border-radius: 0px;
  background: lightgray;
  padding: 10px;
}

#container {
  color:#333;
  font-size:36px;
  font-weight:bold;
  position:relative;
  width:100%;
  bottom:45%;
  display:block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.video-container {
  position:relative;
  width: 100%;
  padding-bottom: 56.25%;
  height:0;
}

.video-container iframe {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
}

#flip {
  height:50px;
  overflow:hidden;
}

#flip > div > div {
  color:#fff;
  padding:4px 14px;
  height:50px;
  margin-bottom:45px;
  display:inline-block;
}

#flip div:first-child {
  animation: show 10s linear infinite;
}

#flip div div {
  background:#42c58a;
}
#flip div:first-child div {
  background:#4ec7f3;
}
#flip div:last-child div {
  background:#DC143C;
}

@keyframes show {
  0% {margin-top:-270px;}
  5% {margin-top:-180px;}
  33% {margin-top:-180px;}
  38% {margin-top:-90px;}
  66% {margin-top:-90px;}
  71% {margin-top:0px;}
  99.99% {margin-top:0px;}
  100% {margin-top:-270px;}
}

.album-bg, .room-bg {
  background-color: #0A4289;
  h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 3em;
    margin-top: 0px;
    color: #ffffff;
  }
}
.albums {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 30px; 
}

.album {
  background: white;
  padding: 5%;
  box-shadow: 1px 3px 13px #cac9c9;
  font-family: 'Roboto', sans-serif;
  font-size: .9rem;
  color: #0d0d0d;
  line-height: 1.6;
}

.album li {
  list-style: none;
}

.album a {
  text-decoration: none;
  transform: scale(1.07);
}

.album__artwork {
  transition: transform 400ms ease-out;
}

.album__artwork:hover {
	transform: scale(1.07);
}

.room {
  display: flex;
  flex-direction: column;
}

.room-bg {
  padding-bottom: 0px;
  color:#ffffff;
}

.room h1 {
  text-transform: uppercase;
  text-align: center;
  font-size: 3em;
}

.room-icons {
  display: grid;
  grid: 300px / auto auto auto;
  text-align: center;
  gap: 20px;
  img {
    width: 120px;
  }
}

.videoWrapperFull {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;       
}

.videoWrapperFull iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background: rgb(2,0,36);
  background: linear-gradient(59deg, rgba(2,0,36,1) 22%, rgba(9,9,121,1) 70%, rgba(106,69,0,1) 100%);
  color: #ffffff;
  padding: 30px;
  padding-left: 0;
  padding-right: 0;

  ul {
      list-style-type: none;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 10px;
      padding-left: 0px;

      li::before {
        color: red;
      }
      
  }

}
footer > img {
  background-color: none;
}

span {
  text-align: center;
}

.footer p {
  font-size: .8rem;
  text-align: center;
}

.btn {
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  line-height: 1em;
  letter-spacing: 0.7px;
  background-color: #0A4289;
  border-radius: 30px;
  padding: 15px 40px 15px 40px;
  color: #fff;
  margin-top: 2em;
  text-transform: uppercase;
}

.btn:hover,
.btn:focus {
  opacity: 0.75;
}

.number {
  font-weight: 500;
  font-size: 1.5rem;
  color: #DC143C;
  text-shadow: 1px 1px 2px #0A4289;
}

  /* divider */

  .divider {
    position: relative;
    height: 1px;
  }
  
  .div-transparent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
  }
  
  .div-dot:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -9px;
    left: calc(50% - 9px);
    width: 18px;
    height: 18px;
    background-color: rgb(2, 44, 255);
    border: 1px solid rgb(48,49,51);
    border-radius: 10%;
    box-shadow: inset 0 0 0 2px #F1F2F2,
            0 0 0 4px #F1F2F2;
  }

  .card {
    background-color: rgb(30, 143, 255);
    color: white;
    padding: 1rem;
    min-height: 100%;
  }
  
  .cards {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  
  .artwork {
    background-size: cover;
    width: 100%;
    border-radius: 0.4em;
  }
  .card2 {
    background-color: rgb(30, 143, 255);
    color: white;
    padding: 1rem;
    min-height: 100%;
  }
  .card4 {
    background-color: rgb(216, 61, 61);
    color: white;
    padding: 1rem;
    min-height: 100%;
  }
  
  .cards2 {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
  .card3 {
    background-color: rgb(244, 245, 247);
    color: rgb(12, 12, 12);
    padding: 1rem;
    min-height: 100%;
  }
  
  .cards3 {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }



 


@media only screen and (max-width: 946px) {

  .upper p, .footer p {
    font-size: .9em;
  }
  .main p {
    text-align: center;
  }
  .nav {
    width: 4rem;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .menu {
		list-style: none;
		overflow: hidden;
		display: flex;
    height: 100vh;
		flex-direction: column;
		width: 100%;
		max-height: 0;
    padding-left: 0px;
    text-align: center;
    background-color: #abb8c3;
    position: absolute;
    z-index: 100;
    left: 0;
    margin-top: 0px;
		transition: max-height .2s ease-out;
		li a {
			display: inline-block;
			min-width: 75px;
			margin: .3em 0;
			padding: 0 10px;
      text-align: center;
			transition: 1s all;
			text-decoration: none;
		}
	}

    .menu-icon {
		cursor: pointer;
		display: inline-block;
		padding: 28px 20px;
		background-color: #0A4289;
		border-radius: 4px;  
    display: flex;
    justify-content: center;
    align-items: center;
		.navicon {
			background: white;
			display: block;
			height: 3px;
			position: relative;
			width: 1.625rem;

			&:before, &:after{
				background: white;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transition: all .2s ease-out;
				width: 100%;
			}

			&:before{
				top: 7px;
			}

			&:after{
				top: -7px;
			}
		}
	}

	.menu-btn {
		display: none;

		&:checked ~ .menu{
			max-height: 700px;
		}

		&:checked ~ .menu-icon .navicon{
			background: transparent;

			&:before{
				transform: rotate(-45deg);
			}

			&:after{
				transform: rotate(45deg);
			}
		}

		&:checked ~ .menu-icon:not(.steps) .navicon{
			&:before, &:after{
				top: 0;
			}
		}
	}

.sub-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #F1F2F2;
  overflow: hidden;
  width: 100%;
  position: initial;
  display: none;
  padding-left: 0px;
}

.sub-menu li {
  line-height: 1.2;
}

.sub-menu::before {
  display: none;
}

.menu li:hover > .sub-menu {
display: block;
position: relative;
}

.sub-menu > li {
  line-height: 1.5rem;
}

.menu li:hover > .sub-menu {
  top: .2rem;
}

.header_hero {
  top: 0rem;
  padding: 100px 0px 45px 0px;
  margin-top: 0;
  h1 {
    font-size: 3em;
  }
}

.header_title {
  font-size: 1.1em;
  padding: 1.2em 0;
}

}

/* Table for tables */

#table {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#table td, #table th {
    font-size: 1em;
    border: 1px solid #fff;
    padding: 3px 7px 2px 7px;
}

#table th {
    font-size: 1.1em;
    text-align: left;
    background-color: #475B70;
    color: #FFF;
}

#table tr.odd td {
    color: #000000;
    background-color: #ABC8E2;
}

#table tr.alt td {
    color: #000000;
    background-color: #E1E6FA;
}

#table a {
   color:#000000;
   text-decoration: none;
}
#table a:hover {
    text-decoration: underline;
    color:#475B70;
}

#table2 {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    border-collapse: collapse;
}

#table2 td, #table2 th {
    font-size: 1em;
    border: 1px solid #fff;
    padding: 3px 7px 2px 7px;
}

#table2 th {
    font-size: 1.1em;
    text-align: left;
    background-color: #475B70;
    color: #FFF;
}

#table2 tr.odd td {
    color: #000000;
    background-color: #ABC8E2;
}

#table2 tr.alt td {
    color: #000000;
    background-color: #E1E6FA;
}

#table2 a {
   color:#000000;
   text-decoration: none;
}

#table2 a:hover {
    text-decoration: underline;
    color:#475B70;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    font-size: 1em;
  }

  section {
    padding: 2em 0;
  }

  .nav {
    width: 2rem;
  }

  .menu {
    height: 67vh;
  }
  .menu li {
    font-size: .7rem;
    line-height: 1rem;
  }
  .menu-btn {
    &:checked ~ .menu {
      max-height: 800px;
    }
  }

  .menu-icon {
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 6px;
      padding-right: 6px;
  }

  .sub-menu::before {
    border-top-width: 1px;
  }

  .main {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    p {
      margin-bottom: 0px;
      margin-top: 7px;
    }
  }
  .main img {
      width: 70%;
  }

  .header_hero {
    padding: 50px 10px 20px 10px;
    h1 {
      font-size: 1.5em;
    }
  }

  .header_title {
    font-size: .9em;
    padding: 1em 0;
  }

  .accent_text {
    h1, h2 {
      font-size: 1.1em;
    }
  }

  .row {
    display: flex;
    flex-direction: column;
}

.col {
    width: 100%;
    line-height: 1.6;
}

.col h1 {
  font-size: 2em;
  text-transform: uppercase;
}

.col + .col {
  margin-left: 0;
}

.col-top {
  padding: 20px;
}

 .room-icons {
  display: grid;
  grid: 300px / auto auto auto;
  text-align: center;
  gap: 20px;
  img {
    width: 100px;
    padding: 10px;
  }
}


.article-bg {
  margin-top: -25px;
  h1 {
  font-size: 1.5em;
  }
}
.room h1 {
  font-size: 1.5em;
}

.album-bg {
  h1 {
    font-size: 1.5em;
  }
}


.btn {
  margin-bottom: 2em;
}

.upper p, .footer p {
  font-size: .7rem;
  text-align: center;
}
}

.rwd-table {
  margin: auto;
  min-width: 300px;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr:first-child {
  border-top: none;
  background: #428bca;
  color: #fff;
}

.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f5f9fc;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #ebf3f9;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 120px;
  display: inline-block;
  color: #000;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #bfbfbf;
}

.rwd-table th,
.rwd-table td {
  padding: .5em 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}
