﻿@charset "utf-8";
/* CSS Document */

.mapCanvas{width:100%;height: 500px;float:left;}
.mapCanvas img, object, embed {max-width: none;}

h4 a:link {display:inline-block;
    background: #34b2d9;
  background-image: -webkit-linear-gradient(top, #34b2d9, #2980b9);
  background-image: -moz-linear-gradient(top, #34b2d9, #2980b9);
  background-image: -ms-linear-gradient(top, #34b2d9, #2980b9);
  background-image: -o-linear-gradient(top, #34b2d9, #2980b9);
  background-image: linear-gradient(to bottom, #34b2d9, #2980b9);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  text-shadow: 3px 4px 2px #752975;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 3px;
  text-decoration: none;
  text-align:center;
 }
 
h4 a:visited {text-decoration: none;color: #ffffff; }
h4 a:hover {  background: #3cfcfc;
  background-image: -webkit-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -moz-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -ms-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -o-linear-gradient(top, #3cfcfc, #3498db);
  background-image: linear-gradient(to bottom, #3cfcfc, #3498db);
  text-decoration: none;}
h4 a:active {text-decoration: none;} 

/* new code */



h6 a:link {display:inline-block;
  width:80%;
  margin-left:auto;margin-right:auto;
  text-align:center;
  background: #000;
  background-image: -webkit-linear-gradient(top, #000, #2980b9);
  background-image: -moz-linear-gradient(top, #000, #2980b9);
  background-image: -ms-linear-gradient(top, #000, #2980b9);
  background-image: -o-linear-gradient(top, #000, #2980b9);
  background-image: linear-gradient(to bottom, #000, #2980b9);
  -webkit-border-radius: 12;
  -moz-border-radius: 12;
  border-radius: 12px;
  text-shadow: 3px 4px 2px #752975;
  font-family: Georgia;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #1f628d 3px;
  text-decoration: none;
 }
 
h6 a:visited {text-decoration: none;color: #ffffff; }

h6 a:hover {background: #3cfcfc;
  background-image: -webkit-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -moz-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -ms-linear-gradient(top, #3cfcfc, #3498db);
  background-image: -o-linear-gradient(top, #3cfcfc, #3498db);
  background-image: linear-gradient(to bottom, #3cfcfc, #3498db);
  text-decoration: none;}
  
h6 a:active {text-decoration: none;} 



@media screen and (max-width: 800px) {
.mapCanvas{width:95%;height:400px;}
.markerOptions {padding-top:5px;}
}

@media screen and (max-width: 650px) {
.mapCanvas{width:95%;height:400px;}
.markerOptions {padding-top:5px;}
}

@media screen and (max-width: 320px) {

.mapCanvas{width:95%;height:300px;}
.markerOptions {padding-top:5px;}
}


