html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}












html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}


@font-face {
    font-family: 'Oracle-MediumMono';
    src: url('fonts/Oracle-MediumMono.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'Oracle-MediumMono', Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height:100%;
    background-color: blue;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-variant-ligatures: none;
            -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  background-image: url(bg.jpg);
  background-attachment: fixed;
  overflow-x: hidden;
    }

    #logo {
      /*display: block;*/
    }

    #logo2 {
      display: none;
      z-index: 4;
      position: relative;
    }

.flex-container {
      display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: stretch;
  }

  .flex-container2 {
      display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
  }



#map {
z-index: 0;
width: auto;
height: 100vh;
/*flex-grow: 0;
flex-shrink: 1;*/
flex: 0 0 auto;
}

#mapimg {
  height:100vh; 
  width:auto; 
  /*max-width:100%;*/
}


#listings-container {
    /*width: <property unused>;
    height: <property unused>;*/
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 100px;
    text-align: center;
    z-index: 1;
}

#listings {
    /*max-width: 500px;*/
    text-align: left;
    padding-left: 25px;
    padding-bottom: 0px;
}




.sticky {
        position: -webkit-sticky;
    position: sticky;
    top: 0px;
z-index: 0;
}




.line {
  width: 100%;
  height: 13px;
  background-position: center;
  background-repeat: repeat-x;
  background-image: url(line2.png);
  background-size: auto 50%;
  position: relative;
  left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.line2 {
  width: 100%;
  height: 25px;
  background-image: url(line5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
  left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  display: none;
  /*z-index: 10;*/
}

.linev {
      width: 25px;
height: 100%;
  background-image: url(line5-v.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 100%;
  position: fixed;
  float: left;
  margin-left: -25px;
  }


p {
  font-size: 14px;
  line-height: 18px;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  color: white;
  margin-left: 20px;
  text-indent: -20px;
}

.indent {
  margin-left: 20px;
  text-indent: 0px;
}

.intro {
  font-size: 20px;
  line-height: 22px;
  margin-left: 0px;
  text-indent: 0px;
  margin-bottom: 15px;
}


.gal {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-transform: uppercase;
  }

  .low {
    text-transform: lowercase;
  }



.gallery {
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
}

.lr {
  height: 15px;
}

.lr2 {
  height: 10px;
}

.x {
  display: block;
}

.y {
  display: none;
}

.galleryalt {
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  display: none;
  vertical-align: top;
  flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 300px;
}




#aboutcondo {
  position: fixed; 
  top: 0px; 
  right:5px;
  z-index: 3;
}

#globe {
  width:100px;
}




a:link { text-decoration: none; color: white; } 
a:active { text-decoration: none; color: white; }
a:visited { text-decoration: none; color: white; }
a:hover { text-decoration: none; color: black; } 

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
.intro {font-size: 16px; line-height: 18px;}
.gal {font-size: 16px; line-height: 16px;}
p {font-size: 12px; line-height: 16px; margin-left: 15px; text-indent: -15px;}
.lr {height:11px;}
.lr2 {height: 8px;}
}

@media only screen and (max-width: 1100px), only screen and (max-device-width: 1100px) {
.sticky { position: relative;}
.flex-container {display:block;}
#map {width: 100%; max-width: 100%; height: auto; margin-top: 0px; padding-top: 0px;}
#mapimg {width: 100%; height: auto; max-height: auto;}
#logo2 {display: block;}
#listings {width: 100%; padding-left: 0px; padding-bottom: 1px;}
#listings-container {width: 100%;}
#globe { width:75px;}
/*#aboutcondo {bottom: 0px;}*/
.line2 {display: block;}
.x {display: none;}
.galleryalt {display: inline-block;}
.linev {display: none;}

}