body
{
	background-image: url('background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.active-menu
{
	background-color: #dc3545;
}

.active-carousel
{
	background-color: #343a40;
}

.centered 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.carousel-caption 
{
	top: 50%;
	transform: translateY(-50%);
	bottom: initial;
}*/

.carousel-item
{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

hr 
{
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #dc3545;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}

.icon:hover
{
	color: #dc3545;
}

.border
{
	border-width: 3px !important;
}

.navigation {
    height: 80px;
}

.pre-footer {
    padding-top: 25px !important;
    min-height: 200px;
}

.footer-wrapper {
    height: 40px;
}

.footer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

.pre-content {
    height: 19px;
}

.content {
    min-height: calc(100vh - 80px - 40px - 200px);
}

.contact-content {
    min-height: calc(100vh - 80px - 40px - 200px);
}

.training-content {
    min-height: calc(100vh - 80px - 40px - 200px - 20px);
}

