/*
global
*/
.heading{
  text-align: center;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
/*
body
*/
body {
	Background-Color: #bdc3c7;
    color: #4a4a4a;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
}

.has-image-centered {
    margin-left: auto;
    margin-right: auto;
	/*width:100%;
	height:auto;*/
}
/*
body
*/
/*
header
*/
.navbar {
	min-height: 5.25rem;
}
.navbar-item img {
    max-height: 5.75rem;
}

  .header {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 70px;
    line-height: 70px;
    background-color: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    z-index: 999;
  }

  .header .header-logo {
    color: #FFFFFF ;
    font-family: 'Montserrat', sans-serif;
    float: left;
    margin-left: 30px;
  }

  .header .header-menu {
    float: right;
    margin-right: 30px;

  }

  .header .header-menu a {
    margin-right: 15px;
    color: #FFFFFF;
  }

.header .header-menu a:hover {
  color: #3498db;
}

.banner {
  margin-top: -20px;
}

.banner .banner-image {
  position: relative;

}

.banner .banner-content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
}

.banner .banner-content h1,
.banner .banner-content h2 {
  color: #FFFFFF;
}

/*
owl carousel 2
*/
@import url('https://fonts.googleapis.com/css?family=Oswald|Roboto:400,700,700i,900,900i');

body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

*, :after, :before {
	box-sizing: border-box;
}

.owl-item > div img {
	height: 100vh;
	object-fit: cover;
}

@media only screen and (min-device-width:700px) {
  .owl-item > div img {
	height: 70vh;
	object-fit: cover;
	}
}

.owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.owl-carousel .owl-dots button {
    background: rgba(0,0,0,0.6);
    outline: none;
    border: none;
    padding: 3px !IMPORTANT;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
}

.owl-carousel .owl-dots button span {
    display: block;
    padding: 4px;
    background: transparent;
    border-radius: 50%;
    transition: all 200ms ease;
}

.owl-carousel .owl-dots button.active span {
    background-color: #fff;
}

.slider {
    position: relative;
}

.controls {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 9;
}

.controls span {
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    line-height: 50px;
    text-align: center;
    transition: all 300ms ease;
    font-family: 'Oswald',sans-serif;
}

.controls span:hover {
    background-color: #fff;
}

.controls span.stop {
    margin-left: 5px;
}

.caption {
    position: absolute;
	width: 100%;
	text-align: center;
    left: 0;
    top: 50%;
    transform: translate(15%,-50%);
    padding: 15px 30px;
    font-size: 40px;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
    transition: all 500ms ease-in;
}
.caption h1 ,
.caption h2 {
color: #ecf0f1;
}

.owl-item.active .caption {
    transform: translate(0,-50%);
}

.owl-nav {
    position: absolute;
    bottom: 20px;
    left: 137px;
}

.owl-nav button {
    background-color: rgba(255,255,255,0.5) !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px !important;
    outline: none;
    transition: all 300ms ease;
}

.owl-nav button.owl-next {
    margin-left: 5px;
}

.owl-nav button span {
    font-size: 38px;
    display: block;
}

.owl-nav button:hover {
    background: #fff !important;
}

/*
ABOUT
*/
.column {
    border-radius: 10px;
    background-color: white;
    display: block;
    margin-right: 5.5%;
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
    padding: .75rem;
}
.about .about-single-element .icon {
  font-size: 30px;
  text-align: center;
}

.about .about-single-element {
  text-align: center;
}

.about .about-single-element p {
  text-align: left;
  margin-top: 20px;
}

/*
footer
*/
.footer{
	Background-Color: #194d5f;
	color: #FFFFFF;
	}
.footer .footer-informations {
  text-align: center;
  margin-top: 30px;
}
.footer .footer-informations ul {
padding: 0;
}
.footer .footer-informations ul li {
display: inline-block;
list-style-type: none;
}
.footer .footer-informations .icon {
  font-size: 100px;
  text-align: center;
}

/*
modal
*/
.own-modal {
  padding-top: 120px;
}
/*
RESPONSIVE EXEMPLE
*/

