body, html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

body {
    height: 100vh;
    display: flex;
    flex-direction: column;
}

div, p {
	margin: 0;
	padding: 0;	
}

p {
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
    line-height: 2em;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: 'Noto Sans', sans-serif;
	color: #000;
}	

h4 {
	font-size: 22px;
	font-weight: normal;
}

a, a p {
	font-family: 'Noto Sans', sans-serif;	
	color: #0089ff;
	text-decoration: none;
	/*border-bottom: 1px rgba(0,137,255,.8) solid;*/
	-o-transition:.3s;
  	-ms-transition:.3s;
  	-moz-transition:.3s;
  	-webkit-transition:.3s;
  	transition:.3s;
}

a:visited {
	color: #0089ff;
}

a.constant {
	color: #0089ff;
}

a:hover {	
	color: #CC0000;
	/*border-bottom: 1px rgba(204,0,0,1) solid;*/
}

.rounded-7 {
    border-radius: 7px;
}

footer{
    margin-top:auto;
}