/* 
back to top button displays after scroll 
*/
#bootstrap-overrides #myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border-style: solid;
  border-color: #fbf7ef;
  outline: none;
  background-color: #ae0c67;
  opacity: .9;
  color: white;
  cursor: pointer;
  padding: 15px 19px 15px 19px;
  border-radius: 50px;
}

#myBtn:hover {
  background-color: #75174c;
}



/* 
web fonts 
*/
@font-face {
  font-family: 'RemachineScript';
  src: url('../fonts/RemachineScript.eot'); /* IE9 Compat Modes */
  src: url('../fonts/RemachineScript.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/RemachineScript.woff') format('woff'), /* Modern Browsers */
url('../fonts/RemachineScript.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/RemachineScript.svg#7b24919460f2bbe5e5f1a3610fa3ba19') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

@font-face {
  font-family: 'Pathway Gothic One';
  src: url('../fonts/PathwayGothicOne-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/PathwayGothicOne-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/PathwayGothicOne-Regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/PathwayGothicOne-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/PathwayGothicOne-Regular.svg#012886b558b265138070ff8d8bf0e9d3') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}
body {

  font-family: 'Pathway Gothic One', Arial, Helvetica, sans-serif;     letter-spacing: 1px;
}

h1 {
	font-family: RemachineScript, "Times New Roman", Georgia, Serif;
}

/* 
hover, color with text 
*/
.image {
    position:relative;
    width:100%;
    height:100%;
}
.image img {
    width:100%;
    vertical-align:top;
}
.image:after, .image:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.image:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background: rgba(5, 119, 131, .9); 
	 border-radius:50%;
}
.image:before {
    content: attr(data-content1) "\A" attr(data-content2) "\A" attr(data-content3);
    white-space:pre-wrap;;
    width:100%;
    color:#fff;
    z-index:1;
    top: 55%;
    transform: translateY(-25%);
	height: 50%;
    padding:0px 20px; 
    text-align:center;
    background:rgba(153, 197, 202, .0); 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	vertical-align: middle;
	text-align: center;
	font-size: 1.2em;
	line-height: 130%;
	
}



.image:hover:after, .image:hover:before {
    opacity:1;
	
}



.color:hover
{
        background:#99c5ca;
		        border-radius:50%;
}

/* 
size of arrow 
*/
.arrowbig {
	
	padding:3px;
}

/* 
back button
*/

#bootstrap-overrides .btn {
  -webkit-border-radius: 50;
  -moz-border-radius: 50;
  border-radius: 50px;
  font-family: Courier New;
  color: #ffffff;
  font-size: 30px;
  background: #6f64a5;
  padding: 0px 12px 0px 12px;
  text-decoration: none;

}

.btn:hover {

    background: #897fbd;
	  color: #ffffff;
  text-decoration: none;
}


