

/********************** DEFAULT STYLES **********************/

* { margin:0; padding:0; }

.carousel-control-prev-icon {
	background-image: url('../images/arrowLeft.svg') !important;
}

.carousel-control-next-icon {
	background-image: url('../images/arrowRight.svg') !important;
}

.HHOFtable { 
	width: 100%; 
	border-collapse: collapse; 
	margin: 50px auto;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

td, th {
vertical-align:top;
}

.subheading {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
	color: #0468B0;
}

.tagline {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
			width: 60%;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.5em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			padding: 1px 0 1px 20px;
			margin: 24px 0 20px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
		}

			#mainHeading02 {
				font-size: 1.5em !important;
			}

		.container-01 h2 {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2em;
			line-height: 0.85em;
			text-transform: uppercase;
			letter-spacing: 1px;
			margin: 12px 0 20px 0px;
			width: auto;
		}

		.presentedBy {
			width: auto;
			height: auto;
			display: inline-block;
			float: right;
			margin: 0px auto auto auto;
		}

			.presentedBy p {
				text-align: center;
				font-family: 'Lato', sans-serif;
				font-weight: 400;
				text-transform: uppercase;
				font-size: 0.6em;
				margin: auto auto 10px auto;
			}

			.presentedBy img {
				width: 120px;
				height: auto;
				margin: auto;
			}

				.textcontent {
					width: 100%;
					height: auto;
					padding: 12px 0px;
					margin-bottom: 12px;
				}

					.textcontent h2 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1.5em;
						line-height: 0.9em;
						margin: 0px 0 12px 0;
						border-left: 10px solid #0468B0;
						padding-left: 12px;
					}

					.textcontent h3 {
						font-family: 'Poppins', sans-serif;
						font-weight: 900;
						font-size: 1em;
						line-height: 0.9em;
						margin: 12px 0 12px 0;
					}

					.textcontent p {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.5em;
						margin: auto auto 10px auto;
					}

					.textcontent ul {
						margin: 0;
					}

					.textcontent li {
						font-family: 'Lato', sans-serif;
						font-weight: 500;
						font-size: 0.85em;
						line-height: 1.125em;
						margin: auto auto 10px 18px;
					}

					.textcontent a {
						color: #0468B0;
					}

					.textcontent img {
						width: 100%;
						height: auto;
						margin: 0 0 12px 0;
					}


	.buttonArea {
			width: 100%;
			height: auto;
			padding: 10px;
			background-color: #e6e7e8;
			margin: 0 0 25px 0px;
		}

			.buttonArea button {
				text-align: center;
				background-color: #0468B0;
				font-family: 'Lato', sans-serif;
				font-weight: 500;
				color: #fff;
				text-transform: uppercase;

				width: 100%;
				height: auto;
				padding: 10px;

				font-size: 1.125em;
				line-height: 0.9em;
				border: 0px;
				
  				transition-duration: 0.1s;
  				cursor: pointer;
			}
	
			.buttonArea button:hover {
				background-color: lightgrey;
				color: #0468B0;
			}

				.leftButton {
					margin-bottom: 10px;
					float: none;
				}

				.rightButton {
					float: none;
				}
		#mobilebuttons {
			display: inherit;
		}

		#tabletbuttons {
			display: none;
		}

	.mobilecontent {
		display: inherit;
	}

	.followsubhead {
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 3em;
	}

	.mobilecontent img {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}

	.tagline {
		font-size: 1.25em;
		color: #0468B0;
		margin-bottom: 48px;
		font-weight: 900;
		line-height: 1em;
	}

	.socialmedia {
		display: block;
		width: 200px;
		height: auto;
		margin: auto auto 36px auto;
	}

		.socialmedia img {
			display: block;
			float: left;
			width: 20%;
			height: auto;
			margin: 2.5%;
		}

	.twitterFeed {
		width: 100%;
		overflow-y: scroll;
		float: none;
		padding: 8px;
		border: 1px solid lightgrey;
	}

		#desktoptwitterfeed {
			display: none;
		}

		#mobiletwitterfeed {
			height: 300px;
			margin-top: 24px;
			margin-bottom: 48px;
		}

	.subheading {
		text-align: left;
	}

	.tabletcontent {
		display: none;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.mainHeading {
		font-size: 3em;
	}

		#mainHeading02 {
			font-size: 2em !important;
		}

	.breadcrumbNav {
		width: 50%;
	}

	.presentedBy {
		margin: 0 0 12px 0;
	}

	.presentedBy img {
		width: 150px;
		height: auto;
		margin: auto;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {

}

/************************************************************/

@media screen and (min-width: 414px)  {

	.container-01 {
		padding: 25px 15px;
	}

		.breadcrumbNav {
			width: 50%;
		}

		.presentedBy {
			margin: 0px auto auto auto;
		}

		.mainHeading {
			width: 100%;
			margin-bottom: 12px;
		}

			#mainHeading02 {
				font-size: 2.25em !important;
			}

		.textcontent p {
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 10px auto;
		}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 15px;
	}

		.breadcrumbNav {
			width: 100%;
			margin: auto 10px auto auto;
		}

		.mainHeading {
			width: 65%;
			margin: 24px 0 18px 0px;
		}

		.presentedBy {
			margin: 48px 0px 12px auto;
		}

			.presentedBy img {
				width: 150px;
				height: auto;
				margin: auto;
			}

	.buttonArea {
		width: 100%;
		height: auto;
		padding: 10px;
		margin: 0 0 25px 0px;
	}

		.buttonArea button {
			width: 49%;
			height: auto;
			padding: 10px;

			font-size: 1.125em;
			line-height: 0.9em;
			border: 0px;
		}

			.leftButton {
				margin-bottom: 0px;
				float: left;
			}

			.rightButton {
				float: right;
			}

		#mobilebuttons {
			display: none;
		}

		#tabletbuttons {
			display: inherit;
		}

	.mobilecontent {
		display: none;
	}

	.tabletcontent {
		display: inherit;
	}

		.leftcolumn {
			display: inherit;
			float: left;
			width: 50%;
			height: auto;
			padding: 0 12px 0 0;
			margin-bottom: 36px;
		}

			.mainimage {
				width: 100%;
				height: auto;
				margin-bottom: 12px;
			}

			.tagline {
				margin-bottom: 36px;
			}

			.followsubhead {
				font-size: 2em;
			}

		.rightcolumn {
			float: right;
			width: 50%;
			height: auto;
			padding: 0 0 0 12px;
			margin-bottom: 36px;
		}

			#desktoptwitterfeed {
				display: inherit;
				height: 360px;
				margin-top: 24px;
				margin-bottom: 48px;
			}

			.booknow01 {
				display: inherit;
			}

			.booknow02 {
				display: none;
			}

}

