/*
 Theme Name:   Divi Child
 Theme URI:    https://webexpress.pro
 Description:  Child Theme for Divi
 Author:       Cathy Lamborelle
 Author URI:   https://webexpress.pro
 Template:     Divi
 Version:      1.0.0
*/

/* ------------------------------------------------------- */
/********     Custom CSS starts below this line     *******/
/* ------------------------------------------------------- */

/******** GENERAL SETTINGS *******/

/*-----Typography-----*/
@import url('https://fonts.googleapis.com/css2?family=Bigshot+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');

@font-face {
 font-family: 'Doves';
 src: url('fonts/doves.ttf') format('truetype');
}
/*@font-face {
 font-family: 'Ovo';
 src: url('Ovo-Regular.ttf') format('truetype');
}*/

/*Setting the font family for all title */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Doves', sans-serif;
    color: blue;
    line-height: 1em;
}


/* Apply the base font size in a px value to the body element */
body {
    font-size: 14px;
    font-family: ovo, serif;
}

/* Media query to adjust the base font size on desktops and above */
@media all and (min-width: 981px) {
    body {
        font-size: 16px;
    }
}

/* Media query for tablets and phones in landscape mode */
@media all and (max-width: 980px) {
    body {
        font-size: 14px;
    }
}


/* Media query for mobile phones in portrait mode */
@media all and (max-width: 479px) {
    body {
        font-size: 12px;
    }
}

/* Setting the font size for title elements: 1em = the body font size px value */

h1,
.et_pb_section .et_pb_text h1 {
    font-size: 3em;
}

h2,
.et_pb_section .et_pb_text h2 {
    font-size: 1.6em;
}

h3,
.et_pb_section .et_pb_text h3 {
    font-size: 1.4em;
}

h4,
.et_pb_section .et_pb_text h4 {
    font-size: 1.3em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1em;
}





/* ------------------------------------------------------- */
/********          *******/
/* ------------------------------------------------------- */

/*     */