

/********************** 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;
}

.decadenav a {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: #0468B0;
	transition: 0.2s;
}

	.decadenav a:hover {
		color: #C0932E;
	}

	.decadenav a:active {
		color: #C0932E;
	}

.yearsection h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 900;
}

.yearsection h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: grey;
}

.yearsection a {
	font-family: 'Lato', sans-serif;
	font-weight: 500;
	color: #0468B0;
	transition: 0.2s;
}

.yearsection p {
	color: grey;
}

	.yearsection a:hover {
		color: #C0932E;
	}

	.yearsection a:active {
		color: #C0932E;
	}

/************************************************************/

@media screen and (min-width: 320px)  {

	.container-01 {
		width: 100%;
		height: auto;
		background-color: #fff;
		padding: 15px 10px;
	}

		.breadcrumbNav {
			display: inline-block;
			width: 50%;
			height: auto;
			font-family: 'Lato', sans-serif;
			font-weight: 400;
			text-transform: uppercase;
			font-size: 0.7em;
			margin: auto;
		}

		.bannerImage {
			display: none;
		}

		.mainHeading {
			display: inline-block;
			font-family: 'Poppins', sans-serif;
			font-weight: 900;
			font-size: 2.75em;
			text-transform: uppercase;
			letter-spacing: 1px;
			line-height: 0.8em;
			padding: 1px 0 1px 20px;
			margin: 24px 0 12px 0px;
			border-left: 10px solid #0468B0;
			width: auto;
			float: left;
		}

		.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: 100px;
				height: auto;
				margin: auto;
			}

	.textcontent h2 {
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 24px 0 12px 0;
	}

	.textcontent h3 {
		font-family: 'Poppins', sans-serif;
		font-weight: 900;
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 12px 0 12px 0;
	}

	.textcontent p {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 12px auto;
	}

	.textcontent ul {
		margin: auto auto 12px auto;
	}

	.textcontent li {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 0px 18px;
		padding-left: 6px;
	}

	.textcontent a {
		color: #0468B0;
	}

	.textcontent p {
		font-family: 'Lato', sans-serif;
		font-weight: 500;
		font-size: 0.8em;
		line-height: 1.5em;
		margin: auto auto 12px auto;
	}

	.leftsection {
		width: 100%;
		height: auto;
		float: none;
	}

	.rightsection {
		width: 100%;
		height: auto;
		float: none;
	}

	.caption {
		font-family: 'Lato', sans-serif;
		font-weight: 700 !important;
		font-size: 0.75em !important;
		text-align: center;
	}

}

/************************************************************/

@media screen and (min-width: 375px)  {

	.textcontent p {
		font-size: 0.9em;
		line-height: 1.5em;
		margin: auto auto 18px auto;
	}

	.textcontent li {
		font-size: 0.9em;
		line-height: 1.5em;
	}

}

/************************************************************/

@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: 24px 10px;
	}

	.textcontent p {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 24px auto;
	}

	.textcontent li {
		font-size: 1em;
		line-height: 1.5em;
	}

}

/************************************************************/

@media screen and (min-width: 480px)  {

	

}

/************************************************************/

@media screen and (min-width: 568px) {

	.container-01 {
		padding: 20px 10px;
	}

		.breadcrumbNav {
			margin: auto 10px;
		}

		.mainHeading {
			width: 60%;
			margin: 40px 0 30px 10px;
		}

		.presentedBy {
			margin: 80px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

		.caption {
			font-size: 0.75em !important;
			text-align: center;
		}

}

/************************************************************/

@media screen and (min-width: 667px) {



}

/************************************************************/

@media screen and (min-width: 736px)  {

	.presentedBy {
			margin: 70px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

}

/************************************************************/

@media screen and (min-width: 768px)  {

	.container-01 {
		padding: 65px;
	}

		.breadcrumbNav {
			margin-left: 0px;
		}

		.bannerImage {
			display: inline-block;
			background-image: url('../images/01_visit/Exhibits_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 20%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

	.textcontent h2 {
		margin: 0px 0 12px 0;
	}

	.textcontent h3 {
		font-size: 1.5em;
		line-height: 0.9em;
		margin: 0px 0 12px 0;
	}

	.textcontent p {
		font-size: 1em;
		line-height: 1.5em;
		margin: auto auto 24px auto;
	}

	.textcontent li {
		font-size: 1em;
		line-height: 1.5em;
	}

	.textcontent img {
		width: 100%;
		height: auto;
		margin: 0 0 12px 0;
	}

	.leftsection {
		width: 70%;
		height: auto;
		float: left;
		padding-right: 48px;
		margin-bottom: 48px;
	}

	.rightsection {
		width: 30%;
		height: auto;
		float: left;
		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-image: url('../images/01_visit/Exhibits_topBanner.jpg');
			background-size: 100% auto;
			background-position: 50% 60%;
			width: 100%;
			height: 175px;
			margin: 10px auto;
		}

		.mainHeading {
			margin-left: 0px;
			font-size: 3em;
		}

		
    	
}

/************************************************************/

@media screen and (min-width: 992px)  {

	.container-01 {
		padding: 240px 40px 40px 40px;
	}

		.breadcrumbNav {
			width: 100%;
			margin-left: 0px;
		}

		.mainHeading {
			width: 50%;
		}

		.presentedBy {
			margin: 45px 10px auto auto;
		}

			.presentedBy img {
				width: 150px;
			}

		.textcontent p {
			font-family: 'Lato', sans-serif;
			font-weight: 500;
			font-size: 1em;
			line-height: 1.5em;
			margin: auto auto 24px auto;
		}

		.textcontent li {
			font-size: 1em;
			line-height: 1.5em;
		}

}

/************************************************************/

@media screen and (min-width: 1024px)  {

	.container-01 {
		padding: 240px 40px 0px 40px; 
	}


}

/************************************************************/

@media screen and (min-width: 1266px)  {

}

/************************************************************/

@media screen and (min-width: 1280px)  {	.container-01 {
		width: 1280px;
		margin: auto;

	}

		.mainHeading {
			font-size: 4em;
			padding: 0 0 0 20px;
			margin: 50px 0 30px 0;
		}

		.presentedBy {
			margin: 50px 10px auto auto;
		}

			.presentedBy img {
				width: 200px;
			}

	.leftsection {
		width: 60%;
		height: auto;
		float: left;
		padding-right: 48px;
		margin-bottom: 48px;
	}

	.rightsection {
		width: 40%;
		height: auto;
		float: left;
	}

	.caption {
		font-size: 0.75em !important;
		text-align: center;
		margin-bottom: 0px !important;
	}

}

/************************************************************/

@media screen and (min-width: 1281px)  {



}

/************************************************************/

@media screen and (min-width: 1366px)  {

}

/************************************************************/


@media screen and (min-width: 1600px)  {

}

/************************************************************/

@media screen and (min-width: 1920px)  {

}

/************************************************************/














