/* ==========================================================================
CUSTOM RESPONSIVE CSS
========================================================================== */

/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.attestation-section .event-title-container {
	    width: 100%;
	}

	/* #header-arrow-graphic {
		position: absolute;
		left: 0;
		margin-left: -80px;
		height: 100%;
		width: auto;
		opacity: .2;
	} */
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

    .lg-oversize {
        max-width: 130% !important;
		width: 130% !important;
        margin-left: -5%;
    }

	.full-size-background {
		background: url(../img/wellington-web-header-2023-v2.jpg) no-repeat left -0px top;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wellington-web-header-2023-v2.jpg', sizingMethod='scale');
		-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/wellington-web-header-2023-v2.jpg', sizingMethod='scale')";
	}
	

	.attestation-section .event-title-container {
	    width: 70%;
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	header {
		padding-top: 2.2rem;
    	padding-bottom: 2.2rem;
	    min-height: 100%;
	    height: 100%;
	    /*min-height: 100vh;*/
	    overflow: hidden;
	    background-color: transparent;
	}


	.header-creative {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 45%;
		max-width: 625px;
	}


	.logo-stack-container h3, #pre-header p {
		font-size: 1.1rem;
		line-height: 1.6rem;
	}

	.logo-stack-container h4 {
		font-size: 1.2rem;
	}


	h4.speaker-name {
		font-size: 1.2rem;
	}
	h5.speaker-title {
		font-size: 1rem;
	}

    .display-4 {
        font-size: 3rem;
        line-height: 3.3rem
    }

	.pres-table td:first-child {
		width: 75%;
	}

	.pres-table td:not(first-child) {
		border-top: 1px solid #1f355e;
	}

	.pres-table td, .pres-table th {
		vertical-align: middle;
		display: table-cell;
	}

	.carousel-slide-content {
		padding: 4rem;
	}

	.carousel-item .display-4 {
		font-size: 1.4rem;
		line-height: 2.2rem;
	}

	.carousel-item .lead {
		font-size: 1.2rem;
		
	}

	.carousel-item .btn-blue.btn-outline {
		font-size: 1rem;
		padding: 1rem 2.5rem .8rem 2.5rem;
	}


}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	/* #header-arrow-graphic {
		margin-left: 0px;
		
	} */


	.logo-stack-container h1 {
		font-size: 2.2rem;
		line-height: 2.2rem;
	}

	.arrow-device {
		margin-top: -38px
	}
	
	

	.btn-header {
		font-size: 1.1rem !important;
		border:  4px solid #1f355e !important;

	}

	.btn-header:hover {
		font-size: 1.1rem !important;
		border:  4px solid #1f355e !important;

	}


	.navbar-brand img {
		width: 147px;
		height: 30px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 12px;
	}

	.position-1 {
	    left: -40%;
	    z-index: 600;
	}

	.position-2 {
	    left: -34%;
	    z-index: 500;
	}

	.position-3 {
	    left: -20%;
	    z-index: 400;
	}

	.position-4 {
	    left: -5%;
	    z-index: 300;
	}

	.position-5 {
	    left: 24%;
	    z-index: 200;
	}

	.position-6 {
	    left: 36%;
	    z-index: 100;
	}

	.full-screen-height {
	    height: 100vh;
	}

	.logo-stack-container h3 {
		font-size: 1.36rem;
		line-height: 1.76rem;
	}

	.wellington-logo-attestation{
		position: absolute; 
		left: 2rem;
		top: 0rem;
	}

	h4.speaker-name {
		font-size: 1.5rem;
	}
	h5.speaker-title {
		font-size: 1.25rem;
	}
	
	.location-btn {
		font-size: .9rem;
	}

}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	
	.navbar-brand img {
		width: 197px;
		height: 40px;
	}

	.navbar-light .navbar-nav .nav-link {
		font-size: 14px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.8rem;
		padding-left: 0.8rem;
	}

	.logo-stack-container h1 {
		font-size: 2.6rem;
		line-height: 2.6rem;
	}

	.arrow-device {
		margin-top: -35px
	}
	


	.attestation-section .event-title-container {
	    width: 76%;
	}

	.attestation-section .on-demand-event-title-container {
		width: 70%;
	}

	
	.modal-dialog{
		max-width: 1000px;
	}

	.location-btn {
		font-size: 1rem;
	}

}

@media (min-width: 1300px) {

	.attestation-section .event-title-container {
	    width: auto;
	}

	.attestation-section .on-demand-event-title-container {
		width: 70%;
	}

	.carousel-slide-inner {
		
		padding-left: 10%;
		padding-right: 10%;
		
	}

}


@media all and (min-width: 1600px) {
    
}