a {
  color: rgba(0,0,0,1.00);
}
a:hover {
  color: rgba(17,17,17,1.00);
}
body {
  background-color: rgba(255,255,255,1.00);
  color: rgba(0,0,0,1.00);
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body .album-title,
body .filesharing-description {
  color: rgba(0,0,0,1.00);
}
body header h1 {
  color: rgba(0,0,0,1.00);
}
body header h2 {
  color: rgba(153,153,153,1.00);
}
body .navButton .c-hamburger span {
  background: rgba(204,102,255,1.00);
}
body .navButton .c-hamburger span::before,
body .navButton .c-hamburger span::after {
  background-color: rgba(204,102,255,1.00);
}
body .navButton .c-hamburger--htx.is-active span::before {
  background-color: rgba(255,255,255,1.00);
}
body .navButton .c-hamburger--htx.is-active span::after {
  background-color: rgba(255,255,255,1.00);
}
body #content h1 a,
body #content h1.blog-entry-title a {
  color: rgba(0,0,0,1.00) !important;
}
body #content ul.blog-tag-cloud,
body #content #blog-archives,
body #content #blog-categories {
  border-bottom: 1px dashed rgba(170,170,170,1.00);
}
body #content .main h1:after,
body #content .main .album-title:after,
body #content .main .filesharing-description:after {
  border-top-color: rgba(0,0,0,1.00);
}
body #footer {
  border-top: 1px dashed rgba(170,170,170,1.00);
  color: rgba(153,153,153,1.00);
}
body #footer ul.breadcrumb {
  color: rgba(153,153,153,1.00);
}
body #footer ul.breadcrumb li a {
  color: rgba(85,85,85,1.00);
}
body #footer ul.breadcrumb li a:hover {
  color: rgba(51,51,51,1.00);
}
body #footer ul.breadcrumb li a:before {
  color: rgba(153,153,153,1.00);
}
body #footer ul.breadcrumb li span {
  color: rgba(153,153,153,1.00);
}
body #footer .footerContent {
  color: rgba(153,153,153,1.00);
}
body #footer .footerContent a {
  color: rgba(85,85,85,1.00);
  border-bottom: 1px dotted rgba(51,51,51,1.00);
}
body #footer .footerContent a:hover {
  color: rgba(51,51,51,1.00);
  border-bottom: 1px solid rgba(51,51,51,1.00);
}
#navWrapper {
  background: rgba(0,0,0,0.80);
}
#navWrapper nav ul li {
  list-style: none;
}
#navWrapper nav ul li a {
  color: rgba(255,255,255,1.00);
}
#navWrapper nav ul li ul li a {
  border-right-color: rgba(255,255,255,1.00);
}
body #content .btn, body #content .button, body #content input[type=submit] {
  background-color: rgba(102,102,255,1.00);
  color: rgba(255,255,255,1.00);
}
body #content .btn:hover, body #content .button:hover, body #content input[type=submit]:hover {
  background-color: rgba(76,160,245,1.00);
  color: rgba(255,255,255,1.00);
}

body #content .btn.outline, body #content .button.outline {
  background: none;
  color: rgba(102,102,255,1.00);
  border-color: rgba(102,102,255,1.00);
}

body #content .btn.outline:hover, body #content .button.outline:hover {
  background: none;
  color: rgba(76,160,245,1.00);
  border-color: rgba(76,160,245,1.00);
}

body #content .btn.secondary, body #content .button.secondary, body #content input[type=reset] {
  background-color: rgba(49,52,57,1.00);
  color: rgba(255,255,255,1.00);
}

body #content .btn.secondary:hover, body #content .button.secondary:hover, body #content input[type=reset]:hover {
  background-color: rgba(96,102,112,1.00);
  color: rgba(255,255,255,1.00);
}

body #content .btn.secondary.outline, body #content .button.secondary.outline {
  background: none;
  color: rgba(49,52,57,1.00);
  border-color: rgba(49,52,57,1.00);
}

body #content .btn.secondary.outline:hover, body #content .button.secondary.outline:hover {
  background: none;
  color: rgba(96,102,112,1.00);
  border-color: rgba(96,102,112,1.00);
}