/* global override */
body {
    font-size: 18px;
}
.container {
    max-width: 1200px;
}
.img-full {
    width: 100%;
}
h1, h2, h3, h4, h5, h6 {
    color: #CC3300;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 30px;
    margin-bottom: 1.5rem;
}
a {
    color: #d76636;
}
a:hover {
    color: #3f3f3f;
    text-decoration: none;
}

#header {
    margin-top: 1.5rem;
    text-align: center;
}
#header .logo {
    text-align: right;
}
#header .tag {
    text-align: left;
}
#header .slogan {
    background: #424683;
    text-align: center;
    font-style: italic;
    color: #fff;
    padding: .75rem;
}
#header .social {
    text-align: center;
}
#header .social a {
    color: #d76636;
    font-size: 34px;
}

/*navbar*/
.navbar {
    background: #d1d1d1;
    text-transform: uppercase;
}
.nav-link {
    color: #000;
    padding: .5rem 1.5rem !important;
    font-weight: 600;
}
.nav-link:hover {
    background: #CC3300;
    color: #fff;
}

#sidebar {
    background: #e0e0e0;
    font-size: 16px;
    min-height: 600px;
}
.reviews {
    padding: 1.5rem;
}
.reviews .box {
    font-style: italic;
    border-bottom: solid 1px #000;
    padding: 1rem 0;
}
.reviews .box p {
    margin-bottom: .5rem;
}
.reviews .box span {
    font-style: normal;
}
.reviews .noborber {
     border-bottom: none ;
}
.blue-center {
    color: #000080;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.blue-italic-center {
    color: #000080;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}
.orange-center {
    color: #cc3300;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}
.highlight {
    font-size: 21px;
    font-weight: 600;
}
.italic-center {
    font-style: italic;
    text-align: center;
}
.sales  {
    font-size: 16px
}
.sales a {
    font-weight: 600;
    font-size: 18px;
    display: block;
}

/*footer */
#footer {
    font-size: 16px;
    text-align: center;
    padding: 2rem 1rem;
}
#footer .copy {
    font-size: 15px;
    margin: 1rem 0 0 0 ;
}


/* BEGIN RESPONSIVE */
@media (max-width: 1200px) {
.navbar-toggler {
	border-color: transparent;
}
.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(215, 102, 54, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
    box-shadow: 0 0 0 0;
}

}

@media (max-width: 768px) {
#header .logo {
	text-align: center;
}
#header .tag {
	text-align: center;
}
}