/*
 * Globals
 */
@import url(http://fonts.googleapis.com/css?family=Montserrat);

/* Links */
a,
a:focus,
a:hover {
  color: #666;
}

/* Custom default button */
.btn-default{
	background-color:transparent;
	text-shadow:none;
	color:#444;
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-weight:400;
	margin-top:10px;
	font-size:16px;
	border:none;
	border-radius:0px;
	transition:600ms all;
	width:10px;
	overflow:hidden;
	text-align:left;
}

.btn-default:hover,
.btn-default:focus {
  color: #DD7700;
  text-shadow: none; /* Prevent inheritence from `body` */
  background-color: #fff;
  transition:600ms all;
  border-radius:0px;
  width:250px;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background-color: #010101;
  color: #666;
  text-align: center;
  //text-shadow: 0px 1px 0px #aaa;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.areslogo{
	border:none;
	margin-top:100px;
	margin-bottom:100px;
	
}
.areslogo img{
	width:100%;
	max-width:468px;
}



/* Sticky footer styles
-------------------------------------------------- */

body {
  /* Margin bottom by footer height */
  margin-bottom: 56px;
}
.footer {
  position: fixed;
  bottom: 0;
  text-align:left;
  /* Set the fixed height of the footer here */
  height: 56px;
  background-color: #010101;
  font-size:10px;
}
.footer img{
	width:100%;
	max-width:81px;
}
/* /STICKYFOOTER ------------------------------- */