@charset "UTF-8";
/*
The CSS in this file was sourced, merged, and modified from the below projects:
 *
 * Tracks theme for WordPress (https://www.competethemes.com/tracks/)
 * GNU Public License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)
 *
 * Tracks theme ported for Hugo (https://github.com/ageekymonk/hugo-tracks-theme)
 * MIT License (https://github.com/ageekymonk/hugo-tracks-theme/blob/master/LICENSE)
 *
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *
 * normalize.css v3.0.3 (https://github.com/necolas/normalize.css)
 * MIT License (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 *
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css 
 * MIT License | https://github.com/h5bp/html5-boilerplate/blob/master/LICENSE.txt
 *
*/

/*8*/html {
  font-family: sans-serif;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  }

/*5486*/body, input, select, button {
  margin: 0;
  background: #222;
  color: #C0C0C0;
  font-family: "raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  -ms-word-wrap: break-word; }

/*46*/a, a:visited {
    background-color: transparent;
    color: #0080C0;
    text-decoration: none;
}

/*49*/a:active, a:hover {
  outline: 0; 
  background-color: transparent;
  color: #00FFFF;
  /* color: #23527c; */
  text-decoration: none;
 }
 
 /*275*/a:focus {
    color: #fff;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

/*5477*/*, *:before, *:after {
  box-sizing: inherit; }

/*282*/img {
  vertical-align: middle; }

img.social {
    height:22px;
    border:0;
}

img.tools {
    height:35px;
    border:0;
}

img.centered {
  display: block; /*This was commented out for reasons that I do not remember.*/
  margin-left: auto !important;
  margin-right: auto !important;
}

.content-image-span {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;     
  z-index: 1;
}

.main-body {
    padding-top: 4.25em;
}

 /*309*/hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #bbbbbb;
  box-sizing: content-box;
  height: 0;  }

/*336*/h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small,
h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small,
.h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small,
.h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

/*360*/h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 small, h1 .small, .h1 small, .h1 .small,
h2 small, h2 .small, .h2 small, .h2 .small,
h3 small, h3 .small, .h3 small, .h3 .small {
    font-size: 65%; }

/*376*/h4, h5, h6, .h4, .h5, .h6 {
  margin-top: 10px;
  margin-bottom: 10px; }
  
h4 small, h4 .small, .h4 small, .h4 .small,
h5 small, h5 .small, .h5 small, .h5 .small,
h6 small, h6 .small, .h6 small, .h6 .small {
    font-size: 75%; }

/*392*/h1, .h1 {
  font-size: 36px; }

/*395*/h2, .h2 {
  font-size: 30px; }

/*398*/h3, .h3 {
  font-size: 24px; }

/*401*/h4, .h4 {
  font-size: 18px; }

/*404*/h5, .h5 {
  font-size: 14px; }

/*407*/h6, .h6 {
  font-size: 12px; }

/*410*/p {
  margin: 0 0 10px; }

/*431*/.text-left {
  text-align: left; }

/*434*/.text-right {
  text-align: right; }

/*437*/.text-center {
  text-align: center; }

/*440*/.text-justify {
  text-align: justify; }

/*443*/.text-nowrap {
  white-space: nowrap; }

/*446*/.text-lowercase {
  text-transform: lowercase; }

/*449*/.text-uppercase, .initialism {
  text-transform: uppercase; }

/*452*/.text-capitalize {
  text-transform: capitalize; }

.float-left {
    float: left;
}

.float-right {
    float: right;
}

/*536*/ul, ol {
  margin-top: 0;
  margin-bottom: 10px; }

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0; }

/*600*/blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #bbbbbb; }

/*605*/blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
    margin-bottom: 0; }

/*718*/.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }

/*723*/.container-fluid::before, .container-fluid::after {
    content: " ";
    display: table; }

/*726*/.container-fluid::after {
    clear: both; }

/*729*/.row {
    margin-left: -15px;
    margin-right: -15px; }

/*732*/.row::before, .row::after {
    content: " ";
    display: table; }

/*735*/.row:after {
    clear: both; }

/*These iframe containers are for the div that holds a youtube video.*/
.iframe-container {
    overflow: hidden;
    /* Calculate this from the aspect ratio of the content inside the iframe (in case of 16:9 it is 9/16= 0.5625) */
    padding-top: 56.25%;
    position: relative;
    margin: 0 0 10px;
}

