/*AWG CSS */
/*.container = Main container of all page content(framed page body/background)*/
.container {
	width:1000px;
	margin: 0 auto 0;
	text-align:left;
          background-color:#ffffff;
  }
  
  /*Main document settings*/
.main {
	margin: 0 auto 0;
	width:1000px;
	}
	
#header {
	height:162px;
	background-image: url(../img/header.jpg);
	width:1000px;
	margin: 0 auto 0;
	background-repeat: no-repeat;
  }

a:link {
          text-decoration: none; 
          color: inherit;
}

table {
           border: none;
           border-collapse: collapse;
           width:1000px
}
tr:nth-child(even) {
          background-color: #f2f2f2;
}

tr {
          border-bottom: 1px solid black;
          text-align: left;
}
th {
          font-size:120%;
          text-align: left;
}

#date_separator {
          font-size:130%;
          background-color: #1AEBD6;
          color: #454545;
}

.text_style1 {
             /*font-family: 'Montserrat', sans-serif;*/
             font-family: "Open Sans", serif;
             font-optical-sizing: auto;
             font-weight: 300;
             font-style: normal;
             font-variation-settings:
              "wdth" 75;
             font-size: 95%;
   }
.text_style2 {
             font-family: 'Montserrat', sans-serif;
             font-size: 95%;
}
#scripture {
             font-family: 'Calligraffitti', cursive;   
             font-size: 120%;
             text-align: center;                    
}

/*https://codepen.io/vank0/pen/mrRwLg*/
#loader{
	height:100px;
	width:100px;
	display:inline-block;
	border: .5em solid currentcolor;
	border-bottom-color: transparent;
	border-radius: 50%;
	animation: 1s loader-playlist linear infinite;
	/*CENTERING*/
 margin: 0 auto;
}

@keyframes loader-playlist {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

#loader-container {
	height:300px;
	width:300px;
  margin: 0 auto;
  color:#8d8f8f;
  font-weight:300;
  font-width:75;
  text-align: center;
}
                
.loader-text {
	font-size:2em;
	font-weight:500;
	text-align: center;	
	font-family: "Oswald", serif;
}