body,html{
	height: 100%;
	margin: 0px;
	font-family:verdana;
}
/*NAVIGATION*/
.navbar-dd{
	display:none;
		padding:20px;
}
.navbar a{
	text-decoration: none;
	color: black;
}
.navbar{
	margin-top:15px;
	grid-area: nav;
	font-size: 18px;
	text-transform: uppercase;
	display: grid;
	grid-template-columns: 2fr 1fr 1fr 1fr;

}
.navbar div{
	justify-content: center;
    align-items: center;
	padding: 20px;
	transition: all 0.5s ease;
}
.navbar div:hover{
	/*transform: scale(1.1);*/
	cursor:pointer;
	text-shadow: 2px 2px 4px #000;
}

.logo{
	padding:20px;
}

@media screen and (max-width: 600px) {
	.navbar{
		grid-template-columns: 2fr 1fr;
		
	}
	.gallery{
		grid-area: content;

	}

	.menu-item{
		
	}
	.info{
		display:grid;
		grid-template-columns: 1fr;
		grid-template-areas: "left"
							"right";
	}

}
/*NAVIGATION*/
.antispam{
	display:none;
}
.bg-info{
	display: grid;
	grid-template-columns:1fr 6fr 1fr;
 	grid-template-rows:1fr 6fr 1fr;
    grid-template-areas:". nav ."
                      ". content fill"
                      ". bot  .";
    width:100%;
 	height:100%;
 	background-color: #FFF5EE;
}
.info{
	display:grid;
	grid-area:content;
	margin-top:5%;
	background-color: #FFF5EE; 
	grid-template-columns: 2fr 1fr;
	grid-template-areas: "left right";
	height:65%;
}

.info-left{
	grid-area: left;
	background-color: #FFFAF0;
		  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12);
}
.info-right{
	grid-area:right;
	text-align: center;
	background-color: #FFFAF0;
		  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12);
}
.info h2{
	text-align: center;
}
.info p{
	text-align:center;
}
.info-right .contactform{
	
	display: inline-block;
	
}
.info-right input[type=submit], input[type=text], textarea{
	margin:10px;
}

.bg-gallery{
	display: grid;
	grid-template-columns:1fr 6fr 1fr;
 	grid-template-rows:1fr 6fr 1fr;
    grid-template-areas:". nav ."
                      "gal-nav content fill"
                      ". bot  .";
    width:100%;
 	height: 100%;
 	background-color: #FFF5EE;


}
.fill{
	grid-area: fill;
	background-color: #FFF5EE;
}
.gal-nav{
	background-color: #FFF5EE;
	grid-area: gal-nav;


}
.gal-nav ul{
	list-style-type: none;
	padding:10px;


}
.gal-nav li:first-child{
	font-size:20px;
	font-weight: bold;
	cursor: default;
	padding:0;
	
}
.gal-nav li{
	padding:5px;
	cursor: pointer;
	transition: all 0.5s ease;
}
.gal-nav li:not(:first-child):hover{
	text-shadow: 2px 2px 4px #000;
}

.gallery{
	
	background-color: #FFF5EE;
	grid-area: content;
	display:grid;
	grid-gap: 5px;
	grid-template-columns: repeat(auto-fit, minmax(300px,1fr));
	grid-auto-rows: auto;
	grid-auto-flow: dense;

}
.imgthumb{
	width:100%;
	height: auto;
	display:grid;
	position: relative;
	

}
.imgthumb h2{
	position: absolute;
	top: 0%;
	left:85%;
	padding: 5px 5px;
	border-radius: 1px;
	
	font-size: 16px;
	background-color: rgba(0,0,0,0.4);
	color:rgba(250,250,250,0.7);
	box-shadow: 2px 2px 2px 1px rgba(0,0,0,0.2);
}
.gallery img{
	
	width:100%;
	height: auto;
	cursor: pointer;
}

.sld{
	
}
.portrait{
	
}
.wide{
	
}
.gallery img:hover{

}
.img-view{
	height: 100%;
	width: 100%;
	background-color: #FFF5EE;
	position: absolute;
	display: none;
}
.img-info{
	background-color: #FFFAF0;
	position: absolute;	
	height: 75px;
	width: 	12%;
	bottom: 5%;
	left: 85%;
	  box-shadow: 0 1px 1px rgba(0,0,0,0.12), 
              0 2px 2px rgba(0,0,0,0.12), 
              0 4px 4px rgba(0,0,0,0.12), 
              0 8px 8px rgba(0,0,0,0.12);
	font-size: 12px;
	font-family: gill sans;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
	font-style: italic;
}
.name{
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
}

.img-viewcontainer{
	position: relative;
	justify-content: center;
	align-items: center;
	height: 90%;
	left:5%;
	top:5%;
	width: 90%;
}
.img-viewleft img{
	cursor: pointer;
	position: absolute;
	height: 25px;
	width: 25px;
	top:50%;
}
.img-viewright img{
	cursor: pointer;
		height: 25px;
	width: 25px;
	position: absolute;
	top:50%;
	left:98%;
}
.img-viewclose img{
	cursor: pointer;
		height: 25px;
	width: 25px;
	position: absolute;
	top:1%;
	left:98%;
}
.i{
	display:block;
	margin-right: auto;
	margin-left:auto;
	height: 100%;

	width: auto;
}
.bg-about{
	display: grid;
	grid-template-columns:1fr 6fr 1fr;
 	grid-template-rows:auto;
    grid-template-areas:". nav ."
                      ". content."
                      ". bot  .";
    background-color: #FFF5EE;                 
    width:100%;
	height: auto;

}
.about{
	padding:20px;
	grid-area:content;
	font-family: Helvetica;

}
.about img{
	display: block;
	width: 50%;
	height: auto;
	margin-left:auto;
	margin-right:auto;
}
.about p{
	margin-left:5%;
}
.about h2{
	
	font-weight: normal;
	margin-left:5%;
}
.about h1{
	text-align: center;

}
.cv ul{
	list-style-type: none;
	margin-left:5%;
	padding:10px;
}
.cv span{
	font-weight: bold;
    padding-right: 45px;
}
.cv li{

	padding:15px;
	border-bottom: 1px solid rgba(192,192,192,.5);
}
/* INDEX*/
.bg{
	display: grid;
	grid-template-columns:1fr 6fr 1fr;
 	grid-template-rows:1fr 6fr 1fr;
    grid-template-areas:". nav ."
                      ". content."
                      ". bot  .";
    width:100%;
	background-image: url("img/bg/bg-03.jpg");
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


.gal-link{
	display: grid;
	grid-area: content;
	grid-template-columns: 1fr;
	align-items:center;
	justify-items:center;
	font-size: 40px;
}
.gal-link p:hover{
	transform: scale(1.3);
	box-shadow: 8px 8px 15px 10px grey;
}
.gal-link p{
	border-radius: 4px;
	background-color: rgba(255,255,255,0.7);
	box-shadow: 4px 4px 15px 5px grey;
	padding: 20px;
	text-align: center;
	transition: all 0.5s ease;
}
.gal-link img{
	padding:20px;
	max-width:150px;
	
}
/* INDEX*/

.footer{
	grid-area: bot;
	text-align: center;
}