html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #333333;
	font-family: Roboto, sans-serif;
}
#content {
	z-index: 101;
	width: 100%;
	text-align: center;
	background-color:#0097A7;
}
.row-header {
	background-color:#333333;
	padding-top:25px;
	padding-bottom:25px;
	border-bottom: 5px solid #3D3D3D;
}
.row-header .bold {
	font-weight: 500 !important;
}
.row {
	padding-top:50px;
	padding-bottom:50px;
}
.row-download {
	background-color: #00636E;
	padding-top:50px;
	padding-bottom:50px;
	border-top: 5px solid #0D6A75;
}
.incline {
	clip-path: polygon(0% 0%, 100% 30px, 100% calc(100% - 30px), 0% 100%);
	padding-bottom:60px;
	padding-top:60px;
	background-color: rgba(255, 255, 255, 0.15);
}
.incline-bottom {
	clip-path: polygon(0% 0%, 100% 30px, 100% 100%, 0% 100%);
	padding-top:60px;
	background-color: rgba(255, 255, 255, 0.15);
}
.logo {
	width: 700px;
	max-width: 90%;
	margin-bottom: 10px;
}
.logo-header {
	width: 500px;
	max-width: 90%;
	margin-bottom: 0px;
}
h2.subtitle {
	color: #ffffff;
	font-size: calc(1em + 0.75vw);
	margin: 0;
	font-weight:normal;
}
h2.subtitle-header, h2.subtitle-header-alt {
	color: #ffffff;
	font-size: calc(1em + 0.15vw);
	font-style:italic;
	margin: 0;
	font-weight:normal;
}
h2.subtitle-header-alt {
	margin-top:10px;
	position:left;
}
span.bold {
	font-weight: 700;
}
#btnShowInfo, #btnCloseInfo {
	position: absolute;
	top: 10px;
	right: 30px;
	font-size: 30px;
	cursor: pointer;
	opacity: 0.8;
}
#btnShowInfo {
	color: #ffffff;
	z-index: 103;
}
#btnCloseInfo {
	color: #0097A7;
	z-index: 107;
}
#btnShowInfo:hover, #btnCloseInfo:hover {
	opacity: 1;
}
#infoBox {
	visibility: hidden;
	position: fixed;
	z-index: 105;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #B3E0E5;
	overflow: auto;
}
#infoBoxContent{
	position: absolute;
	z-index: 106;
	width: 80%;
	left: 10%;
	top: 0px;
}
#infoBoxContent h1 {
	font-size: 2em;
	font-weight: bold;
	color: #0097A7;
	margin-top: 40px;
}
#infoBoxContent h1 .fas {
	margin-right: 8px;
	color: #00636E;
}
#infoBoxContent .logo {
	width: 400px;
	max-width: 60%;
	margin-top: 50px;
	margin-bottom: 20px;
}
#infoBoxContent p {
	font-size: 1.2em;
	color: #00636E;
	margin-bottom: 15px;
}
#infoBoxContent li {
	font-size: 1.2em;
	color: #00636E;
	padding: 5px;
}
#infoBoxContent .activites {
	margin-left:20px;
	margin-bottom:70px;
}
.actions {
	margin-top: 20px;
}
.info-actions {
	margin-top: 20px;
	color: #ffffff;
	opacity: 0.8;
}
.desktop-download {
	color: #ffffff;
	/*padding: 5px;*/
}
.desktop-download h2 {
	font-size: 2em;
	text-transform: uppercase;
	margin:0;
	font-weight:700;
}
.desktop-download-options {
	margin: 0 auto 0 auto;
	margin-top: 35px;
	border: none;
	font-size: 1.15em;
	color: rgba(255, 255, 255, 1);
}
.desktop-download-options a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.5);
}
.desktop-download-options a:hover {
	color: rgba(255, 255, 255, 0.8);
}
.desktop-download-version {
	margin: 0px;
	margin-top: 10px;
	font-size: 0.8em;
	font-style: italic;
}
.actions a, .actions div {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 8px 20px;
	border-radius: 2px;
	transition: 0.5s;
	margin: 10px;
	text-decoration: none;
	cursor: pointer;
}
.btn {
	background: #00636E;
	border: 2px solid #00636E;
	color: #ffffff;
}
.btn2 {
	background: #CC6600;
	border: 2px solid #CC6600;
	color: #ffffff;
}
.btn:hover,.btn2:hover {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn-reverse, .btn-reverse2, .btn-reverse3, .btn-reverse4, .btn-reverse5 {
	background: none;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn-reverse2, .btn-reverse3, .btn-reverse4, .btn-reverse5 {
	background: rgba(255, 255, 255, 0.3);
}
.btn-reverse:hover {
	background: #00636E;
	border: 2px solid #00636E;
	color: #ffffff;
}
.btn-reverse2:hover {
	background: #CC6600;
	border: 2px solid #CC6600;
	color: #ffffff;
	}
.btn-reverse3:hover {
	background: #3FA73F;
	border: 2px solid #3FA73F;
	color: #ffffff;
}
.btn-reverse4:hover {
	background: #FFCC00;
	border: 2px solid #FFCC00;
	color: #ffffff;
}
.btn-reverse5:hover {
	background: #0099FF;
	border: 2px solid #0099FF;
	color: #ffffff;
}
.link-download {
	color: #0097A7;
	text-decoration: none;
}
.link-download:hover {
	color: #CC6600;
	text-decoration: none;
}
.alpha-50 {
	opacity: 0.5;
}

/* FOOTER */
#foot {
	/*position: relative;*/
	height: 45px;
	line-height: 45px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #333333;
	color: #ffffff;
	font-size: 14px;
	white-space: nowrap;
	z-index: 104;
	border-top: 5px solid #3D3D3D;
}
#powered {
	float: right;
}
#numVersion {
 float: left;
 opacity: 0.3;
}

.logo-windows {
	max-width:60px;
	padding-right:20px;
}	

@media only screen and (max-width: 650px) {
	.logo-header {
		max-width: 70%;
	}
}