/************************************************************/

@media screen and (min-width: 667px) {

	.presentedBy {
			margin: 36px 10px auto auto;
		}

		.mainHeading {
			font-size: 2.75em;
			width: 60%;
			margin: 24px 0 24px 0px;
		}

}

/************************************************************/

@media screen and (min-width: 736px)  {

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/05_theCollection/gallery_placeholder.jpg');
			background-size: auto 100%;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			margin-top: 24px;
			margin-bottom: 24px;
			font-size: 3em;
			width: 50%;
		}

			#mainHeading02 {
				font-size: 3em !important;
			}

			#firstHeading {
				margin-top: -100px !important;
				margin-bottom: 24px !important;
			}

		.presentedBy {
			margin-right: 0px;
			margin-top: 30px;
			margin-bottom: 15px;
		}

			.presentedBy img {
				width: 200px;
			}

			.textcontent {
				width: 100%;
				height: auto;
				padding: 12px 0px;
			}

				.textcontent h3 {
					font-size: 1.25em;
					line-height: 0.9em;
					margin: 0px 0 12px 0;
				}

				.textcontent p {
					font-size: 1em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

	.buttonArea {
		width: 100%;
		height: auto;
		padding:15px;
		background-color: #e6e7e8;
		margin: 0 0 25px 0px;
	}

		.buttonArea button {
			width: 48.5%;
			height: auto;
			padding: 10px;

			font-size: 1.125em;
			line-height: 0.9em;
			border: 0px;
		}

			.leftButton {
				margin-bottom: 0px;
				float: left;
			}

			.rightButton {
				float: right;
			}

	#desktoptwitterfeed {
		display: inherit;
		height: 380px;
		margin-top: 24px;
		margin-bottom: 48px;
	}

}

/************************************************************/

@media only screen 
    and (device-width : 812px) 
    and (device-height : 375px) 
    and (-webkit-device-pixel-ratio : 3) {

    .container-01 {
		padding: 65px;
	}

		.bannerImage {
			display: inline-block;
			background-size: 105% auto;
			background-position: 50% 50%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		.presentedBy {
			margin-right: 0px;
			margin-top: 30px;
		}

}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

	.mainHeading {
		margin: 24px 0px 18px 0;
		width: 40%;
	}

		#firstHeading {
			margin-top: 12px !important;
			margin-bottom: 24px !important;
		}

			.textcontent {
				width: 100%;
				height: auto;
			}

				.textcontent p {
					font-family: 'Lato', sans-serif;
					font-weight: 500;
					font-size: 1em;
					line-height: 1.5em;
					margin: auto auto 10px auto;
				}

				.textcontent img {
					width: 100%;
					height: auto;
					margin: 0 0 12px 0;
				}

	.leftcolumn {
		padding-right: 24px;
		width: 60%;
	}

	.rightcolumn {
		padding-left: 24px;
		width: 40%;
	}

		#desktoptwitterfeed {
			height: 550px;
		}

	#talesleft {
		width: 40%;
		padding-right: 12px;
		margin-top: 6px;
	}

	#talesright {
		width: 60%;
		padding-left: 12px;
		margin-top: 6px;
	}

	.booknow01 {
		display: none;
	}

	.booknow02 {
		display: inherit;
	}

	#followusB {
		position: absolute;
		top: 880px;
	}

	#cuptalesB {
		position: absolute;
		top: 1000px;
	}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 40px 40px; 
	}

	#followusB {
		top: 890px;
	}

	#cuptalesB {
		top: 1050px;
	}

}

/************************************************************/

@media screen and (min-width: 1266px)  {

	.mainHeading {
		width: 350px;
	}

	#desktoptwitterfeed {
		height: 630px;
	}

	#followusB {
		top: 990px;
	}

	#cuptalesB {
		top: 1200px;
	}

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 30px 0 30px 0;
			width: 450px;
		}

			#mainHeading02 {
				font-size: 4em !important;
			}

			#firstHeading {
				margin-top: 20px !important;
				margin-bottom: 24px !important;
			}

	.presentedBy {
		margin-top: 50px;
	}

		.presentedBy img {
			width: 250px;
		}

		.imageCaption {
			font-size: 0.75em;
			margin: 5px auto 15px auto;
		}

	#desktoptwitterfeed {
		height: 650px;
	}

	#followusB {
		top: 1000px;
	}

	#cuptalesB {
		top: 1250px;
	}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














