





/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
body {
  padding-top: 70px;
  padding-bottom: 30px;
  background-color: #F4F4F4;
}
#nav-right {
    margin-right: 0px;
}
#logo>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-center{
    margin: 0 auto;
}

/*REQUIRED*/
.carousel-row {
    margin-bottom: 10px;
}
.carousel-inner > img {
    display: block;
    margin: 0 auto;
}
.slide-row {
    padding: 0;
    background-color: #ffffff;
    min-height: 150px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
    height: auto;
    position: relative;
}


.slide-carousel {
    width: 30%;
    float: left;
    display: inline-block;
}


.slide-content {
    position: absolute;
    top: 0;
    left: 30%;
    display: block;
    float: left;
    width: 70%;
    max-height: 76%;
    padding: 1.5% 2% 2% 2%;
    overflow-y: auto;
}

.slide-content h4 {
    margin-bottom: 3px;
    margin-top: 0;
}

.slide-content>ul>li {
    margin-bottom: 10px;
}

.slide-footer {
    position: absolute;
    bottom: 0;
    left: 30%;
    width: 68%;
    height: 20%;
    margin: 1%;
}

.portfolio-item > p {
    overflow-wrap:break-word;
}
