body{
	margin: 0;
	padding: 0;
	font-family: 'Comfortaa', cursive;
}
.clear {width: inherit; height: 0px; font-size: 0px; line-height: 0px; clear: both;}
#wrapper{
	width: 100%;
}
#navi{
	width: 100%;
	height: 121px;
	position: absolute;
	z-index: 2;
	float: right;
	border-bottom: 1px solid #B7C1C4;
}
#navi-menu{
	width: 50%;
	float: right;
	height: inherit;
}
#navi ol{
	list-style-type: none;
	width: 100%;
	height: inherit;
	margin: 0;
	padding: 0;
}
#res-menu{
	display: none;
	font-size: 25px;
	background: transparent;
	border: 2px solid black;
	border-radius: 15%;
}
#res-menu:hover{
	cursor: pointer;
}
#menu{
	width: 100%;
	height: inherit;
	float: left;
}
#menu li{
	display: block;
	width: 20%;
	float: left;
	height: 121px;
}
#navi a{
	text-align: center;
	text-decoration: none;
	display: block;
	float: left;
	color: black;
	width: 23%;
	height: 121px;
	line-height: 3;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 1.1;
}
#lang-btn a{
	width: 8%;
	font-weight: 400;
}
#navi a:hover{
	color: white;
	background-color: black;
	opacity: 0.4;
	filter: alpha(opacity=40);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
#logo{
	float: left;
	width: 80px;
	height: auto;
	padding: 10px;

}
#logo img{
	width: 100px;
	height: auto;
}
#header-one{
	width: 100%;
	height: auto;
}
.header-one{
	width: 100;
}
.head-txt{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 33.35%;
}
.head-txt img{
	width: 100%;
	height: auto;
}
.head-photo{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 66.65%;
	height: inherit;
}
.head-photo img{
	width: 100%;
	height: inherit;
}
.menu-bckg{
	position: relative;
	color: white;
	width: 100%;
	min-height: 100px;
}
#container{
	clear: both;
	width: 100%;
}
.upper-footer{
	width: 100%;
	text-align: left;
	font-size: 15px;
	background-color: #333333;
	padding-bottom: 20px;
	color: #ADC1C7;
	border-top: 1px solid #666869;
}
.up-foot-cont{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0px;
}
.adress{
	float: left;
	width: 40%;
}
.contact{
	float: left;
	width: 40%;
}
.contact p{
	padding-left: 10px;
}
.fb-btn{
	float: left;
	width: 20%;	
}
.fb-btn p{
	padding-left: 10px;
}
.fb-btn a{
	float: left;
	text-decoration: none;
	color: #ADC1C7;
	font-size: 40px;
	padding: 10px;
}
.fb-btn a:hover{
	color:  white;
}
#footer{
	clear: both;
	width: 98%;
	padding: 1%;
	min-height: 80px;
	color: #ADC1C7;
	background-color: #474747;
	text-align: center;
	font-size: 15px;
	line-height: 4;
	letter-spacing: 2px;
	border-top: 1px solid #7E7F80;
}
/* header portfolio */

.header-portf{
	width: 100%;
}
.header-portf-txt{
	margin: 50px 0px;
	float: left;
	width: 66.66%;
}
.header-portf-txt h2{
	padding: 0% 10%;
}

.header-portf-txt p{
	padding: 0% 10%;
	font-size: 18px;
	
	letter-spacing: 1.5;
	line-height: 2;
}
.header-portf-img{
	float: right;
	width: 33.33%;
	margin: 30px 0px;
}
.header-portf-img img{
	width: 70%;
	padding: 10% 20% 10% 10%;
}
.container-mockup{
	width: 100%;
}
.container-mockup img{
	width: 100%;
	height: auto;
}
/* header portfolio websites */
.portf-webs-txt-one{
	margin: 50px 0px;
	float: left;
	width: 50%;
}
.portf-webs-txt-two{
	margin: 50px 0px;
	float: right;
	width: 50%;
}
.portf-webs-img-one{
	float: right;
	width: 50%;
	margin: 30px 0px;
}
.portf-webs-img-two{
	float: left;
	width: 50%;
	margin: 30px 0px;
}
.portf-webs-txt-one h2, .portf-webs-txt-two h2{
	padding: 0% 10%;
}

