@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');
body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    color: #505962;
}

.offset:before {
    height: 60.8px;
    margin-top: -60.8px;
    content: "";
    display: block;
}

.wrapper {
    width: 86%;
    max-width: 1200px;
    margin: 0 auto;
}

/* -----Navigation Bar----- */

.navbar {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    font-size: 0.7em;
    letter-spacing: 2px;
    background: #fff !important;
}

.navbar-brand img {
    height: 35px;
}

.navbar-nav li{
    padding-right: 50px;
}

.nav-link {
    color:#777 !important;
    transition: color .2s ease-in-out;
}

.active, .nav-link:hover {
    color: #e84036 !important;
}

.btn-outline-success {
    border: 1px solid #e61e13;
    color: #e61e13;
}

.btn-outline-success:hover {
    background-color: #e61e13;
    color: #fff;
}

/* -----Carousel----- */

.carousel-item {
    height: 580px;
    margin-top: 35px;
}

.carousel-caption {
    position: absolute;
    top: 35%;
    right: 0;
    left: 0;
    width: 100%;
}

.carousel-caption h1 {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: 4.5px;
    padding-bottom: 30px;
    text-shadow: 1.5px 1.5px 12px #000;
}

.btn-lg {
    width: medium;
    font-size: 14px;
    letter-spacing: 4px;
    border-radius: 0;
}

.carousel-indicators {
    position: absolute; 
    bottom: 3%;
}

/* -----Best Sellers----- */

#menu {
    margin-top: 0;
}

.jumbotron {
    border-radius: 0;
    padding: 60px 0 30px;
    margin-bottom: 0;
    background-color: #fff;
}

h3.heading {
    font-size: 30px;
    text-transform: uppercase;
    padding-bottom: 40px;
    font-weight: 700;
}

.heading-underline {
    width: 50px;
    height: 4px;
    background-color: #333;
    margin: 0 auto 20px;
}

.narrow {
    width: 75%;
    margin: 0 auto;
    padding-top: 32px;
}

.card {
    margin: 25px !important;
    overflow: hidden;
}

.card-title {
    font-size: 1em;
    font-weight: 700;
}

.card-text {
    font-size: .7em;
    letter-spacing: .1em;
}

.card img {
    transition: all 0.7s ease;
}

.card img:hover {
    opacity: 0.7;
    cursor: pointer;
    transform: scale(1.1);
}

.price {
    float: right;
}

/* -----Contact----- */

#contact {
    width: 560px;
    margin: 8% auto 0;
}

#contact button, .btn-menu {
    display: block;
    margin: 40px auto;
    padding: 10px 0;
    width: 120px;
    border: 1px solid #aaa;
    color: #e61e13
    font-size: 0.8em;
    letter-spacing: 1.5px;
    transition: all 0.3s ease;
}

#contact button:hover,
.btn-menu:hover {
    background-color: #e61e13;
    color: #fff;
    box-shadow: 1px 1px 5px #666;
}

iframe {
    width: 100%;
    height: 500px;
    display: block;
    margin: 0 auto;
    border: 0;
}

/* -----About----- */

#about {
    margin-top: 145px;
}

#about img {
    height: 400px;
}

#about p {
    font-size: 0.8em;
    line-height: 25px;
    letter-spacing: 1.4px;
}

/* -----Menu----- */

.other-menu {
    display: block;
    margin: 0 auto;
    text-align: center; 
}

.other-menu ul {
    list-style-type: none;
    font-size: 0.9em;
    margin: 0;
    padding: 0;
}

.other-menu h3 {
    padding: 50px 0 30px;
}

/* -----Footer----- */

footer {

    color: #333;
    padding: 32px 0 15px;
    margin-top: 20px;
    font-size: .7em;
    letter-spacing: .1em;
}

footer img {
    height: 50px;
    margin: 26px 0;
}

footer a {
    color: #333;
    transition: all .2s ease-in-out;
}

footer a:hover {
    color: #e61e13;
    text-decoration: none;
}

footer i {
    font-size: 1.8em;
}

hr.socket {
    border-top: 2px solid #e61e13;
    width: 100%;
}

/* -----Media Queries----- */

@media (max-width: 767px) {
    .carousel-caption h1 {
        font-size: 60px;
        
    } 
}

@media (max-width: 560px) {
    #contact {
        width: 350px;
        margin: 0 auto;
    }
}
