
/* 
 Theme Name:     SX1 for Divi
 Author:         Rák Kálmán
 Author URI:     http://sx1.hu
 Template:       Divi
 Version:        1.0 
*/ 

:root {
    --color: #5c5c5c;
    --color-hover: #908f8d;
    --background-color: #f2efe8;
    --border-color: #dcd9d3;
    --button-background: #5c5c5c;
    --button-text-color: #ffffff;
    --circle-button-background: #ffffff;
    --circle-button-text-color: #1c1c1c;
    --image-radius: 10px;
}




/* --- MAIN CONTENT --- */
#main-content {
    /*background-color: var(--background-color) !important;*/
}


