

@font-face {
	font-family: 'Open Sans Regular';
	src: url(/fonts/Open_Sans/OpenSans-Regular.ttf);
}

@font-face {
	font-family: 'Open Sans Light';
	src: url(/fonts/Open_Sans/OpenSans-Light.ttf);
}

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Open Sans Light', sans-serif;
	/*background-color: #fafafa;*/
}

/* index page */

.org-info {
	/*background-color: #fafafa;*/
	/*width: 100%;*/
	padding: 20px;

}

.org-website {
  text-align: center;
  font-size: 1.4em;

	display: flex;
	flex-direction: row;
	justify-content: center;
}

.org-website > a {
  text-decoration: none;
  color: rgb(239, 63, 90);
	padding-right: 5px;
	transform: scale(1);
	transition-duration: 0.3s;
}

.org-website > a:hover {
	transform: scale(1.05);
	transition-duration: 0.3s;
}

.big-title-container {
	display: flex;
	flex-direction: row;
	align-items: baseline;
	justify-content: center;
  flex-wrap: wrap;

	color: #555555;
	border-bottom: 1px dotted rgb(239, 63, 90);
}

.big-title {
	font-size: 60px;
	color: rgb(239, 63, 90);

	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-left: 15px;
	margin-right: 15px;

}

.subtitle {
	display: flex;
	flex-direction: column;
	justify-content: center;

	color: #555555;
	text-justify: auto;
	text-align: center;
	font-size: 1.3em;

	line-height: 2em;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	max-width: 900px;
	padding: 20px;

}

