html::-webkit-scrollbar {
  display: none;
}

body {
	font-family: 'helvetica';
	background: #000;
	width: 100%;
	margin: 0 auto;
}

.logo-header {
	text-transform: uppercase;
	font-size: 40px;
	text-align: center;
  margin-top: 0;
}
.logo-header a {
	color: #808264;
}
.logo-footer {
	text-transform: uppercase;
	font-size: 20px;
}

nav {
  float: right;
  margin: 0.8rem auto;
}

nav a {
	margin: 0 30px;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 2em;
}

nav a.last-item {
	margin-right: 0!important;
}

header {
	background: #000;
	background-size: cover;
	padding: 50px;
	height: 50vh;
  overflow: hidden;
}

.logo-header img {
max-width: 80vw;
}

section {
	padding: 50px;
	margin: 100px auto;
  overflow: hidden;
}

.content {
  width: 100%;
  float: left;
  margin-bottom: 100px;
}

.black#contact .content {
	margin-bottom: 0!important;
}
.content-50 {
  width: 48%;
  float: left;
  padding: 10px;
}

footer {
	background-image: linear-gradient(90deg, #A642FC, #24D8F0);
	min-height: 50px;
	padding: 50px;
	text-transform: uppercase;
  overflow: hidden;
}

a {
	color: #000;
	text-decoration: none;
	transition: color 0.3s;
}

a:hover {
	color: #fff;
}

.headline {
	font-size: 90px;
	margin: 0 auto;
	text-transform: uppercase;
}

.description {
	font-size: 20px;
	line-height: 1.6;
  margin: 50px auto;
}

/* ABOUT */

.blue {
	background-color: #263EA8;
	padding: 100px 50px;
	width: 70%;
}

.blue p {
	text-align: left;
	width: 100%!important;
	max-width: 500px;
	margin-left: 0;
}

.img-block-blue {
	height: 80vh;
	width: 50%;
	background-image: url(img/img-blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	float: right;
	margin-top: -25em;
}

@media (max-width: 1299px) {
	.blue p {
		max-width: 350px;
	}
	.img-block-blue {
		margin-top: -30em;
	}
}
@media (max-width: 939px) {
	.blue p {
		max-width: 400px;
	}
	.img-block-blue {
		margin-top: 0;
		width: 100%;
	}
	.blue {
		width: 100%;
	}
	.section-blue {
		padding: 0;
		margin-top: 0;
	}
}


/* GALERIE */

.gallery-description-01 {
  float: left;
  font-weight: 600;
  text-decoration: underline;
}

.gallery-description-02 {
  float: right;
}

.gallery {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.gallery-item-100 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  float: left;
  margin: 25px auto;
}

.gallery-item-100-max {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  float: left;
  margin: 25px auto;
  max-height: 580px!important;
}

.gallery-item-50 {
  width: 50%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  float: left;
}

.gallery-item-25 {
  width: 25%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  float: right;
}

@media (max-width: 950px) {
  .gallery-item-25 {
    width: 50%;
  }
}

@media (max-width: 670px) {
  .gallery-item-25 {
    width: 100%;
  }
  .gallery-item-50 {
    width: 100%;
  }
}

/* PORTFOLIO */

.black {
  background-color: #000;
  padding: 125px 50px;
  margin: 0 auto;
}

.white {
  color: #fff;
}

p.white a {
	color: #fff!important;
}

/* CONTACT */
p.contact {
	text-align: center;
}
.contact a {
	color: #fff;
	padding: 10px 25px;
	border-radius: 50px;
	transition: 0.4s;
}
.contact a:hover {
	color: #808264!important;
}