html {
  font-family: "Montserrat", serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-style: normal;
  color: #777;
}

body {
  padding: 0px 24px;
}

p {
  font-size: 0.88em !important;
  line-height: 1.5em !important;
  columns: 390px;
  column-gap: 30px;
  padding-right: 15px;
}


@media only screen and (max-device-width: 480px) {
p {
  font-size: 33px !important;
  line-height: 48px !important;
  columns: 550px !important;
  column-gap: 25px;
}
}

h2 {
  font-size: 1.6em;
  line-height:1.8em;
  font-weight: 400;
  letter-spacing: 3pt;
  padding: 6px 0px 10px 0px;
  margin-block-start: 0.75em;
  margin-block-end: 0.5em;
  z-index: 1 !important;
  width: 95%;
}

@media only screen and (max-device-width: 480px) {
h2 {
  font-size: 40px !important;
  line-height: 60px !important;
}
}

h3 {
  font-size: 1.6em;
  line-height:1.6em;
  font-weight: 400;
  letter-spacing: 4pt;
  text-transform: uppercase;
  padding: 6px 0px 10px 0px;
  margin-block-start: 0.75em;
  margin-block-end: 0.5em;
  z-index: 1 !important;
  width: 88%;
}

h3 a {
  color: darkcyan;
  text-decoration: none;
  font-weight: normal;
}

@media only screen and (max-device-width: 480px) {
h3 {
  font-size: 40px !important;
  line-height: 40px !important;
}
}

h4 {
  font-size: 16px !important;
  font-weight: 300;
  letter-spacing: 3pt;
  text-transform: uppercase;
  padding: 7px;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
}

@media only screen and (max-device-width: 480px) {
h4 {
  font-size: 24px !important;
  line-height: 30px !important;
}
}

h5 {
  position: fixed;
  right: 15px;
  bottom: 90px !important;
  font-size:0.7em;
  color: #777;
  font-weight: 300;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transform-origin: top right;
}

h6 {
  position: relative;
  left: 2%;
  top: 50px;
  font-size:0.642em;
  color: #ccc;
  font-weight: 400;
}

img{
    max-width:100%;
    object-fit: contain;
    padding: 1px;
}

a {
  color: #777;
  line-height: 1.5em;
  text-decoration: none;
  z-index: 0;
}

a:hover {
  color: darkcyan;
  text-decoration: none;
}

ul {
  color: black;
  font-size: 1em;
}

li a {
  color: #777;
  text-decoration: none;
}

li a:hover {
  color: darkcyan!important;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

svg {
  display: block;
  padding: 10px 0px;
  width: 100%;
}

#states:hover{
  content:attr(title);
  cursor: pointer;
  color: darkcyan !important;
}

@media only screen and (max-width: 768px) {
     svg {
  width: 95%;
}
}

@media (min-width: 1020px) {
     svg {
  width: 33%;
}
}

@media (min-width: 1260px) {
     svg {
  width: 48%;
}
}

@media (min-width: 480px) {
     .main img {
  width: 125px;
}
}

@media (min-width: 1020px) {
     .main img {
  width: 75px;
}
}

@media (min-width: 1620px) {
     .main img {
  width: 130px;
}
}

#states *.on {
  fill: darkcyan;
}

.flags {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0 20px 40px 20px;
  z-index: 9999 !important;
}

.list-of-states {
  font-size: 16px;
  margin: 0;
  padding: 0;
  columns: 288px;
  column-gap: 8px;
  list-style: none;
}

@media only screen and (max-device-width: 480px) {
.list-of-states {
  font-size: 33px;
  line-height: 44px;
  columns: 333px;
  column-gap: 30px;
}
}

.list-of-states li {
  padding: 2px 1px;
  display: inline-block;
  width: 100%;
  list-style: none;
}

.list-of-states li.on {
  color: darkcyan !important;
  font-weight: bold;
  cursor: pointer;
}

.zoom {
  display:inline-block;
  position: relative;
}

.zoom img {
  display: block;
}

.zoom img::selection { background-color: transparent; }

.main img {
cursor: pointer;
}