@media only screen and (max-width: 980px) {
#logo {
min-height: 100px;
}
#text-2 {
    text-align: center;
    width: 100%;
}
}
@media only screen and (min-width: 981px) {
#logo {
min-height: 120px;
}
}



/* Footer */

#footer-info {
	text-align: center;
	width: 100%;
}

#footer-info { width: 100%; margin:0 auto; text-align: center !important; }
@media only screen and (min-width: 980px) { 
    #footer-bottom .et-social-icons { margin-bottom:-28px; } 
}

/* Header */

body.admin-bar.et_fixed_nav #main-header {
    border-bottom: solid 3px #526a30;
}


/* Footer */

#main-footer {
background: url("/wp-content/uploads/2020/07/Wooden-Footer.jpg") !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

#footer-bottom {
display : none !important;
}