/* radar-new */
@charset "utf-8";
body {
  margin: 0px;
  background-color: #ffffff;
  font-family: arial, helvetica, sans-serif;
}
#container {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  background-color: #ffffff;
}
img {
            width: 100%;
            height: 100%;
            object-fit: cover;
}
#logo {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
#website-title {
  width: 350px;
  margin-top: 10px;
}
#website-title h1 {
  font-size: 20px;
  color: #224823;
}
#menu {
  width:  98%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
}
#menu a {
  color: #224823;
  text-decoration: none;
  font-size: 100%;
}  
#menu a:hover {
  color: #224823;
  text-decoration: underline;
  font-size: 100%;
}
#divider {
  width:  98%;
  height: 20px;
  margin-top: -30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: white;
  border-bottom: 3px solid #224823;
}
#content {
}
#content h1 {
  font-size: 26px;
  line-height: 36px;
  color: black;
}
#content p {
  font-size: 20px;
  line-height: 30px;
  color: black;
}
#content p a {
  font-size: 20px;
  line-height: 30px;
  color: black;
  text-decoration: underline;
}
#content p a:hover {
  font-size: 20px;
  line-height: 30px;
  color: red;
  text-decoration: none;
}
ol li {
  font-size: 20px;
  line-height: 30px;
}
ul li {
  font-size: 20px;
  line-height: 30px;
}
#indent {
  margin-left: 10px;
  margin-right: 10px;
}
#cookie {
  width: 300px;
  height: 250px;
  margin-top: 40px;
  margin-left: 10px;
}
#single-image {
  width: 320px;
}
#single-image2 {
  width: 160px;
}
#single-image3 {
  width: 160px;
}
#gallery {
  text-align:center;
  margin-bottom: 25px;
}
#gallery h3 {
  font-size: 32px;
  line-height: 36px;
}
#gallery-photos {
  vertical-align: top; /* here */
  text-align:center; 
}
.photos {
  width: 300px;
  height: 460px;
  color: black;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 18px;
  margin-bottom: 60px;
  display: inline-block;
  vertical-align: top; /* here */
}
#navigation-bottom {
  width:  98%;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
}
#navigation-bottom a {
  color: #224823;
  text-decoration: none;
  font-size: 100%;
}  
#navigation-bottom a:hover {
  color: #224823;
  text-decoration: underline;
  font-size: 100%;
}
#credit {
  font-size: 14px;
}
#footer {
  width: 98%%;
  background-color: white;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 5px;
  margin-bottom: 2px;
  font-family: Arial,Helvetica,sans-serif;
  color: black;  
  font-size: 16px;
}
#divider1 {
  width:  99%;
  height: 20px;
  margin-top: -38px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  background-color: white;
  border-bottom: 3px solid #224823;
}
#error {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 30px;
}
#border-box {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}