/**** VARIABLES ****/
:root {
    --side-spacing-mobile: 5%;
    --side-spacing-desktop: 8%;
    --vert-spacing-mobile: 35px;
    --vert-spacing-desktop: 50px;

    /* colors */
    --white: #ffffff;
}

/**** VARIABLES END  ****/

html,
body {
    height: 100%;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    background-color: #EEE;
}

.container {
    max-width: none;
    padding: 0;
}

/****  ****/
/**** END  ****/

/**** GLOBALS ****/

.img-full {
    width: 100%;
    height: auto;
}

@media (min-width: 992px) {}

/**** END GLOBALS ****/

/* Splash Page */
.splash-page {
    background-image: url('../assets/images/backgrounds/street-and-horizon.png');
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 35px;
	min-height: 100vh;
}

@media (min-width: 992px) {
    .splash-page {
        padding-bottom: 70px;
    }
}

/* END Splash Page */


/* Header */
.header {
    padding: 35px var(--side-spacing-mobile);
    background: transparent;
}

.header .project-logo {
    width: 300px;
    height: auto;
    display: block;
    margin: 0 auto 20px;
}

.header .social-links {
    text-align: center;
}

.header .social-links .social-link {
    display: inline-block;
    margin-left: 15px;
	cursor: pointer;
}

.header .social-links .social-link:first-child {
    margin-left: 0;
}

.header .social-links .social-link.share-cta {
	position: relative;
}

.header .social-links .social-link.share-cta .share-links {
	position: absolute;
	width: max-content;
	padding-top: 10px;
    right: 50%;
    transform: translate(50%, 0);
	overflow: hidden;
	height: 0;
	transition: 0.5s ease-in-out;
	opacity: 0;
}

.header .social-links .social-link.share-cta .share-links .share-links-container {
	background-color: #016698;
	padding: 10px;
}

.header .social-links .social-link.share-cta.active .share-links, .header .social-links .social-link.share-cta:hover .share-links {
	height: auto;
	opacity: 100%;
	transition: 0.5s ease-in-out;
}

.header .social-links .social-link.share-cta .share-links .share-link .icon {
	height: 16px;
	width: auto;
	margin: 0 5px;
}

@media (min-width: 992px) {
    .header {
        padding: 35px var(--side-spacing-desktop);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .header .project-logo {
        margin: auto;
    }
}

/* END Header */

/* Blurb */
.blurb {
    margin: 0 var(--side-spacing-mobile);
    padding: 30px;
    background: rgba(255, 255, 255, 0.95);
}

.blurb h1 {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0em;
}

.blurb h1 strong {
    font-weight: 700;
}

.blurb .big-green {
	display: block;
    color: #008996;
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    letter-spacing: 0.02em;
	margin-top: 2px;
}

.blurb p {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
}

.blurb p strong.green {
	color: #008996;
	font-weight: 800;
}

.blurb p.small {
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0em;
}

.blurb p a {
	text-decoration: none;
	color: #008996;
}

.blurb p a:hover {
	/* text-decoration: underline; */
	cursor: pointer;
    transition: 0.5s all;
    color: #016698;
    border-bottom: solid 3px #016698;
}

@media (min-width: 992px) {
    .blurb {
        width: 50%;
        margin: 200px auto 0;
        min-width: 380px;
        margin-left: auto;
    }

	.blurb h1 {
		font-size: 24px;
		line-height: 27px;
		margin-bottom: 10px;
	}
	
	.blurb .big-green {
		font-size: 40px;
		line-height: 48px;
		letter-spacing: 0.02em;
		margin-top: 2px;
	}

	.blurb p {
		font-size: 18px;
		line-height: 24px;
	}

	
}

/* END Blrub */

/* Modal */

.modal .modal-dialog{
	max-width: 600px;
}
.modal .modal-header {
	padding: 20px 30px;
	border-bottom: 0;
}
.modal-body {
	padding: 10px 30px 20px;
}
.modal h2 {
    font-family: 'Lato', sans-serif;
	color: #016698;
	font-size: 22px;
	font-style: normal;
	font-weight: 900;
	line-height: 25px;
	letter-spacing: 0.02em;
	text-align: left;
}
.modal h2 .yellow-emphasis {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 6px solid #FCB61A;
}

@media (min-width: 992px) {
	.modal h2 {
		font-size: 40px;
		line-height: 48px;
	}
	.modal h2 .yellow-emphasis {
		border-bottom: 8px solid #FCB61A;
	}
}


/* END Modal */

/**** Lightbox ****/
/* LIGHTBOX */

#lightbox {
    height: 100%;
    position: fixed;
    top: -100%;
    transition: top .85s;
    width: 100%;
    z-index: 3;
}

#lightbox>span {
    background-color: rgba(35, 35, 35, .8);
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

#lightbox>span span {
    color: #fff;
    font-size: 3.6em;
    line-height: .4em;
    padding: 15px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

#lightbox div {
    box-shadow: 0 8px 15px 0 #000;
    margin: -120px auto 0;
    max-height: 80%;
    overflow: auto;
    position: relative;
    transform: rotateX(90deg) translateY(-160px);
    transition: .24s;
    width: 88%;
}

#lightbox img {
    display: block;
    width: 100%;
    background: white;
    padding: 15px;
}

#lightbox.on {
    top: 0;
}

#lightbox.on div {
    margin-top: 50px;
    transition: .8s ease-out .32s;
    transform: rotateX(0deg) translateY(0px);
}

.lightbox {
    cursor: pointer;
}

/**** END Lightbox ****/