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{
	white-space: nowrap;
	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;
}

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

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

.image {
	width: 85%;
	text-align: left;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);	
	float:left;
    line-height: 20px;
    -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;
}

area {
	cursor: default;
}


.galleryItem  img {
	width: 100% !important;
	height: auto !important;
	text-indent: unset;
	text-align: center;
	line-height: 50px;
}

.image  p {
	text-align: left;
    font-size: 14px;
	font-family: 'Nunito', sans-serif;
	color: black;
	display: inline;
	width: 100% !important;
}


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

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

.about {
	font-size: 14px;
	width: 60%;
	padding: 150px 60px 60px;
	font-family: 'Nunito', sans-serif;
	color: black;
}

.submit {
	font-family: Nunito;
	background: #333;
	color: #fff; 
	border-style: none; 
	padding-top: 0.3em; 
	padding-right: 0.7em; 
	padding-bottom: 0.3em; 
	padding-left: 1em;
	letter-spacing: .28em;
}

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

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