
 /* Global Styles */

html,
body {
    height: 100%;
}

body {
font-family: 'Calibri', sans-serif;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.container-middle{
    display: flex;
	height:100%;
    justify-content: center;
    align-items: center;
}
h1{
	font-family: 'Calibri', sans-serif;
	font-weight: 500;
	color: #2c361e;
 }
 h2{
	font-family: 'Calibri', sans-serif;
	font-weight: 400;
	color:#2c361e;
 }
 h3{
	font-family: 'Calibri', sans-serif;
	font-weight: 300;
	color:#656565;
 }
 h4{
	font-family: 'Calibri', sans-serif;
	font-weight: 300;
	color:#2c361e;
 }

.text {
   font-family: 'Calibri', sans-serif;
	font-weight: 300;
	font-size:10pt;
	color:#2c361e;
}
 
.link {
  color: #2c361e;
}
a.link {
  white-space: nowrap;
  
}
a.link:hover,
a.link:focus {
 
  text-decoration: none;
} 
.footer {
	font-family: 'Calibri', sans-serif;
	font-weight: 400;
	font-size:11pt;
	color:#ffffff;
	/* background-color: rgba(255, 255, 255, 0.4); */
} 
.cookies_text {
   font-family: 'Calibri', sans-serif;
	font-weight: 300;
	font-size:9pt;
	color:#2c361e;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
	
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.offering-box {
	width: 300px;
	}
}
@media(min-width:768px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
	.offering-box {
	width: 600px;
	}
}

h1 {
  margin: .67em 0;
  font-size: 3em;
}
@media(max-width:767px) {
h1 {
  font-size: 2em;
}
}

