@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Poppins', sans-serif;
}
.card-header {
	font-weight: normal;
	color: #4880b8;
}
.navbar-brand span {
	color: #4880b8;
	font-weight: normal;
	font-family: 'Poppins', 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;
}

#section-home {
    /* padding-top: 13%; */
    padding-top: 30%;
    font-size: 16px;
	background: url(https://api.hcac.org.au/api/v1/component/file/229) 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-top: 15px;
	padding-bottom: 5px; */
	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: 20px;
		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-ministries .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-latest-news .heading-container {
	background-image: url(https://api.hcac.org.au/api/v1/component/file/207)
}

#section-our-belief .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-contact-us 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;
	}
}