/*!
 * Start Bootstrap - Small Business (http://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,700|Roboto:300,400,500,700'); 
 
body {
    padding-top: 54px;
	background-color: #f5f8fa;
	font-family: "Raleway", sans-serif;
	-webkit-font-smoothing: antialiased;
	background: url(/static/danlocksmith/images/bg.jpg) no-repeat;
}

@media (min-width: 992px) {
    body {
        padding-top: 100px;
    }
}

footer p {
	color:#aba393;
}

.img-border {
	border: 2px solid #383326;
    padding: 5px;
}

.side-box h2 {
	font-size:1.3rem;
}

.phonelink {
	color:white;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
.phonelink:hover {
	text-decoration:none;
	color: white;
}

.p30 {
	font-size: 30px;
	margin:0;
	color: brown;
}

.message-body {
	background-color: #96BA02;
	font-size:1.5rem;
	padding:20px 0;
}

#tf-contact {
	margin: 30px 0;
}

.margin-bottom-sm {
	margin-bottom:5px;
}

.image-locks {
	width: 70px;
    margin-bottom: 6px;
}

.red-phone {
	padding: 10px;
    text-align: center;
    background: red;
    color: #fff;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: white; /*#fac800;*/
	font-weight:500;
	font-family: 'Roboto', sans-serif;
}



#callnowbutton {
    display: none;
}

@media screen and (max-width: 650px) {
	#callnowbutton {
		display: block;
		position: fixed;
		text-decoration: none;
		z-index: 9999;
		width: 64px;
		height: 64px;
		border-radius: 80px;
		bottom: 15px;
		right: 20px;
		background-image: url(images/mob-click.png);
	}
	.img-border {
		margin-bottom: 1rem;
	}
	body {
        padding-top: 100px;
    }
}

.bd-navbar {
    min-height: 4rem;
    /* background-color: #FFDA45; */
	-webkit-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	box-shadow: -4px 3px 0px 0px rgba(0, 0, 0, 0.2);
	padding: 0 1rem;
	background: url(/static/danlocksmith/images/bg.jpg) no-repeat;
}

.yellow-highlight {
	color: #ffa500;
	font-weight:bold;
}

.cardfooter {
	text-align: center;
}

.cardfooter i {
	color: #ffa500;
}

.logodan {
	color: #ffa500;
}

.list {
	list-style-type: none;
	margin:20px 0;
}

.list li {
    position: relative;
    padding-left: 1.1em;
	color: #5e594c;
}

.list li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    left: 1px;
    top: 0;
}

.footer-bg {
	background-color: #302c21;
	font-size:12px;
}

.footer-bg a {
	color:#c1d7f8;
}

.footer-bg ul {
	list-style-type: none;
    margin-bottom: 0;
	padding-left:0px;
}

.footer-bg ul li{
	color: #c1d7f8;
}

.footer-bg i {
	color: #ffa500;
	padding:0 6px;
	margin-right:10px;
}


.footer-bg h2 {
	font-size:24px;
	color:white;
	margin: 14px 0;
}

.copyright {
	text-align:center;
	font-size:12px;
}

.copyright a {
	color:#c1d7f8;
}

.navbar-dark .navbar-text {
    color: #fac800;
	font-weight: 700;
}

footer hr {
    border-top: 1px solid rgba(255,255,255,.1);
}

.h1-box {
	text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    background-color: #6B8C01;
    padding: 6px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
}

.uc {
	text-transform: uppercase;
}

.city-name {
	color: #6B8C01;
	margin-left: 10px;
    border-left: 3px solid #6B8C01;
    padding-left: 10px;
    vertical-align: sub;
}

a.locksmith {
	color: white;
	font-size: 26px;
}

