body, div, a, h2, footer{
	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #000000;
}

footer{
	font-size: 0.75rem;
	text-align: center;
	
	margin: 0.5rem auto 1rem;
}

.intro-container{
	height: 90vh;
}
 
.container-fluid{
	margin-top: 3rem;
}

.nav li{
	font-size: 1rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	color: #000000;	 
	text-transform: uppercase;
	text-decoration: none;
}

.nav li a{
	color: #000000; 
}

.nav li a:hover{
	color: #000000; 
	text-decoration: underline;
}

#logo img{
	display: block;
	margin-left: auto;
	margin-right: auto;
    width: 55%;
    height: auto;
}

.intro p{ 
	text-align: center;
	line-height: 2.5rem;
	
	margin: 7rem auto;
}

.contact-container{
	margin-bottom: 5rem;
}

.contact a, .contact h2{
	text-align: center; 
}

.contact a{
	letter-spacing: 0.02rem;
}

.contact a:hover{
	color: #000000; 
	text-decoration: underline;
}

.contact h2{
	font-size: 1rem;
	letter-spacing: 0.2rem;
	line-height: 2rem;
	color: #000000;	 
	text-transform: uppercase;
	text-decoration: none;
}

.divider{ 
	border-top: 1px dashed #000000;
}

.bottom{
	margin-bottom: 5rem;
}

/* Tablets */
@media (max-width: 991.98px){
	.intro-container{
		height: 63vh;
	}
	.intro p {
	    line-height: 2.25rem;
	    margin: 2.5rem auto;
	}
	.contact{
		margin-bottom: 3.25rem;
	}
	.contact:last-child{
		margin-bottom: 0;
	}
	.contact a{
		text-decoration: underline;
	}
}


/* Smartphones */
@media (max-width: 767.98px){
	.container-fluid {
	    margin-top: 1.5rem;
	}	
	.intro-container{
		height: 60vh;
	}
	#logo img{
	    width: 100%;
	}
	.intro p {
	    line-height: 2rem;
	    margin: 3.25rem auto;
	}
	.bottom {
	    margin-bottom: 3.25rem;
	}
	.contact{
		margin-bottom: 3.25rem;
	}
	.contact:last-child{
		margin-bottom: 0;
	}
	.contact a{
		text-decoration: underline;
	}
}