@charset "utf-8";
/* CSS Document */

.homebg {
	background: url("_images/PJS_6913.jpg") no-repeat center center fixed;
   	background-repeat: no-repeat; 
    background-position: center center;
    background-attachment: fixed; 
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	Background-size: cover;
	height:100%;
    width:100%; 
/*    background-color: #03244d;*/

}

header {border-bottom:3px solid #cc4e0b;}
	.mobile_button_menu {display:none;}
	.content_topper {background-position:center center; background-size:cover; min-height:400px;}
	.quote {padding:3% 0; text-align:center; font-size:18px;}
	.info {font-size:16px;}
	.cc4e0b {color:#cc4e0b;}
	.indent {padding-left:4%;}
	.graphics img {width:100%;}
	.modal-content {padding:20px;}


	.row-navigation {min-height:100px; z-index: 1;}
	.row-navigation ul {list-style: none; padding:0;}
	.row-navigation ul li {text-align: center; padding:10px 0px; text-align: center;
    padding: 1%;}
	.row-navigation ul li a {font-weight:600; font-size:14px;}
	.row-navigation ul li a:hover {color:#cc4e0b; text-decoration: none;}
	.row-navigation ul li a:focus {color:#cc4e0b; text-decoration: none;}

	@media (min-width:768px) {
		.quote {font-size:24px;}
		.content_topper {min-height:400px;}
		
		.row-navigation ul li {border-right:1px solid #a1a1a1;}
		.row-navigation ul li:last-child {border-right:none;}
		
	}
li{
padding-bottom: 15px;
}

.center {
  text-align: center;
}
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: center;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}