img {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 25px;
    /* Firefox 1-3.6 */
    -moz-border-radius: 25px;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 25px;
}


.my_row {
    width: 100%;
    display: table;
}

.my_row .my_col33 {
    float: left;
}

.my_col33 {
    width: 33%;
    padding: 20px;
    text-align: center;
    display: table-cell;
}

.my_col33c {
    width: 33%;
    float: left;
    padding: 20px;
    text-align: center;
    height: 250px;
    vertical-align: middle;
    display: none;
}

.my_col25c {
    width: 20%;
    float: left;
    padding: 20px;
    text-align: center;
    height: 100px;
    vertical-align: middle;
    display: none;
}

.my_image img {
    border-radius: 50%;
}

.show {
    display: block;
}

.name {
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    color:#b88430;
}

.title {
    font-size: 20px;
    font-weight: 600;
    font-weight: bold;
    color:black;
}

.description {
    color:black;
}

.link {
    padding: 10px;
    border: 1px solid #CCC;
    margin: 15px;
    width: 20%;
}

.filters {
    width: 100%;
    height: 50px;
    font-size: 25px;
}

@media screen and (max-width: 780px) {
    .my_col33 {
        width: 100%;
        padding: 20px;
        text-align: center;
        display: block;
    }

    .my_col33c {
        width: 100%;
        padding: 20px;
        text-align: center;
        height: 100%;
    }
    
     .my_col25c {
        width: 100%;
        padding: 20px;
        text-align: center;
        height: 100%;
    }

    .link {
        padding: 7px;
        border: 1px solid #CCC;
        margin: 5px;
        width: 100%;
        display: block;
    }

    .filters {
        height: 250px;
        font-size: 18px;
    }

}

.checked {
    color: orange;
}

.img-round {
    height: 100px !important;
    width: 100px !important;
    border-radius: 50% !important;
}

.about-bg{
    height:250px;
    background-color: #000000;
    background-image: url(./about.jpg);
    background-repeat: no-repeat;
    background-size: 100% 50%; 
    background-attachment: fixed;
}

.services-bg{
    height:250px;
    background-color: #000000;
    background-image: url(./services.jpg);
    background-repeat: no-repeat;
    background-size: 100% 50%;    
    background-attachment: fixed;
}
.clients-bg{
    height:250px;
    background-color: #000000;
    background-image: url(./clients.jpg);
    background-repeat: no-repeat;
    background-size: 100% 50%; 
    background-attachment: fixed;
}
.contact-bg{
    height:250px;
    background-color: red;
}
.testimonials-bg{
    height:250px;
    background-color: red;
}
