@import "modular-gallery.css";

#start > section {
	background-color: white !important;
	color: #2e2e2e !important;
}

#footer {
	color: #2e2e2e;	
}

#header a.active, #header a:hover {
	color: #000000 !important;
	text-decoration: underline;
}

#start > section:first-child, #start > section:nth-child(4n+2) {
	background-color: #f8f9fa!important;
}

.modular-hero {
	text-transform: uppercase;
}

.modular-hero h1 {
	font-weight: 700;
}

.modular-features .feature-content,
.modular-features .feature-icon .h6 {
	transition: color .3s ease;
	color: #707070;
}

.modular-features .column:hover .feature-content,
.modular-features .column:hover .feature-icon .h6 {
	color: #2e2e2e;
	cursor: default;
}

.modular-features .feature-icon {
	transition: color .3s ease;
}

.modular-features .feature-icon .h6 {
	font-weight: 600;
    line-height: 1;
    z-index: 1;
    display: block;
    margin: 0;
    text-transform: uppercase;
    background: #fff;
}

a, a:visited {
	color: #1a1a1a;
	text-decoration: underline;
}

.navbar-brand {
	display: flex;
	align-items: center;
}

a.navbar-brand:hover {
	text-decoration: none !important;
}

.navbar-brand p {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 0 10px;
	color: #000000;
}