#nav_bkg{
    width: 100%;
}
.cigar-header {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background: url(../images/home-banner.jpg) no-repeat center center/cover;
    height: 368px;
    text-align: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.cigar-header_txt_blk {
    display: block;
    width: 100%;
}

body{
    background: url('../images/bkg2.jpg') no-repeat center center/cover;
}

h3{
    font-weight: 700;
}

.content{
    padding: 0 85px;
}

.content-container{
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
    font-size: 18px;
    padding: 30px;
}

#review-img{
    margin-top: 10px;
    width: 60%;
    max-width: 700px;
}

#taste-img{
    margin-top: -20px;
    width: 35%;
    max-width: 700px;
}

.link-container span{
    display: block;
}

a{
    color: #085296;
    text-decoration: none;
}

#cigars-img{
    width: 100%;
}

.main-link{
    margin-top: 15px;
    font-weight: 700;
}

@media (min-width: 1200px){
    .cigar-header_txt {
        max-width: 1123px;
    }
}


@media screen and (max-width: 768px) {
    .content-container{
        font-size: 14px;
    }

    .content{
        padding: 0 40px;
    }

    #review-img{
        width: 80%;
    }
    
    #taste-img{
        width: 65%;
    }
  }