/* Customizations
 * This stylesheet isolates styles that are likely to vary from client to client.
 * Note that more 'stable' general styles are to be found in styles.css */

/* Customize the top navigation */
.navbar-brand span {display:none;}

    /* If using a 'text' brand / company name, un-comment the following rule: */
    /* #text-brand {display:inline;} */

    /* If using an 'image' brand / company logo, un-comment the following rule: */
    #img-brand {display:inline;}


.navbar-brand {
    padding-top:5px;
    padding-bottom:5px;
}

.navbar {
    height:94px;
    background-color:white;
    opacity: 0.8;
    border-bottom-color:white;
}

.nav>li>a {
    color:white;
    background-color:white;
    padding-top:0;
    padding-bottom:0;
}

@media (min-width:768px) {
    .nav li a {
        line-height:94px;
    }
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color:#aaa;
}

.navbar-toggle {
    background-color:white;
    margin-top:26px;
    margin-bottom:26px;
}

.navbar-toggle .icon-bar {
    background-color:#666;
}

.scheduleCall {
	font-size: 36px;
}

.scheduleNumber {
	font-size: 48px;
}

@media (max-width: 600px) {
	.scheduleCall, .scheduleNumber {
		font-size: 26px;
	}
}

@media (max-width: 320px) {
	#img-brand img {
		max-width: 200px;
	}
}
