#intro {
	background: url("../img/bg_solutions.jpg") no-repeat center center;
	background-size: cover;
}

#logo-header {
	background: url("../img/icon-ae.png");
	background-size: cover;
	height: 40px;
	width: 40px;
}

#big-logo { width: 25vw; }
#big-logo img { max-height: 100%; max-width: 100%; }

div.activities .btn { transition: all 0.5s; }
div.activities .btn:hover {
	margin-left: 2vw;
	background-color: white;
	color: black !important;
}

section h3.anchor {
	margin: 0;
	height: 0;
	position: relative;
	top: -50px;
}

.top-nav-collapse {
	background-color: #333 !important;
}

.navbar:not(.top-nav-collapse) {
	background: rgba(51, 51, 51, 0.50) !important;
}

.navbar:not(.top-nav-collapse) #logo_header {
	visibility: hidden;
}

@media (max-width: 768px) {
	.navbar:not(.top-nav-collapse) {
		background: #333 !important;
	}
}

#intro .h6 {
	font-weight: 300;
	line-height: 1.7;
}

.hm-gradient .full-bg-img {
	background: rgba(77, 77, 77, 0.7);
}

@media (max-width: 450px) {
	.margins {
		margin-right: 1rem;
		margin-left: 1rem;
	}
}

#offer .lead {
	opacity: 0.7;
}

#offer .card-image {
	background: url("../img/architecture.jpg") no-repeat center center;
}

#offer .card-it-support {
	background: url("../img/it-support.jpg") no-repeat center center;
	background-size: cover;
}

#offer ul li {
	font-size: 1.1em;
}
