/* Space out content a bit */
html, body {
    height: 100%;
    font-family: "Georgia", sans-serif;
    font-size: 12pt;
}

h1 { font-size: 18pt; font-weight: bold; }
h2 { font-size: 20pt; font-weight: bold; }
h3 { font-size: 18pt; font-weight: bold; }
h4 { font-size: 16pt; font-weight: bold; }
h5 { font-size: 12pt; font-weight: bold; }

@media screen {
	body {
	  background-color: #e8f5e9;
	}
}

.container {
  background-color: #f8ffd7;
  padding : 0;

  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#main-column {
  margin-left: 0;
}

.container-narrow > hr {
  margin: 30px 0;
}

.item-with-image span {
  padding-left:3px;
}

.item-with-image * {
  vertical-align:middle;
}

#left {
    padding: 25pt 30pt 25pt 25pt;
    background-color: #C5E1A5
}

#left h4 { margin-top: 20pt; margin-left: -5pt; }

#main-text h4 { margin-top: 20pt; }

#main-text h3 { margin: 35pt 15pt 15pt -10pt; }

p.sub { margin-top: -4pt; padding-top: 0; font-size: small; line-height: normal; }

#main-text {
    padding: 40pt 60pt 30pt 50pt;
}

span.skill { white-space: nowrap; padding-left: 5pt; padding-right: 5pt; font-weight: normal; }

@media screen {
    p.skill-list { border-top: #94af76 1px solid; padding-top: 8pt; margin-top: 8pt; }
}

@media print {
    p.skill-list { text-align: left; }
}

/* Custom page header */
.header {
  padding: 25pt;
  background-color: #94af76;
/*  border-bottom: 1px solid #e5e5e5; */
}

/* Make the masthead heading the same height as the navigation */
.header h2 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
/*  border-top: 1px solid #e5e5e5; */
}

/* Customize container */
@media (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 1200px) {
  /* Space out the masthead */
  .header {
  }
}