#homepageBlog{
    background-color: white;
}

#blog{
    padding-top:150px;
}

.blogPost{
    border:none;
    margin-bottom:10px;
    margin-top:10px;
}

.blogCategory, .blogPostInfo{
    font-family: 'Roboto','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:300;
    color:#aaaaaa;
    font-size:14px;
    margin-top:10px;
}

.postDate{
    font-family: 'Roboto','Raleway',"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:300;
    color:#aaaaaa;
    font-size:12px;
    margin-top:20px;
    text-transform:uppercase;
    text-align:left;
}


.blogPost .caption {
    padding: 20px;
    background-color: #F8F8F8;
}

.blogPostSeparator{
    width:100px;
    border-top:1px solid #aaaaaa;
    margin-top:20px;
    margin-bottom:20px;
}

.label-default {
    background-color: transparent;
    border:1px solid #d5d5d5;
    font-weight:400;
    letter-spacing: 0px;
    color:#d5d5d5;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all  0.3s ease-in;
    -o-transition: all  0.3s ease-in;
}

.label-default:hover{
    color:#300743;
}

.section-surprise::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 350px;
    background-image: url('../img/azul.jpg');
    bottom: 0;
    left: 0;
}
footer .wwd-logo .image-xxs {
    max-height: 22px;
}
footer .social-list {
    text-align: right;
}
.copyright .fade-half {
    display: block;
    line-height: 20px;
}
.video-presentation iframe {
    width: 547px;
    height: 330px;
}
.cities span, .contact span {
    display: block;
}

.excerpt{
    margin-bottom:20px;
}

.fineHr{
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #eee;
}
@media (min-width: 990px) {
    .top-container {
        top: -250px;
    }
}
@media (max-width: 990px) {
    .top-container{
        top: -120px;
        left: -200px;

    }
}
@media (max-width: 768px) {
    .top-container{
        top: -80px;
        left: -120px;
    }
}
/*@media (max-width: 370px) {
    .top-container{
        top: -80px;
        left: -70px;
    }
    img.logo.logo-light{
        width: 200px;
    }
}
@media (max-width: 377px) {
    img.logo.logo-light{
        width: 200px;
    }

}
@media (max-width: 284px) {
    img.logo.logo-light{
        width: 150px;
    }
}*/

@media (min-width: 1400px) {
    .packs-text{
        padding-right: 23px;
    }
}

@media all and (max-width: 767px) {
    .pack-panel {
        margin-top: -100px !important;
        margin-bottom: 120px !important;
    }
    .packs-container{
        margin-bottom: -150px;

    }

}


/***
 @media screen and (min-width: 900px) {
    .selector{
        content: url("../my image") !important;
    }
}


@media screen and (max-width: 900px) {
    .selector{
        content: url("../my image") !important;
    }
}

selectors:

noivado : image on packs page
casamentos
fotografos-de-casamentos
fotografia-de-casamentos
white-diamond-digital-acesso-cliente : image on clients page

you need to make 3 rules
first :
for screen < 500px => image1
for screen between 500px and 900 px => image 2
for screen > 900px => image 3
i deleted i will give yuo a hint
media screen and (max-width: 500px) and (rule)
 */


@media screen and (max-width: 1700px) {
    .noivado{
        content: url("../img/anel-noivado-large.jpg") !important;
    }
}



@media screen and (min-width: 1700px) {
    .noivado{
        content: url("../img/anel-noivado-small.jpg") !important;
    }
}











@media screen and (max-width: 1700px) {
    .white-diamond-digital-acesso-cliente{
        content: url("../img/white-diamond-digital-acesso-cliente-large.jpg") !important;
    }
}



@media screen and (min-width: 1700px) {
    .white-diamond-digital-acesso-cliente{
        content: url("../img/white-diamond-digital-acesso-cliente-small.jpg") !important;
    }
}















@media screen and (max-width: 1800px) {
    .casamentos{
        content: url("../img/casamentos-large.jpg") !important;
    }
}



@media screen and (min-width: 1800px) {
    .casamentos{
        content: url("../img/casamentos-small.jpg") !important;
    }
}


/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .top_margin_text {
        margin-top: 60px;
    }

    .bottom_margin_text {
        margin-bottom: 60px;
    }

    .text-center-mobile {
        text-align: center;
    }
    .section-2-mobile {
        margin-top: 0px !important;
    }

    .section-2-mobile p {
        margin-top: 0 !important;
    }

    .section-2-mobile .video-presentation {
        margin-top: 0 !important;
    }

    .white_diamond_text {
        font-size: 33px !important;
    }
}














