/*!
 * WBF Masterpoints
 * Copyright 2017 - WBF
 */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #002544;
}
h2, h3, h4{color:#087dc4}
.background-container {
    background-color: #002544;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden !important;
}
.background-container:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/img/back-pattern.png');
}
.photoclip span{
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 20px;
	
	background-image: url('/images/paper-clip.png');
	background-repeat: no-repeat;
	
	}
.tooltip2 {
  position: relative;
  display: inline-block;
  border-bottom: 0px ;
  padding-right:10px;
}

.tooltip2 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px ;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip2:hover .tooltiptext {
  visibility: visible;
}

#menubar {
    top: 0;
    left: 0%;
    width: 100%;
    overflow: hidden !important;
    height: auto;
    background: #02365D;
    color:#fff;
    z-index: 2;
    position:relative
}

#topmenu a{
        color:#fff;
}
#topmenu a:hover{
        text-decoration: underline;
}

.Fotiscode{
	color:#333;
	font-size: 9px;
	position:absolute;
	right: 30px;
}

ul#topmenu {
    font-size: 16px;
    list-style-type: none;
    padding: 10px 5%;
    margin: 0 auto;
    text-align: center;
}

ul#topmenu li {
    display: inline-block;
    margin-right: 15px;
}

.innercontent {
    margin:0 auto;
    background-color: #fff;
    position: relative;
    
    z-index:1;
    color:#252525; 
    padding-bottom:50px;
}

#logo-wbf {
    padding:10px;
    border-right: #eee 1px solid;
    float:left;
}

#header-row {
    height:230px;
    border-bottom: #eee 1px solid;
}



#header-details {
    padding: 0px;   
    margin:0px;
    background: #087dc4;
    
}

#header-row1 {
    height: 115px;
    text-align: right;
    padding:30px 40px;
    margin: 0px;        
}
#header-row1 h1 {
    color: white;
    font-size: 38px;
    font-weight: 300;
    font-family: "Georgia", "Times New Roman", "Times", "serif";
}
#header-row2 {
    background: #fff;
    width:100%;
    margin: 0px;   
}
#header-row2 h2{color: #087dc4; font-size:30px;padding: 20px 10px;}
.table {
    margin-top:15px;
        width: 100%;
    margin-bottom: 30px;
    overflow-x:auto;
    
}

th{
    background: #087dc4;
    color:#fff;
}

#table-scroll {
    overflow-x:auto;
}

.center {
    text-align: center;
}

footer p {
    color:#fff;
}

footer {
    background: #02365D;
    text-align: center;
    padding: 15px;
    width: 120%;
    margin-left:-10%;
    z-index: 2;
    position: relative;  
   clear:both;
    padding: 2% 10%;
}
footer a {
    color: #51bdfe;
}
footer a:hover{
    color:#51bdfe;
    text-decoration: underline;
}
.contentWBFMP {
    height: 100%
    background-color: #fff;
    position: relative;
    min-height: 500px;
    height: 100%;
    z-index:1;
    color:#252525;   
    padding-top:10px
}

strong {
    font-weight: bold;
    font-family: 
}

.deceased{
	Font-weight:bold
}

@media only screen and (max-width: 768px){
    #header-row1 {
    height: auto;
    text-align:center;
    padding:15px 0px;
    margin: 0px;        
}
    #header-row1 h1 {font-size: 2em;
    }
    
    .background-container {
    padding: 0px 5%;
}

}






blockquote {
    font-size: 1em;
}
.photoclip {
	border: 7px solid #FFF;
	box-shadow: 5px 5px #CCCCCC;
}
.deceased {
	font-style: italic;
	font-weight: normal;
}
