@charset "utf-8";

.row1{
	text-align:center;
	margin: 0 auto;
}
.form{
			text-align: center;
		}		.form{
			text-align: center;

}


.pad-col-np {
	padding: 1rem;
	
}

h1 {
	font-size: 2.5rem;
}

body {	
	margin-left: 2.5rem;
	margin-right: 2.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
	
}
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: #461429;
}
a {
	color: #FFD788;
	text-decoration: none;
}
a:hover,
a:focus {
	/*color: #FFB52B;*/
	color: #C6A12D;
	text-decoration: none;
	text-decoration-color: darkgoldenrod;
}	



body,td,th {
	font-family: "Lobster Two";
	color: #F2F2F2;
}



.center-img{
    
    display:block;
    margin-left:auto;
    margin-right: auto;
}
.ocbb-text{
		color:#F2F2F2
}
.border-np {
	border: medium groove #CEAE22;
	border-radius: 10px;
	border-spacing: 20px 20px;
	text-shadow: 1px 2px #200515;
	margin-bottom: 3px;

}
.min-height {
	height: 230px;
	margin-top: 3px;
/*	margin-right: 1px;  */
	margin-bottom: 3px; 
/*	margin-left: 1px; */


}
.min-height-tall {
	height: 310px;
	margin-top: 3px;
}

.text-color{
	color:#F2F2F2;
}

@media (max-width: 320px){
}

@media (max-width: 414px){
}

.button-round {
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 10px 10px;
	font-weight: bold;
	font-size: x-large;
	

}

.center-blk {
	display: block;
	margin-right: auto;
	margin-left: auto;
	/* t-family: "Edwardian Script ITC"; **/
	font-style: normal;
	font-weight: 400;
}

