@charset "utf-8";
/* CSS Document */

/*Center On Small Screens*/
@media only screen and (max-width: 600px){
	.center-on-small, .content-p{
		text-align:center!important;	
	}
	
}

/*
* HEADER
*/

/**NAV BAR**/
nav {
	height:170px;
	line-height:170px;
	background-color: #8e320d;
}

#nav-mobile > li > a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

/*Logo*/
#logo-header {
    padding: 10px;
    background: #fff;
}

@media only screen and (max-width:1196px)
{
	#nav-mobile {
    	display: none;
	}
}

/*mobile nav bar*/
#mobile-header-nav > li > a {
    background: #8e320d;
    padding: 10px 20px;
    line-height: 40px;
    border-radius: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
	display: block;
    margin: 10px;
}
@media only screen and (min-width:1196px)
{
	#mobile-header-nav{
		display:none;	
	}
}

/*
* BODY
*/
body {
	background: #e9c397;
}


/*
* HEADINGS
*/

.content-h1 {
text-align:center;
font-size:40px;
}
.content-h2 {
text-align:center;
font-size:30px;
}

/*
* FOOTER
*/

.page-footer{
/*padding-top:0!important;*/
background-color: #8e320d;
}

.footer-copyright{
background-color: #782808 !important;	
}

.read-more-footer{
margin-top:15px;	
}

@media only screen and (max-width:600px){
	.footer-links-1{
		text-align:center;	
	}
}

@media only screen and (max-width:445px){
	#developed-by{
		text-align:center;
		float:none!important;	
	}
}

/*make footer fixed at bottom of screen*/
body {
display: flex;
min-height: 100vh;
flex-direction: column;
}

main {
flex: 1 0 auto;
}

/*
* CARDS
*/
.card-title {
    background: rgba(142, 50, 13, 0.8);
    width: 100%;
}

/*
* SLIDES
*/
.caption {
    background: rgba(142, 50, 13, 0.8);
    padding: 25px;
}

/*
* CALL TO ACTION BAR
*/
.cta {
    background-color: #782808;
    padding: 25px;
    margin-bottom: 25px;
	color:#fff;
}

.cta-more-1, .cta-more-2 {
	background:#9b4b2b;
}

.cta-more-1, .cta-more-2 {
	margin-left:25px;	
}

.cta-more-1 > a, .cta-more-2 > a {
	color:#fff;	
}

@media only screen and (max-width: 600px){
	.cta-more-1, .cta-more-2{
		display: block;
		margin-top: 25px;
		margin-left: 0;
	}
}

/*
* BUTTONS
*/
.std-btn{
    background:#9b4b2b;
}


/*
* GALLERY
*/
.gallery-img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width:993px){
	.gallery-img {
		margin-top:25px;	
	}
}

/*
* CONTACT US
*/

/* label color */
.input-field label {
 color: #000!important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
 color: #000!important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
 border-bottom: 1px solid #000!important;
 box-shadow: 0 1px 0 0 #000!important;
}
/* valid color */
.input-field input[type=text].valid {
 border-bottom: 1px solid #000!important;
 box-shadow: 0 1px 0 0 #000!important;
}
/* invalid color */
.input-field input[type=text].invalid {
 border-bottom: 1px solid #000!important;
 box-shadow: 0 1px 0 0 #000!important;
}
/* icon prefix focus color */
.input-field .prefix.active {
 color: #000!important;
}

/*
* SERVICES
*/

.services-img{
    
}
