body, input, select, textarea {
  color: #000000;
  background-color: #ffffff;
}

#contact {
  background-color: #000000;
  color: #ffffff;
}

#contact h3 {
  color: #ffffff;
}

a:hover {
    border-bottom-color: transparent;
    /*color: #c70f0f !important;*/
    color: #ff7171 !important;
}

body.is-menu-visible #menu {
  background-color: #000000;
  opacity: 0.85;
}

#menu .close:before, #menu .close:after {
  -moz-transition: opacity 0s ease-in-out;
  -webkit-transition: opacity 0s ease-in-out;
  -ms-transition: opacity 0s ease-in-out;
  transition: opacity 0s ease-in-out;
}

a:active {
    color: #fd3e3e !important;
}

#header nav a[href="#menu"]:after {
  background-image: none;
}

#header nav a[href="#menu"]:before, #header nav a[href="#menu"]:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='0' y1='10' x2='18' y2='10' /%3E%3Cline x1='0' y1='20' x2='18' y2='20' /%3E%3Cline x1='0' y1='15' x2='18' y2='15' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 32px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    right: 1.5em;
    top: 0;
    vertical-align: middle;
    width: 24px;
}

#header nav a[href="#menu"]:after {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ff7171%3B %7D%3C/style%3E%3Cline x1='0' y1='10' x2='18' y2='10' /%3E%3Cline x1='0' y1='20' x2='18' y2='20' /%3E%3Cline x1='0' y1='15' x2='18' y2='15' /%3E%3C/svg%3E");
    opacity: 0;
    z-index: 1;
}

#header a.logo:after {
  background-image: none;
}

#header a.logo:before, #header a.logo:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ffffff%3B %7D%3C/style%3E%3Cline x1='8' y1='5' x2='8' y2='20' /%3E%3Cline x1='13' y1='10' x2='13' y2='20' /%3E%3Cline x1='18' y1='2' x2='18' y2='20' /%3E%3Cline x1='23' y1='7' x2='23' y2='20' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px 32px;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    left: 2em;
    top: 0;
    vertical-align: middle;
    width: 24px;
}

#header a.logo:after {
    -moz-transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='32' viewBox='0 0 24 32' preserveAspectRatio='none'%3E%3Cstyle%3Eline %7B stroke-width: 2px%3B stroke: %23ff7171%3B %7D%3C/style%3E%3Cline x1='8' y1='5' x2='8' y2='20' /%3E%3Cline x1='13' y1='10' x2='13' y2='20' /%3E%3Cline x1='18' y1='2' x2='18' y2='20' /%3E%3Cline x1='23' y1='7' x2='23' y2='20' /%3E%3C/svg%3E");
    opacity: 0;
    z-index: 1;
}

#header a.logo:hover:after, #header a.logo:active:after {
  opacity: 1;
}

#header a.logo {
    padding-left: 4.25em !important;
}

#header .logo strong {
  line-height: 2.7em;
  background-color: initial;
  color: #000000;
}

/*Responsive header*/

@media screen and (max-width: 1680px) {
    #header a.logo {
        padding-left: 3.75em !important;
    }
}

@media screen and (max-width: 1280px) {
    #header a.logo {
        padding-left: 4em !important;
    }
}

@media screen and (max-width: 736px) {
    #header {
        height: 2.75em;
        line-height: 2.75em;
    }
    #header .logo {
        padding: 0 1em;
    }

    #header nav a {
        padding: 0 0.5em;
    }
    #header nav a:last-child {
        padding-right: 1em;
    }

    #header a.logo {
        padding-left: 3.25em !important;
    }

    #header a.logo:before, #header a.logo:after {
        left: 0.75em;
    }
}

@media screen and (max-width: 480px) {
    #header .logo span {
        display: none;
    }
    #header a.logo {
        overflow: hidden;
        padding-left: 0 !important;
        text-indent: 5em;
        white-space: nowrap;
        width: 5em;
    }
    #header a.logo:before, #header a.logo:after {
        right: 0;
        width: inherit;
    }
}

input[type="submit"].special:hover, input[type="submit"].special:active, input[type="reset"].special:hover, input[type="reset"].special:active, input[type="button"].special:hover, input[type="button"].special:active, button.special:hover, button.special:active, .button.special:hover, .button.special:active {
    background-color: #ff7171;
    color: #000000 !important;
}

input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, button:hover, button:active, .button:hover, .button:active {
    box-shadow: inset 0 0 0 2px #ff7171;
    color: #ff7171;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, select:focus, textarea:focus {
    border-color: #ff7171;
    box-shadow: 0 0 0 2px #ff7171;
}

a.icon.alt:hover:before {
    background-color: #ff7171;
    color: #000000;
}

strong, b {
  color: #000000;
}

h1, h2, h3, h4, h5, h6 {
  color: #000000;
}

h2 a {
  color: #ff7171;
}

#main {
  background-color: #ffffff;
}

.datestamp {
  font-size: 0.7em;
  font-weight: 600;
  letter-spacing: 0.25em;
  margin-bottom: 2em;
  text-transform: uppercase;
}

table tbody tr:nth-child(2n + 1) {
    background-color: rgba(0, 0, 0, 0.05);
}



header.major > :first-child:after {
  background-color: #000000;
}

