/*
Theme Name: iDesign
Version: 1.0
Author: Xoobo
Author URI: https://xoobo.com/
*/

body.admin-bar{
	padding-top: 32px;
}
body.admin-bar .navigation{
	top:32px;
}
a{
	cursor: pointer;
}
.project-image{
    min-height:250px;
    background-size:cover;
}

.cta-section{
    background-attachment:inherit;
}
.cta-section._3{
    background-position:center;
}
@media only screen and (max-width: 768px) {
    .project-wrapper{
        margin-bottom:15px !important;
    }
}