/**
 * Modifications of HTML5UP template styles
 */
#menu .links li a {
	font-weight: 600;
}


/**
 * Custom styles for FSLightbox
 */
.fslightbox-source {
    width: 80vw !important;
    height: 80vh !important;
    max-width: 1200px;
}

.inLightbox p {
    margin-bottom: 1em;
}


/**
 * Additional styles for the website
 */
.preloadedContent {
    display: none;
}

.inLightbox {
    margin: 3em;
    font-family: Helvetica,Arial,sans-serif;
    text-transform: none;
    color: rgb(154,154,142);
}

.inLightbox a {
	color: rgb(147,92,0);
}

body.inLightbox {
	background: rgba(0,0,0,0.2);
}

.emailLink {
}