body {
	font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "微软雅黑", STXihei, "华文细黑", sans-serif;
}

.heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/1324);
	margin-bottom: 30px;
}
.page-heading {
	color: #fff;
	text-shadow: 1px 1px 2px #222;
}
nav.navbar {
    background-color: #fff;
    border-color: #f2f2f2;
}
.navbar-brand span {
	color: #4880b8;
}

#section-home {
    padding-top: 30%;
    font-size: 16px;
	background: url(https://api.hcac.org.au/api/v1/component/file/212) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
    transition: all 1s ease-in;
	height: 100%;
	min-height: 100vh;
    margin-bottom: -42px;
}
#section-home .heading-container {
    display: none;
}
#section-home .main-container {
    max-width: 100%;
    background: rgba(41,116,193,.9);
    color: #fff;
	padding-bottom: 20px;
}
#section-home .home-options {
    padding: 0 10px;
    color: #000
}
#section-home a {
    color: #fff;
    text-decoration: underline;
}
#section-home .home-options a {
    text-align: center;
    font-size: 26px;
    display: block;
    color: #fff;
    margin: 20px 0;
    border-radius: 30px;
    opacity: .9;
    transition: all .2s ease-in-out;
	text-decoration: none;
}
#section-home .home-options a span {
    width: 100%;
    text-align: center;
    display: block
}
#section-home .home-options a:hover {
    transform: scale(1.15)
}
#section-home .home-options a:focus,
#section-home .home-options a:hover,
#section-home .home-options a:active,
#section-home .home-options a:visited {
    text-decoration: none!important
}
#section-home .home-options img {
    padding: 10px 40px;
    max-width: 140px;
}

@media(max-width:991px) {
	#section-home .home-options img {
		padding: 10px;
		max-width: 60px;
	}
}
@media(max-width:767px) {
	#section-home {
		padding-top: 55px!important;
	}
	#section-home .main-container {
		padding-top: 60px;
		padding-bottom: 50px;
		min-height: 100vh;
	}
	#section-home .home-options {
		background: initial!important
	}
	#section-home .home-options a {
		font-size: 25px;
		padding-bottom: 20px;
	}
	#section-home .home-options img {
		padding: 0 0 0 25px;
		max-width: 75px;
	}
	#section-home .home-options a:first-child {
		margin-top: 10px
	}
	#section-home .home-options a:last-child {
		margin-bottom: 10px
	}
	#section-home .home-options a span {
		display: inline-block;
		min-width: 100px;
		width: auto;
	}
}

#section-children-ministry .heading-container,
#section-teenage-ministry .heading-container,
#section-mission-team .heading-container,
#section-bunny-group .heading-container,
#section-calendar .heading-container,
#section-sunday-school .heading-container,
#section-cell-group .heading-container,
#section-elders-bible-study .heading-container,
#section-sisters-bible-study .heading-container,
#section-seniors-bible-study .heading-container,
#section-evangelism .heading-container,
#section-ministry .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/205)
}
#section-our-team .heading-container,
#section-recruitment .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/206)
}

#section-special-events .heading-container,
#section-bulletins .heading-container,
#section-timetable .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/207)
}

#section-resources .heading-container,
#section-mission-spot .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/208)
}

#section-sermons .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/209)
}

#section-pastoral-sharing .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/210)
}

#section-contact-us .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/211);
	background-position: 50% 60%
}

#section-our-team table img {
    border-radius: 5px;
}
@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	.section-main:not(#section-timetable) table,
	.section-main:not(#section-timetable) thead,
	.section-main:not(#section-timetable) tbody,
	.section-main:not(#section-timetable) th,
	.section-main:not(#section-timetable) td,
	.section-main:not(#section-timetable) tr { 
		display: block; 
	}
	.section-main:not(#section-timetable) thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.section-main:not(#section-timetable) td { 
		position: relative;
	}
	.section-main:not(#section-timetable) td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	}
}
