@charset "UTF-8";
/* CSS Document */

/* Elements */
a {
	color: white
}

body {
	background-color: #232529;
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-style: normal;
	padding-left: 5%;
	padding-right: 5%;
}


/* Classes */
.big-card {
	height: 750px;
	line-height: 1;
	background-color: #7A7374;
}

.button-spacing {
	padding-bottom: 160px;
}

.card-body {
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 18px;
	background-color: #232529;
	border-style: none;
}

.card-header {
	font-family: proxima-nova, sans-serif;
	font-weight: 100;
	font-size: 18px;
	background-color: #232529;
	border-style: none;
}

.card-img-top {
	width: 100%;
	height: 30vw;
	object-fit: cover;
}

.card-text {
	font-size: 1vw;
}

.card-title {
	font-size: 2vw;
}

.content-card {
	font-size: 2.5vw;
	line-height: 1;
	margin-bottom: 160px;
	margin-top: 160px;
}

.content-card-lg {
	font-size: 52px;
	line-height: 1;
	margin-bottom: 160px;
	margin-top: 160px;
}

.content-card-sm {
	font-size: 1.75vw;
	line-height: 1;
	margin-bottom: 160px;
}

.footer-left {
	float: left;
	color: white;
	text-align: left;
	font-size: 1vw;
}

.footer-right {
	float: right;
	color: white;
	text-align: right;
	font-size: 1vw;
}

.footer-center {
	float: none;
	color: white;
	text-align: center;
	font-size: 1vw;
}

.hero-content {
	font-size: 4.5vw;
	color: white;
	line-height: 1;
	margin-bottom: 150px;
	margin-top: 120px;
}

.hidden {
	display: none;
}

.light-row {
	background-color: #F8F9FA;
}

.navbar .navbar-brand {
	font-size: 3.5vw;
}

.navbar .nav-item {
	font-size: 1.25em;
}

.navbar .navbar-nav .nav-link {
	color: white;
  	font-size: 1.25em;
  	position: relative;
}

.navbar .navbar-nav .nav-link:hover {
  	color: white;
}

.navbar .navbar-nav .nav-link::after {
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	margin: auto;
  	background-color: white;
  	color: transparent;
  	width: 0%;
  	content: '.';
  	height: 2px;
}

.navbar .navbar-nav .nav-link:hover::after {
  	width: 100%;
}

.spacer-margin {
	margin-bottom: 150px;
	margin-left: 60px;
	margin-right: 60px;
	margin-top: 150px;
}

.work-spacer {
	margin: 200px 0px;
}


/* Ids */
#service-image {
	padding-top: 200px;
	padding-bottom: 200px;
}
