@import "template.css";


#scrolling_images {
    background: url("../images/Single_Cigar_web.png");
    background-position: 0px 50%;
    background-size: cover;
    float: left;
    height: 100px;
    margin: 3% 2.5% 0 2.5%;
    width: 95%;
}

#quotation {
	background: url("../images/Paper_Texture_01_by_TuxXtreme.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    float: left;
    height: 200px;
    margin: 0 2.5%;
    width: 95%;
}

.quote_line {
    clear: both;
    float: left;
    height: 39px;
    margin: 2.5% 0 0 0%;
    font-size: 2.5em ;
    font-family: "ltc-bodoni-175",serif;
    line-height: 1em;
    min-height: 39px;
}

#quote_line_1 {
    width: 95%;
    padding: 0 0 0 5%;
    text-align: left;
}

#quote_line_2 {
    width: 95%;
    padding: 0 0 0 5%;
    text-align: center;
}

#quote_line_3 {
    width: 95%;
    padding: 0 0% 0 0;
    text-align: right;
}

#exclusivo_image {
    background: url("../images/cigar2_web.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    clear: both;
    float: left;
    height: 106px;
    margin: 4% 0 0 2.5%;
    width: 25%;
}

#news_image {
    background: url("../images/Logo_web.png");
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    float: left;
    height: 106px;
    margin: 4% 0 0 10%;
    width: 25%;
}

#gallery_image {
    background: url("../images/cigar3_web.jpg");
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    float: left;
    height: 106px;
    margin: 4% 0 0 10%;
    width: 25%;
}

.nav_link {
    border: 1px solid rgb(168, 171, 171);
    border-radius: 10px;
    float: left;
    height: 62px;
    width: 25%;
}

.nav_link:hover {
    background: rgb(153, 0, 0);
}

#exclusivo_link {
    clear: both;
    margin: 0 0 0 2.5%;
}

#exclusivo_link p {
    color: white;
    float: left;
    font-size: 150%;
    line-height: 1em;
    margin: -8% 0 0 2px;
    min-height: 78px;
    padding: 27px 0 0;
    text-align: center;
    width: 100%;
}

#news_link {
    margin: 0 0 0 9.7%;
}

#news_link p {
    color: white;
    float: left;
    font-size: 150%;
    line-height: 1em;
    margin: -21px 0 0;
    min-height: 80px;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
}

#gallery_link {
    margin: 0 0 0 9.7%;
}

#gallery_link p {
    color: white;
    float: left;
    font-size: 150%;
    line-height: 1em;
    margin: -21px 0 0 0%;
    min-height: 80px;
    padding: 40px 0 0;
    text-align: center;
    width: 100%;
}