@font-face {
    font-family: cc-fontello;
    src: url("https://mirrors.creativecommons.org/presskit/cc-icons.ttf");
}

a[href*="creativecommons.org"] {
    color: black;
}

a[href*="creativecommons.org"]:hover {
    color: black;
    text-decoration: none;
}

a[href*="creativecommons.org"]:visited {
    color: black;
}

[class^=cc-icon-]:before,[class*=" cc-icon-"]:before {
    font-family: cc-fontello;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    /*width: 1em;*/
    /*margin-right: .2em;*/
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    /*margin-left: .2em;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cc-icon-cc:before {
    content: 'c';
}

.cc-icon-cc-by:before {
    content: 'b';
}
.navbar-bottom {
    box-shadow: 0 1px 6px rgba(0,0,0,0.3);
}
button.btn.btn-primary {
    background-color: #244a16;
}

