/*.div1 {*/
/*    background-image: "build/statics_images/*/
/*}*/
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;

}

.topPagesContainer{
    margin-top: 150px;
}

.topPagesTopText{
    margin-top: 30px;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
}

.topPagesTopText p{
    text-align: center;
}

.topPagesBubbles{
    margin-top: 30px;
    width: 100%;
}

.topPagesBubble1{
    padding-left: 5vw;
    padding-right: 5vw;
    height: 667px
}

.topPagesBubble2 {
    padding-left: 5vw;
    padding-right: 5vw;
    height: 677px
}

.topPagesBubbleContent{
    margin-top: 13vh;
}

.topPagesBubbleContent h3{
    margin-top: 8vh;
    font-size: 18px;
}

.topPagesBubbleContent p{
    font-size: 16px;
    padding-top: 20;
}

.ArtisanImg1 p {
    margin-top:40%;
    margin-right: 20%;
}

.topPagesCardsContainer {
    margin-top: 60px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
    width: 99vw;
}

.topPagesCard {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

.topPagesCard h3 {
    width: 100%;
    font-size: 17px;
    min-height: 60;
    max-height: 65;
}

.topPagesCard img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.topPagesCard p{
    font-size: 16px;
    width: 100%;
    /*text-align: center;*/
}

.topPagesBottomContainer{
    padding-top: 150px;
    padding-bottom: 50px;
    width: 99vw;
}

.topPagesBottomLeftContainer div{
    width: 50%;
    margin-left: 40%;
}

.topPagesBottomLeftContainer .line1{
    text-align: left;
    font-size: 50px;
    color: #00A879;
    font-weight: bolder;
}

.topPagesBottomLeftContainer .line2{
    text-align: left;
    font-size: 50px;
    color: #02457E;
    font-weight: bolder;
}

.topPagesBottomRightContainer p{
    text-align: center;
}

.topPagesBottomRightContainer .line1{
    font-size: 16px;
    font-weight: bolder;
    color: #02457E;
}

.topPagesBottomRightContainer .line2{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #02457E;
}

.topPagesBottomRightContainer .line3{
    margin-top: 10px;
    font-size: 16px;
    font-weight: bolder;
    color: #02457E;
}

.topPagesBottomRightContainer .line4{
    margin-top: 10px;
    font-size: 20px;
    font-weight: bolder;
    color: #02457E;
}

.topPagesBottomRightContainer .line4 a {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bolder;
    color: #02457E;
}

.topPagesBottomRightContainer .line4 a:hover{
    text-decoration: underline;
}

.map-content {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*
@media only screen and (max-width: 1402px) and (min-width: 992px) {
    .topPagesBubbles {
        background: none;
        background-image: none; !important;
        background-color: #fefefe;
    }
}
*/

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

    .topPagesContainer {
        margin-top: 20px;
    }

    .topPagesBubbleContent{
        margin-top: 0;
    }

    .topPagesCard h3{
        margin-top: 40px;
        width: 80%;
        font-size: 18px;
    }

    .topPagesBottomContainer{
        padding-top: 60px;
        padding-bottom: 50px;
        width: 99vw;
    }

    .topPagesBottomLeftContainer div{
        width: 100%;
        margin-left: 0;
    }

    .topPagesBottomLeftContainer .line1{
        text-align: center;
    }

    .topPagesBottomLeftContainer .line2{
        text-align: center;
    }

    .topPagesBottomRightContainer .line1{
        margin-top: 50px;
        font-size: 16px;
        font-weight: bolder;
        color: #02457E;
    }

    .ArtisanImg1 p {
        margin-top: 0;
        margin-left: 100px;
    }

}
