.row{
    margin-top: 8px;
}
#main-container{
    margin-bottom: 16px;
}
.my-font{
    right: 40%;
    top: 10%;
    left: 0;
}
.my-font h4{
    font-size: 36px;
    line-height: 70px;
}
#main-container a{
    text-decoration: none;
}
#main-container a p{
    text-align: center;
}
#main-container a.about{
    background-color: #F6A800;
}
#main-container a.collagen{
    background-color: #0081CC;
}
#main-container a.contact{
    background-image: url("../imgs/timg2.jpg");
    background-size: 100% 100%;
}
.border{
    border: 1px solid #efefef;
    -moz-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
.more{
    display: block;
    text-align: center;
    padding: 10px 0;color: #ccc;
}
.cover-over{
    position: absolute;
    z-index: 100;
    width: 95.5%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
}
.cover-over p{
    margin-top: 60px;
}
.carousel-caption  a{
    display: inline-block;
    margin: 10px 0;
    color: #fff;
}
.move a{
    color: #000;
    margin: 10px 0;
}
@media screen and (max-width: 767px) {
    .carousel-caption {
        position: static;
        right: 15%;
        top: 80px;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        /* text-align: center; */
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .carousel-caption a{
        color: #000;
    }
}

