@charset "utf-8";

/* CSS Document */

.map-div {
    background-color: #FFF;
    width: 100%;
    float: left;
    position: 0 0;
    margin: 0px;
    padding: 0px;
    visibility: visible;
    height: 100%;
}

.image_wrapper {
  position: relative;
}

.my-custom-row {
  position: relative;
  background-color: aqua;
}

.my-custom-row::after {
  position: absolute;
  display: block;
  position: 0 0;
  background-image: url('images/banner_yellow.png');
  background-repeat: no-repeat;
  z-index: 2;
}

.overlay_0 {
  left: 0;
  top: 0;
  padding: 0rem;
  margin: 0px;
  background-image: url('images/banner_yellow.png');
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'defaultfont'; /*a name to be used later*/
  src: url('fonts/malabar-pro-regular_bigfontsite.com.ttf'); /*URL to font*/
}

html * {
  font-family: defaultfont, sans-serif;
}

@font-face {
  font-family: 'indextitlefont'; /*a name to be used later*/
  src: url('fonts/Inter-Regular.ttf'); /*URL to font*/
}

.indextitle {
  color:white;
  font-family: indextitlefont;
  font-size:55px;
  font-weight: bolder;
  text-decoration: underline;
}

.headertext {
  font-size:40px;
  font-weight: bolder;
  font-family: indextitlefont;
  color:#FFFFFF;
  text-decoration: none;
}

.minortitle {
  color:#000;
  font-size:33px;
  font-weight: bold;
}

/* unvisited link */
a:link {
    color: rgb(8, 8, 8);
    text-decoration: underline;
  }
  
  /* visited link */
  a:visited {
    color: rgb(5, 5, 5);
    text-decoration: underline;
  }
  
  /* mouse over link */
  a:hover {
    color: rgb(46, 21, 8);
    text-decoration: underline;
  }
  
  /* selected link */
  a:active {
    color: rgb(8, 8, 8);
    text-decoration: underline;
  }
  
.main_header_text {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: bolder;
    font-variant: normal;
    color: #000;
}

.menu_backdrop {
    background-image: url(images/menubackground.png);
    background-repeat: repeat-y;
    background-position: 0px 0px;
    width: 300px;
}

.footertext {
    font-family: "Arial Black", Gadget, sans-serif;
    color: #666;
    font-size: 14px;
}

.closinglink {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .8rem;
    padding: 5px 5px 5px 5px;
}

.closinglink:visited {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .8rem;
    padding: 5px 5px 5px 5px;
}

.closinglink:hover {
    color: #FFFFFF;
    white-space: nowrap;
    font-size: .9rem;
    padding: 5px 5px 5px 5px;
}

.divoutline {
  border-style: solid;
  border-color: white;
  border-width: 1px;
}