<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: 
Author: Adam Jast
Author URI: https://jastcode.com
Description: ...
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

body {
    background-image: url('https://norcalchickeninc.com/wp-content/themes/norcalchickeninc/live-chicken.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    font-family: cursive;
}

#background-action-wrapper {
    position: absolute;
    top:50%;
    width:100%;
}

#background-action-wrapper &gt; a {
    color:white;
    font-size: 2em;
    font-weight: 600;
    text-decoration: none;
    border: 0.2em solid white;
    border-radius: 3em;
    padding: 1em;
    
}

body &gt; footer {
    position: absolute;
    width: 100%;
    height: 20%;
    bottom:0;
/*     border: 1px solid red; */
    
}


body &gt; footer &gt; div {
    
    position: absolute;
/*     bottom:2em; */
    display: block;
    opacity: 0.9;
    text-transform: capitalize;
/*     border: 1px solid blue; */
    
/*     bottom:0; */
/*     padding: 1em; */
}


body &gt; footer &gt; div:nth-of-type(1) {
    left:0em;
    
}

body &gt; footer &gt; div:nth-of-type(1) button {
    border: none;
    background-color: initial;
    text-transform: capitalize;
    color:white;
    display: none;
}

body &gt; footer &gt; div:nth-of-type(2) {
    right: 0;
}

body &gt; footer &gt; div:nth-of-type(2) a {
    text-decoration: none;
    color:white;
    display: inline-block;
}

body &gt; footer &gt; div:nth-of-type(1) button,
body &gt; footer &gt; div:nth-of-type(2) a {
    background-color: rgba(26, 101, 26, 0.98);
    padding: 1.0em;
    font-size: 1.5em;
    border-radius: 1em;
}

body &gt; footer &gt; div:nth-of-type(1) button:hover,
body &gt; footer &gt; div:nth-of-type(2) a:hover {
    background-color: rgba(12, 50, 12, 0.98);
}

body &gt; footer &gt; div:nth-of-type(1) button {
    border-top-left-radius: initial;
    border-bottom-left-radius: initial;
}

body &gt; footer &gt; div:nth-of-type(2) a {
        border-top-right-radius: initial;
    border-bottom-right-radius: initial;
}




div.offcanvas {
/*     display: none; */
    width: 80%;
    margin: auto;
    font-size: 1em;
    font-family: Georgia, serif;
    text-align: center;
}

div.offcanvas form label {
    display:none;
}

div.offcanvas form input {
    font-size: 2em;
}


</pre></body></html>