body {
	font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;	
    color: #262C2D;

    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;

}

a {
    color: #262C2D;
    text-decoration: none;
    padding-bottom: 3px;
    border-bottom: 3px solid #D6C051;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #D6C051;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}



.dark-top {
	background-color: #262C2D;
	color: white;
	padding: 65px 0;
	background-image: url(img/ill-taco.svg);
    background-repeat: no-repeat;
    background-size: 105px;
    background-position: center right 60px;	
}

.text-sumogroup {
	font-size: 3rem;
	font-weight: 800;
}
.text-sumogroup span {
	font-weight: 300;
}

@media (max-width: 575px) {
	.dark-top {
		padding: 55px 0;
	    background-size: 85px;
	    background-position: center right 10px;
	}
	.text-sumogroup {
		font-size: 2.5rem;
	}
}

@media (max-width: 430px) {
	.dark-top {
	    background-size: 65px;
	}
}

.brand-box {
	border: 3px solid #EDF2F5;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 30px;
}

.brand-logo {
	width: 60%;
	margin: auto;
}

.brand-box-logo {
	height: 135px;
	width: 100%;
	background-color: #EDF2F5;

}

.bolder {
	font-weight: 800;
    font-size: 1.7rem;
    line-height: 2.2rem;
}

.ill-heart {
	margin: auto;
	width: 130px;
}
