/* All CSS written by Jeffrey B. Madden 2023. */

#mainmap {
   display:inline-block;
   position:relative;
   float:right;
   width:475px;
}

#mainmap h1, #locations h1 { margin-top:0px; }

#mapframe {
   width:475px;
   height:375px;
   margin:0px;
   border:0px;
   padding:0px;
   box-shadow:5px 5px 25px 5px Black;
}

#locations {
   display:inline-block;
   position:relative;
   margin:0px;
   border:0px;
   padding:0px;
}

#locations a {
   display:block;
   line-height:32px;
   margin:0px;
   border:0px;
   padding:0px;
   font-family:Arial;
   font-size:22px;
   color:YellowGreen;
   text-decoration:none;
}

#locations a:first-of-type { margin-top:30px; }
#locations a:hover, #locations a.land { color:White; }