@charset "utf-8";
/* CSS Document */
html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}
.smallSerif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
body {
	margin-left: auto;
	margin-right: auto;
	background: #e6f4f8;
	border-style: solid;
	border-width: 0px 5px 0px 5px; /* 25px top, 10px right, 4px bottom and 35px left */
	border-color: #e6f4f8;
}
.BOP_header{
		background: #B0D9F9;
}
p {
	font-size: 16px;
	font-weight: 400;
}

.col {
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

/*Tablet View*/

@media (min-width: 768px){
	
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	
	.style-nav ul {
		text-align: center;
	}
	
	h1 {
		font-size: 40px;
			}
	
	h2 {
			}
	
	.col-md-one-half {
		width: 50%;
	}
	
	.col {
		float: left;
		}
}

/*Desktop View*/

@media (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
	}
	
	.style-nav {
		float: right;
	}
	
	.col-lg-one-fourth {
		width: 25%;
	}
}

.header-wrapper {
    border-top: #7fc6f8 1px solid;
    border-bottom: #7faed0 1px solid;
    background: #008ef1;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ef1', endColorstr='#005fa2');
    background: -webkit-gradient(linear, left top, left bottom, from(#008ef1), to(#005fa2));
    background: -moz-linear-gradient(top, #008ef1, #005fa2);
    height: 50px;
    padding-top: 5px;
	width: 25%;
}
.t2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: black;
}
.t1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	font-weight: bold;
	color: red;
}
.BOP {
	font-family: "Windsor BT";
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
	color: black;
}
.img  {
  float: right;
}
.imgphoto  {
  float: center;
  border: 15px;
  border-style: solid;
  border-color: #e6f4f8;
}
.imgphotoleft  {
  float: left;
  border: 15px;
  border-style: solid;
  border-color: #e6f4f8;
}
.imgphotoright  {
  float: right;
  border: 15px;
  border-style: solid;
  border-color: #e6f4f8;
}
.imgphotowhite  {
  float: right;
  border: 15px;
  border-style: solid;
  border-color: white;
}
.BlackSerifHeadline {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 24px;
	font-weight: bold;
	color: black;
}
/* links */

a {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration: underline;
}


/* Page */

.page {
	background-color:#ffffff;
}

.navbar {
  width: 100%;
  background-color: #555;
  overflow: auto;
}
.navbar a {
  float: left;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  border-top: #7fc6f8 1px solid;
  border-bottom: #7faed0 1px solid;
  border-right:  #7faed0 1px solid;
  border-left:  #7faed0 1px solid;
  background: #008ef1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ef1', endColorstr='#005fa2');
  background: -webkit-gradient(linear, left top, left bottom, from(#008ef1), to(#005fa2));
  background: -moz-linear-gradient(top, #008ef1, #005fa2);
  height: 50px;
  padding-top: 10px;
  Width: 33.3%;
}
.navbar a:hover {
  background-color: #B0D9F9;
  color:black;
}
.navbar a.active {
  background-color: #B0D9F9;
  color:black;
}
.navbar2 a {
  float: left;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-align: center;
  border-top: #7fc6f8 1px solid;
  border-bottom: #7faed0 1px solid;
  border-right:  #7faed0 1px solid;
  border-left:  #7faed0 1px solid;
  background: #008ef1;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ef1', endColorstr='#005fa2');
  background: -webkit-gradient(linear, left top, left bottom, from(#008ef1), to(#005fa2));
  background: -moz-linear-gradient(top, #008ef1, #005fa2);
  height: 50px;
  padding-top: 10px;
  Width: 50%;
}
.navbar2 a:hover {
  background-color: #B0D9F9;
  color:black;
}
.navbar2 a.active {
  background-color: #B0D9F9;
  color:black;
}
.column {
  float: left;
  padding: 10px;
  border-top: #7fc6f8 1px solid;
  border-bottom: #7faed0 1px solid;
  border-right:  #7faed0 1px solid;
  border-left:  #7faed0 1px solid;
}
.left {
  width: 70%;
}
.middle {
  width: 15%;
}
.right {
  width: 15%;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.BOPbutton {
	background: -webkit-gradient(linear, left top, left bottom, from(#DAC3AC), to(#E9DBCD));
	background: -moz-linear-gradient(top, #DAC3AC, #E9DBCD);
	border: none;
	color: black;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
figure {
  border: 1px #cccccc solid;
  padding: 14px;
  margin: auto;
}
figcaption {
	color: black;
	padding: 10px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
img.scaled {
  width: 100%;
}
.grid-container {
  display: grid;
  grid: auto / auto auto;
  grid-gap: 10px;
  background-color: #e6f4f8;
  padding: 10px;
  text-align: left;
}
.grid-container > div {
  background-color: #e6f4f8;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  text-align: left;
}
.grid-container3 {
  display: grid;
  grid: auto auto auto / auto auto;
  grid-gap: 10px;
  background-color: #e6f4f8;
  padding: 10px;
  text-align: left;
}
.grid-container3 > div {
  background-color: #e6f4f8;
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  text-align: left;
}
.grid-item-left {
  display: flex;            /* new */
  justify-content: left;  /* new */
}
.grid-item-center {
  display: flex;            /* new */
  align-items: center;      /* new */
  justify-content: center;  /* new */
}
.grid-item-right {
  display: flex;            /* new */
  align-items: right;      /* new */
  justify-content: right;  /* new */
}
