/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Anna Sandstrom & Jaroslava Vagner Svensson
 Author URI:     http://adelaideweb.agency/
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
 
/* =Theme customization starts here
------------------------------------------------------- */
.customslider h2{font-size:2.5em!important; line-height:1.0em!important;background: rgba(250, 248, 239, 0.7); padding:30px!important;}
.customslider h1{background: rgba(250, 248, 239, 0.7); padding:30px!important;}

.services h1{font-size:3.0em!important;}

/* Gradient transparent - color - transparent */ 
hr{ border: 0; height: 1px; 
background-image: linear-gradient(to right, rgba(0, 128,151, 1), rgba(0, 128,151, 0.75), rgba(0, 0, 0, 0)); 

}

.style h1{padding-top:5px!important;}
h2{font-size:1.5em!important; line-height:2.4em!important;}

.website{font-size:0.8em!important; color:#A0C6CD!important;}
.website a{font-size:0.9em!important;  color:#A0C6CD!important;}

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

