
		.slick-prev::before,
		.slick-next::before{
			color:#777;
		}
		.gallery-slides-wrap{
						height: 300px;
		}
					@media only screen and (max-width: 300px) {
				.gallery-slides-wrap{
					height: 100vw;
					width: 100%;
				}
			}
					.gallery-slides-wrap.slick-initialized{
			height: auto;
			width: auto;
		}
		img.gallery-image{
			margin: 0 auto;
			display: none;
			max-width: 100%;
			max-height: 300px;
			width: auto;
			height: auto;
		}
		.gallery-caption-wrap{
			display: none;
		}
		.gallery-slide-0 img.gallery-image{
			display: block
		}
		.slick-initialized .gallery-caption-wrap,
		.slick-initialized img.gallery-image{
			display: block;
		}
		.gallery-image-wrap{
			text-align: center;
			max-width: 100%;
		}
		body .slick-slider .slick-track{
			-webkit-transition: none;
			-moz-transition: none;
			transition: none;
		}
	

  .button {
    /* default values */
    --btn-padding: 12px 24px;
    --btn-bg-color: #007bff;
    --btn-font-size: 16px;
    --btn-font-color: #ffffff;
    --btn-font-weight: normal;
    --btn-border-radius: 4px;
    --btn-letter-spacing: normal;    /* new variable */

    display: inline-block;
    padding: var(--btn-padding);
    background-color: var(--btn-bg-color);
    color: var(--btn-font-color);
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    letter-spacing: var(--btn-letter-spacing);  /* apply it */
    border: none;
    border-radius: var(--btn-border-radius);
    text-decoration: none;
    cursor: pointer;
  }

#content{
	max-width: 750px;
}
h1{
	margin-bottom: 2em;
}
h2{
	border-top: 1px solid #ccc;
	margin-top: 0;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-bottom: 0;
	font-size: 135%;
	cursor: pointer;
}
#content p{
	color: #9c9696;
	margin: .5em 0;
}

.plus{
	position: relative;
	width: 14px;
	height: 14px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: .5em;
}
.plus .hline,
.plus .vline{
	display: block;
	width: 100%;
	background-color: #000;
	transition: transform .2s;
	position: absolute;
	height: 1.1px;
}
.plus .vline{
	transform: rotate(90deg);
}
.active .plus .vline{
	transform: rotate(00deg);
}




