/*
Theme Name: cuco theme
Theme URI: https://cuco.lu
Author: the custom coding
Author URI: https://cuco.lu
Description: custom theme by cuco
Version: 1.0
Text Domain: customcoding
*/

html,body{
	
	padding:0;
	margin:0;
	
	
}

/* HEADER */

header{
	
	padding-top:50px;
	background:lightgrey;
	
	
	
}

header .logo{
	
	width:50px;
	height:auto;
	
}

header.home-header{
	
	position: absolute;
	z-index:2;
	width:100%;	
	
}


#header-nav{
	
	
	
}

#main-nav{
	
	text-align: right;
	
}

/*horizontal nav */
.h-nav ul {
	
	margin: 0; padding: 0; 
	list-style-type: none; list-style-image: none; 

}

.h-nav li {
	
	display: inline; 
	padding: 5px 20px 5px 20px;
}

.h-nav li:last-child{
	
	padding-right:0px;
	
}


.h-nav a {text-decoration:none; }


/* FOOTER */

footer{
	
	-position: absolute;
	-bottom:0;
	width:100%;
}

#footer-area{
	
	position: relative;
	background:black;
	color:white;
	
}

#footer-nav{
	
	background:black;
	width:100%;
	height:30px;
	
	
}

#footer-nav li a{
	
	color:white;
	
}

#footer-nav{
	

}

/* PROJECT SLIDER */

.project-item{
	
	position: relative;
	
}
.project-item .project-title{
	
	position: absolute;
	text-align: center;
	top:50%;
	width:100%;
}

.project-item .project-title h3{
	
	
}
