@charset "UTF-8";
.body {
	background-color: #013768;
	/* background-image: linear-gradient(#06418c, #06418c, #06418c, #FFFFFF); */
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;

}
.bodySchedule {
    background-image: linear-gradient(#1ed9dc, #0a6fd8);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* Orange: #f97127 */
/* Dark Blue: #06418c */

h6 {
	position: fixed;
	font-size: 8px;
	bottom: 0;
}

.customcontainer {
	/* width: 100%; */
	/* height: 100%; */
	margin-right: 0 !important;
	padding: 0 !important; 
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.container {
	/* width: 100%; */
	/* height: 100%; */
	margin-right: 0 !important;
	padding: 0 !important;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#mainContent {
	margin-bottom: 0px;
}

#video iframe,
#chat iframe {
	height: 70vh;
	/* Make video and chat same height */
}

#streamButtons {
	padding: 80px 16px;
	filter: drop-shadow(0px 8px 10px #000000);
}

.row {
	padding-left: 5%;
	padding-right: 5%;
}

.banner {
	margin: 0;
	background-color: white;
	height: 100px;
	width: 100%;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
		0 0 0 1px rgba(0, 0, 0, 0.08);
}

a {
	font-size: 2vh;
	text-decoration: none !important;
	color: #f97127 !important;
}

#programLink:hover {
	font-size: 2vh;
	text-decoration: none !important;
	color: #4AC7F3 !important;
}

p {
	font-size: 2vh;
	text-decoration: none !important;
	color: #f97127 !important;
}

.card {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16),
			0 0 0 1px rgba(0, 0, 0, 0.08);
}

.diamond-container {
	margin: auto;
	text-align: center;
	width: 940px;
	/* background: #f97127; */
}

.diamond-shape {
	background: #f97127;
	height: 0px;
	text-align: center;
	transform: rotate(45deg);
	width: 60px;
	
}

.item-count {
	color: #333;
	display: table-cell;
	height: 60px;
	transform: rotate(-45deg);
	vertical-align: middle;
	width: 60px;
}

.partnerLogos {
	padding-bottom: 0px;
}

/* .footer {
	background-color: white;
	height: 170px;
	margin-top: 0px;
	margin-bottom: 0;
    position: fixed; 
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
} */

.footer {
	background-color: white;
	height: 210px;
	color: white;
	text-align: center;
	bottom: 0;
	left: 0;
	/* margin-top: 20px; */
	padding: 20px 0 !important;
}

.QandAText {
	text-align: center;
	font-size: 20px;
	color: #f97127 !important;
	font-weight: 400;
	padding-right: 10px;
	padding-top: 0px;
}

.slidoQr {
	float: right;
	padding-right: 0px !important;
	/* padding-bottom: 10px; */
	height: 110px;
	width: 110px;
	font-weight: bold;
}

.hashtagWestmead {
	float: center;
	padding-top: 0px;
	padding-right: 15px !important;
	text-align: center;
	font-size: 30px;
	color: #f97127 !important;
	font-weight: 700;
}

.btn-outline-primary {
	color: #139CD8 !important;
	border-color: #139CD8 !important;
	background-color: white !important;
	
}

.btn-outline-primary:hover {
	color: white !important;
	background-color: #139CD8 !important;
}

/*Landing Page Buttons*/
.button {
background-color: #f97127;
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 18px;
margin: 4px 2px;
cursor: pointer;
border-radius: 16px;
width: 350px;
height: 170px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
}

.button:hover {
background-color: #e65c10;
box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
transform: translateY(-2px);
}

.button span {
font-size: 28px;
font-weight: bold;
}

.button span:after {
	/* CSS Entities */
	content: '\2192';
	position: absolute;
	opacity: 0;
	top: 0;
	right: -20px;
	transition: 0.5s;
	cursor: pointer;
}

.button:hover span {
	padding-right: 25px;
	cursor: pointer;
}

