*, :after, :before {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html {
    box-sizing: border-box;
    font-size: 16px;
    font-family: Arial,sans-serif;
}

textarea {
    font-family: Arial,sans-serif;
}

body {
    display: block;
    background-color: black;
    border: 0;
    margin: 0;
}

nav, footer {
    display: block;
    width: 100%;
    min-width: 240px;
    height: 48px;
    line-height: 48px;
    color: black;
    background-color: white;
}

footer {
    float: left;
    font-size: 0.8rem;
    text-align: center;
}

img.size-medium {
    max-width: 100%;
    padding: 12px;
    background-color: #222;
}

p, h1, h2, h3, h4 {
    color: white;
}

p {
    font-size: 1.0rem;
    text-align: justify;
    text-justify: inter-word;
}

input {
    -webkit-appearance: none;
    height: 24px;
    border-radius: 0px;
    border: 0px;
    font-size: 1.0rem;
    outline:0;
    padding-left: 8px;
    padding-right: 8px;
}

p
{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}

input:focus, textarea:focus {
    box-shadow: inset 0px 0px 0px 2px #ff8c00;
}

label, textarea {
    -webkit-appearance: none;
    font-size: 1.0rem;
    padding-left: 8px;
    padding-right: 8px;
    outline:0;
    border:0px;
}

textarea {
    float: left;
}

label {
    height: 24px;
    line-height: 24px;
}

form {
    width: 500px;
    max-width: 500px;
    margin: 0 auto;
}

input[type="submit"] {
    background: white;
    color: #000;
    text-shadow: none;
    border: 0;
    border-color: #ff8c00;
    font-weight: 600;
    height: 48px;
    line-height: 48px;
    border-color: white;
    float: left;
    display: inline-block;
    border-radius: 6px;
    font-size: 1.0rem;
    margin-top: 12px;
    margin-bottom: 12px;
}

#mainimage
{
    float: left;
    width:100%;
    min-width: 240px;
}
    
.menu-toggle {
    float: left;
    width: 48px;
    height: 48px;
    padding: 0px;
    border: 0px;
    background-color: red;
}

.entry-date, .byline {
    color: white;
    font-size: 14px;
}

.logo {
    float: left;
    width: 192px;
    height: 48px;
}

.hide {
    display: none;
}


.entry-content, .entry-header
{
    padding: 12px;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.menu {
    float: left;
    display: none;
}

.menu-button {
    float: right;
    width: 48px;
    height: 48px;
    padding: 24px;
    background-color: white;
    visibility: hidden;
}

.menu-button-line {
    width: 20px;
    height: 4px;
    background-color: black;
    border-radius: 2px;
    position: relative;
}

.menu-button-line-middle-1 {
    top: -2px;
    left: -10px;
}

.menu-button-line-middle-2 {
    visibility: hidden;
    left: -10px;
    top: -6px;
}

.menu-button-line-top {
    top: -16px;
    left: -10px;
}

.menu-button-line-bottom {
    top: -8px;
    left: -10px;
}

/* Styles for low resolutions. */
@media (max-width: 620px) {
    .menu-top-menu-container, .menu {
        width: 100%;
        min-width: 240px;
        float: left;
    }


    .menu-button {
        visibility: visible;
    }

    .menu-item {
       float: left;
       width: 100%;
       min-width: 240px;
       height: 48px;
       font-size: 1.3rem;
       font-weight: bold;
       text-align: center;
       color: white;
       background-color:black;
       text-transform: uppercase;
    }

    /* Underline the current menu item text. */
    .menu-item.current-menu-item {
        text-decoration: underline;
    }

    #menu-top-menu {
        display: none;
    }

    #menu-top-menu.show-top-menu {
        display: block;
    }

    /* Hide the content if the top menu is shown. */
    #content.show-top-menu {
        display: none;
    }

    #top-menu-button-line-top.show-top-menu {
        visibility: hidden;
    }

    #top-menu-button-line-middle-1.show-top-menu {
        transform: rotate(45deg);
    }

    #top-menu-button-line-middle-2.show-top-menu {
        transform: rotate(-45deg);
        visibility: visible;
    }

     #top-menu-button-line-bottom.show-top-menu {
        visibility: hidden;
    }
}

/* Styles for high resolutions. */
@media  (min-width: 621px) {

    /* Display the menu inline with the header. */
    #menu-top-menu {
        display: inline-block;
        float: left;
    }

    .menu-item {
       float: left;
       display:inline-block;
       height: 48px;
       font-size: 1.3rem;
       font-weight: bold;
       text-align: center;
       color: black;
       background-color:white;
       text-transform: uppercase;
       padding-left: 12px;
       padding-right: 12px;
    }

    .current-menu-item {
        background-color: black;
        color: white;
    }

    .menu-button {
        display: none;
    }
}

#content {
    border-style: solid;
    border-width: 0px;
    border-color: black;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-width: 240px;
}


.error, .material-icons
{
    color: #ff8c00;
    padding-left: 8px;
}

#contact {
    margin: auto;
    width: 100%;
    min-width: 240px;
}

#contact input {
    width: 100%;
}

#contact textarea {
    width: 100%;
    height: 168px;
    resize: vertical;
    border-radius: 0px;
}

#contactform {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 240px;
    max-width: 500px;
}



.image {
    display: block;
    border-style: solid;
    border-width: 8px;
    border-color: #222222;
    margin-left: auto;
    margin-right: auto;
}


a, a:focus, a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.menu-item a, .menu-item a:focus, .menu-item a:hover {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline-color: #ff8c00;
}

a, a:hover, a:focus
{
    color: #ff8c00;
    outline-color: #ff8c00;
}

/*
.menu-item {
    //font-size: 0;
    //box-sizing: border-box;
    display: inline-block;
    color: white;
    //background-color: red;
    height: auto;
    height: 48px;
    line-height: 48px;
    padding: 0 1rem;
}*/

/* BEGIN: Renderer styles. */
.renderer-container {
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio */
    position: relative;
}

.video-overlay-play-button, .renderer {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-wrapper {
    position: relative;
}

.video-wrapper > video {
    width: 100%;
    vertical-align: middle;
}

.video-wrapper > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.hidden {
    display: none;
}

.video-overlay-play-button {
    z-index: 10;
    cursor: pointer;
    padding-left: 44%;
    padding-right: 44%;
    padding-top: 22%;
    padding-bottom: 41%;
}

.video-overlay-play-button:hover {
    opacity: 1;
}

.video-overlay-play-button.is-hidden {
    display: none;
}


/* END: Renderer styles. */
    

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #222;
    max-width: 100%; /* Image does not overflow the content area */
    padding: 12px;
    text-align: center;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0;
        max-width: 100%;
        padding: 0;
        width: auto;
    }

    .wp-caption p.wp-caption-text {
        font-size: 13px;
        line-height: 17px;
        margin: 0;
        padding:  4px 4px 0px 0px;
        text-align: left;
    }

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    white-space: nowrap;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

    .screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000; /* Above WP toolbar. */
    }
