/*
Theme Name: jp-angular
Author: Chris Viccaro
Author URI: http://www.jpenterprises.com
*/
html body app-page-section.layout-centered-vert app-page-section-title.text-align-center h3.section-title {
	text-align: center;
}

html body app-page-section.layout-centered .section-body {
	flex-wrap: wrap;
}

html body app-page-section.layout-centered-vert .section-body.text-align-center > * {
    align-self: center;
}
modal-footer {
display: none;
}

html{ 
	overflow: scroll; 
    -webkit-overflow-scrolling: touch !important;
}
.modal.in .modal-dialog {
	height:  50vh;
}
color-red {
background-color: #ff0000;
}
li#menu-item-2009 a{
color: #ff0000;
}