/*
 * Globals
 */

a {
  color: black;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;

}

body {
  color: black;
  text-shadow: 0 1px 3px rgba(0,0,0,.5);
  font-family:'Kameron', Georgia, serif;
}

.row {
  padding: 20px 30px;
}

/*
 * Header
 */

.navbar {
  border: none;
  color: black;
}

.a-logo {
  width: 40%;
}

.about {
  margin-right: 20px;
  padding-left: 15px;
}

.image {
  padding: 50px 60px;
  border-top: 2px solid grey;
}

.image:first-child {
  border-top: none;
}

.small {
  width: 80%;
}

.klooff-web {
  width: 85%;
}

.klooff-mobile {
  width: 60%;
}

.blurb {
  clear: both;
  margin-top: 18px;
  text-align: center;
  padding-right: 130px;
  font-size: 16px;
}

.go-top {
  float: right;
}

/*
 * Footer
 */

footer {
  padding: 10px 30px;
  color: white;
  background-color: grey;
}

footer li {
  list-style: none;
}


