/*
 Theme Name:   Divi Child Theme
 Theme URI:    https://websiteadelaide.com/
 Description:  Divi Child Theme
 Author:       Website Adelaide
 Author URI:   https://websiteadelaide.com/
 Version:      2.0
 Template:     Divi
*/


.centering { 
        display: flex; 
        flex-direction: column; 
        justify-content: center;
    } 

.websiteby a{font-weight:400!important; font-size:0.9em!important;}

    .menubutton a {
        padding: 10px !important;
        background: #dca47d;
        color: #fff !important;
        border: 2px solid #dca47d;
    }
    .menubutton a:hover {
        background: #fff;
        color: #000 !important;
        opacity: 1 !important;
		 
    }

.et-fixed-header .menubutton a{
color: #fff!important;
    background: #dca47d;
    margin-bottom:8px;
    padding: 5px !important;
	border: 2px solid #dca47d;
}
