#front
{
	 font-family: "Merriweather", serif;
	width:100%;
	height:100vh;	
	background:url(../imgs/int/front.jpeg) no-repeat;
	background-size:100%;
//	background-position:right;
}
#front .container-fluid
{
	padding:10%;
	padding-top:8%;
}
#front .c1
{
}
#front .c1 .frame-data
{
	width:65%;	
	margin:auto;
	text-align:center;
}
#front .c1 img
{
	width:300px;
	margin:auto;
	margin-bottom:5%;	
}
#front .c1 h6
{
}
#front .c1 h1
{
	font-size:60px;
	font-weight:500;
	text-align:left;
	padding-left:15%;
}
#front .c1 h1 .fs1
{
	font-family: "Italianno", cursive;
	font-size:90px;
}
#front .c1 p
{
	font-size:34px;
	margin-top:27%;
	font-weight:500;
	cursor:pointer;
}
#front .c1 p i
{
	font-weight:900;
	font-size:54px;
}
#front .c2 img
{
	width:100%;
	height:120%;	
}



#about
{
	width:100%;
	background:rgb(242,238,237);
}
#about .container-fluid
{
	padding-top:8%;
	padding-bottom:8%;	
}
#about .c1
{
	background:url(../imgs/int/about1.jpg) no-repeat;
	background-size:100% 120%;	
}
#about .c2 h6
{
	 font-family: "Merriweather", serif;	
	font-size:30px;
	text-align:center;
	margin-bottom:50px;
}
#about .c2 h5
{
	 font-family: "Merriweather", serif;	
	font-size:30px;	
	text-align:center;	
}
#about .c2 h4
{
	 font-family: "Merriweather", serif;	
	font-size:30px;
	text-align:center;	
	margin-bottom:50px;	
}
#about .c2 h4 span
{
	color:rgb(234,106,109);
	font-family: "Italianno", cursive;
	font-size:64px;
	
}
#about .c2 h3
{
		 font-family: "Merriweather", serif;
	font-size:30px;
	text-align:center;	
}
#about .c2 p
{
	font-size:18px;
	text-align:center;	
	margin-bottom:100px;	
}
#about .c3
{
	background:url(../imgs/int/about2.jpg) no-repeat;
	background-size:100%;		
}


#services
{
	font-family: "Libre Baskerville", serif;
	min-height:300px;
}
#services .c1
{
	padding:0;
	padding-top:3%;
}
#services .c1 > h6
{
	padding:45px;
	text-align:center;
	font-size:34px;
}
#services .c1 > h6 span
{
//	font-family: "Dancing Script", cursive;		
font-family: "Italianno", cursive;	
	color:rgb(234,106,109);
	font-size:64px;
	font-weight:500;
}
#services .c1 > h5
{
	font-family: "Libre Baskerville", serif;
	font-size:34px;
	padding:45px;
	text-align:center;	
}
#services .ln
{
	border:3px solid #777;
	width:40%;
}
#services .c1 .float
{
	position:absolute;
	padding:45px;
	background:rgba(218,217,213,0.6);
	width:60%;
}
#services .c1 .float > h5
{
	font-family: "Courgette", cursive;	
	 font-family: "Cormorant Upright", serif;
	padding:15px;
	font-size:40px;
	text-align:center;	
	font-weight:600;
	font-style:italic;
}
#services .c1 .float > h6
{
	padding:15px;
	font-size:30px;	
	text-align:center;	
}
#services .c1 .float > h6 span
{
	font-family: "Dancing Script", cursive;		
  font-family: "Playfair Display", serif;	
  font-family: "Italianno", cursive;
	color:rgb(234,106,109);
	font-size:64px;
	font-weight:400;
	letter-spacing:-2px;
}
#services .c1 .float > h3
{
	
	padding:15px;
	font-size:34px;	
	text-align:center;	
	height:170px;
	overflow:hidden;
}
#services .c1 .float > h3 marquee
{
	text-align:center;
}


#services .c1 .float > h3 span
{
	font-size:44px;
	font-family: "Cormorant Garamond", serif;
}
#services .c2
{
	padding:0;	
}
#services .c2
{
	padding-top:100px;
	min-height:900px;	
//	background:url(../imgs/int/service1.jpg) no-repeat;
//	background-size:100% 100%;		
}
#services .c2 img
{
	width:100%;
}


#projects
{
	width:100%;

	background:rgb(242,238,237);
    font-family: "Merriweather", serif;
}
#projects > h6
{
	font-family: "Libre Baskerville", serif;	
	text-align:center;
	font-size:24px;
	padding-top:6%;
	padding-bottom:4%;	
	color:rgb(89,61,40)
}
#projects .container-fluid
{
	margin:auto;
	padding:0;
}
#projects .project
{
	display:none;
	width:100%;
	overflow:auto;
}
#projects .project .overlay
{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.3);	
}
#projects .project .img img
{
	overflow:auto;
	width:100%;
	height:100vh;
	border-radius:5px;
}
#projects .project .float-btn
{
	margin-top:5%;
	margin-left:20%;	
	position:absolute;
	padding:15px 35px;
	color:white;
	border:2px solid white;
	font-size:34px;
	text-decoration:none;
}
#projects .project .float-title
{
	margin-top:20%;
	margin-left:20%;	
	position:absolute;
	padding:5px;
	color:white;
	
}
#projects .project .float-title h6
{
	font-size:34px;
}
#projects .project .float-title h1
{
	font-size:84px;
}
#projects .project .float-title a
{
	font-size:24px;
	text-decoration:underline;
	color:white;
}
#projects .project .float-counters
{
	margin-top:20%;
	margin-left:70%;	
	position:absolute;
	padding:5px;
	color:white;
	font-size:24px;
	
}
#projects .project .float-counters span
{
	font-size:54px;
}
#projects .project .p-prev
{
	margin-top:20%;	
	margin-left:5%;	
	position:absolute;
	color:white;
	font-size:87px;
}
#projects .project .p-next
{
	margin-top:20%;	
	right:5%;	
	position:absolute;
	color:white;
	font-size:87px;
}
#projects .project .p-btn:hover
{
	font-size:99px;
	cursor:pointer;
}


#contact
{
	width:100%;
	min-height:1000px;
	background:url(../imgs/int/contact.jpeg) no-repeat;
	background-size:100% 100%;		
}
#contact .c1
{
	padding:0;
	padding-top:3%;
}
#contact .c1 .float
{
	font-family: "Libre Baskerville", serif;
	margin-top:28%;
	margin-left:35%;	
	position:absolute;
	font-size:30px;
	font-weight:500;
	text-align:center;
}
#contact .c1 .float span
{
	color:rgb(234,106,109);	
	font-style:italic;
}
#contact .c2
{
	padding:0;
	padding-top:7%;
}
#contact .c2 > h6
{
	font-family: "Libre Baskerville", serif;
	text-align:center;
	font-size:34px;
}
#contact .c2 > h5
{
	font-family: "Libre Baskerville", serif;
	font-size:34px;
	text-align:center;	
}
#contact .c2 > h5 span
{
//	font-family: "Dancing Script", cursive;			
	color:rgb(234,106,109);
	font-size:34px;
	font-weight:500;
}
#contact .c2 > p
{
	font-size:22px;
	font-weight:500;
}
#contact .c2 > ul
{
}
#contact .c2 > ul li
{
	font-size:22px;
	font-style:italic;
	font-weight:400;
}
#contact .c2 > ul li::marker {
  color: rgb(203,102,30);
}