body {
	background-image: url('../assets/background.png');
}

nav {
	font-family: Copperplate, sans-serif;
	font-size: 0.95rem;
}

nav .nav-link {
	color: #2c5058;
	font-weight: 300;
}

#main {
	width: 100vw;
	height: calc(100vh - 56px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#main img#circle-logo {
	max-height: 50%;
	width: auto;
}

#main img#word-logo {
	max-width: 30%;
	height: auto;
	margin-top: 2rem
}

#main #contact-us {
	margin-top: 4rem;
	font-size: 2rem;
	color: #2c5058;
	font-family: Copperplate, sans-serif;
	font-weight: 300;
	text-decoration: none;
	border-bottom: 1px solid #2c5058;
}

@media only screen and (max-width : 991px) {
	#main img#circle-logo {
		max-height: 40%;
	}

	#main img#word-logo {
		max-width: 45%;
	}

	#main #contact-us {
		font-size: 1.5rem;
	}
}