.portf-webs-txt-one p, .portf-webs-txt-two p{
	padding: 0% 10%;
	font-size: 18px;
	letter-spacing: 1.5;
	line-height: 2;
}
.portf-webs-txt-one a, .portf-webs-txt-two a{
	text-decoration: none;
	font-weight: bold;
	color: #285E70;
}
.container-mockup p{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.container-mockup a{
	text-decoration: none;
	color: #285E70;
}
.portf-webs-img-one img, .portf-webs-img-two img{
	width: 100%;
	height: auto;
}




@media screen and (max-width: 1000px){
.clear{
	clear: both;
	width: inherit;
	position: initial;
	float: none;
	margin: 0px;
	padding: 0px;
}
#navi-menu{
	width: calc(100% - 100px);
}
#navi a{
	font-size: 16px;
}
.head-txt{
	width: 50%;
}
.head-txt img{
	width: 100%;
	height: auto;
}
.head-photo{
	width: 50%;
	height: inherit;
}
.head-photo img{
	height: inherit;
	position: absolute;
	transform: translate(-50%, 0%);
	z-index: -1;
}
#header-text{
	margin-top: 270px;
	margin-left: 30%;
}
#content{
	width: 80%;
}
.up-foot-cont{
	width: 80%;
}
#footer{
	font-size: 12px;
}
/* header portfolio websites */
.portf-webs-txt-one h2, .portf-webs-txt-two h2{
	font-size: 16px;
}

.portf-webs-txt-one p, .portf-webs-txt-two p{
	font-size: 16px;
	letter-spacing: 1.2;
	line-height: 1.5;
}
}	
@media screen and (max-width: 600px){

/* header portfolio */

.header-portf-txt{
	clear: both;
	width: 100%;
}
.header-portf-txt h2{
	font-size: 18px;
	padding: 0% 5%;
}

.header-portf-txt p{

	font-size: 16px;
	padding: 0% 5%;
	letter-spacing: 1.3;
	line-height: 1.5;
}
.header-portf-img{
	clear: both;
	width: 100%;

}

.head-txt{
	clear: both;
	width: 100%;

}
.head-txt img{
	width: 50%;
	height: auto;
	margin-left: 25%;
}
.head-photo{
	display: none;
}
/*
.head-photo img{
	width: 100%;
	height: inherit;
}
*/
#logo{
	clear: both;
	padding: 1%;
	margin: 0px;
	width: 98%;
}
#logo img{
	width: 100px;
	margin-left: calc(50% - 50px);
}
#navi{
	clear: both;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
}
#navi-menu{
	clear: both;
	width: 100%;
	margin-top: 34px;
}
#menu{
	margin-top: 10px;
}

#menu li{
	clear: both;
	display: block;
	width: 100%;

}
#navi a{
	clear: both;
	display: block;
	width: 100%;
	height: 50%;
	background-color: white;
}
#navi a:hover{
	opacity: 0.5;
	filter: alpha(opacity=50);
}

/* button of rwd menu display */
#res-menu{
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.menu{
	clear: both;
	display: none;
}
/* rename class "menu" for rwd display */
.menu.responsive{
	display: inline-block;
	width: 100%;
}
#content{
	width: 90%;
	font-size: 14px;
}

.adress{
	clear: both;
	width: 80%;
}
.contact{
	clear: both;
	width: 80%;
}
.fb-btn{
	clear: both;
	width: 80%;
}
.contact p{
	padding-left: 0px;
}

.fb-btn p{
	padding-left: 0px;
}

/* header portfolio websites */
.portf-webs-txt-one, 
.portf-webs-txt-two, 
.portf-webs-img-one, 
.portf-webs-img-two{
	clear: both;
	width: 100%;
}
.container-mockup p{

	font-size: 16px;
}
}

@media screen and (max-width: 400px){

.head-txt img{
	width: 100%;
	height: auto;
	margin: 0px;
}

}



