html {
    overflow-y: scroll;
}
body {
    background: #fefefe;
    font-family: Montserrat, sans-serif;
    padding: 2em;
}

/* just a simple reset */
p, h1, h2 {
    padding: 0;
    margin: 0;
}

a:not(.homelink) {
    transition: color .3s, border-bottom .3s;
	color: #265C83;
    text-decoration:none;
    border-bottom: 1px #265C83 dotted;
}

a:not(.homelink):link,
a:not(.homelink):visited { color: #265C83; border-bottom: 1px #265C83 dotted; }
a:not(.homelink):hover   { color: #7FDBFF; border-bottom: 1px #7FDBFF dotted; }
a:not(.homelink):active  {
    transition: color .3s, border-bottom .3s;
    color: #007BE6;
    border-bottom: 1px #007BE6 dotted;
}

.wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 50em;
    text-align: center;
}

/* content area*/
.content p {
    line-height: 1.5em;
}

.content p:not(:last-child) {
    margin-bottom: 1.5em;
}

.logo {
    width: 30em;
    margin-bottom: 30px;
}

/* contact area */
.contact {
    padding-top: 30px;
    font-size: 0.9em;
}

.contact .group {
    margin-bottom: 13px;
}

.footer {
    padding-top: 20px;
    font-size: 0.7em;
}

@media (max-width: 32em) {
    .wrapper {
        max-width: 100%;
    }
    .logo {
        width: 100%;
    }
}

@media (max-width: 20em) {
    body {
        padding: 0.5em;
    }
}
