body {
    padding-top: 60px;

}
.btn
{
    margin-bottom: 5px;
}
@media (max-width: 767px) {
    .btn span {
	display: none;
    }
}
@media (min-width: 768px) {
    body {
	background: url("../img/art.png")  no-repeat left 50px fixed;
	background-size: cover;
	background-origin: content-box;

    }
}
.navbar
{
    font-family: 'Menu1', Arial, Helvetica, sans-serif;
    font-size: 100%;
    background-color: white;
}
.navbar-form input
{
    font-family: 'Text', Arial, Helvetica, sans-serif;
    font-size: 80%;
}
.navbar-toggle
{
    padding: 4px 2px 2px 2px ;
}
.navbar-nav>li>a:link{
    /*    color:black;*/
}	
.navbar-nav>li>a:visited{
    /*    color:black;*/
}
.navbar-left{
    margin-bottom: 0px;
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.dropdown-menu
{
    color:whitesmoke ;
    background-color: #444  ;
}
.dropdown-menu li a
{
    color:whitesmoke ;
    background-color: #444;
}
.dropdown-menu li a:hover
{
    background-color:#666;
    color: #000;

}
.dropdown-submenu>a:after{
    color:whitesmoke;
    border-left-color:#000000;
}
.dropdown-submenu:hover>a:after {
    color:whitesmoke;
    border-left-color: #000000;
}
.centerbox {
    color:whitesmoke;
    font-weight:bold;
    width:100%;
    height: 8vw;
    font-size: 5vw;

} 
.centerbox .centertext{
    text-shadow:0px 0px  4px black;
    position:absolute;
    top:0vw;
    width:100%;
    text-align:center;
}
.centerbox:hover{
    text-shadow:0px 0px  20px blue;
    color:#blue;
    text-decoration:none;

}
.map {
    top:50px;
    left: 0px;
    position: fixed;
    height:92%;
    width: 100%;
}