/* 
hover, color on thumb 
*/
.thumb {
    position:relative;
    width:100%;
    height:100%;
}
.thumb img {
    width:100%;
    vertical-align:top;
}
.thumb:after, .thumb:before {
    position:absolute;
    opacity:0;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.thumb:after {
    content:'\A';
    width:100%; height:100%;
    top:0; left:0;
    background: rgba(5, 119, 131, .9); 

	 border-radius:50%;
}
.thumb:before {
    white-space:pre-wrap;;
    width:100%;
    z-index:1;
    background:rgba(153, 197, 202, .0); 
    box-sizing:border-box;
    -moz-box-sizing:border-box;
	
}



.thumb:hover:after, .thumb:hover:before {
    opacity:.3;
	
}



.color:hover
{
        background:#99c5ca;
		        border-radius:50%;
}



/* items stay on 1 line... */
.nowrap{

  display: block;
  white-space: nowrap;
	margin: 0 auto;
	 
}


/* gallery images with border... */


.crop-img{
  width: 75px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;

}


.crop-img:hover {
  opacity: .7;
}



.crop-img img {
  vertical-align:top;
  position: absolute;

}


.crop-img2{
  width: 65px;
  height: 60px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}


.crop-img2:hover {
  opacity: .7;
}

.large-img{
  max-width:100%;
  margin-top: 10px;
}




/* 
holds content together at wide width 
*/
div.container {
    max-width:1394px;
    margin: auto;
    padding: 0px;
	display: block;



}

.category{
    display: inline-block;
}

div.container2 {
    max-width:634px;
    margin: auto;
    padding: 0px;
}

div.container3 {
    max-width:1000px;
    margin: auto;
    padding: 0px;
}

div.container4 {
    max-width:400px;
    margin: auto;
    padding: 5px;
}
div.container5 {
    max-width:800px;
    margin: auto;
    padding: 5px;
}
div.container6 {
	margin-left: calc(~"-50vw + 50%");
    margin-right: calc(~"-50vw + 50%");
	    height: 170%;     opacity: 100;
    filter: Alpha(opacity=85); /* IE8 and earlier */
    background: #fbf7ef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#377980, #bee4e8 40%, #fbf7ef); /* Standard syntax (must be last) */
}
div.container7 {
	margin-left: calc(~"-50vw + 50%");
    margin-right: calc(~"-50vw + 50%");
	height: 25%;     opacity: 100;
    filter: Alpha(opacity=85); /* IE8 and earlier */
    background: #fbf7ef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#377980, #bee4e8 37%, #fbf7ef); /* Standard syntax (must be last) */
}

div.container8 {
	margin-left: calc(~"-50vw + 50%");
    margin-right: calc(~"-50vw + 50%");
	    height: 10%;     opacity: 100;
    filter: Alpha(opacity=85); /* IE8 and earlier */
    background: #fbf7ef; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#377980, #bee4e8 27%, #fbf7ef); /* Standard syntax (must be last) */
}

/* 
prevents wrapping in cell 
*/
.slideContainer {
    white-space: nowrap;
}
.slide {
    display: inline-block;
    max-width: 634px;

  	margin-right: -2px;
	margin-left: -2px;}
  
.slideContainer2 {
    white-space: nowrap;
}
.slide {
    display: inline-block;
    max-width: 1394px;
    white-space: normal;
  margin-right: -2px;
  margin-left: -2px;}
  
  /* 
Generic Styling, for Desktops/Laptops 
*/
body {
    background-color: #fbf7ef; } 
table {
	width: 100%;
	border-collapse: collapse;
align="center"
; 		color: #333333;
}
/* Zebra striping */

tr:nth-of-type(odd) {
  background: ;
}
th {
  background: ;
  color: white;

}
td,
th {
	padding: 0px;
	text-align: center;
	font-family: "Pathway Gothic One", Arial, Helvetica, sans-serif;
}

p span 
{
    display: block;
}


@media all and (min-width: 635px) {

.deskContent{display:block;}
.tabletContent{ display:none;}
.phoneContent{display:none;}
.dandtContent{display:block;}
  html {
    font-size: 1.3em;   text-align:center; 
  }

}




@media all and (min-width: 401px) and (max-width: 634px) {

.deskContent{display:none;}
.tabletContent{ display:block;}
.phoneContent{display:none;}
.dandtContent{display:block;}

  html {
    font-size: 1.2em;   text-align:center; 
  }

}





@media all and (max-width: 400px){

.deskContent{display:none;}
.tabletContent{ display:none;}
.phoneContent{display:block;}
.dandtContent{display:none;}

  html {
    font-size: 1.2em;   text-align:center; 
  }

}
@media only screen and (max-width : 768px) {
       .navbar-collapse li a { 
	   background: #fff; 
	   border-color: #377980;
	   padding-top:4px !important; padding-bottom:8px !important;
	   width: 200px;
	   margin-top:-8px;
	   margin-bottom:8px;
	   z-index: 0;

	
	
	}
}



/* 
gradient in masthead 
*/
#grad1 {
    height: 100%;     opacity: 0.85;
    filter: Alpha(opacity=85); /* IE8 and earlier */
    background: #377980; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#377980, #bee4e8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#377980, #bee4e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#377980, #bee4e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#377980, #bee4e8); /* Standard syntax (must be last) */
	} 
}



/* 
sticky footer 
*/

#bootstrap-overrides html {
  height: 100%;
}
body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1 0 auto;
  padding: 20px;
}
.footer {
  padding: 20px;
}



