/* ==========================================================================
Anamorphics Inc - Jan 2019
www.anamorphics.com - inquire@anamorphics.com
========================================================================== */



/* ==========================================================================
FOUR PEAKS SADDLERY MAIN COLOR OVERRIDES
========================================================================== */
.brandcolor-main-bg { background-color: #122740!important; }
.brandcolor-main-text { color: #102339!important; }
.brandcolor-secondary-bg { background-color: #a57c45!important; }
.brandcolor-secondary-text { color: #ece2d3!important; }
.brand-font {font-family: 'Libre Baskerville', serif!important; }



/* ==========================================================================
HARDCODE BOOTSTRAP OVERRIDES
========================================================================== */
body {line-height: 1.7;}
h1 {
	color: #102339!important;
}
.btn-dark { 
	background-color: #122740;
	border-color: #122740; 
}
.btn-dark:hover { 
	background-color: #1d3f67;
	border-color: #1d3f67; 
}
.btn-secondary {
    background-color: #a57c45;
    border-color: #a57c45;
}
.btn-secondary:hover {
    background-color: #816136;
    border-color: #816136;
}
footer p {
	margin-bottom:0;
	font-size:0.8em;
}



/* ==========================================================================
FLICKITY (Purchased Anamorphics Developer License)
========================================================================== */
.carousel {
	background: #EEE;
}
.carousel img {
	display: block;
	height: 200px;
	margin-right: 10px;
}
@media screen and ( min-width: 768px ) {
	.carousel img {
		height: 400px;
	}
}


/* ==========================================================================
UTILITIES
========================================================================== */
.absolute-logo {
	position: absolute;
    max-width: 230px;
    top: -72px;
    left: 0;
    z-index: 1000;
}
.brand-adjust {
    margin-top: 3rem;
}
@media screen and ( min-width: 768px ) {
	.brand-adjust {
	    margin-top: 0rem;
	}
}
.phone-adjust {
	position: relative;
	top: 3px;
	font-size: 1.4rem;
}
@media screen and ( min-width: 992px ) {
	.absolute-logo {
		position: absolute;
	    max-width: 270px;
	    top: -82px;
	    left: 0;
	}
	.brand-adjust {
		position: relative;
		left:270px;
	}
	.phone-adjust {
		position: relative;
		top: 3px;
	}
}

.fb-adjust {
	color:#102339;
	top: 6px;
	position: relative;
}

.fb-adjust:hover {
	color:#102339;
}