
/*full size image */
body, html {
  height: 100%;
}
body {
    background: #fff;
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #222;
    text-align: center;
     line-height: 1;
}
/*sparta cervelo red #dc1509 */
h1 {
  color: #000;
  font-weight: 100;
   line-height: 1;
  text-transform: uppercase;
  font-size: 100px;
}
/*cervelo blue #001e64*/
h2 {
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 80px;
}
h3{
	 color: #fff;
  text-align: center;
  font-weight: 100;
  margin-top: 1.3em;
  font-size: 40px;
}
p{
	color: #fff;
  text-align: center;
  margin-top: 1em;
}
header{
	padding: 2em 2em 4em;
	
	background: rgba(255, 255, 255, 0.5);
}



nav a{
	color: #000;
	text-decoration: none;
	border-color: #ffffff;
	border-radius: 4px;
	display: inline-block;
	padding: 1em 2em 1em;
	margin-right:22px;
	background: rgba(255, 255, 255, 0.1);
}
body{
	background: rgba(255, 255, 255, 0.5);
	background-image: url('../images/anca-gabriel-unsplash.jpg');
	background-repeat: no-repeat;
	background-position: center;
  	background-size: cover;
	height: 100%;


}
a:hover{
	background: #ffffff;
	color: #000;
}
a:focus{
	background: #ffffff;
	color: #000;
}
a:active{
	border: 1px solid #666666;
}


aside.left img{
    border: 1px solid rgba(0, 0, 0, 0.5);
    display: block;
    margin: 0 auto;
    max-width: 80%;
    margin-top: 1.3em;
}
aside.left{
	width: 31%;
	display: inline-block;
	padding-top: 2%;
	padding-bottom: 4%;
	float:left;
	background-color: #7e8c5e;
}
section.right{
	width: 64%;
	display: inline-block;
	float:right;
	padding-top: 2%;
	padding-bottom: 4%;
	margin-right: : 2%;
}
/* clear float*/