@font-face {
	font-family: Michelin-Bold;
	src: url('Michelin-Bold.otf');
}

* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;

}

body.holding {
	background-image: url("/img/holding.jpg");
	background-color: #255BA4;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	background-size: contain;
}

.header{
	max-width:1600px;
	margin:auto;
}

.flex-container {
	display:flex;
	flex-direction: row;
	max-width:1600px;
	margin:auto;
}

.flex-item-left {
	padding:20px;	
  flex: 36%;
  text-align: center;
}
.flex-item-left img {
	width:100%;
}

.flex-item-right {
  flex: 72%;
  padding-left:20px;
  padding-right:20px;
}




.footer {
	background-color: #000;
	background: linear-gradient(0deg, hsla(0, 0%, 0%, 1) 1%, hsla(0, 0%, 52%, 1) 99%);
	color: #fff;
	height: 120px;
	margin-top: 80px;
	padding-top: 40px;
	padding-left:20px;
	padding-right:20px;
}

.footer-content {
	max-width: 1400px;
	margin: auto;
}

.footer a {
	color: #ffffff;

}

.logo img {
	width: 100%;
}

.logo {
	max-width: 400px;
	margin:10px;
	margin-bottom: 80px;

}

.title {
	max-width: 1000px;
	padding-left:10px;
	padding-right:10px;
	margin: auto;
}
.homepage .title {
	margin-top: 200px;
}

h1 {
	font-family: Michelin-Bold;
	text-align: center;
	font-size: 3.2rem;
}
h2 {
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-top:40px;
}
p {
	font-size: 1.2rem;
	line-height: 1.7rem;
}
ul {
	font-size: 1.3rem;
	line-height: 1.7rem;
}

a.button {
display: block;
background-color: black;
color: white;
text-decoration: none;
text-align: center;
width: 200px;
padding: 24px;
border-radius: 100px;
margin: auto;
margin-top: 100px;
}
a.buttonUG {
display: inline-block;
background-color: black;
color: white;
text-decoration: none;
text-align: center;
width: 200px;
padding: 24px;
border-radius: 100px;
margin-top: 60px;
margin-left:16px;
}
a.buttonWT{
display: inline-block;
background-color: black;
color: white;
text-decoration: none;
text-align: center;
width: 200px;
padding: 24px;
border-radius: 100px;
margin-top: 60px;
margin-left:16px;
}

.homepage .flex-item-left img {
	height: auto;
	width: auto;
	max-width: 100%;
	max-height: 280px;
}
.homepage h2 {
	font-family: Michelin-Bold;
	text-align: center;
	font-size: 2.6rem;
	line-height: 3rem;
}
.homepage .flex-container {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top:110px;
}
.homepage .rowspace {
	height:72px;
}


@media screen and (max-width: 764px) {
  .flex-container {
	flex-direction: column;
}
	h1 {
		font-size: 2rem;
  }
  .homepage h2 {
	  font-size: 1.8rem;
	  line-height: 2rem;
  }
  .footer {
	  text-align:center;
  }
}

.videoblock {
	margin-top:40px;
	margin-bottom:40px;
}