#fw-section-custom-html-790d5956-6d7a-4967-adb2-5ee15b4c9848 {

h2{
	font-size: 2em;
	font-weight:bold;
	padding: 10px 8px 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.boxgallery{
	margin: auto;
	padding:15px 30px 15px;
	max-width: 100%;
	display: flex;
	flex-flow: row-reverse wrap-reverse;
	justify-content: center;
	background-color: var(--darker-color);
}

.box{
	display: block;
	position: relative;
	min-width: 300px;
	max-width: 300px;
	min-height: 300px;
	margin: 5px;
	flex-grow: 1;
	background-color: var(--accent-color);
	background-position: center;
	background-size:cover;
	border: 4px solid var(--accent-color);
}

.linkbox{
	display: block;
	position: relative;
	min-width: 50px;
	max-width: 100px;
	min-height: 50px;
	margin: 5px;
	flex-grow: 1;
	background-color: var(--accent-color);
	background-position: center;
	background-size:cover;
	border: 4px solid var(--accent-color);
}

.boxHover{
	position: absolute;
	top: 0;
	bottom:0;
	padding: 15px 0px 30px;
	width: 100%;
	opacity: 0;
	transition: opacity 0.6s ease;
	display:flex;
	flex-flow: column nowrap;
	overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.boxHover:hover{
	opacity: 1;
	background: grey;
	background: rgba(0, 0, 0, 0.5);
	transition: opacity 0.6s;
}

.box a, .box p{
	display: inline-block;
	width: 90%;
	margin:auto;
	color:white;
	font-size: 130%;
	opacity: 0;
	transition: opacity 0.4s;
}
.boxHover:hover a, .boxHover:hover p{
	opacity: 1;
}

.content{
	background-color: white;
	border: 4px solid white;
	margin: auto;
	margin-bottom: 15px;
	text-align: left;
	max-width: 1300px;
}
.responsive {
  width: 75%;
  max-width: 75px;
  height: auto;
}
.responsiveart {
  width: 50%;
  max-width: 500px;
  height: auto;
}
.responsivelink {
  width: 50%;
  margin: auto;
  max-width: 75px;
  height: auto;
}
.collapsible {
  background-color: #ff5757;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #ff5757;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
.contentcollapse {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
}
.image-left {
    float: left;
    margin: 5px;
    /* Options: left, right */
    width: 75%;
    max-width: 75px;
    /* Optional: Adds space around the image */
}
}