/* ==========================================================================
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) {

}

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

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

	

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

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

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

	.header-paragraph {
		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;
		
	} */


	.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;
	}

	.header-paragraph {
		font-size: 1.4rem;
	}

	.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;
	}


	.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;
	}


	.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) {
    
}