html {
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
    margin: 0 5% 0;
    overflow: hidden;
    height: 100%;
    font-size: 5em;
}
a {
    text-decoration: none;
    color: #339966;
}
img{
	width: 25%;
}
p {
    margin: 0;
}
p.text.right{
    margin: 0 0 1em;
}
p.text.center {
	text-align: center;
}

p.text.footer {
	margin: 0;
}

#header {
    margin: auto;
}

#content {
    margin: 0;
}
#footer {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 5% 0;
}

 /* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	body {
	    font-size: 2em;
	}

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
	body {
	    font-size: 2.5em;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	body {
	    font-size: 4em;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	body {
	    font-size: 5.5em;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	body {
	    font-size: 6em;
	}
} 
