/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html, body {width: auto!important; overflow-x: hidden!important} 


.headerindex{
	background-image: url("/img/backgroundtest2.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height:500px;

}

.headerabout {
	background-image: url("/img/stone_wall1.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 400px;

}

.headerservice {
	background-image: url("/img/stone3.png");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: auto;
	height: 500px;

	
}

/*Images sizes*/
.logo-header {
	margin-top: 70px;
	width: 100px;
	height: 115px;
}
.marketing-icons{
	width: 120px;
	height: 140px;
}
.logo-footer{
	width: 125px;
	height: 145px;

}

.portfolio-item {
	margin-bottom: 30px;
}

.card {
	border-color: transparent;
	background-color: transparent;
}

h1 {
	font-family: 'DM Serif Text', serif;
	text-align: center;
	margin: 30px 0 30px;
	font-size: 35px;

}


h2 {
	color: #664a3b;/*light brown*/
	text-transform: uppercase;
	font-family: 'Kanit', sans-serif;
	position: relative;
	margin: 15px 0 15px;
	font-size: 25px;

	
}

h3{
	color: #4e3f38; /*dark brown*/
	text-transform: uppercase;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'DM Serif Text', serif;
	position: relative;
	margin: 15px 0 15px;
	font-size: 30px;
	font-weight: bold;
}

p {

	font-family: 'Roboto', sans-serif;
	color: #281d18;
}

h4,
h5,
h6 {
	font-family: 'Kanit', sans-serif;
	color: #4e3f38;
	
}

.text-muted {
	color: #281d18;
}

.zoom {

	transition: transform .2s;
	/* Animation */
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.zoom:hover {
	transform: scale(1.2);
	/* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



/*button*/

.btn {


	border-radius: 12px;
    background-color:#281d18 ;
	color: #e1cec0 ;
	
}

.btn:active,
.btn:focus,
.btn:hover{
	background-color: #e1cec0 !important;
	border-color:none !important ;
	color: #c66809 !important;
}


footer {
	background-color: #281d18;
}

#mainNav {
	background-color: #281d18;
	

}

#navbarNavAltMarkup {
	justify-content: flex-end;
	
}



#mainNav .navbar-toggler {
	font-size: 12px;
	right: 0;

	border: 0;
	background-color: transparent;
	font-family: 'DM Serif Text', serif;
}

#mainNav .navbar-brand {
	color: #e1cec0;
	display: flex;

	font-family: 'DM Serif Text', serif;
	font-size: 25px;

}
.navbarNavAltMarkup:active{
    color:#c66809 !important;
    
}
    
#mainNav .navbar-brand .active,
#mainNav .navbar-brand:active,
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
	color: #c66809;
	font-family: 'DM Serif Text', serif;
}

#mainNav .navbar-nav .nav-item .nav-link a:hover {

	color:#c66809;
	font-family: 'Kanit', sans-serif;
}

#mainNav .navbar-nav .nav-item .nav-link .active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
	color: #c66809;
}

.nav-link:hover,
.nav-link .active:focus {
	color: #c66809;
}

.list-group-item {
	background-color: transparent;
	border-color: transparent;
}


/*carousel*/
.col-center {
	margin: 0 auto;
	float: none !important;
}

.carousel {
	margin: 50px auto;
	padding: 0 70px;
}

.carousel .item {
	color: #999;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	min-height: 290px;
}

.carousel .item .img-box {
	width: 135px;
	height: 135px;
	margin: 0 auto;
	border: 1px solid #ddd;
	border-radius: 50%;
}

.carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
}

.carousel .testimonial {
	padding: 30px 0 10px;
}

.carousel .overview {
	font-style: italic;
}

.carousel .overview b {
	text-transform: uppercase;
}

.carousel .carousel-control {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	top: 50%;
	background: none;
}

.carousel-control i {
	font-size: 68px;
	line-height: 42px;
	position: absolute;
	display: inline-block;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
}

.carousel .carousel-indicators {
	bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
}

.carousel-indicators li {
	background: #999;
	border-color: transparent;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
	background: #555;
	box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}


.breadcrumb {
	background-color: transparent;
}

.colour1 {
	color: #e1cec0;

}

.colour2{
    color:#c66809;
}

.colour2:hover{

	border-color:none !important ;
	color: #c66809 !important;
}

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
	  float: right;
	  display: block;
	  font-family: 'DM Serif Text', serif;
	  color:#c66809;
	}
  }
  
  @media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	  font-family: 'DM Serif Text', serif;
	}
	.topnav.responsive a {
	  float: none;
	  display: block;
	  text-align: left;
	}
  }