/*
Theme Name: HTL BAU UND DESIGN
Description: HTL BAU UND DESIGN wp theme
*/

@media screen and (max-width: 600px) {
	#introduction .post p.lead {
    	font-size: 1.5rem;
    }
    }

    ul.sociable li.instagram {
    background: url("/wp-content/themes/htl-bau-und-design/assets/images/instagram.svg");
    background-repeat: no-repeat;
    background-size: 100%;  
  }

/* Masonry */


            /* force scrollbar, prevents initial gap */
            html { overflow-y: scroll; }

            
            /* clear fix */
            .grid:after {
              content: '';
              display: block;
              clear: both;
            }
            .grid {
              width: 50%
            }

            /* ---- .element-item ---- */

            /* 5 columns, percentage width */
            .grid-item,
            .grid-sizer {
              width: 50%;
            }

            .grid-item {
              float: left;
            }
            .grid-item img {
              width: 100%;
              margin-bottom: 20px;
              padding-left: 20px;
            }
#header {
	z-index: 10;
}

#banner video {
background: #BFDED0;
}
