@charset "utf-8";

body {
	color: #42464A;
	background-color: #e7e7e7;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
.navbar {
	background-color: #92A0A3;
}
.section {
	background-color: #92A0A3;
}
.card {
	background-color: #e7e7e7;
}
.card-title {
	font-size: 25px;
}
#graphictext {
	color: #e7e7e7;
	font-size: 75px;
}
.logo {
	max-width: 70px;
	max-height: 70px;
}
#rafiCircle {
	max-width: 400px;
}
.btn-big {
	height: 75px;
	width: 200px;
	text-transform: uppercase;
	font-size: 23px;
	padding-top: 18px;
}
.btn-link {
	color: inherit;
	font-weight: 400;
}
#contactbutton {
	background-color: #42464A;
	color: #E2D0BD;
}
#introbutton {
	background-color: #E2D0BD;
	color: #42464A;
}
.graphics {
	max-height: 500px;
}
a {
	color: inherit;
	font-weight: 600;
}
@media screen and (max-width:768px) {
	#graphictext {
		font-size: 40px;
	}
}