@font-face {
  font-family: 'Qwigley';
  font-style: normal;
  font-weight: 400;
  src: local('Qwigley'), local('Qwigley-Regular'), url(fonts/qwigley.woff) format('woff');
}

@font-face {
  font-family: 'Source Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans'), local('SourceSans'), url(fonts/source-sans.woff) format('woff');
}



body {
    background: #CCD0CC;
    background: rgb(228,239,192);
    background: -moz-radial-gradient(center, ellipse cover, rgba(228,239,192,1) 0%, rgba(178,183,161,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(228,239,192,1)), color-stop(100%,rgba(178,183,161,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(228,239,192,1) 0%,rgba(178,183,161,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(228,239,192,1) 0%,rgba(178,183,161,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(228,239,192,1) 0%,rgba(178,183,161,1) 100%);
    background: radial-gradient(ellipse at center, rgba(228,239,192,1) 0%,rgba(178,183,161,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4efc0', endColorstr='#b2b7a1',GradientType=1 );    
}
h2 {
    margin: 0;
}
header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
#banner {
    height: 500px;
    width: 100%;
    position: relative;
    /* background-size: contain; */
    background-position: center center;
    background-image: url(../img/img-00.jpg);
    transition: background-image 2s;
}


#banner .gradient{
    position: relative;
    width: 100%;
    height:100%;
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 30%, rgba(255,255,255,0) 70%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(30%,rgba(255,255,255,0)), color-stop(70%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 30%,rgba(255,255,255,0) 70%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );

}


.headlinks {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0px 5px;
    display: inline-block;
    width: 48px;
    display: none;
}
.headlinks a {
    opacity: .15;
    display: block;
    height: 40px;
    margin-top: 5px;
}
.headlinks a:hover {
    opacity: .5;
    cursor: pointer;
}

.headlinks a.english {
    background: url(../img/english.png) no-repeat;
}
.headlinks a.spanish {
    background: url(../img/spanish.png) no-repeat;
}
.headlinks a.facebook {
    background: url(http://carlosmiqueo.com/images/facebook.png) no-repeat;
}

#banner h2 {
    font-size: 6rem;
    font-family: 'Qwigley', cursive;
    font-weight: 400;
    margin: 0;
    text-shadow: 3px 3px 9px #666;
    padding: 0 30px;
    background-color: rgba(240,249,255,.1);
    line-height: 100%;
}



#banner h3 {
    font-size: 5rem;
    font-family: 'Qwigley', cursive;
    font-weight: 400;
    text-shadow: 3px 3px 2px #999;
    text-align: right;
    padding: 0 30px;
    margin: 0;
    color: #465A57;
    
    position: absolute;
    bottom: 0;
    right: 20px;
}

article {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    padding-bottom: 60px;
}

.article-content{
    margin: 0 30px;
}
.section{
    width: 31%;
    position: relative;
    border: 1px solid #cccccc;
    margin: 30px 1%;
    border-radius: 15px;
    background-size: cover;
    float: left;
}

.section.bows {
    background-image: url('../img/img-01.jpg');
}

.section.baby-shower {
    background-image: url('../img/img-00.jpg');
}

.section.events {
    background-image: url('../img/img-02.jpg');
}

.section.bows:hover,
.section.baby-shower:hover,
.section.events:hover{
    cursor: pointer;
    border: 1px solid #a00;
}

.section h2{
    font-size: 3rem;
    font-family: 'Qwigley', cursive;
    font-weight: 400;
    margin: 0;
    background: rgba(255,255,255,.20);
    color: #fff;
    text-shadow: 2px 2px 2px #333;
    padding: 0 20px;
}
.section-description{
    background: rgba(255,255,255,.75);
}
.section p{
    text-align: left;
    padding: 20px;
    height: 100px;
    margin: 0;
}


.section.about-us {
    margin: 0 30px;
    display: block;
    width: 95%;
    text-align: left;
}
.about-us h2 {
    color: #505050;
    text-shadow: 2px 2px 2px #aaa;
    font-weight: 600;
    height: 52px;
    
    font-family: "Source Sans", arial, helvetica;
    font-weight: 400;
    height: 40px;
    font-size: 28px;
    margin-top: 8px;

}
.section.about-us p {
    display: inline-block;
    width: 45%;
    float: left;
    padding-top: 0;
    height: auto;
}

.footer {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    /* padding: 50px 40px 10px 40px; */
    padding: 0;
}

.footer p{
    border-top: 1px solid #eee;
    padding: 10px;
    margin: 0 auto;
    width: 85%;
    font-size: .75em;
    color: #aaa;
}



/* Links */
a{
    text-decoration: none;
    margin-top: 10px;
}
a:hover{
    color: #FF0000;
    text-decoration: underline;
}
a.more {
    position: absolute;
    bottom: 12px;
    right: 10px;    
}




/* Gallery */
.gallery #banner {
    height: 200px;
}
.gallery #banner a{
    color: #000;
}
.gallery #banner a:hover{
    text-decoration: none;
}