.button:hover span:after {
	opacity: 1;
	right: 5;
	cursor: pointer;
}

ul.no-bullets {
	list-style-type: none;
	/* Remove bullets */
	padding: 0;
	/* Remove padding */
	margin: 0;
	/* Remove margins */
}

.topnav {
	background-color: #ffffff;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 !important;
}

.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 0px 16px;
	text-decoration: none;
	font-size: 17px;
	margin-right: 0;
}

.topnav a:hover {
	/* background-color: #ddd; */
	color: black;
}

.topnav a.active {
	background-color: #04AA6D;
	/* color: white; */
}

#backButton {
	background-color: #f97127;
	height: 100px;
	width: 50px;
	float: left;
}

.col-md-6 {
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 100px; */
	margin-bottom: 90px;
}

#table {
	padding: 20px;
}

/* MOBILE DEVICES */
@media (max-width: 500px) {
	.footer {
		height: 50px;
	}
	.button {
		margin: 20px 20px;
	}
	.QandAText {
		font-size: 0px;
	}
	.slidoQr {
		height: 0px;
		width: 0px;
	}
	.partnerLogos {
		padding-bottom: 50px;
	}
	.hashtagWestmead {
		font-size: 12px;
	}
	.col-5 {
		width: 120% !important;
		margin: 50px -60px !important;
		height: 500px;
	}
	.col-7 {
		width: 100% !important;
	}
}

@media (min-width: 501px) {
	/* Change Footer height for laptop screen size */
	/* .footer {
		height: 100px;
		padding-bottom: 60px;
	} */
}

@media (max-height: 800px) {
	.footer {
		height: 210px;
	}
	.slidoQr {
		height: 100px;
		width: 100px;
	}
	.QandAText {
		padding-left: 20px;
	}
	#streamButtons {
		padding: 40px 16px;
	}
}

@media (max-height: 600px) {
	/* .footer {
		height: 50px;
	} */

	.QandAText {
		font-size: 0px;
	}

	.slidoQr {
		height: 0px;
		width: 0px;
	}

	.partnerLogos {
		padding-bottom: 50px;
	}

	.hashtagWestmead {
		font-size: 12px;
	}

	#streamButtons {
		padding: 14px 16px;
	}
}

/* @media (min-width: 1000px) {
	.footer {
		/* background-color: aqua; */
		/* height: 140px; */
	/* } */
/* } */

/* @media (min-width: 1500px) {
	#mainContent {
			margin-bottom: 100px;
		}
} */

@media (min-width: 1502px) {
	.footer {
		/* background-color: bisque; */
		height: 260px;
	}
	#mainContent {
		margin-bottom: 90px;
	}
	/* .col-md-6 {
		margin-bottom: 50px;
	} */
}

/* For mobile phones: */  
@media (max-width: 768px) {

	/* [class*="col-"] {
			width: 100%;
		} */
	.col {
		width: 100%;
	}
}


@media only screen and (min-width: 768px) {

	/* For desktop: */
	.col-1 {
		width: 8.33%;
	}

	.col-2 {
		width: 16.66%;
	}

	.col-3 {
		width: 25%;
	}

	.col-4 {
		width: 33.33%;
	}

	.col-5 {
		width: 41.66%;
	}

	.col-6 {
		width: 50%;
	}

	.col-7 {
		width: 58.33%;
	}

	.col-8 {
		width: 66.66%;
	}

	.col-9 {
		width: 75%;
	}

	.col-10 {
		width: 83.33%;
	}

	.col-11 {
		width: 91.66%;
	}

	.col-12 {
		width: 100%;
	}
}

/* @media only screen and (max-width: 500px) {
	.col-5 {
		margin: 50px -50px;
		height: 500px;
		}
} */

/*
@media (min-aspect-ratio: 16/9) {
	.background-video {
		width: 100%;
		height: auto;
	}
}

@media (max-aspect-ratio: 16/9) {
	.background-video {
		width: auto;
		height: 100%;
	}
}*/
