/*****************************************************/
/* Odd Monkey Out                                    */
/* Website : Unshelved Designs                       */
/* Version : 0.1                                     */
/*****************************************************/
/* TODO: Find better fonts */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans|Yesteryear");
@font-face {
  font-family: Cliche;
  src: url(cliche.ttf); }
body {
  font-family: 'Josefin Sans', sans-serif;
  color: #ud_purple;
  font-size: 1em;
  background-color: #98CCB4; }

p {
  margin: 0; }

#content {
  max-width: 960px;
  margin: 50px auto;
  box-shadow: 0 0 7px #a0a0a0;
  background-color: #fff;
  border-radius: 20px; }

header {
  padding: 15px;
  font-family: 'Cliche', serif;
  font-size: 5em;
  text-align: center;
  color: #724a53; }

.about {
  padding: 15px; }
  .about a {
    font-family: 'Cliche', serif;
    display: block;
    text-align: center;
    color: #724a53;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.75em;
    margin-top: 20px;
    margin: 40px auto 20px;
    width: 300px; }
    .about a:hover, .about a:active {
      text-decoration: underline; }

.portfolio {
  width: 100%;
  padding: 10px 2px; }

.portfolio img {
  width: 316px;
  opacity: 0.25;
  border-radius: 20px;
  transition: opacity 0.5s;
  background-color: #342226; }

.portfolio img:hover {
  opacity: 1.0; }

footer {
  clear: both;
  background-color: #342226;
  text-align: center;
  padding: 5px 0;
  font-size: .75em;
  color: #c0c0c0; }
  footer a {
    text-decoration: none;
    font-weight: bold;
    color: #c0c0c0; }
    footer a:hover {
      color: #800080; }

/*# sourceMappingURL=style.css.map */
