body {
 font-face: Verdana, arial, sans-serif;
 font-family:Verdana,Arial,sans-serif; 
 line-height: 1; 
 color: #000; 
 font-size: small; 
 width: 100%;
 margin:0 auto; 
 padding:0;
 height:100%;
 background-color:#fbfbfb;
 text-align: center;
}
a {
 text-decoration: none;
 outline: 0;
 line-height: inherit;
 color:#bbbbbb;
}
}
a:hover {
 color:#BEBEBE;
}
img {
 border:none;
    }
br {
 line-height: 10px;
   }
.clear {
 clear: both;
   }
.shaddow {
-webkit-box-shadow: 0px 0px 9px rgba(105, 61, 119, 0.92);
-moz-box-shadow:    0px 0px 9px rgba(105, 61, 119, 0.92);
box-shadow:         0px 0px 9px rgba(105, 61, 119, 0.92);
}
.thumb {
width:20%;
}
#logoup {
text-align:center;
width:100%;
}
#holder {
margin:0 auto;
width:100%;
background-image: url("images/bg.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
text-align:center;
}
#header {
margin: 0 auto;
padding-top: 30px;
width: 90%;
height: 100%;
text-align:center;
}
#photos {
width:100%;
}
#map {
float:left;
width: 48%;
}
#credentials {
margin-left:2%;
float:right;
width: 48%;
font-size: 1.2em;
font-weight: bold;
text-align:right;
}
@media screen and (max-width: 830px) {
.thumb {
width:45%;
}
#map{
width:100%;
}
#credentials {
width:100%;
}
}