/* ==========================================================================
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%;
	}
}

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

	.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: 0px;
    	padding-bottom: 0px;
	    min-height: 100%;
	    height: 100%;
	    /*min-height: 100vh;*/
	    display: flex;
	    overflow: hidden;
	    background-color: transparent;
	}

	.header-shapes-container {
	    position: relative;
	    display: block;
	}

	.logo-stack-container {
	    padding-top: 4rem;
	    padding-bottom: 12rem;
	    overflow: auto;
	}

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

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

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

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

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

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

}

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

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

}

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

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

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

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

	.header-shape {
		width: 100%;
	    max-width: 100%;
	}
	
	.modal-dialog{
		max-width: 1000px;
	}

}

@media (min-width: 1300px) {

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

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

}
