
.stickybox2 {
    position: sticky;
    top: 0;
    width: 100%;
    height: 60px;
}

.headgraphics1 {
    float: left;
    width: 75px;
    height: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
    opacity: 1;
    border-radius: 25px;
    z-index: 2;
}

.headgraphics1 img {
    width: 100%;
    height: auto;
    border-radius: 23px;
}

.willwu {
    float: right;
    background-color: var(--page-dm-color);
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-top: auto;
    border-radius: 25px;
    opacity: 1;
    margin-top: 170px !important;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.icom img {
    background-color: var(--page-gy-color);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}

#p0 img {
    
}

#p1 img {
    
}

#p2 img {
    
}

#p3 img {
    
}

#p4 img {
    
}

#p5 img {
    
}

#p6 img {
    
}

#p7 img {
    
}

header {
    width: 100%;
}

header .backlight {
    width: 98%;                                                        
    margin-right: auto;
    margin-left: auto;
    background-image: url(../images/sitepics/farmtown.jpeg);                                    
    background-repeat: no-repeat;
    border-radius: 25px;
}

.transbox {  
    background-color: var(--page-dm-color); 
    opacity: 0.8;
    width: 50%;                                             
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 25px;
    margin-top: 10px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
}
 
.search_box {
   
    float: right;
}

body {
    font-family: times, serif;
    background-color: var(--page-mm-color);
}

section{
    width: 98%;                                    
    padding: 10px;
    background-color: var(--page-dm-color);
    margin-right: auto;
    margin-left: auto;
    z-index: -1;
    margin-top: 32px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px; 
}

footer {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.lower_logo {width:65%; text-align: center; margin-left: auto; margin-left: auto;}

.footer_logo { 
   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
   width: 100%;
   border-radius: 55px;
}

.footer_logo img {
   border-radius: 53px;
   width: 100%;
}

.footer_tag {
  margin-top: 10px;
  text-shadow: -0.5px -0.5px var(--page-dm-color), 0.5px 0.5px var(--page-ox-color);
}

.lowlife li {
    float: left;
    margin-right: 30px;
}

.lowlife {
    width: 100%;
    text-align: center;
    vertical-align: text-bottom;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
}

.lowlife ul {
    list-style-type: none;
    display: inline;
}

footer {
    width: 98%;
    margin-right: auto;
    margin-left: auto;
    /*  height: 250px;  -moved to site styles-  */
    padding: 10px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.cright {margin-left: 20px;}

.commenttweek {
    margin-top: -20px;
}

.commenttweek a {
    text-decoration: none;
}    

.socmed {
    margin-top: -20px;
}

.socmed a {
    color: var(--page-dm-color);
    text-decoration: none;
}

.socmed .sml {
    background-color: var(--page-gy-color);
    width: auto;
    padding: 3px;
}

.newsletters {
    margin-left: 20px;
}

#main {
  transition: margin-left .5s;
  padding: 16px;
}

.finep {
  font-size: 10px;
  margin-top:25px;
}

@media only screen and (min-width: 760px) {
  .finep {
    font-size: 13px;
    margin-top:20px;
  }
}

