body{
	font-family: Roboto, sans-serif;
}

caption-l {
	font-size: 0.9rem;
	font-weight: 400;
	text-transform: uppercase;
	text-align: left;
}

h3{
	letter-spacing: 3px;
}

.nav{
	position: fixed;
	top: 0;
	background-color: #fafafa;
}

.navbar-nav{
	flex-direction: row;
}

.page-divider{
	height: 2px;
	background-color: white;
}

.page-content{
	margin-top: 6rem;
}

.spacer{
	height: 6rem;
}

.spacer-vh{
	height: 90vh;
}

.logo{
	font-size: 0.9rem;
	font-weight: 900;
	line-height: 6rem;
	letter-spacing: 8px;
}

@media (min-width: 992px) {
	.logo{
		font-size: 1.3rem;
		letter-spacing: 10px;
	}
}

.nav-item{
	font-weight: 900;
	font-size: 0.9rem;
	letter-spacing: 2px;
	text-decoration: none;
	color: black;
	border-bottom-style: solid;
	border-bottom-color: transparent;
	border-bottom-width: 7px;
	padding-bottom: 0.6rem;
}

.nav-item:hover{
	color: black;
	border-bottom-color: black;
	transition: border-bottom-color 0.4s;
}

.left{
	margin-right: 6px;
}

.right{
	margin-left: 6px;
}

@media (min-width: 992px) {
	.right{
		margin-left: 12px;
	}
	.left{
		margin-right: 12px;
	}
}

.nav-overlay-item{
	padding-bottom: 2rem;
}

.overlay-toggler:hover{
	cursor: pointer;
}

.nav-area-1{
	display: none;
}

.txthead {
	font-weight: 900;
	font-size: 0.9rem;
	text-decoration: none;
	letter-spacing: 2px;
	color: black;
}

.txtbody {
	font-weight: 500;
	font-size: 1.35rem;
	text-decoration: none;
	color: black;
}

.logo a{
	text-decoration: none;
	color: black;
}

.logo a:hover{
	text-decoration: none;
}

@media (min-width: 992px) {
	.nav-area-1{
		display: block;
	}
}

.nav-area-4{
	display: block;
}

@media (min-width: 992px) {
	.nav-area-4{
		display: none;
	}
}

/* Additional CSS */

.gl-img{
	max-width: 100%;
	margin-bottom: 1rem;
}

.gl-img-title{
	max-width: 100%;
	margin-bottom: 2rem;
}

@media (min-width: 992px) {
	.gl-img{
	max-width: 100%;
	margin-bottom: 1rem;
	}
}

#projecttitle{
	max-width: 40px;
	border-bottom: solid;
	border-width: 7px;
	border-color: black;
	margin-bottom: 1rem;
}

.pr-snippet{
}

.footer{
	background-color: white;
}

.mt-6 {
	margin-top: 6rem !important;
}

.mb-6 {
	margin-bottom: 6rem !important;
}

/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */
	display: none;    
	height: 100%;
	width: 100%;
	padding: 0;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 6rem;
	left: 0;
	right: 0;
	background-color: #fafafa; /* Black fallback color */
	overflow-x: hidden; /* Disable horizontal scroll */
}

/* The navigation links inside the overlay */
.overlay a {
	text-decoration: none;
	color: black;
	transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: #606060;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}
