.first-block, .third-block{
	text-align:center;
}
.first-block div{
	
}
.first-block p{
	text-align: justify;
	line-height: 1.5rem;
}
.first-block .image{
	margin-top: -30px;
	margin-bottom: 1.5rem;
}

.third-block{
}
.third-block h3{
	background: #e2f6f7;
	margin-bottom: 0;
	padding: 1rem 0;
}
.third-block .image{
	margin: 0;
}

#main{
	position: relative;
	min-height: 100vh;
}
.tab{
	opacity: 1;
	overflow: hidden;
}

.tab.active{
	opacity: 1;
	position: static;
}

 h1 {
	font-size: 3rem;
}

h1, h2, h3{
	font-family: 'Dancing Script', cursive;
	text-transform: none;
	font-weight: 400;
	letter-spacing: normal;
}

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

/* ---- .grid-item ---- */

  @media screen and (max-width: 980px) {
		.grid-sizer,
		.grid-item {
  		width: calc(50% - 5px);
  	}
  }
  @media screen and (min-width: 981px) {
		.grid-sizer,
		.grid-item {
  		width: calc(33.333% - 5px);
  	}
  }

.grid-item {
  float: left;
  margin-bottom: 5px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}


.petite, .grande {
    cursor: pointer
}

.grande {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
    display: none;
    align-items: center;
    justify-content: center;
}

.grande img {
    max-width: 90vw;
    max-height: 90vh;
    border: 4px white solid;
    border-radius: 5px;
}

.sticky {
  position: -webkit-sticky !important; /* Safari */
  position: sticky !important;
  top: 0;
}