/*!
 * Start Bootstrap - 1 Col Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    padding-top: 70px;  /*Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes.*/
}

/*footer {
    margin: 0px 0;
}*/

.client_description{
    /*width:500px;*/
    height: 120px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project_description{
    /*width:500px;*/
    height: 76px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bottomaligned {
    position: absolute;
    bottom: 0;
    margin-bottom: -27px;
    left: 15px;
}

.top {
    margin-top: 1px;
}