.content-section {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.content-link-block {
	display: flex;
	flex-direction: row;
	align-items: center;

	padding-bottom: 25px;
	color: #555555;
	text-decoration: none;
}

.content-link-block > span {
	font-size: 1.5em;
	padding-left: 5px;
	padding-right: 30px;
}

.org-info-divider {
	background-image:    url(/images/lc_cloud_lock.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;

	min-height: 100px;
  opacity: 0.5;

}

.offerings {
	background-color: white;
	width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;

	display: flex;
	flex-direction: row;
	justify-content: center;


}

.card {
  /**
   * Lay out the children of this container with
   * flexbox, which is horizontal by default.
   */
  display: flex;

  /**
   * Rotate the main axis so that the children
   * are laid out vertically.
   */
  flex-direction: column;
  align-items: center;

  border: 1px solid #CAD0D2;
  border-radius: 4px;
  overflow: hidden;

  margin: 15px;
  min-width: 300px;
}

 .card-title {
	text-align: center;
	color: rgb(239, 63, 90);
	font-size: 1.4em;
	font-weight: 700;
	padding: 5px 15px;
	border-bottom: 1px solid #D7DBDD;
	margin-bottom: 5px;
	width: 100%;
  }

 .card-content {
	margin: 10px;
	padding: 10px;
 }

 .offerings-bottom-divider {
	background-image:    url(/images/lc-password-forceps.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;

	min-height: 175px;
	opacity: 0.5;
 }

 .recent-content {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 flex-wrap: wrap;

	padding-bottom: 60px;

 }

 .contact {
	/*background-color: #fafafa;*/
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;

    flex-direction: column;
    align-items: center;

 }

 .contact-title {
	font-size: 1.5em;
	color: rgb(239, 63, 90);
	text-align: center;
 }

 .contact-content {
	 font-size: 1.1em;
	 color: #555555;
   margin: 20px;
	 text-align: center;
 }

 .contact-info {
	max-width: 900px;
	margin: auto;
	text-justify: auto;
	text-align: center;
  padding: 25px;
	border: 1px dotted rgb(239, 63, 90);
  margin-top: 25px;
  margin-bottom: 25px;
 }

 .contact-info-title {
	font-size: 1.2em;
	color: rgb(239, 63, 90);
 }

 .contact-bottom-divider {
	background-image:    url(/images/lc-abstract-red.jpg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;

	min-height: 50px;
	opacity: 0.5;
 }

 .fees {
	background-color: white;
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;

  flex-direction: column;
  align-items: center;
	color: #555555;
 }

 .fees-title {
	 font-size: 1.5em;
	 color: rgb(239, 63, 90);
	 text-align: center;
 }

 .fees-subtitle {
	 font-size: 1.1em;
   margin: 20px;
	 text-align: center;
 }

 .fees-content {
	font-size: 1.1em;
  margin: 20px;

	max-width: 900px;
	margin: auto;
	text-justify: auto;
	text-align: center;

 }

 .fees-bottom-divider {
	background-image:    url(/images/lc-mobile-pc-key.jpeg);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;

	min-height: 250px;
	opacity: 0.75;
 }


 .donations {
	/*background-color: #fafafa;*/
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;

  flex-direction: column;
  align-items: center;
	color: #555555;
 }

 .donations-title {
	 font-size: 1.5em;
	 color: rgb(239, 63, 90);
	 text-align: center;
 }

 .donations-subtitle {
	 font-size: 1.2em;
	 text-align: center;
	 margin-top: 15px;
 }

 .donations-content {
	font-size: 1.1em;

	max-width: 900px;
  margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-justify: auto;
	text-align: center;
 }

.donations-content > a {
	color: rgb(239, 63, 90);
}


/* volunteers landing page - begin */
.volunteers {
	width: 100%;
	padding-bottom: 60px;

  flex-direction: column;
  align-items: center;
	color: #555555;
}

 .volunteers-title {
	 font-size: 1.5em;
	 color: rgb(239, 63, 90);
	 text-align: center;
 }

 .volunteers-content {
	font-size: 1.1em;

	max-width: 900px;
  margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	text-justify: auto;
	text-align: center;
 }

.volunteers-content > a {
	color: rgb(239, 63, 90);
}

/* volunteers landing page - end */
 footer {

	background-color: rgb(239, 63, 90);

	margin-top: 15px;
	height: 5px;
 }

/* sub pages */
.org-website-sublink-image {
	height: 30px;
	width: auto;
	padding: 5px;
}

/* news page */
.news-items {
	margin: 25px;
}

.news-item {
	display: flex;
	flex-direction: row;

	text-decoration: none;
	max-width: 800px;
	margin: auto;
	margin-bottom: 15px;
}

.news-item-image-container {
}

.news-item-image {
	width: 200px;
	height: auto;
}

.news-item-text {
	display: flex;
	flex-direction: column;
	padding-left: 15px;
}

.news-item-title {
	font-weight: bold;
	font-size: 1.2em;
	color: #555555;
	margin-bottom: 5px;
}

.news-item-description {
	color: #555555;
}

/* news page - begin */
.communicate-list {
	display: flex;
	flex-direction: column;
	align-items: center;

	margin-bottom: 50px;
}

.communicate-link {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 20px;
	text-decoration: none;
}

.communicate-link > img {
	height: 200px;
	width: auto;
}

.communicate-link > span {
	font-size: 1.4em;
	/*padding-top: 10px;*/
	padding-left: 20px;
	color: #555555;
}

/* news page - end */

/* our content page styles - begin */

.content-cards {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

	padding: 25px;
	justify-content: center;
}

.content-card {
	display: flex;
	flex-direction: column;

	height: 300px;
	width: 400px;
	margin: 3px;

	border: 1px solid lightgrey;

	text-decoration: none;
}

.content-card-material {
	height: 225px;
	width: 400px;

	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */

	overflow: hidden;
}

.content-card-material > img {
	height: auto;
	width: auto;
	max-width: 400px;
	/*max-height: 200px;*/

	object-fit: cover;
}

.content-card-info {
	display: flex;
	flex-direction: row;

	height: 75px;
}

.content-card-type-image {
	height: 60px;
	width: auto;
	padding: 4px;
	opacity: 0.5;
}

.content-card-description {
	padding: 5px;
	overflow: hidden;
	color: #555555;
}

.content-more {
	display: flex;
	justify-content: center;

	font-size: 1.4em;

	margin-top: 25px;
	margin-bottom: 25px;
}

/* our content page styles - end */


/* task and todos page - begin */
.task-items {
	margin-top: 60px;
	width: 900px;
	margin: auto;

	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
}

.task-item {
	display: flex;
	flex-direction: column;

	margin: auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted grey;
}

.task-item-title-container {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.task-item-title {
	padding-left: 15px;
	font-size: 1.4em;
	font-weight: bold;
}

.task-item-img {
	max-width: 100px;
	height: auto;
}

.task-item-content {
	font-size: 1.2em;
}
/* task and todos page - end */
