/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 
 body {
     overflow-y: scroll;
    overflow-x: hidden;
    color: #555555;
 }
 
.myslide{
	 min-height:650px;
 }
 
 #slide1{
	background: url('/img/slider/1.jpeg') center no-repeat;
	background-size: cover;
 } 
 #slide2{
	background: url('/img/slider/2.jpeg') center no-repeat;
	background-size: cover;
 } 
 #slide3{
	background: url('/img/slider/3.jpeg') center no-repeat;
	background-size: cover;
 }
  #slide4{
	background: url('/img/slider/4.jpeg') center no-repeat;
	background-size: cover;
 }
  #slide5{
	background: url('/img/slider/5.jpg') center no-repeat;
	background-size: cover;
 }

header.masthead {
  position: relative;
  background-color: #343a40;
  /*background: url("../img/bg.jpeg") no-repeat center center;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}

.masthead .fa {
     color: #ffffff !important;
} 

.cta .fa {
 color: #555555 !important;
}

button .fa {
    color: #ffffff !important;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  header.masthead h1 {
    font-size: 3rem;
  }
}

section {
  padding: 150px 0;
}

.navbar{
	border-bottom:solid 1px #848484;
}

.features-icons {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.features-icons-item {
  max-width: 20rem;
}

.features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons-item .features-icons-icon i {
  font-size: 4.5rem;
}

.features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}




h2 {
		font-size: 3rem;
		}
	
	.cta {
	background-color: #007bff!important;
	padding: 75px;
	color: #ffffff;
	}
		
		.cta-inner {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		font-size: 27px;
		text-align: center;
		line-height: 43px;
		    text-shadow: 0 2px 5px rgba(0,0,0,0.4);
		}
		
		.cta-inner a {
			border-bottom: 2px solid #ffffff;
			font-weight: 600;
		}
		
		.btn-container {
			width: 100%;
			max-width: 750px;
			text-align: center;
			    margin: 0 auto;
			margin-top: 23px;
			margin-bottom: 10px;
		}
		
		.btn-white {
			color: #555555 !important;
    background-color: #ffffff;
    border-color: #ffffff;
			    padding: 8px 22px;
    font-size: 20px;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
			font-weight: 500 !important;
			    margin-top: 3px;
    margin-bottom: 3px;
		}
		
		.btn-white strong {
		margin-left: 7px;
		}
		
				.btn-container .btn-white {
		    text-shadow: none !important;
		        box-shadow: 0 2px 5px rgba(0,0,0,0.35);
		        -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.35);
		        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.35);
		}
		
		.container-top {
		margin-top: 10px;
		}
		
		.btn-blue {
			color: #fafafa !important;
    background-color: #007bff;
    border-color: #007bff;
			    padding: 8px 22px;
    font-size: 20px;
		display: inline-block;
		margin-left: 10px;
		margin-right: 10px;
			font-weight: 500 !important;
			-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
			    margin-top: 3px;
    margin-bottom: 3px;
		}
		
		.btn-white strong {
		margin-left: 7px;
		}
		
		.col-xl-9 {
			text-shadow: 0 2px 5px rgba(0,0,0,0.7);
		}
		
		.align-items-rows {
		display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
		}
		
		.align-items-container {
			text-align: center;
		}
		
		.align-items-container .row, .align-items-container .col-md-12 {
		text-align: left;
		}
		
		.align-items-center .col-md-12 {
			text-align: left;
		}
		
		.display-5 {
		text-align: center;
    	margin-bottom: 35px;
		}	

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
		      
		      .what-we-do {
		          width: 100%;
		          height: inherit;
		          margin-bottom: 25px;
		      }
		      
		      .what-we-do img {
		          width: 100%;
		          height: inherit;
		      }
		      
		      .col-what-we-do {
		              -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
		      }
			  
			  .col-what-we-do h3 {
				  height: 85px;
				  color: #8b6f4e;
			  }
			  
			  .col-what-we-do p {
				  text-align: left;
			  }
			  
			  #why-us h3 {
				  text-align: center;
				      height: 75px;
				  color: #8b6f4e;
			  }
			  
			  #why-us p.lead {
				  text-align: center;
			  }
		 
		 .btn-blue{
			 background-color: #8b6f4e;
    border-color: #8b6f4e;
		 }
		 
		 section h2 {
			 color: #8b6f4e;
			     width: max-content;
    margin-left: auto;
    margin-right: auto;
			 border-bottom: 2px solid #8b6f4e;
		 }
		 
		 .cta {
    background-color: #8b6f4e!important;
    padding: 75px;
    color: #ffffff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    background-image: url(https://www.themarbleguy.co.nz/img/marble.png);
    background-size: cover;
}
		 
		 .fa {
    color: #8b6f4e!important;
}
		 
		 .btn-primary {
    color: #ffffff;
    background-color: #8b6f4e;
    border-color: #8b6f4e;
}
		 .lead a {
			 color: #8b6f4e;
		 }
		 
		 .call-to-action {
			 background-color: #8b6f4e;
    color: #fafafa;
    margin-left: 15px;
    border-radius: 5px;
    padding-left: 8px;
    padding-right: 8px;
		 }
		 
		 .call-to-action .nav-link {
			 color: #ffffff !important;
		 }


@media (min-width:992px){
	.vertical-center {
	  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
	  /*min-height: 100vh;  These two lines are counted as one :-)       */

	  display: flex;
	  align-items: center;
	}
	.border-left-lg{
		border-left:solid black 1px;
	}
  
	.align-right-lg{
		text-align:right;
		padding-right:3rem;
	  }
	}

@media(max-width:992px){
	.align-center-sm{
		text-align:center;
	}
}

@media (max-width: 1000px) {
			
		.align-items-rows {
		display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: -15px;
    margin-right: -15px;
		}
			
			.cta {
				padding: 0;
				width: 100%;
				padding-top: 40px;
				padding-bottom: 40px;
			}
			
			.cta .cta-inner {
			width: 80%;
			margin: 0 auto;
			}
			
		}
		
		
		
		@media (min-width: 768px) and (max-width: 992px) {
			 
			 .col-what-we-do {
				 -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
			 }
			 
		 }
		 
		 @media (min-width: 50px) and (max-width:768px) {
			 
			 .col-what-we-do {
				 -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
			 }
			 
			 .call-to-action {
			     margin-left: 0;
			 }
			 
		 }