/* Menu - makes current choice bold */
li.active.not-click {
	font-weight: bold;
	color: rgb(100,18,20) !important;
}


/* Footer -  makes font 16px and solid white */
p.copyright.text-center {
    font-size: 16px !important;
    color: rgb(255,255,255);
}


/* Contact Us page - map formatting @ https://blog.theodo.com/2018/01/responsive-iframes-css-trick/ */
/* Following disabled 3-9-20; could not find .resp-container or .resp-iframe classes */
/*.resp-container {
    position: relative;
    overflow: hidden;
    /* padding-top: 56.25%; setting in original script */
/*    padding-top: 75%;
}
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}*/