/*
Theme Name:     Child
Description:    
Author:         root
Template:       Divi

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/




/*FOOTER TEXT CENTER ALIGNED*/
ul#menu-footer-menu{
	text-align: center;
}
div#footer-bottom div {
    text-align: center;
    display: flex;
    justify-content: center;
}

/* Project Gallery Box */
.et_pb_gallery_item.et_pb_grid_item.et_pb_bg_layout_light {
    width: 100%;
}

.type-project p,
.type-project a,
.type-project h2 {
    text-align: center;
    order: 0;
    width: 100%;
}
html .type-project > a{
	order: 1;
	margin-bottom: 32px; 
}

.type-project{
	    display: flex;
    flex-wrap: wrap;
}


@media screen and (max-width: 980px) and (min-width: 1px) {
	.responsive-fix .et_pb_button_module_wrapper {
	    text-align: center;
	    
	}
	.responsive-fix .et_pb_column{
		
		width: 50%;
	}
	.responsive-fix{
		display: flex;
	}
}

@media screen and (max-width: 640px) and (min-width: 1px) {
	.about-image img{
		display: none;
	}

	.about-image .et_pb_image {
    background-image: url(/wp-content/uploads/2017/11/mobile.png);
    height: 1281px;
    width: 100%;
	}
}

@media screen and (max-width: 420px) and (min-width: 1px) {
	.about-image .et_pb_image {
    height: 1041px;
    background-size: 400px;
	}
}













/*.*/
