/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- 
@font-face {
    font-family: 'klavika regular';
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot');
    src: url('fonts/klavika-regular-opentypebigfontsitecom.eot?#iefix') format('embedded-opentype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff2') format('woff2'),
        url('fonts/klavika-regular-opentypebigfontsitecom.woff') format('woff'),
        url('fonts/klavika-regular-opentypebigfontsitecom.ttf') format('truetype'),
        url('fonts/klavika-regular-opentypebigfontsitecom.svg#klavika-regular-opentypebigfontsitecom') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

/* #Primary
================================================== */

::selection {
    color: #fff;
    background-color: #004E7E;
}
::-moz-selection {
    color: #fff;
    background-color: #004E7E;
}


/* #Media
================================================== */

@media (min-width: 767px){
    
}

@media (max-width: 767px) { 
    
}