/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body{
    font-family: 'Be Vietnam Pro', sans-serif;
    background:#f6f1e7;
    color:#1d1d1d;
}

h1,h2,h3,h4{
    font-family:'Cormorant Garamond', serif;
    font-weight:600;
}






.section{
    padding-top:60px;
    padding-bottom:60px;
}

.button{
    border-radius:50px;
    text-transform:none;
    font-weight:600;
    letter-spacing:.5px;
}

.row .col{
    margin-bottom:0;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
