/*
    Created on : Dec 23, 2018, 12:09:46 PM
    Author     : Jim
*/
#main-table {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1024px;
  min-width: 400px;
  table-layout: fixed;
}

#left-column {
  vertical-align: top;
  width: 200px;
  background-color: #5CB3FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#center-column {
  vertical-align: top;
  padding: 15px;
}

#right-column {
  vertical-align: top;
  width: 200px;
  background-color: #5CB3FF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

div.boating-is-fun {
  font-size: x-large;
  font-weight: bold;
  text-align: center;
  color: #334433;
}

div.about-d271 {
  text-align: left;
}

div.general-page {
  text-align: left;
}

div.squadron-list {
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.squadron-list a {
  color: black;
}

div.committee-list {
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 20px;
}

div.newsletter-list {
  text-align: left;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 20px;
}

div.contact-spiel {
  text-align: left;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px;
}

.contact-spiel a {
  color: black;
}

.about-d27 {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div.about-usps-triangle {
  text-align: left;
}

img.usps-triangle {
  float: left;
  padding: 3px 3px 3px 3px;
}

.bordered-picture {
  border-style: solid;
  border-width: 1px;
}

.supported-and-promoted {
  margin-left: 30px;
  padding: 10px;
}

.sqdnLink {
  position: relative;
}

.imagehotspot-container {
  position: relative;
  max-width: 600px; /* max-width: actual width of image */
  width: 100%;
  height: auto;
  z-index: 101;
}
.imagehotspot-container > div {
  position: relative;
  height: 0px;
  padding-bottom: 42.5%;
}
.imagehotspot-container > div .sqdnMap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 102;
}

:root {
  --SPOT_HEIGHT: 5.0%;
  --SPOT_WIDTH: 2.5%;
}

.spotSquare {
  --spotGrow: 1.0;
  --dX: 50%;
  --dY: 50%;
  top: calc(var(--dY) - var(--SPOT_HEIGHT) * 0.5 * var(--spotGrow));
  left: calc(var(--dX) - var(--SPOT_WIDTH) * 0.5 * var(--spotGrow));
  height: calc(var(--SPOT_HEIGHT) * var(--spotGrow));
  width: calc(var(--SPOT_WIDTH) * var(--spotGrow));
  position: absolute;
  box-sizing: border-box;
}

.spot {
  position: absolute;
  z-index: 103;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.spot:hover {
  z-index: 104;
  /*opacity: 1.0;*/
}
.spot:hover .tooltipText {
  visibility: visible;
  /*opacity: 1.0;*/
  z-index: 104;
}
.spot:hover .arrow-dn {
  visibility: visible;
  opacity: 1;
}
.spot .tooltipText {
  visibility: hidden;
  width: 120px;
  padding: 3px 0;
  background-color: white;
  text-align: center;
  border: solid 2px black;
  border-radius: 6px;
  /* Position the tooltip */
  position: absolute;
  top: -39px;
  left: calc(var(--SPOT_WIDTH) - 60px);
}

.arrow-dn {
  visibility: hidden;
  width: 0;
  height: 0;
  position: absolute;
  top: -8px;
  left: -2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid black;
}

.homeContainer {
  width: 100%;
}
.homeContainer .homeRowBox {
  flex: 1 1 auto;
  display: flex;
  flex-flow: row wrap;
  align-self: left;
  justify-content: space-between;
}
.homeContainer .homeColumnBox, .homeContainer .homeLeftColumn, .homeContainer .homeRightColumn {
  flex: 1 1 auto;
  display: flex;
  flex-flow: column nowrap;
  align-self: left;
  justify-content: flex-start;
}
.homeContainer .homeLeftColumn, .homeContainer .homeRightColumn {
  /*width:20%;*/
  min-width: 120px;
  max-width: 180px;
  background-color: #5CB3FF;
  border-radius: 5px;
  flex: 0 1 20%;
}
.homeContainer .homeLeftColumn div, .homeContainer .homeRightColumn div {
  width: 100%;
  padding: 5%;
  text-align: center;
}
.homeContainer .homeLeftColumn div img, .homeContainer .homeRightColumn div img {
  width: 100%;
}
.homeContainer .homeMiddleColumn {
  text-align: justify;
  width: 60%;
  min-width: 300px;
  flex: 1 0 60%;
}
.homeContainer .itemBox {
  width: 300px;
  min-height: 30px;
  margin: 4px;
  border: 1px solid black;
  text-align: center;
  line-height: 1.3;
}
.homeContainer .itemBox ul {
  text-align: left;
}

.sideBarHeading {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-shadow: 1px 1px black;
}

.separator {
  height: 1px;
  width: 80%;
  align-self: center;
  border-top: solid 2px black;
}

.importantMessageArea {
  width: 90%;
  margin: 2em auto;
  text-align: justify;
  color: red;
  background: yellow;
  border: dashed 4px red;
  font-size: 120%;
}

/* MEDIA QUERIES */
@media all and (max-width: 719px) {
  .homeContainer .homeRowBox {
    flex-flow: row wrap;
    justify-content: space-around;
    /*   .homeColumnBox {
          width: 50%;
          margin:20px auto;
          border: 1px solid black;
       }*/
  }
  .homeContainer .homeRowBox .homeLeftColumn {
    flex: 1 1 50%;
    width: 45%;
    max-width: 45%;
    order: 2;
  }
  .homeContainer .homeRowBox .homeMiddleColumn {
    order: 1;
    width: 100%;
    min-width: 100%;
  }
  .homeContainer .homeRowBox .homeRightColumn {
    flex: 1 1 50%;
    width: 45%;
    max-width: 45%;
    order: 3;
  }
}

/*# sourceMappingURL=d27HomePage.css.map */