.iframe-container iframe {
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/*738*/.col-xs-1, .col-sm-1, .col-md-1, .col-md-1-5, .col-xs-2, .col-sm-2, .col-md-2, .col-xs-3, .col-sm-3, .col-md-3, .col-xs-4, .col-sm-4, .col-md-4, .col-xs-5, .col-sm-5, .col-md-5, .col-xs-6, .col-sm-6, .col-md-6, .col-xs-7, .col-sm-7, .col-md-7, .col-xs-8, .col-sm-8, .col-md-8, .col-xs-9, .col-sm-9, .col-md-9, .col-xs-10, .col-sm-10, .col-md-10, .col-xs-11, .col-sm-11, .col-md-11, .col-xs-12, .col-sm-12, .col-md-12 {
  position: relative;
  min-height: 0px;
  padding-left: 15px;
  padding-right: 15px; }

/*900*/@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-0-5 {
    margin-left: 4.16666%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } 

}

/*1006*/@media (min-width: 1024px) {
  .col-md-1, .col-md-1-5, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-1-5 {
    width: 12.49999%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-8-5 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-0-5 {
    margin-left: 4.16666%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } 

}


/*5497*/.site-header, .site-footer {
    padding-bottom: 2em;
}

/* .site-header {
    height: 160px;
    background: url(header.jpg) top center;
    background-repeat:repeat-x;    
} */

/*5499*/.site-header a, .site-footer a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.813em;
    letter-spacing: 0.08em;
    line-height: 1.85em;
    margin-right: 0.75em;
    display: inline-block; }

/*5509*/.content-excerpt {
  text-align: center;
  margin-bottom: 2.5em;
  background-color: #d3d3d3;
  color: #4d4d4d;
  height: inherit;
  padding: 1.5em 2em;
  z-index: 5;
  transition: background-color 0.4s ease; }

/*5529*/.content-title, .content-title a {
  color: #222;
  text-transform: uppercase;
  margin-top: 3.7em;  }
 
/*5535*/.content-title h1 {
    font-size: 3.85em;
    font-weight: 700;
    text-align: center; }

/*5532*/.content-title h2 {
    font-size: 1.85em;
    font-weight: 700; }

/*5543*/.content-title:after {
    content: '';
    position: relative;
    background: #4d4d4d;
    width: 4.5em;
    height: 0.375em;
    left: 0;
    right: 0;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2em; }

/*5556*/.content-summary {
  margin-top: 1.5em; }

/*5559*/a.more-link {
  position: relative;
  color: #4d4d4d;
  clear: both;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: 0.8em; }

/*5568*/.content-image {
  margin-bottom: 2.5em;
  right: 0px;
  height: 100%;
  width: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-position: 50%;
  background-size: cover;
  z-index: 1;
  transition: all 0.1s ease; }

/*5580*/.content-date {
  padding-top: 3.7em; }

/*5583*/.content {
  overflow: hidden;
  margin-bottom: 1.5em; }
 
/*5586*/.content:hover .content-excerpt, .content:active .content-excerpt, .content:focus .content-excerpt {
    background-color: #fff;  }

/*5588*/.content:hover .content-image, .content:active .content-image, .content:focus .content-image {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05) rotate(0.02deg); }

/*5593*/.entry {
  background: #fff;
  color: #4d4d4d; 
  margin-bottom: 1.5em;  }

/*5597*/.entry-meta {
  color: #aaaaaa;
  font-size: 1em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0.75em;  }

/*5604*/.entry-header {
  font-size: 3em;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  /*margin-bottom: 1em; */
  margin-top: 0.6em;
  }

/*5612*/.entry-sidebar {
  font-size: 0.78em;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  margin-top: 3em; }

/*5619*/.entry-sidebar .entry-tools {
    color: #8c8c8c;
    text-transform: none;
    margin-bottom: 1em; }

.entry-sidebar-title {
    margin-bottom: 0.33em;
}

.entry img {
    text-align: center;
    max-width: 100%;
    margin: 0 0 10px;
}

.entry-content {
    padding-bottom: 1em;
}

/*5624*/.title-info, .footer-title {
    font-size: 2em; 
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.85em;
}

.subheading {
    text-align: center;
    font-size: 14px;
    line-height: 1.3;
    padding-bottom: 1em;
}

/*5646*/.footer-menu {
    text-align: center;
}


.gallery-item {
display:inline-block;
padding:.75em;
text-align:center;
vertical-align:top;
width:100%;
margin:0; }

.gallery-item img {
max-width:100%;
max-height:100%; }

