@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url('https://fonts.googleapis.com/css?family=Merriweather Sans');


/* Space out content a bit */
body {
  padding: 20px;
  background: url(/img/greyzz.png) repeat 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Merriweather Sans', 'Helvetica', Georgia, Times, serif;
    font-weight:bold;
/*    color:#67655D;   */
}

a {
    color:#577492;
    font-weight:700;
}

p, li, div {
    font-family: 'Helvetica', Georgia, Times, serif;
    /* font-family: 'EB Garamond', 'Times', serif; */
    font-weight:400;
/*    color:#67655D; */
    font-size:18px;
}

.header p {
    font-family: 'Helvetica', Georgia, Times, serif;
    font-weight: bold;
}

.navbar-brand {
    font-family: 'Merriweather Sans', 'Helvetica', Georgia, Times, serif;
}

.nav-link {
    font-family: 'Merriweather Sans', 'Helvetica', Georgia, Times, serif;
}


.projects {
    display: table;
    border-collapse: collapse;
    border-spacing: 10px 0;
}

.project {
    display: table-row;
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #A8A8A1;
}

.project-name {
    font-family: 'Merriweather Sans', 'Helvetica', Georgia, Times, serif;
    font-size: 21px;
    font-weight: bold;
}

.project-image {
    display: table-cell;
    width: 140px;
    vertical-align: top;
    padding-bottom: 1em;
    padding-top: 1.2em;
}

.project-image img {
    width: 100px;
    margin-left: 20px;
    margin-right: 20px;
}

.project-info {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 1em;
    padding-top: 1em;
}

.project-info .btn {
    padding: 5px;
    margin-right: 5px
}

.project-descr {
}

.contact-title {
    background-color: #A8A8A1;
    text-transform: uppercase;
    text-align:center;
    color:#fff;
    padding-top:5px;
    padding-bottom:5px;
    letter-spacing:1px;
    font-family: Helvetica, Arial, san-serif;
    font-weight: 400;
    font-size:.8em;
    margin-bottom:5px;
}

.contact {
    margin-bottom:10px;
    border: 1px solid #A8A8A1;
}
.media-list {
    padding-left:10px;
    padding-right:10px;
}

.media-list > media {
    padding-bottom: 0px;
}
/* Front page news. */
.date {
    color: #67655D;
    font-weight: 400;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
}

.jumbotron {
  color: inherit;
  background-color: inherit;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:0px;
  margin-bottom: 0px;
}

.jumbotron p {
    margin-bottom: 0px;
    margin-top:0px;
}
.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top:0px;
  margin-bottom:0px;
  margin-left:0px;
  margin-right:0px;
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}

.jumbotron h2,
.jumbotron .h2 {
    margin-top:6px;
    font-size:24px;
}

.mobile-margin {
    padding-bottom: 2em;
}
