/* This will be converted to SCSS in the near future */


* {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

caption, img, figure {
    display: block;
    margin: 0 auto;
    color: #aaa;
    font-size: 0.85rem;
}

pre {
    color: #eee;
    background: #333;
    padding: 1.2rem;
    text-align: left;
}

.navigtation {
    background: red;
}

.navigation a {
    font-weight: bold;
    text-decoration: none;
}

.navigation ul {
    margin: 0;
}

.navigation ul li {
    border-right: 1px solid #333;
    display: inline-block;
    list-style: none;
    padding: 0.6rem;
}

.navigation ul li:last-of-type {
    border-right: none;
}

.privacy {
    background: url("../images/bunny-buttz.png");
}

.privacy-content {
    background: rgba(222,222,222,0.8);
    padding: 1.2rem;
}

.somebuttz {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin: 0 auto;
    max-width: 600px;
    padding: 2%;
}

#catButt {
    cursor: pointer;
}