body{
    margin:0px;
    /*background-image: url("https://2.bp.blogspot.com/-LHOiQ-MWM7s/XDYZrJvWCDI/AAAAAAAAsLA/Q1Z2OV3oOyElOm_KLCbFuKg_TCRVsUr5wCPcBGAYYCw/s1600/grass-field-sunset.jpg");*/
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-origin: padding-box;
    text-align: center;
    height: 100%;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: #3c3b3b; 
}

#body-content {
    
    background-color: white;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 20px;
}

#row-header-image {
    padding: 10px;
    width: 70px;
    display: inline-block;
}
#row-header-title {
    padding: 5px;
    font-size: 18pt;
    margin: auto;
}
#row-header-tagline {
    padding-top: 5px;
    padding-bottom: 30px;
    margin: auto;
}
#headerMenu
{
    color: white;
    text-align: center;
    width: 100%;
    background-color:#2c6f76;
    border-top: .5px solid #eee;
    padding: 15px 0px ;
    border-bottom: 1px solid #eee;
}

.topnav {
    text-align: center;
    overflow: hidden;
    background-color: transparent;  
}

.topnav a {
    display: inline-block;
    margin: 0;
    color: white;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px; 
    text-align: center;
    padding: 0px 15px 0px 15px;
}

.topnav a:hover {
    color: yellow;
}

.topnav .icon {
    display: none;
    text-align: center;
}

#row-middle {
    align-items: center;
    display: inline-block;
}

#row-middle-content {
    display: inline-block;
    width: 100%
}

.content-section {
    max-width: 750px;
    display: inline-block;
    text-align: left;
    line-height: 25px;
    padding: 20px;
}

.content-section-title {
    font-size: 28px;
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
}

#row-book-promo {
    background-color:#2c6f76;
    color: white;
    display: inline-block;
    width:100%;
    padding: 30px 0;
}
.book-promo-text{
    font-size: 20px;
    padding: 10px 30px;
}
.book-image-layout {
    text-align: center;
    padding: 20px;
}
.book-image-layout img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
#book-promo-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
}
#book-promo-links {
    padding-bottom: 10px;
    justify-content: center;
    flex-wrap: wrap;
    display: inline-flex;
    max-width: 800px;
    width: 90%;
}
.book-promo-link-seller {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 40%);
    border-radius: 10px;
    border: 1px solid #000000 !important;
    padding: 5px 10px !important;
    margin: 10px;
    background-color: white;
}

.book-promo-link-seller a {
    display: flex;
    justify-content: center;
    align-items: center;
}

#row-footer {
    background-color: black;
    color: white;
    text-align: center; 
    padding: 20px;
}

#row-footer p{
    max-width: 700px;
    text-align: center;
    margin: auto;
    padding: 15px;
}

.footer-links {
    color: white;
    text-decoration: none;
}
.sm-links {
    display: inline-flex;
    align-items: center;
}

.sm-links a img{
    width: 30px;
    padding: 0 20px;
}

.alberto-photos {
    padding: 20px 0;;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 100%;
}

.alberto-photos img {
    width: 300px;
    height: auto;
    margin: auto;
    display: inline-block;
    padding: 20px;

}

#products-and-services-section {
    max-width: 1100px !important; 
    padding-left: 10px;
    padding-right: 10px;
}

#product-list {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}

.product-offer {
    display: inline-block;
    height: 550px;
    width: 300px;
    background-color: #c3dcde;
    margin: 10px;
}

.offer-details {
    padding: 20px;
}
.offer-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}
.offer-text {
    font-size: 11pt;
}

.offer-image img {
    max-width: 100%;
}

.my-store-button {
    width: 200px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 40%);
    border-radius: 10px;
    border: 1px solid #000000;
    padding: 5px 10px;
    margin: 30px auto;
    background-color: #2c6f76;
    color: white;
    text-align: center;
}
.my-store-button a {
    color: white !important;
    font-size: 12pt;
    text-decoration: none;
}

@media screen and (max-width: 650px) {

    #row-header-title {
        font-size: 17pt;
    }

    #row-header-tagline {
        font-size: 10pt;
        width: 80%;
    }

    .alberto-photos img {
        width: 80%;
    }
    
    .topnav a:not(:first-child){
        display: none;
        padding: 10px 15px 10px 15px;
    }
    .topnav a.icon {			
        display: block;
        text-align: center;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: relative;
     
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }

}

ul { 
    margin: 0 0 0 1.5em; 
    padding: 0; 
}


