/*  navy blue */
/*
 *
 * Version: 1.2.0 (20190215)
 * Requires:
 *
 * Copyright &copy; 2015-2024 Tod W. McNamara. All Rights Reserved
 *
 *
 */
.site-btn {
	/*background-color:rgba(100,0,0,1);*/
    background-color:rgba(0, 128, 128,0.1);/*rgba(0,0,100,0.1);*/
}
@media (hover: hover) {
.site-btn:hover, .site-btn:hover {
    background-color:rgba(0, 128, 128,1);/*rgba(0,0,100,1.0);*/
  /*background-color: #0099CC;*/
}
}
.site-bg {
    background-color:rgba(0, 128, 128,0.6);/* rgba(0,0,100,0.6);*/
}
