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

/*************** ADD CUSTOM CSS HERE.   ***************/

body {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding-top: 0 !important;
    background: #80c72d;
    background-image: url(/wp-content/themes/borisbunjakcoach/bgr.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
}
body .section {background: transparent;}
#main,#wrapper {background: transparent;}
.section:not(:first-child) .row {
    background-color: white;
    border-radius: 15px;
    padding: 25px
}
.section:last-child .row {

    padding: 10px 0;
}
.section:last-child p {
    margin: 0;
}
.section .section-title-main,
.section-title-normal{
    border: none;
    margin: 0;
    color: white;
    padding: 10px ;
}
.container.section-title-container {
    background: #ed1b24;
    color: white;
    margin-left: -40px;

}