@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	height: 100%;
	font-size: 18px;
	}

.ul {
	list-style: none;
}

/* Header */

.nav {
	height: 150px;
	width: 100%;
	background-color: #050505;
}

.logo {
	padding-left: 20px;
	padding-top: 20px;
}

.container {
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.menu {
	color: white;
	font-size: 20px;
	padding-right: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.menu li {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	list-style: none;
	font-weight: 300;
	padding-right: 50px;
	padding-top: 15px;
	display: flex;
}

.menu li a {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-style: normal;
	text-decoration: none;
	color: white;
	font-size: 40px;
	display: flex;
}

.dropdown {
	position: relative;
	font-size: 40px;
}

.dropdown span {
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.dropdown > a > span {
	z-index: 2;
	position: relative;
	cursor: pointer;
}

.dropdown:hover .features-menu {
	display: flex;
	flex-direction: column;
	background: #050505;
	border-radius: 5px;
	padding-top: 120px;
	position: absolute;
	top: -25px;
	left: -30px;
	z-index: 1;
}

.features-menu {
	display: none;
	
}

.features-menu li {
	list-style: none;
	border-bottom: 1px solid #FFF;
	padding: 0 40px 10px 20px;
	margin: 10px;
}

.features-menu li:last-of-type {
	border-bottom: none;
}

/* Footer */
.footer {
	width: 100%;
}

.container-footer {
	background-color: black;
	height: 200px;
}

.address {
	color: white;
	text-align: center;
	padding-top: 10px;
}

.facebook-link {
	text-align: center;
	padding-top: 5px;
}

/* Home Page */

.home-content {
	background-color: #DCDCDC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
	width: 100%;
}

.home-content p {
	font-size: 25px;
}

/* Multiple Pages */

.all-background {
	background-image: url("Images/SanctuaryPicture.png");
	background-size: contain;
	padding-left: 150px;
	padding-right: 150px;
}

.all-content {
	background-color: #DCDCDC;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.all-content p {
	font-size: 20px;
}

.subtitle {
	font-size: 30px
}

.picture {
	display: block;
	text-align: center;
}

.title {
	text-align: center;
	font-size: 50px;
	padding-bottom: 20px;
}

/* Sermon Pages */

.sermons-titles {
	font-size: 30px;
}

.sermons-links {
	text-decoration: none;
	list-style: none;
}

.sermons-series-body-text {
	font-size: 20px;
}

.sermons-holiday {
	text-align: center;
}

.sermons-holiday strong {
	font-size: 30px;
}

.sermons-archives-heading {
	text-align: center;
	font-size: 40px;
}

.sermons-series-body-text {
	font-size: 20px;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

.sermons-body-text {
	font-size: 20px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.sermon-1 {
	text-align: left;
}

.sermon-2 {
	text-align: right;
}



/* Calendar Page */
.calendar {
	width: 100%;
	height: 800px;
}

/* Missions Page */
.missions-links {
	text-decoration: none;
	list-style: none;
}


@media (max-width : 768px ){
	.all-background {
		padding-left: 50px;
		padding-right: 50px;
	}
	
	.all-content {
		padding-left: 30px;
		padding-right: 30px;
	}
}
