@font-face {
	font-family: infprofont;
	src: url('../font/MerriweatherSans-Regular.ttf');
}

@font-face {
	font-family: infprofontbold;
	src: url('../font/MerriweatherSans-Bold.ttf');
}

@font-face {
	font-family: infprofontlight;
	src: url('../font/MerriweatherSans-Light.ttf');
}

html{
    margin:0;
    padding:0;
    width:100%;
}

body {
    background: #006e56;
    margin:0;
    padding:0;
    color: white;
    width:100%;
    line-height: 1.4em;
    font-family: infprofontlight, "lucida grande", tahoma, verdana, arial, sans-serif;
    letter-spacing: 0.12ex;
    background-image:url('../images/background.webp');
    background-repeat:no-repeat;
    background-size:cover;
    background-attachment: fixed;
    background-position: center;
}

a {
    color: white;
}


h1{
    max-width:100%;
    padding:0;
    margin:0.3ex;
    margin-bottom:2em;
}

h1 img{
    margin-top:3em;
    width:10em;
    height:10em;
    transform: rotate(-10deg);
}

footer {
    margin-top:2em;
}