.gallery-filter a {
    margin-bottom: 0;
    float: left;
    width: 25%;
    padding: 10px 0 10px 0;
    background: #fff;
    margin: 0;
    color: #757575;
   font-family: "Source Sans", arial, helvetica;

}
.gallery-filter a:hover{
    background: #fff;
    color: #666;
    text-decoration: none;
    text-shadow: none;
}


.gallery-filter h2 a {
    text-shadow: 2px 2px 2px #aaa;
    font-weight: 200;
}
.gallery-filter.selected h2 a {
    text-shadow: 2px 2px 2px #aaa;
    font-weight: 400;
    color: #bb571a;
    border-bottom: 1px solid #bb571a ;
}

.intro {
    padding: 0;
   font-family: "Source Sans", arial, helvetica;
}



.section.gallery-content {
    margin: 20px 30px;
    display: flex;
    width: 95%;
    text-align: left;
}


.item {
    width: 22%;
    height: 169px;
    margin: 1.5%;
    overflow: hidden;
    display: inline-block;
}
.item.intro {
    width: 100%;
    height: 100px;
}
.item img{
    width: 100%;
}


span.price:before {
    content: "Price: ";
    color: #505050;
}
span.price {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
     background: rgba(255,255,255,.5);
    width: 100%;
    text-align: right;
    padding-right: 10px;
    color: #090;
}





/* lightbox */
#lightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.75);
    z-index: 99;
    top: 0;
    left: 0;
    display:none;
}
#lightbox-close {
    text-align: right;
    margin: 10px;
    font-size: 1.5rem;
}
#lightbox-close:hover {
    cursor: pointer;
}
#lightbox-image{
    width: 80%;
    height: 80%;
    margin: 100px auto;
    background: #fff;
    max-width: 999px;
    max-height: 669px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}





/* Responsive */

@media screen  and (max-width: 1160px) {
    #banner {
        height: 400px;
    }
    .section p {
        padding: 30px 12px;
    }
    .item {
        height: 142px;
    }
}

@media screen  and (max-width: 960px) {
    
    #banner {
        height: 300px;
    }

    .section h2 {
        font-size: 2.5rem;
        line-height: 110%;
    }
    .section p {
        font-size: .875rem;
    }
    .item {
        height: 124px;
    }
}

@media screen  and (max-width: 640px) {
    #banner{
        height: 200px;
    }
    #banner h2 {
        font-size: 4rem;
        line-height: 100%;
    }
    article {
        padding-top: 12px;
    }
    .section{
        height: auto;   
    }
    .section.bows,
    .section.events,
    .section.baby-shower,
    .section.about-us{
        width: 95%;
        float:none;
        margin: 0 12px 12px 12px;
    }
    .section p {
        padding: 10px;
        margin: 0;
        height: auto;

    }
    .section.about-us p {
        float: none;
        display: block;
        height: auto;
        width: 100%;

    }
    a.more {
        bottom: 6px;
    }
    .item {
        height: 90px;
    }
    span.price{
        font-size: .75rem;
        padding-right: 4px;
    }
}