/* Imported buttons CSS from bootstrap modify for OCBB renamed to ".Butn" from "btn" */
.Butn {
  display: block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.Butn:focus,
.Butn:active:focus,
.Butn.active:focus,
.Butn.focus,
.Butn:active.focus,
.Butn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.Butn:hover,
.Butn:focus,
.Butn.focus {
  color: #333;
  text-decoration: none;
}
.Butn:active,
.Butn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.Butn.disabled,
.Butn[disabled],
fieldset[disabled] .Butn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.Butn.disabled,
fieldset[disabled] a.Butn {
  pointer-events: none;
}
.Butn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.Butn-default:focus,
.Butn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.Butn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.Butn-default:active,
.Butn-default.active,
.open > .dropdown-toggle.Butn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.Butn-default:active:hover,
.Butn-default.active:hover,
.open > .dropdown-toggle.Butn-default:hover,
.Butn-default:active:focus,
.Butn-default.active:focus,
.open > .dropdown-toggle.Butn-default:focus,
.Butn-default:active.focus,
.Butn-default.active.focus,
.open > .dropdown-toggle.Butn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.Butn-default:active,
.Butn-default.active,
.open > .dropdown-toggle.Butn-default {
  background-image: none;
}
.Butn-default.disabled:hover,
.Butn-default[disabled]:hover,
fieldset[disabled] .Butn-default:hover,
.Butn-default.disabled:focus,
.Butn-default[disabled]:focus,
fieldset[disabled] .Butn-default:focus,
.Butn-default.disabled.focus,
.Butn-default[disabled].focus,
fieldset[disabled] .Butn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.Butn-default .badge {
  color: #fff;
  background-color: #333;
}
.Butn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.Butn-primary:focus,
.Butn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.Butn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.Butn-primary:active,
.Butn-primary.active,
.open > .dropdown-toggle.Butn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.Butn-primary:active:hover,
.Butn-primary.active:hover,
.open > .dropdown-toggle.Butn-primary:hover,
.Butn-primary:active:focus,
.Butn-primary.active:focus,
.open > .dropdown-toggle.Butn-primary:focus,
.Butn-primary:active.focus,
.Butn-primary.active.focus,
.open > .dropdown-toggle.Butn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.Butn-primary:active,
.Butn-primary.active,
.open > .dropdown-toggle.Butn-primary {
  background-image: none;
}
.Butn-primary.disabled:hover,
.Butn-primary[disabled]:hover,
fieldset[disabled] .Butn-primary:hover,
.Butn-primary.disabled:focus,
.Butn-primary[disabled]:focus,
fieldset[disabled] .Butn-primary:focus,
.Butn-primary.disabled.focus,
.Butn-primary[disabled].focus,
fieldset[disabled] .Butn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.Butn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.Butn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.Butn-success:focus,
.Butn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.Butn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.Butn-success:active,
.Butn-success.active,
.open > .dropdown-toggle.Butn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.Butn-success:active:hover,
.Butn-success.active:hover,
.open > .dropdown-toggle.Butn-success:hover,
.Butn-success:active:focus,
.Butn-success.active:focus,
.open > .dropdown-toggle.Butn-success:focus,
.Butn-success:active.focus,
.Butn-success.active.focus,
.open > .dropdown-toggle.Butn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.Butn-success:active,
.Butn-success.active,
.open > .dropdown-toggle.Butn-success {
  background-image: none;
}
.Butn-success.disabled:hover,
.Butn-success[disabled]:hover,
fieldset[disabled] .Butn-success:hover,
.Butn-success.disabled:focus,
.Butn-success[disabled]:focus,
fieldset[disabled] .Butn-success:focus,
.Butn-success.disabled.focus,
.Butn-success[disabled].focus,
fieldset[disabled] .Butn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.Butn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.Butn-info {
	color: #46142E;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
}
.Butn-info:focus,
.Butn-info.focus {
	color: #46142E;
	background-color: #E5BBD1;
	border-color: #D98D00;
}
.Butn-info:hover {
  color: #46142E;
  background-color: #E5BDE1;
  border-color: #D99DBC;
}
.Butn-info:active,
.Butn-info.active,
.open > .dropdown-toggle.Butn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.Butn-info:active:hover,
.Butn-info.active:hover,
.open > .dropdown-toggle.Butn-info:hover,
.Butn-info:active:focus,
.Butn-info.active:focus,
.open > .dropdown-toggle.Butn-info:focus,
.Butn-info:active.focus,
.Butn-info.active.focus,
.open > .dropdown-toggle.Butn-info.focus {
	color: #46142E;
	background-color: #E5BBD1;
	border-color: #1b6d85;
}
.Butn-info:active,
.Butn-info.active,
.open > .dropdown-toggle.Butn-info {
  background-image: none;
}
.Butn-info.disabled:hover,
.Butn-info[disabled]:hover,
fieldset[disabled] .Butn-info:hover,
.Butn-info.disabled:focus,
.Butn-info[disabled]:focus,
fieldset[disabled] .Butn-info:focus,
.Butn-info.disabled.focus,
.Butn-info[disabled].focus,
fieldset[disabled] .Butn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.Butn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.Butn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.Butn-warning:focus,
.Butn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.Butn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.Butn-warning:active,
.Butn-warning.active,
.open > .dropdown-toggle.Butn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.Butn-warning:active:hover,
.Butn-warning.active:hover,
.open > .dropdown-toggle.Butn-warning:hover,
.Butn-warning:active:focus,
.Butn-warning.active:focus,
.open > .dropdown-toggle.Butn-warning:focus,
.Butn-warning:active.focus,
.Butn-warning.active.focus,
.open > .dropdown-toggle.Butn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.Butn-warning:active,
.Butn-warning.active,
.open > .dropdown-toggle.Butn-warning {
  background-image: none;
}
.Butn-warning.disabled:hover,
.Butn-warning[disabled]:hover,
fieldset[disabled] .Butn-warning:hover,
.Butn-warning.disabled:focus,
.Butn-warning[disabled]:focus,
fieldset[disabled] .Butn-warning:focus,
.Butn-warning.disabled.focus,
.Butn-warning[disabled].focus,
fieldset[disabled] .Butn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.Butn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.Butn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.Butn-danger:focus,
.Butn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.Butn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.Butn-danger:active,
.Butn-danger.active,
.open > .dropdown-toggle.Butn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.Butn-danger:active:hover,
.Butn-danger.active:hover,
.open > .dropdown-toggle.Butn-danger:hover,
.Butn-danger:active:focus,
.Butn-danger.active:focus,
.open > .dropdown-toggle.Butn-danger:focus,
.Butn-danger:active.focus,
.Butn-danger.active.focus,
.open > .dropdown-toggle.Butn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.Butn-danger:active,
.Butn-danger.active,
.open > .dropdown-toggle.Butn-danger {
  background-image: none;
}
.Butn-danger.disabled:hover,
.Butn-danger[disabled]:hover,
fieldset[disabled] .Butn-danger:hover,
.Butn-danger.disabled:focus,
.Butn-danger[disabled]:focus,
fieldset[disabled] .Butn-danger:focus,
.Butn-danger.disabled.focus,
.Butn-danger[disabled].focus,
fieldset[disabled] .Butn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.Butn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.Butn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.Butn-link,
.Butn-link:active,
.Butn-link.active,
.Butn-link[disabled],
fieldset[disabled] .Butn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.Butn-link,
.Butn-link:hover,
.Butn-link:focus,
.Butn-link:active {
  border-color: transparent;
}
.Butn-link:hover,
.Butn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.Butn-link[disabled]:hover,
fieldset[disabled] .Butn-link:hover,
.Butn-link[disabled]:focus,
fieldset[disabled] .Butn-link:focus {
  color: #777;
  text-decoration: none;
}
.Butn-lg,
.Butn-group-lg > .Butn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.Butn-sm,
.Butn-group-sm > .Butn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.Butn-xs,
.Butn-group-xs > .Butn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.Butn-block {
  display: block;
  width: 100%;
}
.Butn-block + .Butn-block {
  margin-top: 5px;
}
input[type="submit"].Butn-block,
input[type="reset"].Butn-block,
input[type="button"].Butn-block {
  width: 100%;
}

.Butn {
}
.gold_text {
	color: #FFE29F;
}
.col-md-of {
}

strong {
	 color: #82C9A7; 
}

