	html, body, .container , .container-header-home, .container-header-about, .container-header-service{
		height: 100%;
		scroll-behavior: smooth;
	
	}
	html, body, h1, h2, p, a, div {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font: inherit;
		
	}
	section {
		margin: 0;
		padding: 0;
		font-size: 100%;
		font: inherit;
	}

	iframe {width:100%;height:100%;}

	.mapouter{
		position:relative;
		text-align:right;
		height:500px;
		width:600px;
	}
	.gmap_canvas {	
		background:none!important;
		height:350px;
		width: 100%;
		
	}

	#map {
		height: 400px; 
		width: 100%;  
	}

	body { 
		font: 18px/23px "Cantarell", sans-serif;
		color: #ffffff;
	}

	ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
		background-color:transparent;
	}

	.ul-list{
		list-style-type: none;
		margin: 0;
		padding: 0;
		overflow: hidden;
	}
	.ul-item{
		float: none;
		padding: 5px 5px;
	}

	li {
		float: right;
		padding: 5px 5px;
	}

	li a {
		display: block;
		color: white;
		text-align: center;
		padding: 14px 16px;
		text-decoration: none;
	}

	li a:hover {
		background-color: #111;
	}

	h1 {
		color: #efecec;
		font-size: 40px;
		line-height: 50px;
		font-weight: 400;
		margin-top: 20px;
	
	}

	h2 {
		color: #111;
		font-size: 30px;
		line-height: 50px;
		font-weight: 400;
		margin-top: 20px;
	}

	a {
		color: #ffffff;
	}

	p {
		margin: 0 0 15px 0;
	}

	strong {
		font-weight: 700;
	}

	blockquote {
		display: block;
		max-width: 480px;
		margin: 15px auto;
		padding: 15px;
		background-color: rgba(0, 0, 0, 0.3);  
		color: #e1e1e1;
		font-family: "Kotta One", serif;
		font-size: 22px;
		line-height: 28px;
	}

	blockquote cite {
		display: block;
		font: 18px/23px "Cantarell", sans-serif;
		font-size: 16px;
		margin-top: 16px;
		color: #cccccc;
		text-transform: uppercase;
	}

	/* navbar */
	.ul-div{
		align-self:flex-end ;
		margin-right:12px
	}
	.navbar {
		width: 100%;
		min-height: 50px;
		max-height: auto;
		z-index: 9999;
		background-color: #EC7F30;
		position: fixed;
	}
	.navLogo{
		float: left;
		margin:5px 5px;
		padding: 2px 2px;
		font-size: 19px;
		line-height: 21px;
		max-height: 80px;
		max-width: fit-content;
		display: table;
	}
	.headline{
		float: center;
		padding: 15px 50px;
		line-height: 21px;
		max-height: 62px;
		max-width: auto;
		display: table;
		width: auto;
	}

	.healine-text{
		margin:5px 5px;
		padding: 5px 5px;
		letter-spacing: 0.5px;
		word-spacing:2px;
		font-family: cursive;
		/* font-family:Georgia, 'Times New Roman', Times, serif;  */
		color:black;
		font-size: 50px;
		text-align: center;
	}

	.bold-text{
		color:black;
		font-size: 30px;
		text-align: left;
		font-weight: bold;
	}
	
	.navbar a {
		display: inline-block;
		border: 1px solid #fff;
		font-size: 14px;
		line-height: 24px;
		border-radius: 3px;
		padding: 2px 15px;
		text-decoration: none;
		margin-top: 5px;
		font-weight:bold;

	}
	.navbar-black{
		width: 100%;
		padding: 5px;
		min-height: 50px;
		max-height: auto;
		z-index: 9999;
		background-color: black;
	
	}
	.navbar-black a:hover {
		background-color: #545252;
		transition: 0.4s
	}

	.navbar-black a {
		display: inline-block;
		font-size: 15px;
		line-height: 24px;
		border-radius: 0px;
		text-decoration: none;
		margin-top: 5px;
		margin-bottom: 5px;
		font-weight:bold;
		align-self: center;
		padding: 4px;
	}

	.container {
		display: table;
		padding-top: 80px;
		width: 100%;
	}

	.container-header-home {
		display: table;
		padding-top: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color: skyblue;
		color: white;
		height: 100%;
	}

	.container-header-about {
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color:#F89903;
		color: white;
		height: auto;
	}

	.container-header-service {
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color:#F89903;
		color: white;
		height: auto;
	}

	.container-header-contact {
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color:#F89903;
		color: white;
		height: auto;
	}

	.content {
		display: inline-table;
		vertical-align: middle;
		text-align: left;
	}

	.sub-title-home {
		margin: 50px auto;
		font-size: 20px;
		line-height: 23px;
	}

	.sub-title-about{
		color: black; 
		padding: 10px;
		margin: 20px auto;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.5px;
		word-spacing: 2px;
	}
	.sub-title-service{
		color: black; 
		padding: 10px;
		margin: 20px auto;
		font-size: 16px;
		line-height: 18px;
		letter-spacing: 0.5px;
		word-spacing: 2px;
	}

	.image-about{
		margin: auto;
		width: 80%;
		border: 3px solid black;
		padding: 10px;
	}

	.image-service{
		margin: auto;
		width: 100% ;
	}

	.button {
		display: inline-block;
		padding: 6px 10px;
		color: #cafaea;
		border: 1px solid #cafaea;
		border-radius: 3px;
		font-weight: 700;
		line-height: normal;
		text-decoration: none;
		text-align: center;
		text-transform: uppercase;
	}

	.image-about-style{
		max-height:auto; 
		width: 100%;
	}

	.image-service-style {
		max-height:auto;
		width: 105%;
		border: 3px solid black;
		padding: 5px;
	}

	.image-service-style-2{
		max-height:auto; 
		width: 93%; 
		border: 3px solid black;
		padding: 5px;
	}

	.map-view-left{
		padding: 0px 30px 0px 0px;
	}

	.map-view-right{
		padding: 0px 30px 0px 5px;	
	}

	#more-content {
		display: none;
	}
	#top{
		min-height: 100px;
	}

	/* Media Queries */
	/* @media only screen and (max-width: 340px) {
	
	.container {
		position: relative;
		display: block;
		float: left;
		vertical-align: baseline;
		margin: 0 auto;
		padding: 80px 0 0 0;
	}
	#more-content {
		float: left;
		margin-right: 10px;
		
	}
	
	body h1 {
		font-size: 18px;
		line-height: 23px;
	} 

	body h2 {
		font-size: 16px;
		line-height: 23px;
	} 
	
	.content, blockquote {  
		display: inline;
		margin: 0 auto;
		padding-top: 80px;
		vertical-align: baseline;
	}

	blockquote {
		width: 150px;
		margin: 15px auto;
		font-size: 16px;
		line-height: 21px;
		background-color: transparent;
	}

	blockquote cite {
		font-size: 14px;
		line-height: 19px;
	}

	.sub-title-home {
		font-size: 20px;
		line-height: 21px;
	}

	.button, p {
		max-width: 150px;
		margin: 0 auto;
		font-size: 15px;
		line-height: 20px;
	}

	html, body, .container {
		height: auto;
	}

	.container-header-home {
		display: table;
		padding-top: 10px;
		padding-left: 40px;
		padding-right: 40px;
		width: 100%;
		background-color: skyblue;
		color: white;
	}
	
	.container-header-about {
		display: table;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color: skyblue;
		color: white;
	}


	.container-header-service {
		display: table;
		padding-top: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color: skyblue;
		color: white;
	}


	.container-header-contact {
		display: table;
		padding-top: 10px;
		padding-left: 100px;
		padding-right: 100px;
		width: 100%;
		background-color: skyblue;
		color: white;
	}

	.headline{
		float: center;
		padding: 5px 20px;
		line-height: 15px;
		max-height: 40px;
		max-width: auto;
		display: table;
		width: auto;
	}

	.healine-text{
		margin:2px 2px;
		padding: 5px 20px;
		letter-spacing: 0.5px;
		word-spacing: 5px;
		font-family:Georgia, 'Times New Roman', Times, serif; 
		color:black;
		font-size: 20px;
		text-align: center;
	}

	.navLogo{
		margin:2px 2px;
		float: left;
		padding: 2px 2px;
		font-size: 19px;
		line-height: 21px;
		max-height: 60px;
		max-width: fit-content;
		display: table;
	}

} */