.gallery-columns-2 .gallery-item {
max-width:50%; }
.gallery-columns-3 .gallery-item {
max-width:33.33%; }
.gallery-columns-4 .gallery-item {
max-width:25%; }
.gallery-columns-5 .gallery-item {
max-width:24%; }
.gallery-columns-6 .gallery-item {
max-width:16.66%; }
.gallery-columns-7 .gallery-item {
max-width:14.28%; }
.gallery-columns-8 .gallery-item {
max-width:12.5%; }
.gallery-columns-9 .gallery-item {
max-width:11.11%; }



@media (max-width: 1023px) {

.entry-sidebar {
    text-align: left;
}

.entry-sidebar .entry-tools {
      margin-bottom: 0;
      display: inline-block;
      padding: 0 0.3em; }

.gallery-columns-5 .gallery-item {
max-width:32%; }

}

/*5649*/@media only screen and (max-width: 767px) {

/*5650*/.content-title:after {
    height: 0.2em; }

.main-body {
    padding-top: 0em;
}

/*5652*/.main-content {
    padding: 0; }

/*5654*/.main-content .row {
    margin-left: 0;
    margin-right: 0; }

/*5657*/.categories-block, .social-media-block, .social-media-block-footer {
    text-align: center;
    margin-top: 0.8em; }

/*5660*/.content-summary p {
    text-overflow: ellipsis;
    overflow: hidden;
    height: calc(1.7rem * 6);
    font-size: 1.7rem; }

/*5665*/.content-date {
    padding-top: 0; }

/*5667*/.entry-header {
    font-size: 2em; }

/*5671*/.entry-sidebar {
    text-align: left;
    margin-top: 0;
    margin-bottom: 1em; }

/*5679*/.entry-sidebar .entry-sidebar-title {
      margin-top: 0.7em; }

/*5681*/.entry-sidebar .entry-tools {
      margin-bottom: 0;
      display: inline-block;
      padding: 0 0.3em; }

.content .content-image {
    width: 100%;
    height: 45%;
    margin-bottom: 0; }

.content-excerpt {
    margin-bottom: 0;
}

.content {
    height: 768px;
}

.gallery-columns-5 .gallery-item {
max-width:49%; }

}

/*5688*/@media (min-width: 768px) {

/*5689*/.top-navigation {
    position: relative;
    min-height: 2.5em;
    background: #111;
    line-height: 0; 
    border-bottom: solid 1px #3b3b3b;
}

/*5695*/.categories-block {
    float: left; }

/*5697*/.social-media-block {
    float: right; }

/*5699*/.social-media-block-footer {
    text-align: center; }

/*5701*/.site-header {
    position: fixed;
    width: 100%;
    z-index: 6;
    border-top: solid 0.75em #111; 
}

/*5708*/.content {
    height: 384px; }

/*5710*/.content:nth-child(2n+0) .content-image {
    float: right; }

}

/*5713*/@media only screen and (max-width: 425px) {

.gallery-columns-5 .gallery-item {
max-width:100%; }

}

@media (min-width: 2050px) {

.gallery-columns-5 .gallery-item {
max-width:19%; }

}

@media (min-width: 2200px) {

/*5708*/.content {
    height: 768px; }

/*5529*/.content-title, .content-title a {
  margin-top: 16em;  }

.gallery-columns-5 .gallery-item {
  max-width:16%; }

}

@media (min-width: 2586px) {

/*These iframe containers are for the div that holds a youtube video.*/
.iframe-container {
    overflow: hidden;
    position: relative;
    margin: auto auto 10px;
    display: flex;
    justify-content: center;
    padding-top: initial;
}

.iframe-container iframe {
   border: 0;
   height: 1080px;
   width: 1920px;
   position: initial;
   left: initial;
   top: initial;
}

}


.gallery {
  margin:2.25em auto }



.gallery-icon img {
margin:0 auto }

.gallery-caption {
color:#8c8c8c;
display:block;
font-family:"raleway",sans-serif;
font-size:12px;
padding:.5em 0 }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display:none }

.tiled-gallery {
margin:2.25em auto!important }

.tiled-gallery .gallery-row {
margin:0 auto }


/************* Resume Formatting *************/
.blurb {
    margin-top: 1.5em;
    margin-bottom: 1em;
    text-align: center;
}

.restitle {
    font-size: 250%;
}

.projecttitle {
    font-weight: bold;
    font-style:italic;
}

.jobposition {
    text-decoration: underline;
}