a[href^=tel] {
	color: inherit; text-decoration: none; 
	}

@font-face {
	font-family: vag;
	src: url("../fonts/vag.otf");
}
@font-face {
	font-family: veneer;
	src: url("../fonts/veneer.ttf");
}

p {
	text-align: center;
	font-family: vag;
	color: #1a1d64;
	font-size: 150%;
}

a {
	text-align: center;
	font-family: vag;
	color: #1a1d64;
}

h1 {
	text-align: center;
	font-family: veneer;
	color: #1a1d64;
	font-size: 300%;
}

h2 {
	text-align: center;
	font-family: veneer;
	color: #1a1d64;
	font-size: 200%;
}

body {
	background-color:#add6f4;
}

.smallp {
	font-size: 100%;
}

footer p {
	text-align: right;
	font-size: 100%;
	margin-right: 30px;
	text-decoration: none;
}

a {
	text-decoration: none;
}

footer {
	position: fixed;
	bottom: 0;
	width: 100%
}

a:hover {
	text-decoration: underline;
}
