html {
	width: 100%;
}

* {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body {
	font-family: 'Roboto', sans-serif;
}

ul {
	font-size: 28px;
	list-style: none;
}

li {
	text-decoration: none;

}

.header {
	background: #f9f9f9;
	padding: 0 10px;
	text-align: right;
}

footer {
    background: #f9f9f9;
    padding: 30px;
    text-align: right;
}

h1 {
	font-size: 34px;
	margin: 10px 0;
}

h3 {
	font-weight: 100;
	font-size: 20px;
	margin: 10px 0;
}

h4 {
	font-weight: 400;
	font-size: 30px;
}

p {
	padding: 0 0 10px;
}

.collaborators {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	margin: 0 0 20px;
}

h5,
h6 {
	width: 500px;
}

h5 {
	font-size: 20px;
	padding: 0 20px;
}

.hero {
	position: relative;
}

.hero img {
	position: relative;
}

.hero h4 {
	color: white;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 4px 10px;
}

img {
	width: auto;
}

.section {
	margin: 40px 80px;
}

video {
	width: 100%;
}

.row {
	display: flex;
	width: 100%;
	height: 300px;
}

/* CAROUSEL -------------------------------------------------- */

.carousel {
  height: 500px;
  margin-bottom: 60px;
  justify-content: center;

}

.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  height: 500px;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {

  	.section {
  		margin: 20px 0;
  	}
  }