﻿div#page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
} 
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  padding: 1em;
  display: none;
} 
.back-to-top:hover {
}

.search-button {
background-color: Transparent;
background-repeat:no-repeat;
border: none;
cursor:pointer;
color: #325A9A;
overflow: hidden;
outline:none;"
text-shadow: 2px 2px 6px rgba(50, 50, 50, 0.9);
}

.trans-button {
  display: inline-block;
  width: 100px;
  padding: 4px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  text-align: center;
  font-weight:bold;
  outline: none;
  text-decoration: none;
  text-shadow: 2px 2px 6px rgba(50, 50, 50, 0.9);
}
.trans-button:hover {
  background-color: #34599A;
  color: #fff !important;
}
.trans-button:active {
  background-color: #49771F;
  color: #fff !important;
}

.nav-button {
  display: inline-block;

  margin-top:2px;
  padding: 4px;
  color: #fff;
  border: 0px solid #fff;
  border-radius: 6px;
  text-align: center;
  font-weight:bold;
  font-size:14px;
  outline: none;
  text-decoration: none;
}
.nav-button:hover {
  background-color: #FFFFFF;
  color: #34599A !important;
}
.nav-button:active {
  background-color: #FFFFFF;
  color: #34599A !important;
}




hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(110, 110, 110, 0.35), rgba(0, 0, 0, 0));
}

select {
font-weight:normal;
}

hr.solid {
border: 0;
height: 1px;
background: #AAAAAA;
margin-top:20px;
}

img {
width: 98%;
object-fit: cover;
}

.art-menu-btn {
border:none!important;
box-shadow:none!important;
border-radius:4px!important;
} 
.art-nav .art-menu-btn {
background:#FFFFFF !important;
} 
.art-nav .art-menu-btn span {
background:#005C2F !important;
} 


.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.blink {
  animation: blink-animation 1s steps(2, start) 5;
  -webkit-animation: blink-animation 1s steps(2, start) 5;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink-animation {
  to {
    visibility: hidden;
  }
}