/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Kimberly Huggers
 Author URI:     kimberlyhuggers.nl
 Template:       Divi
 Version:        1.0.0
*/

h1 {
	font-size: 50px;
}

h2 {
	font-size: 35px;
}

h3 {
	font-size: 27px;
}

h4 {
	font-size: 21px;
}

a {
	font-weight: bold;
}

/* Header */
.sub-header {
	padding: 20px 0 !important;
}

/* Gallery */
@media only screen and (min-width: 768px) and (max-width: 980px) {
	.gallery-img .et_pb_gallery_items .et_pb_gallery_item_0_3 {
		display: none !important;
	}
}

/* button */
.et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover {
	padding: 5px 25px !important;
}

/* Service */
.service-text {
	display: flex;
	justify-content: center;
	align-items: center;
}

.service-text h2 {
	font-size: 45px;
}