body {
  font-size: 21px;
  font-family: sans-serif;
  margin: 0;
}

.state{
    display: none;
}

.visible{
    display: block;
}

nav {
    width: 100%;
    background-color: #3ad;
    display: table;
    padding-top: 0.7em;
}

nav ul {
    display: table-row;
}

nav li {
    display: table-cell;
    margin: 0;
    max-height:30px;
    width: 25%;
}

nav a {
    width: 100%;
    margin: auto;
    display: block;
    cursor: pointer;
    float: left;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background-color: #3ad;
    padding: 5px 0;
}

nav a:hover {
    background-color: #fff;
    color: #3ad;
}

.banner {
    width: 100%;
    background-color: #3ad;
    color: #ffffff;
    padding: 0.5em 0 0 0;
    white-space: nowrap;
}

.banner-title > div:nth-child(1) {
    text-align: center;
    font-size: 3.5em;
}
.banner-title > div:nth-child(2) {
    text-align: center;
    font-size: 1.3em;
    font-style: italic;
}

.main {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

img {
    margin: 10px;
}

img.xsmall {
    width: 20%;
}

img.small {
    width: 25%;
}

img.medium {
    width: 30%;
}

img.large {
    width: 40%;
}

img.xlarge {
    width: 45%;
}

img.left {
    float: left;
}

img.right {
    float: right;
}

.btn {
  border-radius: 5px;
  padding: 10px 20px;
  margin-bottom: 8px;
  text-decoration: none;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-user-select:none;
  user-select:none;
  background-color: #33aaee;
  box-shadow: 0 5px 0 0 #2988be;
  font-size: 100%;
}

/*a.btn:active and .btn-active should be kept equivalent*/
a.btn:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  box-shadow: 0px 1px 0px 0px;
}

.btn-active {
  transform: translate(0, 5px);
  -webkit-transform: translate(0, 5px);
  box-shadow: 0 1px 0 0;
}

.btn:hover {
  background-color: #5cbbf1;
}

.btn-text-input {
  border: 0;
  padding: 0 0 0 3px;
  color: #33aaee;
  font-size: 100%;
}

.goose-canvas {
  border: 4px solid #808080;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.post-link {
  font-size: 19px;
  line-height: 1.1em;
}

a.post-link {
  color: #666;
  text-decoration: none;
}

a.post-link:hover {
  text-decoration: underline;
}
