/**
 * Color Scheme
 */
/**
 * Fonts
 */
/**
 * Declarations
 */
* {
  margin: 0; }

html, body {
  height: 100%;
  font-family: "Heebo", sans-serif; }

h1, h2, h3, h4 {
  font-family: "Roboto", sans-serif; }

/**
 * Intro Header
 */
#sectionIntro {
  background-image: url(img/me-9.jpg);
  background-size: cover;
  background-position: bottom right;
  min-height: 680px; }

#introText {
  margin-top: 30%;
  color: #fff;
  font-size: 4em;
  text-shadow: 2px 2px #252525; }

#introText h1 {
  font-family: "Chivo", serif;
  font-size: 5rem; }

#introText h2 {
  font-family: "Lora", serif;
  font-style: italic; }

#introImage {
  margin-top: 23px; }

/*
#footer, #push {
    height: 4em;
}
*/
/*
#introImage {
    background-image: url('img/sil-black.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
}
*/
#sectionHighlights p {
  padding: 3px 18px 3px 18px; }

#highlightsContainer {
  margin-bottom: 2em; }

#highlightsContainer .material-icons {
  color: #27506C; }
#highlightsContainer .highlights-item {
  background-color: #6C8597;
  color: #fff;
  padding: 1em; }
#highlightsContainer .highlights-item h3 {
  font-family: "Chivo", serif;
  font-weight: bold; }
#highlightsContainer .highlights-content {
  margin-top: .5em;
  font-family: "Lora", serif; }

#highlightsTitle {
  margin: 2em; }

#sectionBackground {
  margin-top: 5em; }

#backgroundContainer h2 {
  color: #27506C;
  font-weight: bold;
  margin-bottom: .75em; }

#resumeDownloadButton {
  padding: 10px;
  background-color: #247550;
  color: #fff; }

#experieceContainer .experience-item {
  padding: 20px 10px 10px 10px;
  border: 1px solid #ddd;
  box-shadow: #ddd 1px 1px 2px;
  margin: 8px; }
#experieceContainer .title {
  color: #031C2D;
  font-weight: bold; }
#experieceContainer .dates {
  font-style: italic; }

#educationContainer .organization {
  font-weight: bold;
  color: #031C2D;
  font-size: 1.25em; }
#educationContainer .school {
  font-weight: bold; }
#educationContainer .dates {
  font-style: italic; }

#knowledgeContainer .knowledge-item {
  margin: 13px;
  height: 80px;
  width: 80px;
  /*color: $color-primary-2;*/ }
#knowledgeContainer .knowledge-item i {
  font-size: 2.5em; }
#knowledgeContainer .knowledge-item-label {
  font-family: "Lucida Console", Monaco, monospace;
  font-weight: bold; }

.background-sub-section {
  margin-bottom: 3.75em; }

/*# sourceMappingURL=style.css.map */
