﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-image:url(/images/bg.jpg)
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.portfolioImage {
    max-height: 350px;
    height: 200px;
    width: 300px;
}

.portfolioDiv {
    background-color: thistle;
    padding: 12px;
    margin-bottom: 20px;
    width: 320px;
    height: 388px;
}

.portfolioHeading {
    background-color: thistle;
    padding: 12px;
}

.portfolioOpenButton {
    background-color: white;
    color: white;
    font-size: 18px;
    font-weight: bold;
    width: auto;
    padding: 4px;
    text-align: center;
    border-radius: 6px;
    border: 3px black solid;
}

.portfolioOpenButton2 {
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
    margin: 21px;
}

