/*
Theme Name:     divi-child
Description:    Child theme of Divi
Author:         admin
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version)
*/

@import url("../Divi/style.css");

/* reduce spacing between sections */
.et_pb_fullwidth_header {
padding-bottom: 0;
margin-bottom: -10px;
}
div.et_pb_section.et_section_regular:nth-child(2) {
padding: 0;
}

/* make logo bigger */
@media only screen and (min-width: 250px) {
#logo { 
max-height: 100px !important;
}
}

/* padding under logo */
.et_fixed_nav #logo {
margin-bottom: 10px;
}

/* space between columns */
.et_pb_section {
padding: 10 !important;
}

.et_pb_row {
padding: 0 !important;
}

.et_pb_row {padding: 0;}
#footer-info { display:none;}
