/*
Theme Name: AutoZone Child
Theme URI: http://pro-theme.com/wordpress/autozone/
Description: A child theme of Autozone Theme
Author: templines.com
Author URI: templines.com
Version: 2.1.5
Template: autozone
*/
@import url("../autozone/style.css");

html .header .navbar-brand {
    margin-top: -20px;
	margin-bottom: 100px;
}

.navbar {
    background: none;
    border: none;
    padding-top: 0;
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: none;
    border: none;
        border-top-width: medium;
        border-bottom-width: medium;
        border-top-style: none;
        border-bottom-style: none;
        border-top-color: currentcolor;
        border-bottom-color: currentcolor;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}

.decor-1 {
    width: 30px;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    display: none;
}