/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/


#project-modal .modal-content{
    border-radius: 0px;
}
@media (min-width: 992px){
    #project-modal .modal-lg{
        width: 90%;
    }
}