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: 'estragon_threemedium';
    src: url('fonts/estragonathens-medium-webfont.woff2') format('woff2'),
         url('fonts/estragonathens-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unigreregular';
    src: url('fonts/unigre-webfont.woff2') format('woff2'),
         url('fonts/unigre-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: 'unigreregular', Unica, Neue Haas Grotesk, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    height:100%;
    background-color: white;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
            text-rendering: optimizeLegibility;
    }

#bg {
    top: 0;
  z-index: -1;
  position: fixed;
  height:100%;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  background-image: url(background.jpg);
}

#dots {
  position: fixed; 
  z-index: 100; 
    height:100%;
  width: 100%;
  pointer-events: none;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
  background-image: url(dots.png);
}

#condounit {
  width: 250px;
}


#listings {
  padding: 10px;
  max-width:98%;
    -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.intro {
display: block;
width:98%; 
margin-top: 12px; 
margin-bottom: 12px; 
padding-right: 5px;
vertical-align: top;
}



p {
    font-family: 'unigreregular', Unica, Neue Haas Grotesk, Helvetica, Arial, sans-serif;
  letter-spacing: 0.035em;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  color: rgb(255,255,248);
  text-shadow: -2px 2px 3px rgb(84,0,0);
    text-rendering: optimizeLegibility;
}

.indent {
  margin-left: 30px;
}

.credits {
  font-size: 12px;
  line-height: 14px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.estragon {
  font-family: 'estragon_threemedium';
  font-size: 13px;
}



.outdent {
  margin-left: 20px;
  text-indent: -20px;
    font-size: 24px;
  line-height: 25px;
}



.gallery {
  font-family: 'estragon_threemedium';
  font-size: 40px;
  letter-spacing: 0em;
  margin-bottom: 0px;
  word-spacing: -1px;
  line-height: 38px;
  color: rgb(255,255,162);
  text-shadow: -3px 3px 5px rgb(110,0,0);
}


#athens {
  max-width: 65%;
}

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

#globe {
  width:100px;
}

.host {
  display: inline-block;
}

.bracket {
  display: inline-block;
  vertical-align: top;
  margin-left: -5px;
}

.bracketimg {
  height: 125px;
}


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

a.white:link { text-decoration: none; color: rgb(255,255,240); } 
a.white:active { text-decoration: none; color: rgb(255,255,240); }
a.white:visited { text-decoration: none; color: rgb(255,255,240); }
a.white:hover { text-decoration: none; color: rgb(255,255,180); } 


@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {
  #listings {max-width: 98%;}
  p {font-size: 13px; line-height: 15px;}
  .outdent {font-size: 13px; line-height: 15px;}
#condounit {width: 180px;}
.gallery {font-size: 28px; line-height: 27px;}
.intro {display: block; width: 98%;}
#globe {width:60px;}
#athens {max-width: 80%;}
.indent {margin-left: 20px;}
.credits {font-size: 10px; line-height: 12px;}
.bracketimg {height: 85px;}
}

@media only screen and (min-width: 901px) and (max-width: 1280px) {
  #listings {max-width: 98%;}
  p {font-size: 20px; line-height: 22px;}
  .outdent {font-size: 20px; line-height: 22px;}
  #condounit {width: 220px;}
  .intro {display: block; width: 98%;}
}


@media only screen and (min-width: 1441px) {
  #listings {max-width: 98%;}
  }