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: 'alte_haas_groteskbold';
    src: url('altehaasgroteskbold-webfont.woff2') format('woff2'),
         url('altehaasgroteskbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alte_haas_groteskregular';
    src: url('altehaasgroteskregular-webfont.woff2') format('woff2'),
         url('altehaasgroteskregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'alte_haas_groteskregular', Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0px;
    width: 100%;
    height:100%;
    background-color: rgb(255, 238, 0);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
                  overflow-x:hidden;
            text-transform: lowercase;  }


  #parent {
    /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
        overflow-x:hidden;*/
  }


.column {
  display: inline-block;
  width: 48%;
  text-align: left;
  vertical-align: top;
}

.column2 {
  display: inline-block;
  width: 48%;
  text-align: center;
  vertical-align: top;
}


.map {
  max-width:100%;
}

#condotitle {
  width:100%;
  text-align: center;

}

#condotitleimg {
  max-width: 100%;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
z-index: 20;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
          background-color: rgb(255,238,0);
          text-align: center;
          border-bottom: 8px solid black;
}


p {
  font-family: 'alte_haas_groteskregular';
font-size: 18px;
  line-height: 20px;
  margin: 0px;
  margin-top: 0px;
  padding: 0px;
  letter-spacing: 0.02em;
  color: black;
  /*color: transparent;
   text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,1);*/
}

.intro {
  color: black;
  margin-bottom: 6px;
}

.yellow {
  background-color: rgb(255, 238, 0);
}

.space {
  margin-right: 15px;
}

.gal {
  font-family: 'alte_haas_groteskbold';
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0.02em;
}

.no {
  color: black;
  font-family: 'alte_haas_groteskbold';
  font-size: 36px;
  margin-right: 4px;
  position: relative;
  top: 7px;
}

.gallery {
  text-align: left;
  display: flex;
    margin-bottom: 10px;
}

.flex-container-nested {
  display: flex;
  flex-direction: column;
}




.tile {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
        -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          z-index: 5;
          position: relative;
          background-color: rgb(255,238,0);
          text-align: center;
          border-top: 8px solid black;
}

.tiletext {
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
        /*-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;*/
          overflow-x:hidden;
          z-index: 5;
          position: relative;
          background-color: rgb(255,238,0);
          text-align: center;
          border-top: 8px solid black;
}

.stipple {
    margin: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
  width: 100%;
    background-image: url("stipple2-1600.gif");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-position: center bottom;
      -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          border-top: 8px solid black;
          text-align: center;
}

.thumb {
  display: inline-block;
  margin: 30px;
}

.thumbimg {
  height:200px;
  margin-bottom:10px;
}




#one {
  margin-bottom: 0px;
}

#condoglobe {
  width: 100px;
}






/*
a:link { text-decoration: none; color: transparent; text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,1); } 
a:active { text-decoration: none; color: transparent; text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,1); }
a:visited { text-decoration: none; color: transparent; text-shadow: 0 0 2px rgba(0,0,0,0.5), 0 0 1px rgba(0,0,0,1); }
a:hover { text-decoration: none; color: transparent; text-shadow: none; } 
*/

/*
a:link { text-decoration: none; color: transparent; } 
a:active { text-decoration: none; color: transparent; }
a:visited { text-decoration: none; color: transparent; }
a:hover { text-decoration: none; color: transparent; text-shadow: none; } 
*/

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




@media only screen and (max-width: 900px), only screen and (max-device-width: 900px) {


.column {
  display: block;
  width: 100%;
}

.column2 {
  display: block;
  width: 100%;
}

.sticky {
position: relative;
}

#one {
  margin-bottom: 16px;
}


body, p, .gal {
  font-size: 14px;
  line-height: 16px;
}

.no {
  font-size: 24px;
    top: 4px;
}

.thumbimg {
  height:90px;
  margin-bottom:8px;
}

.thumb {
  display: inline-block;
  margin: 10px;
}

.tiletext {
  padding-left: 20px;
}

#condoglobe {
  width: 40px;
}

}