/* ==========================================================================
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) {
	.header h1 {
	    font-size: 40px;
	    text-shadow: 3px 3px 6px #000000;
	    text-transform: uppercase;
	    letter-spacing: 0.16em;
	    font-family: 'HurmeGeometricSans-SemiBold', 'Montserrat', sans-serif;
	}

	.section-title {
	    font-size: 40px;
	}

	.nav-tabs .nav-link {
		font-size: 1rem;
	}

	.agenda-item {
		width: 80px;
		font-size: 1rem;
	}

	.agenda-item::after {
		width: 4rem;
		right: -59px;
		top: 68px;
	}

	.item-mob-break:after {

		display: inline-block !important;

	}

	.mob-new-line {
		display: none !important;
	}


}

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

	.navbar-jupiter .navbar-nav .nav-link {
		padding: .5rem 1rem;
	}

	.navbar-nav {
		padding-top: 0;
	}

	.header h1 {
	    font-size: 60px;
	    text-shadow: 3px 3px 6px #000000;
	    text-transform: uppercase;
	    letter-spacing: 0.16em;
	    font-family: 'HurmeGeometricSans-SemiBold', 'Montserrat', sans-serif;
	}

	.section-title {
	    font-size: 60px;
	}


	h3.page-header {
		font-size: 3rem;
	}

	#stay-connected {
	    width: 300px;
	    height: 41px;
	}
}

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

	#sticky-nav .nav-link {
	    padding: .5rem 1rem;
	}

	.agenda-item {
		width: 120px;
	}

	.agenda-item::after {
		width: 6.6rem;
		right: -80px;
	}


 }

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

	.nav-tabs .nav-link {
		font-size: 1rem;
	}

	#stay-connected {
	    width: 400px;
	    height: 55px;
	    top: 85px;
	}



 }