#bootstrap-overrides footer {
     opacity: 0.85;
    filter: Alpha(opacity=85); /* IE8 and earlier */
    background: #bee4e8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#549ba2, #bee4e8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#549ba2, #bee4e8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#549ba2, #bee4e8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#549ba2, #bee4e8); /* Standard syntax (must be last) */
  color: #061f25;
}

A:link{color: #061f25; text-decoration: none}
A:visited{color: #061f25}
A:hover {color: #615889;}

.line_break{
    width:100%;
    height: 1px;
    float: left;
    color: black;
    //padding-top: 3px;
    background-color: rgba(255,255,255,.5);
    border: none;
    border-bottom: 1px solid black;
	}

/* 
navbar
*/
.navbar-default {
	background-color: rgba(251,247,239,.5);
	border: none;
	border-color: #fbf7ef;
	display: flex;
	justify-content: center;
}
.navbar-default .navbar-nav li > a{
    color: #549ba2;
	padding-top:4px !important; padding-bottom:8px !important;
	box-shadow: inset 0 0 0 0 #bee4e8;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	transition: all ease 0.8s;

}
.navbar-default .navbar-nav li > a:hover{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	
	box-shadow: inset 0 100px 0 0 #549ba2;
    color: #fff !important;
}
.navbar-default .navbar-nav li.active > a{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; 
	background: #bee4e8; 
  color: #055a5a; 
}

.navbar-default .navbar-toggle {
	float: none;/* maintains button center position after click */
	margin-top: 0;/* Removes spacing around button */
	background-color: #bee4e8 !important;/* sets color of button */
	border: none;/* removes border around button */
    width: 110px;/* sets width of button */
	padding-top:8px !important; padding-bottom:8px !important;/* changes default height of button */
	box-shadow: inset 0 0 0 0 #549ba2;/* button hover color at pre-hover */
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
	-o-transition: all ease 0.8s;
	transition: all ease 0.8s;/* button color transition rate */
	-webkit-transition-delay: -0.5s;
    -moz-transition-delay: -0.5s;
    -o-transition-delay: -0.5s;
	transition-delay: -0.5s;/* button color transition delay of start */
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; /* button rounded corners, pre-hover */
	margin:auto;
	padding-left:44px;/* icon bar positioning - for center alignment */
	z-index: 1;
}

.navbar-default .icon-bar {
  background-color: #549ba2 !important;  /* icon bars color, pre-click, pre-hover */
}

.navbar-toggle.clicked {
	width: 200px;/* button width after click */
	padding-left:89px;/* icon bar positioning after click - retain center alignment */
	box-shadow: inset 0 100px 0 0 #549ba2;	
	border-bottom-left-radius: 0px !important; 
	border-bottom-right-radius: 0px !important;  /* button rounded corners, after click */
}




.navbar-default .navbar-toggle:hover{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; /* button rounded corners on hover */
	box-shadow: inset 0 100px 0 0 #549ba2;/* button color after hover */
	-webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
	transition-delay: 0s;/* button color revert transition, no delay of start */
}

.navbar-default .navbar-toggle .icon-bar {
	
	width: 22px;
	transition: all 0.2s;
}
.navbar-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
	background-color: #fff !important;  /* Changes icon bars color after click */   
  }
.navbar-toggle   .middle-bar {
    opacity: 0;
  }
.navbar-toggle   .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%; /* Changes icon bars to X on click */
	background-color: #fff !important;
  }
  


.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #fff !important; /* Changes icon bars color on hover */

}


.navbar-toggle.collapsed .top-bar {
      transform: rotate(0);   
	  background-color: #549ba2 !important;
    }
.navbar-toggle.collapsed .middle-bar {
      opacity: 1;
    }
.navbar-toggle.collapsed  .bottom-bar {
      transform: rotate(0);/* Reverts icon bars back from X */
	  background-color: #549ba2 !important;
    }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:1px; /* removes horiz line between button and toggled menu */
	
	border-top-left-radius: 0px;
	border-top-right-radius: 0px; 
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px; /* button rounded corners on toggled menu */
	
	z-index: 0;
	

}





