@media only screen and (min-width: 1100px) {
  body {
    width: 1100px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  hr {width: 1095px; margin-left: 0;}
}

@media only screen and (min-width: 825px) and (max-width:1099px) {
  body {
    width: 825px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  hr {width: 820px; margin-left: 0;}
}

@media only screen and (min-width: 550px) and (max-width: 824px) {
  body {
    width: 550px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  hr {width: 545px; margin-left: 0;}
}

@media only screen and (min-width: 275px) and (max-width: 549px) {
  body {
    width: 275px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  hr {width: 270px; margin-left: 0;}
}

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

body {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  font-weight: 300;
}

h1 {
  font-size: 96px;
  font-variant: small-caps;
  font-weight: bold;
  margin: 0;
  padding: 50px;
}

h2 {
  font-size: 24px;
  padding-top: 10px;
  font-weight: normal;
}

h3 {
  font-size: 20px;
  font-weight: bold;
#	font-variant: small-caps;
  margin: 0 0 10px 0;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 16px 0 8px 0;
}

.packery {
  background: #FFF;
}

/* clearfix */
.packery:after {
  content: ' ';
  display: block;
  clear: both;
}

.item {
  width: 270px;
  padding: 5px;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
}

.grid-sizer {
  width: 275px;
}

.gutter-sizer {
  width: 5px;
}

.item {
  height: 270px;
  float: left;
  background-color: #FFF;
  border: 1px solid #333;
  border-color: hsla(0, 0%, 0%, 0.3);
}

.item p {
 margin-top: 0;
 margin-bottom: 4px;
}

.item.xxl {
  height: 767px;
  width: 545px;
  z-index: 2;
}

.item.xxl p {
	text-align: justify;
}

a.tile {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: black;
}

.item.notext1 {
 background-color: #8899aa;
}

.item.notext2 {
 background-color: #87a352;
}

.item.notext3 {
 background-color: #a9cc66;
}

.item.notext4 {
 background-color: #76726c;
}

.item.small {
  height: 150px;
  font-size: 11px;
  line-height: 14px;
  padding: 5px;
}

.item.small p {
 margin-top: 5px;
 margin-bottom: 0px;
}

a.nrml {
 width: auto;
 display: inline;
 height: auto;
 text-decoration: underline;
 color: black;
}

a.menu {
 width: auto;
 display: inline;
 height: auto;
 text-decoration: none;
 color: black;
 padding: 10px;
}

a.menu:hover {
 background: #eceae6;
}
