body {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  
  background-image: url(background.jpg);
  background-repeat: repeat-y;
  background-color: #000000;
  
  font-family: Arial, sans-serif;
  font-size: 1.0rem;
  color: #FFFFFF;
}

table {
  width: 100%;
}

@media (min-width: 48rem) {
  table {
    width: 80%;
    min-width: 40.0rem;
    margin-left: auto;
    margin-right: auto;
  }
}

td {
  vertical-align: top;
  padding: 4px;
}

a {
  color: inherit;
  text-decoration: none;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.60);
}

.backdrop .modal-image {
  display: block;
  max-width: 80vw;
  max-height: 70vh;
  z-index: 101;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.0rem;
  min-height: 50px;
  overflow: hidden;
  background-color: #000000;
  border-bottom: solid 4px #F01080;

  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 48rem) {
  .navigation {
    text-align: left;
  }
}

.navigation .logo {
  display: inline-block;
  width: 200px;
}

.navigation .logo svg {
  width: 12.0rem;
  height: 3.0rem;
}

.navigation .logo .outertyre {
  fill: #F01080;
}

.navigation .logo .innertyre {
  fill: #000000;	
}

.navigation .logo .name {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 16pt;
  font-weight: bold;
  
  fill: #F01080;
  text-anchor: left;
}

.navigation .menu {
  display: none;
  position: fixed;
  top: 3.0rem;
  left: 0;
  list-style-type: none;
  margin: 0;
  width: 100%;

  padding: 0;
  font-weight: normal;
  color: #F01080;
}

.navigation .menuitem {
  display: block;
  width: 100%;

  padding: 0.5rem 2px;
  border-top: solid 2px #000000;
  border-left: 0px;
  background-color: #F01080;

  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #000000;
}

.navigation .menuitem a {
  display: block;
  width: 100%;
}

.navigation .menuitem:hover  {
  background-color: #000000;
  color: #F01080;
}
  
.navigation #menubutton {
  display: none;
}

.navigation #menubutton:checked ~ #Menu{
  display: block;
}

.navigation .menubutton {
  display: block;
  float: left;
  position: relative;
  width: 3.0rem;
  height: 3.0rem;
  margin-left: 0.5rem;
  
  cursor: pointer;
}

.navigation .menubutton svg {
  width: 3.0rem;
  height: 3.0rem;
}

.navigation .menubutton .button {
  fill: #F01080;
}

.navigation .menubutton .line {
  stroke: #000000;
  stroke-width: 4px;
}

@media (min-width: 48rem) {
  .navigation .menu {
    display: block;
    width: auto;
    top: 0.2rem;
    left: 13.0rem;
  }

  .navigation .menuitem {
    display: inline-block;
    width: auto;
    float: left;
    height: 1.2rem;
  
    font-size: 1.0rem;
    padding: 0 0.5rem;
    border-left: solid 2px #F01080;
    background-color: #000000;
    color: #F01080;
  }
  
  .navigation .menubutton {
    display: none;
  }
}


.information {
  margin: 0 1.0rem 0 1.0rem;
}

.information a {
  color: #F01080;
}

@media (min-width: 48rem) {
  .information {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    min-width: 40.0rem;
  }
}

.title {
  padding-top: 5.0rem;
  font-size: 2.0rem;
  font-weight: bold;
}

.message {
  color: yellow;
}

.update {
  width: 100%;
  
  margin-top: 5.0rem;
  border-top: solid 1px #F01080;
  padding: 4px 0 4px 0;

  color: #F01080;
  font-size: 0.5rem;
  text-align: right;
}

.map {
  width: 100%;
  margin-top: 20px;
}

.smallphoto {
  float: right;
  margin: 1.2rem 0 1.2rem 1.5rem;
  max-width: 50%;
}

.bigphoto {
  width: 100%;
  margin: 20px auto 0 auto;
}

.photo[onclick] {
  cursor: pointer;
}

.photorow {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.0rem;
  padding-bottom: 1.0rem;
  text-align: center;
  
  font-family: Arial, sans-serif;
  font-size: 0.9rem;
  color: #FFFFFF;
}

.photorow .subject {
  margin-bottom: 0.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #F01080;
}

.photorow .photo {
  width: 32%;
}

.photorow .photo.vertical {
  width: 18%;
  margin-top: 20px;
}

.storyrow {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.0rem;
  padding-bottom: 1.0rem;
  text-align: center;
  
  font-family: Arial, sans-serif;
  font-size: 1.0rem;
  color: #FFFFFF;
}

.storyrow .subject {
  margin-bottom: 0.6rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
  border-bottom: solid 1px #F01080;
}

.storyrow .photo {
  width: 32%;
}

.storyrow .text {
  padding: 4px;
}

.contactrow {
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
}

.contactbox {
  table-layout: fixed;
  border-left: solid 1px #F01080;
  border-right: solid 1px #F01080;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1.0rem;
  overflow: scroll;
}

@media (min-width: 48rem) {
  .contactbox {
     table-layout: fixed;
     width: 50%;
     min-width: 20.0rem;
     margin-bottom: 0;
  }
}

.address {
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.oddrow {
  background-color: #401020;
}

.evenrow {
  background-color: #000000;
}

.quote {
  font-style: italic;
}    

.money {
  text-align: right;
}

.number {
  white-space: nowrap;
}

.new {
  color: #F01080;
  font-style: italic;
}
