@charset "utf-8";
/* CSS Document */
/**************************************
 Filename: liift.css
 Author: Laurie Callahan
 Create Date: 03 March 2022
 Purpose: Provide styling for the LIIFT.UnTherapy.info website
 MODIFICATION DATE:
 10 March 2022 (LJC)
**************************************/

/* ============= Special Fonts ============ */

	@font-face {
		font-family: 'Bookman Old Style';
		src: url('../fonts/bookman old style.ttf');
	} .official {
		font-family: 'Bookman Old Style',Verdana,sans-serif;
	}
	
	@font-face {
		font-family: Pacifica;
		src: url('../fonts/Pacifico-Regular.ttf');
	} .handwriting {
		font-family: Pacifica,Verdana,sans-serif;
	}
	
	@font-face {
		font-family: 'Material Icons';
		font-style: normal;
		font-weight: 400;
		src: url(https://fonts.gstatic.com/s/materialicons/v80/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
	} .icons {
		font-family: 'Material Icons';
		font-weight: normal;
		font-style: normal;
		font-size: small;
		line-height: 1;
		color: black;
		letter-spacing: normal;
		text-transform: none;
		display: inline-block;
		white-space: nowrap;
		word-wrap: normal;
		direction: ltr;
		margin-left: 3px;
	}

/* =========== End Special Fonts ========== */

/* ======= Colors used on all pages ======= */

	.headerBackground {
		color: #EDEDF5;							/* Light Gray */
		background-color: #2A2658;				/* Dark Blue */
	}
	
	.pageBackground {
		color: #000000;							/* black */
		background-color: #FFFFFF;				/* white */
	}
	
	.menuBackground {
		color: #FFFFFF!important;				/* white */
		background-color: #7395DC!important;	/* sky blue */ 
	}

	.mainHeading {
		padding:0.01em 16px;
		border-radius: 4px;
		box-shadow: 0 0 5px 5px #2A2658;   /* blur the outside edges */
		margin-top: 20px;
		margin-left: auto;
		margin-right: auto;
		width: 1158px;
		text-align: center;
		font-size: 20px;
	}

	.secondHeading {
		padding: 0.01em 16px;
		border-radius: 4px;
		box-shadow: 0 0 5px 5px #2a2658;
		margin: 20px 40px 20px 0;
		text-align: center;
		font-size: 20px;
	}
	
/* ======= End Colors used on all pages ======= */

/* ======= CSS Table Display ====== */

	#tableContainer {
		display: table;
		border-spacing: 10px;
		width: 100%;
		margin-left: auto;			/* Center the table on the page */
		margin-right: auto;
	}
	
	.tableRow {
		display: table-row;
		clear: both;
	}
		
	/* Table cells must be block containers */
	.tableColumn1 {
		display: table-cell;
		vertical-align: top; 
		width: 70%;
	}

	.tableColumn2 {
		display: table-cell;
		vertical-align: top;
		width: 30%;
	}		

/* ======= End CSS Table Display ====== */

