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;
          overflow-x: hidden;
}




@font-face {
    font-family: 'HB Items Beta';
    src: url('hb-items-beta-medium.woff2') format('woff2'),
         url('hb-items-beta-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {
    font-family: 'items_condoregular';
    src: url('itemscondo-regular-webfont.woff2') format('woff2'),
         url('itemscondo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/


body {
    font-family: 'HB Items Beta', serif;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    width: 100%;
    height:100%;
    /*background-color: rgb(255,20,0);*/
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          overflow-x: hidden;
  }

#parent1 {
  position: relative;
  width: 100%;
  height: auto;
      background-color: rgb(255,20,0);
}




#listings-parent {
  vertical-align: top;
  padding-top: 3vw;
}


#listings {
width: 100%;
padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: top;
          display: inline-block;
          background-image: url(thumbs2bw.jpg);
          background-repeat: no-repeat;
          background-size: 70%;
/*background-color: rgb(255,20,0);*/
mix-blend-mode: multiply;
margin-top: -20vw;
/*margin-top: -330px;*/
}

#listings-inner {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          vertical-align: top;
}

#contents {
  margin-left: 28%;
  margin-top: 11vw;
  /*margin-top: 270px;*/
}

#lockup {
  display: block;
  max-width: 98%;
  padding-top: 2vw;
}

#galleries {
  display: inline-block;
  vertical-align: top;
  padding-top:20px;
}

.gallery {
  display: block;
  max-width: 450px;
  vertical-align: top;
  padding: 0px;
  text-align: left;
        -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.info {
  border-top: 2px solid black;
  padding-top: 7px;
  padding-bottom: 25px;
  width: 93%;
}

#map {
  width:50%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}


#thumbs {
  width:70%;
  display: block;
  mix-blend-mode: multiply;
}

#thumbs-mobile {
  display: none;
}


#condosp2023-right {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 200px;
}


p {
  font-family: 'HB Items Beta';
  font-size: 19px;
  line-height: 21px;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  letter-spacing: 0.002em;
  margin-bottom: 15px;
  color: black;
 }

 .credits {
  margin-bottom: 0px;
 }

.small {
  font-size: 14px;
  line-height: 16px;
  margin-top: -13px;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}

.medium {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 3px;
}



#globe {
  max-width: 100px;
}

#globe-container {
  position: sticky; 
  top: 5px; 
  right:5px; 
  z-index:100; 
  text-align:right;
    width:100%;
    height:100px;
    margin-top:-100px;
}



a:link { text-decoration: none; color: rgb(0,0,0); } 
a:active { text-decoration: none; color: rgb(0,0,0);  }
a:visited { text-decoration: none; color: rgb(0,0,0); }
a:hover { text-decoration: none; color:  rgb(255,20,0) } 


/*@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {*/
@media screen and (max-width: 1100px) {
  #thumbs {
  display: none;
}

#thumbs-mobile {
  width:60%;
  display: block;
  mix-blend-mode: multiply;
}

#condosp2023-right {
  top: 8px;
  right: 8px;
  width: 30%;
}

#lockup {
  padding-top: 0vw;
}


#map {width: 100%;}

#listings {
          display: inline-block;
          background-image: none;
margin-top: 0px;
}

#contents {
  margin-left: 0%;
  margin-top: 0px;
}

p { font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
 }
.small {
  font-size: 13px;
  line-height: 12px;
  margin-top: -4px;
  margin-bottom: 10px;
}
.medium {
  font-size: 23px;
  line-height: 23px;
  margin-bottom: 1px;
}
.gallery {
  display: block;
  max-width: 100%;
  padding: 5px;
}
#globe-container {
  width:75px;
}
}