html
{
	min-height: 100%;
	min-width: 385px;
	-ms-text-size-adjust: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	-webkit-text-size-adjust: 100%
	margin: 0px;
	padding: 0;
	height:100vh;
}

body,div,dl,dt,dd,ul,ol,li,nav,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,a
{
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: transparent;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top;
	background-repeat: no-repeat;
}


#french
{	
	display:none;
}
#english
{	
	display:block;
}


#page
{
	margin-left: auto;
	margin-right: auto;
	background-image: none;
	background-color: #efefef;
	border-color: #000000;
	z-index: 1;
}

#head
{
	position: relative;
	background-color: #ffffff;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
	z-index: 2;
}


#head #title
{
	clear:both;
	display:block;
	width:450px;
	height:100px;
	margin-left:8%;
	padding-top: 0px;
	padding-left:0px;
	background: transparent url("../images/IconRND512.png") no-repeat left top;
	background-size: 100px 100px;
}

#head .name
{
padding-left: 110px;
padding-top:10px;
}
#head .heading
{
padding-top: 5px;
color: #4692C9;
font-size: 32px;
line-height: 30px;
font-weight: bold;
}

#head button
{
	float: right;
	background-color: #bd2328;
  	border: none;
  	color: white;
  	padding: 5px 10px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 12px;
  	border-radius: 7px;
  	margin-right: 8%;
}









#downloads
{
	position: relative;
	clear:both;
	display:block;
	margin-left: auto;
	margin-right: auto;
	padding-top:25px;
	padding-bottom:25px;
	padding-left:8%;
	padding-right:8%;
}



#downloads ul
{
margin-left: 0px;
padding-left: 1.2em;
}

#downloads ul li
{
padding-bottom: 5px;
padding-top: 5px;
}

#downloads #install
{	
	clear:both;
}

#install button
{
	background-color: #3883BA;
	border: none;
  	color: white;
  	padding: 15px 25px;
  	padding-left: 55px;
  	text-align: center;
  	text-decoration: none;
  	display: inline-block;
  	font-size: 16px;
  	border-radius: 25px;
  	font-weight:bold;
  	margin-top:10px;
}
#install button.android
{
	background: #3883BA url("../images/DownloadAndroid.svg") no-repeat left center;

}
#install button.ios
{
	background: #3883BA url("../images/DownloadiOS.svg") no-repeat left center;
}










.clear{clear:both;}





#foot
{
	position: relative;
	background-color: #ffffff;
	width: 100%;
	padding-top:25px;
	padding-bottom: 20px;
}

#foot .copyright
{
	background: transparent url("../images/McLogo.svg") no-repeat center top;
	background-size: 45px 36px;
	clear:both;
	text-align: center;
    padding-top:43px;
    font-size: 11px;
}

#foot a:link, #foot a:hover, #foot a:visited, #foot a:active
{
	color: #bf2932;
	text-decoration: none;
	font-weight: bold;
}