/* ======= Styling used on all pages ======= */


	audio {
		margin-left: 30%;
		margin-bottom: 2%;
		border-radius: 27px;
		box-shadow: 0 0 5px 5px #7395DC;   /* blur the outside edges */
	}
			
	body{
		margin:0;
		font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:15px;
		line-height:1.5;
		background-image: url(../images/clouds.jpg);
		background-size: cover;
	}

	h1,h2,h3,h4,h5,h6 {
		font-weight:400;
		margin:10px 0;
	} 

	#jelloLayout {
		width: 1280px;				/* Set the width of all page content */
		margin-left: auto;
		margin-right: auto;
		padding: 0 1%;
	}
	
	.logout {
		cursor: pointer;
		background: #7395DC;				/* Sky Blue */
		position: absolute;
		top: 20px;
		right: 100px;
		padding: 6px 15px;
		text-decoration: none;
		text-align: center;
		font-size: 16px;
		font-weight:400;
		color: #EDEDF5;						/* Light Gray */
		border: none;
		border-radius: 20px;
	} .logout:hover {
		font-weight: bolder;
		box-shadow:0 8px 16px 0 rgba(115,149,220,0.2),0 6px 20px 0 rgba(115,149,220,0.19);
	}
	
	.logo {
		font-family: "Merriweather";
		font-weight: bold;
		font-size: 70px;
		color: #F7F701;				/* yellow */
	}

	#logoouter{						/* background */
		width:100%;
	}
	
	#logoinner{						/* logo */
		padding-top:3%;
		padding-bottom:3%;
		padding-left:0%;		
	}

	.pageContent {
		padding:0.01em 16px;
		border-radius: 4px;
		box-shadow: 0 0 5px 5px #2A2658;   /* blur the outside edges */
	}
	
	.contentPadding {
		padding: 2%;
		padding-right: 4%;
	}
	
	.headerIndent {
		text-align: left;
		margin-left:30%;
		margin-top: 5%;
	}
		
	p.indent {
		margin: 2%;
	}
	
	.doubleSpace li {
		margin: 2%;
	}
	
	.headerText {
		font-weight: bold;
	}
	
	.centerText {
		text-align: center!important;
	}
	
	.leftText {
		text-align: left;
	}
	
	.centerImg {				/* Used in Sermons for social media icons */
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 18%;
	}
		
	.disabled {
		cursor: not-allowed;
		opacity: 0.3;
	}
	
	.disabled:hover {
		box-shadow: none;
	}
	
	.shadowBorder {
		box-shadow: 0 2px 4px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
	}
	
	.bold {
		font-weight: bold;
	} .italic {
		font-style: italic;
	} .underline {
		text-decoration: underline;
	} .strikeThrough {
		text-decoration: line-through;
	} .past {
		color: #EDEDF5;			/* Gray */
	} .redBold {
		color: red;
		font-weight: bold;
	} .xSmall {
		font-size: smaller;
	}
	
	.importantText {
		font-size: 20px;
		font-weight: bold;
	}
	
	.smallTable th{					/* Used in loadContactInfo.js */
		text-align: right;
		vertical-align: top;
		padding: 2%;
		width: 45%;
	}
		
	.infoBox {
		text-align: left;
		margin-top: 20px;
		padding-bottom: 15px;
		width: 92%;
	} .infoBox h2 {
		border-bottom: 2px solid #EDEDF5;
		padding-bottom: 2px;
	}
	
	.infoList {
		list-style-type: none;
		margin-left: -40px;
	} .infoList li {
		min-height: 30px;
		padding: 5px 10px;
		margin-top: 20px;
		color: #EDEDF5;
		border-radius: 20px;
	} .infoList li:hover {
		border-radius: 20px;
		box-shadow: 0 0 5px 5px #7395DC;   		/* blur the outside edges */
	} .infoList li a {
		color: #EDEDF5;
		text-decoration: none;
	}
	
	.infoLink {
		color: #EDEDF5;
		margin-top: 20px;
		padding: 3px 10px;
		border-radius: 20px;
		text-decoration: none;
	} .infoLink:hover {
		border-radius: 20px;
		box-shadow: 0 0 5px 5px #7395DC;   /* blur the outside edges */
	} .infoLink a {
		color: #EDEDF5;
		text-decoration: none;		
	}
	
	.rAlign {
		float: right;
	}
	
	/* jQuery UI Library Tooltip */
	.ui-tooltip {
		background: #EDEDF5;
		color: #2A2658;
		border-radius: 20px;
		box-shadow: 0 0 5px 5px #7395DC;
		padding: 10px 20px;
	}


	footer {
		clear: both;
		margin-top: 20px;
		display: block;
	} footer span.footerLogo {
		float: right;
		margin: 5px 16px 5px 0;
		background: #EDEDF5;
		padding: 2px;
		border-radius: 10px;
	} footer object.footerLogo {
		height: 20px;
	} footer p.logoHeader {
		color: #434343;
		font-size: 10px;
		margin: 0 0 2px 0;
	} footer p.copyRight {
		margin: 16px 0;
		text-align: center;
	}

	
/* ======= End Styling used on all pages ======= */

/* ==================== Menu =================== */

	#menu {
		overflow: visible;
		width: 1000px;
		padding: 15px 0px;
		margin: 0px auto 30px auto;
		position: relative;
	} #menu ul {
		margin: 0;
		padding-right: 28px;
		list-style: none;
		line-height: normal;
		text-align: center;
	} #menu li {
		background: #7395DC;				/* Sky Blue */
		display: inline-block;
		margin-right: 13px;
		border-radius: 20px;
	} #menu li.pP {
		background: #2A2658;				/* Dark Blue */
	} #menu a {
		display: block;
		padding: 6px 15px;
		text-decoration: none;
		text-align: center;
		font-size: 16px;
		font-weight:400;
		color: #FFFFFF;
		border: none;
		border-radius: 20px;
	} #menu a:hover {
		font-weight: bolder;
		box-shadow:0 8px 16px 0 rgba(115,149,220,0.2),0 6px 20px 0 rgba(115,149,220,0.19);
	} #menu a.disabled:hover {
		font-weight: normal;
	} #menu .payPalButton input {
		position: absolute;
		top: 9px;
		right: 38px;
		height: 37px;
		margin: 6px 15px;
		border-radius: 20px;
	} #menu .payPalButton input:hover {
		font-weight: bolder;
		box-shadow:0 0 16px 10px rgba(247,247,1,0.2),0 0 20px 10px rgba(247,247,1,0.19);
	}

/* ================= End Menu ================== */


/* ================== Marquee ================== */
	.marquee {
		position: relative;
		overflow: hidden;
		height: 20px;
		margin: 0;
		padding: 0;
		padding-bottom: 1.5%
	} .marquee span {
		font-family: "Merriweather";
		color: #F7F701;
		font-size: larger;
		font-weight: bold;
		position: absolute;
		width: 100%;
		height: 100%;
		margin: 0;
		line-height: 40px;
		text-align: left;
		vertical-align: top;
		transform: translateX(100%);
		animation: scroll-left 25s linear infinite;
		animation-play-state: running;
/*	} .marquee span::before {
		content: url(../images/flower.png) " ";
		vertical-align: -0.4em;
	} .marquee span::after {
		content: " " url(../images/flower.png);
		vertical-align: -0.4em; */
	} .marquee span:hover {
		animation-play-state: paused;
	} .marquee span img {
		vertical-align: text-bottom;
	} @keyframes scroll-left {
		0% {
			transform: translateX(100%);
		}
		100% {
			transform: translateX(-100%);
		}
	}
/* ================ End Marquee ================ */

