/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

/*
body
{
 font-family: "Montserrat,Arial,sans-serif";   
}
*/

body { 
    margin:2px;
    margin-top:0;
    padding-top:0;
    padding-left:4px;
    font-size: 10pt;
    font-family: Arial, Helvetica-Normal;                                                                                                              
}

#container {
   min-height:99%;
   position:relative;
}

.menu {
    float:top;
    width:100%;
    height:6vh;
    border-top:none;
    border-left:none;
    border-bottom:none;
    border-right:none;
}

.maincontent {
    float:top;
    width:100%;
    height:110vh;
    border:none;  
}

.BlogFrame {
    float:none;
    width:100%;
    height:70vh;
    border:none;  
    
}

.BkGrndDark
{
    background-image: url("/Images/BBBackgroundDark.png");
    background-repeat:no-repeat;
    background-size: cover;
    height:"95%";

} 

.ContactDiv
{
    position:fixed;
    bottom: 10;
    right: 30;
    3px solid #73AD21;
}

.Map
{
   width: 75%;
   height: 50%;
 }

.BkGrndLight
{
    background-image: url("/Images/BBBackgroundLight.png");
    background-repeat:no-repeat;
    background-size: cover;
  
    
}

.NavButtonGold
{
    background-color:gold;
    color:black;
    font-weight:bold;
    width: 100px;
}

.Centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

// Links

a:link

.TableRowCentered
{
    text-align: center;
}

.NavMenuTextGold
{
    background:rgba(255, 255, 255, 0);
    color: gold;
    font-weight:bold;  
}

.TransparentRow
{
    background:rgba(255, 255, 255, 0); 
    color:black;
    font-weight: bold;
}

.NavMenuTextBlack
{
    background:rgba(255, 255, 255, 0);
    color: black;
    font-weight:bold;
}

.TransBackground
{background-color: transparent}

.BoldText
{
    font-weight:bold;
}