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

.canvas{
	padding: 60px 0px 60px 55px;
	font-family: 'Nunito', sans-serif;
	color: black;
}

.menu {
	height: 100vh;
	float:left;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
  	display: flex;
    flex-direction: column;
	width:22%; 
	text-align:left;
	flex-wrap: wrap;
}

.name a{
	display: inline!important;
	text-decoration: none;
	color: #5d5454;
	font-size: 22px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 300;
}

.title {
	font-size: 14px;
	font-weight: 600;
	color: black;
    line-height: 1.6em;
    letter-spacing: 0em;
    display: block;
    padding: .1em;
	text-decoration: none;
}

.subTitle  a{
	white-space: nowrap;
	font-size: 15px;
	font-weight: 400;
	color: #5d5555;
    line-height: 1.5em;
    letter-spacing: 0em;
    display: block;
    padding: .1em;
	text-decoration: none;
}

.subTitle  a:hover{
	font-weight: 1000;
}

.simpleControl {
	background-color: white;
}

button { 
	background:none;
	border:none; 
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	color: black;
    line-height: 1.6em;
    letter-spacing: 0em;
    font-weight: 300;
    font-size: 10px;
    display: block;
    padding: .1em;
}

.main {
	float:left;
	width:76%;
	height:100vh;
	margin-right: 2%;
	margin-left: 0%;
}

.galleryItem  img {
	width: 100% !important;
	height: auto !important;
	text-indent: -9999px;
}

.galleryItem  img:hover {
   opacity: 0.85;
}


.image {
	width: 100%;
	text-align: center;
    height: auto;
    position: relative;
    top: 40px;
    left: 0;
    margin-right: 0;
    transform: none;	
	float:left;
	line-height: 40px;
    -moz-column-count:    3;
	-webkit-column-count: 3;
	column-count:         3;
    -webkit-column-gap:   15px;
	-moz-column-gap:      15px;
	column-gap:           15px;
	paddingTop: 20px;
}

.navigation {
	right: unset;
	left: unset;
	bottom: 0px;
	z-index: 10;
	position: absolute
}

.simpleControl { 
	padding-bottom: 60px;
	padding-top: 0px;
	padding-left: 0px;
}


@media only screen and (max-height:860px) {
.navigation {
	right: 40px;
	left: unset;
}

.simpleControl {
	padding-bottom: 20px;
	padding-top: 8px;
	padding-left: 8px;
}
}