/* General */
body {
	font-family: "Roboto", sans-serif;
}
a {
	text-decoration: none; color: inherit;
}
a:hover {
	color: grey;
}

.navbar a:hover {
	border-bottom: 3px solid grey;
}

.navbar a.active {
	border-bottom: 3px solid #000;
}

.framed {
	border: 5px solid #000;
	padding: 20px 30px;
	width: fit-content;
}

/* 247 Fringe - Brand Header */

.brand-header {
	background-color: #000;
}
.brand-header img {
	width: 600px;
	margin: 50px auto -3px auto;
}

/* Nav */

.nav-link {
	font-size: 16px;
	font-weight: 600;
	margin: 0 15px;
}

/* Content */


/* Component Boxes */

.component-boxes a {
	display: block;
	position: relative;
}

.component-boxes h2 {
	font-size: 40px;
	font-weight: 900;
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 15px;
	background-color: #000;
	position: absolute;
	bottom: -20px;
	right: 0;
}


/* Footer */

footer {
	font-size: 14px;
}


@media (min-width: 576px) {
	

	
}