
html, body {
	margin:0;
	padding:0;
}
.container{
	display:flex;
	flex-flow: row wrap;
}

.canvas{
	padding-top: 20px;
	margin-left: 6%;
	margin-right: 6%;
	text-transform: uppercase;
}

.menu{
	width: 100%;
	text-decoration: none !important;
}

.name  a{
	white-space: nowrap;
	display: inline;
	width: 20%;
	font-family: 'Nunito', serif;
	color: black;
	font-size: 25px;
	text-decoration: none;
}
.titleList {
	text-align: center;
	padding-top: 0px !important;
}

.title {
	padding-top: 0px !important;
}

.subTitle {
	padding-top: 0px !important;
	float: center;
	display: none;
}

.subTitle:after {
    content: '\00B7';
}	

.subTitle:last-child:after {
	content: '';
}

.subTitle  a{
	font-size: 16px;
	font-weight: 400;
	color: #424040;
    line-height: 1.3em;
    letter-spacing: 0em;
	text-decoration: none;
	font-family: 'Nunito', serif;
	text-transform: none;
}

.subTitleMenu {
	position: absolute;
	right: 0;
	padding-right: 30px;
	padding-top: 40px;
	top: 27px;
	text-decoration: none !important;
	display: unset !important;
}

.subTitleMenu a{
	text-transform: none;
	text-decoration: none !important;
    letter-spacing: 0em;
    font-weight: 400;
    font-style: normal;
	font-family: 'Nunito', serif;
	color: #9a9898;
}

.iconList{
	padding-top: 10px;
	text-align: left;
}

.simpleControl {
	display: none;
}
  
.main {
	float:left;
	width:100%;
	height:100vh;
	margin-right: 0%;
	margin-left: 0%;
}

.galleryItem img {
	width: 88% !important;
	height: auto !important;
	padding-top: 4%;
	text-indent: -9999px;
}

.galleryItem p {
	display: none;
}


.image {
	width: 70%;
	text-align: center;
    height: auto;
    position: relative;
	float:left;
    -moz-column-count:    1 !important;
    -webkit-column-count: 1 !important;
    column-count:         1 !important;
    -webkit-column-gap:   15px;
    -moz-column-gap:      15px;
    column-gap:           15px;
  }

  
 


