﻿body {
	padding: 0;
	padding-top: 95px;
	font-family: 'Lato', sans-serif;
}

.bg-black {
	background-color: #000 !important;
}

#Navigation {
	min-height: 95px;
	z-index: 500;
	opacity: 0.8;
}

.opacity-25 {
	opacity: 0.25;
}

.absolute-fill {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
}

.parallax {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.section-container {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

#Introduction {
	background-image: url(../Images/introduction.jpg);
	height: 650px;
}

#Services {
	background-image: url(../Images/services.jpg);
}

.contacts-image {
	float: left;
	height: 100px;
	width: 100px;
}

#PartnerContainer img {
	height: 50px;
}

.card-header, .card-footer {
	background-color: unset;
}

/*C5 fix*/
div.ccm-panel-content ul.nav, div.ccm-panel-content menu {
	display: block;
}

#ccm-theme-grid-edit-mode-row-wrapper {
	display: flex;
	width: 100%;
}