header.major {
  width: 100%;
}

pre, h1 {
  white-space: pre-wrap;
}

body.is-loading #banner:after {
    opacity: 0;
}

#banner.major {
  min-height: 0;
  height: 30em;
}

#banner:after {
  opacity: 0;
}

#banner > .inner .content {
  color: #c70f0f;
}

#banner > .inner .content p {
  font-size: 1em;
  font-weight: 400;
}

.tiles article:after {
    background-color: rgba(111, 27, 27, 0.5);
}

.tiles article:nth-child(6n - 5):before, .tiles article:nth-child(6n - 2):before {
    background-color: #c70f0f;
    /*background-color: #ff5252;*/
}

.tiles article:nth-child(6n - 5) h3 a, .tiles article:nth-child(6n - 5) p, .tiles article:nth-child(6n - 2) h3 a, .tiles article:nth-child(6n - 2) p {
    color: #ffffff;
}

.tiles article:nth-child(6n - 4):before, .tiles article:nth-child(6n - 1):before {
    background-color: #000000;
}

.tiles article:nth-child(6n - 4):after, .tiles article:nth-child(6n - 1):after {
    background-color: rgba(0,0,0,0.1);
}

.tiles article:nth-child(6n - 3):after, .tiles article:nth-child(6n):after {
    background-color: rgba(255,255,255,0.5);
}

.tiles article:nth-child(6n - 4) h3 a, .tiles article:nth-child(6n - 4) p, .tiles article:nth-child(6n - 1) h3 a, .tiles article:nth-child(6n - 1) p {
    color: #ffffff;
}

.tiles article:nth-child(6n - 3):before, .tiles article:nth-child(6n):before {
    background-color: #ffffff;
}

.tiles article:nth-child(6n - 3) h3 a, .tiles article:nth-child(6n - 3) p, .tiles article:nth-child(6n) h3 a, .tiles article:nth-child(6n) p {
    color: #000000;
}

#menu {
  background-color: rgba(0,0,0,1);
  color: #ffffff;
}

#header .logo:hover strong {
  background-color: initial;
  color: #ff7171;
}

#menu .close:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='20px' viewBox='0 0 20 20' zoomAndPan='disable'%3E%3Cstyle%3Eline %7B stroke: %23ff6a6a%3B stroke-width: 2%3B %7D%3C/style%3E%3Cline x1='0' y1='0' x2='20' y2='20' /%3E%3Cline x1='20' y1='0' x2='0' y2='20' /%3E%3C/svg%3E");
    opacity: 0;
}

input[type="text"] {
  background: #ffffff;
  color: #000000;
}

.blackwhite img {
    -webkit-filter: grayscale(75%);
    filter: grayscale(75%);
}

p img {
  width: 100%;
}

p.center {
  text-align: center;
}

p img.max600 {
  max-width: 600px;
}

p img.max800 {
    max-width: 800px;
  }

#footer {
  background-color: #000000;
}

.spotlights > section {
  background-color: #000000;
  color: #ffffff;
}

.spotlights h3 {
  color: #ffffff;
}

.spotlights > section:nth-child(2n) {
  background-color: #c70f0f;
  color: #ffffff;
}

.contact-method .icon {
  position: relative;
}

#contact > .inner > :nth-child(2n - 1) {
  padding-top: 3em;
}

#footer > .inner {
  padding-top: 1em;
  padding-bottom: 0.5em;
}

.highlight  { background: #ffffff; }
.highlight .c { color: #999988; font-style: italic } /* Comment */
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
.highlight .k { font-weight: bold } /* Keyword */
.highlight .o { font-weight: bold } /* Operator */
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #aa0000 } /* Generic.Error */
.highlight .gh { color: #999999 } /* Generic.Heading */
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
.highlight .go { color: #888888 } /* Generic.Output */
.highlight .gp { color: #555555 } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
.highlight .kc { font-weight: bold } /* Keyword.Constant */
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
.highlight .m { color: #009999 } /* Literal.Number */
.highlight .s { color: #d14 } /* Literal.String */
.highlight .na { color: #008080 } /* Name.Attribute */
.highlight .nb { color: #0086B3 } /* Name.Builtin */
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
.highlight .no { color: #008080 } /* Name.Constant */
.highlight .ni { color: #800080 } /* Name.Entity */
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
.highlight .nn { color: #555555 } /* Name.Namespace */
.highlight .nt { color: #000080 } /* Name.Tag */
.highlight .nv { color: #008080 } /* Name.Variable */
.highlight .ow { font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #009999 } /* Literal.Number.Float */
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
.highlight .sc { color: #d14 } /* Literal.String.Char */
.highlight .sd { color: #d14 } /* Literal.String.Doc */
.highlight .s2 { color: #d14 } /* Literal.String.Double */
.highlight .se { color: #d14 } /* Literal.String.Escape */
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
.highlight .si { color: #d14 } /* Literal.String.Interpol */
.highlight .sx { color: #d14 } /* Literal.String.Other */
.highlight .sr { color: #009926 } /* Literal.String.Regex */
.highlight .s1 { color: #d14 } /* Literal.String.Single */
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #008080 } /* Name.Variable.Class */
.highlight .vg { color: #008080 } /* Name.Variable.Global */
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */