body, html {
  height: 100%;
}

body {
	background-color: #FFFFFF;
	font-family: "myriad-pro", sans-serif;

}

table, th, td {
	border: 1px solid black;
}

th, td {
	padding: 5px;
}

a {
	font-weight: bold !important;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 2;
}

.subhead {
	text-align: center;
}

.marg {
	height: 75px;
}

.lead {
	font-weight: bold;
}

.jumbotron {
	color: #FFFFFF;
	text-shadow: 0px 0px 10px #000000;
}

.btn {
	text-shadow: none;
}

.btn:hover {
	text-shadow: none;
}

.jumbotophome {
	background: url('/images/christchurch2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(100% - 75px);
	display: flex;
	align-items: center;
}

.jumbotop {
	background: url('/images/christchurch2-small.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: calc(50% - 50px);
	display: flex;
	align-items: center;
}

.jumbomiddle {
	background: url('/images/christchurch2-small.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 25%;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
}

.jumbobottom {
	background: url('/images/christchurchlastsupper-small.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 25%;
	margin: 0px 0px 0px 0px;
	display: flex;
	align-items: center;
}

.boxheader {
	text-align: center;
}

.display-3, .display-4, .display-5, .display-6 {
	font-weight: bold;
}

.my-4 {
	background-color: #FFFFFF;
}

#eventimg {
	float: right;
	padding-left: 4px;
}

#servicebox {
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #7F7F7F;
}

.eventfoot {
	clear: both;
}

.circle {
	text-align: center;
	font-size: 13px;
	padding: 20px;
}

.calendar {
	padding: 0px 25px 25px 25px;
}

.mainstyle {
	background-color: #FFFFFF;
	margin: 50px 0px 50px 0px;
	padding: 0px 50px 0px 50px;
}

.caw {
	background-color: #EA1017;
	color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 20px 50px 20px 50px;
	text-align: center;
}

.welcome {
	background-color: #D1EEEE;
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 50px 50px;
}

.map {
	background-color: #F5F5F5;
	margin: 0px 0px 0px 0px;
	padding: 50px 50px 50px 50px;
}

.imagefit img {
	max-width: 100%;
}

.imagefitevent img {
	max-width: 100%;
}

.imagefit {
	padding-bottom: 10px;
}

.caption {
	font-size: 12px;
}

.footer {
	font-size: 12px;
	text-align: center;
	padding: 15px 0px 15px 0px;
	background-color: #333333;
	color: #DDDDDD;
}

.footer a {
	color: #DDDDDD;
}

.footer a:hover {
	color: #AAAAAA;
}

.socialicons {
	font-size: 20px;
}

.google-maps {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.google-maps iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
}

@media (max-width: 768px) {
	.google-maps {
		padding-bottom: 75%;
	}
	.minister img {
		padding-bottom: 10px;
	}
	.display-3 {
		font-size: 40px;
	}

	.display-4 {
		font-size: 30px;
	}

	.display-5 {
		font-size: 20px;
	}

	.display-6 {
		font-size: 20px;
	}
}

@media (min-width: 769px) {
	.google-maps {
		padding-bottom: 20%;
	}
	.display-3 {
		font-size: 54px;
	}

	.display-4 {
		font-size: 40px;
	}

	.display-5 {
		font-size: 30px;
	}

	.display-6 {
		font-size: 20px;
	}
}

.nav-item {
	padding-left: 8px;
}

ol li:not(:last-child) {
    margin-bottom: 25px;
}