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

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

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

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

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

.summary {
    color: #424040;
	/*color: #5d5555;*/
	list-style: none;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

.summary::-webkit-details-marker {
    display: none;
}

.summary::before {
    content: "+";
    font-weight: bold;
    margin-right:5px;
}


details[open] summary::before {
    content: "-";
    margin-right: 5px;
}

.subContinent  a{
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
	color: #424040;
    line-height: 1.5em;
    letter-spacing: 0em;
    display: block;
    padding-left: 20px;
	text-decoration: none;
}

.subContinent  a:hover{
	font-weight: 900;
}

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

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

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

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

list2 {
    padding-top: 40px !important;
}

.subTitleMenu {
	position: absolute;
	right: 0;
	padding-right: 28px;
	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: 'Raleway', serif;
	color: #7a7878;
}

.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;
  }

  
 


