html,
body {
  position: relative;
  min-height: 100%;
  height: 100%;
}
html {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-size: 80%;
}
body {
  font-family: 'RobotoDraft', 'Roboto', 'Verdana', 'Helvetica Neue, Helvetica, Arial', sans-serif;
  font-style: normal;
  font-size: 1.3rem;
  line-height: 2rem;
  letter-spacing: 0.01rem;
  color: #212121;
  background-color: #F5F5F5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.wrapper {
	background-color: #ffffff;
	margin: 20px auto;
	max-width: 1200px;
	padding: 40px 30px;
}

.wrapper > header {
	display: flex;
	margin-bottom: 40px;
}
.wrapper > header span {
	margin-right: 50px;
	max-width: 150px;
}
.wrapper .content-area {
	font-size: 1.05em;
	color: #666;
}

body > footer {
	margin: 25px auto 10px;
	text-align: center;
	font-size:0.85em; 
	line-height: 1.5em;
	color: #888888;
}

#logo-velogrid {margin-top: 6px; }

img { max-width: 100%; }
h1, h2, h3, h4, h5, h6 {
	margin-top: 3px;
	color: #393939;
}
h4, h5, h6 {
	margin-bottom: 10px;
}
hr {
	margin: 15px 0;
	height: 1px;
	border: none;
	background-color: #ddd;
}
a {
	color: #0C76A8;
	text-decoration: none;
	border-bottom: 1px solid transparent;

    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
a:hover {
	color: #409CCA;
	border-bottom: 1px solid #409CCA;
}

header a:hover {
	border-bottom: 1px solid transparent;	
}


@media (max-width: 1290px) {
	.wrapper {
		margin: 20px 15px;
	}
}