/*@import "base_mixins";*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@import url("https://fonts.googleapis.com/css?family=Roboto:900");
@import url("https://fonts.googleapis.com/css?family=Signika:700");

/* Colors */
/* Base Units for site */
/* REDEFINITIONS */
html, body {
  color: #333;
  font-size: 18px;
  line-height: 28px;
  background-color: #F7F8F1;
  font-family: 'Open Sans', sans-serif; }
  
h1 {
    font-size: 2rem;
    color: #333;
    line-height: 2rem;
    font-family: 'Signika', sans-serif;}
    
@media (max-width: 768px) {
  html, body {
    font-size: 16px;
    line-height: 24px;
  }
}

a h1 {
    color: #333;
}
b {
  font-weight:700;
}

/*Lg Screen Headers*/
@media (min-width: 769px) {
    h2 {
      font-size: 2.5rem;
      letter-spacing: 2px;
    }

    h3 {
      font-size: 1.75rem;
      line-height: 2rem;
      margin: 0 0 8px;
    }

    h4 {
      font-size: 1rem;
      line-height: 1.25rem;
      margin: 0 0 8px;
      padding-top: 0;
    }
  }


/*Sm Screen Headers*/
@media (max-width: 768px) {
      h2 {
           font-size: 2rem;
      }

      h3 {
        font-size: 1.5rem;
        line-height: 1.75rem;
        margin: 0px;
      }

      h4 {
        font-size: 1rem;
        line-height: 1.25rem;
        padding-top: 0;
      }

 }

h2, h3 {
  font-family: 'Signika', sans-serif;
}

h4 {
  font-weight: 700;
}

h2 {
  text-align: center;
  margin-bottom: 16px;
  }

dt {
  font-size: 1rem;
  font-family: 'Signika', sans-serif; }

a {
  color: #428173;
  text-decoration: underline; }

a:hover {
  text-decoration: none;
  color: #428173; }

a img:hover {
  opacity: 0.9; }

dl {
  margin-bottom: 40px; }

i {
  margin: 0 0 0 8px; }

article {
  margin-bottom: 40px; }

p {
  max-width: 850px; }

figcaption {
  text-align: center; 
  margin-bottom: 24px;}

ul {
  padding-left: 18px;
  margin-top: 8px; }

ul ul {
  margin-bottom: 8px; }

li {
  margin-bottom: 8px;
}

/* common classes */
.margin0 {
  margin:0;
}

.bgaccent1 {
  background-color: #428173;
  color: #fff; }

.bgaccent2 {
  background-color: #D95453; }

.bglightpop {
  background-color: #DBB74C; }

.bgwhite {
  background-color: white; }

.dark {
  color: #333; }

.accent1 {
  color: #428173; }

.accent2 {
  color: #D95453; }

.lightpop {
  color: #DBB74C; }

.center {
  text-align: center; }

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  text-align: left; }

.vertical-center {
  min-height: 75%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 75vh;
  /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center; }

.gray-border {
  border: 1px solid #dfe0d8; }

.padding0 {
  padding: 0; }

@media (min-width: 769px) {
    .paddingxl {
      padding: 40px; 
    }
  }

@media (max-width: 768px) {
      .paddingxl {
           padding: 16px;
      }

 }

.marginbottom {
  margin-bottom: 16px; }

.marginbottom-lg {
  margin-bottom: 32px; }

.restrict-fluid {
  max-width: 200px;
  display: block;
  margin: 0 auto 16px;
  width: 100%; }

.calloutText1 {
  font-family: 'Signika', sans-serif; 
  font-size: 24px;
  padding-top: 16px;}

.credit {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-align: right;}

/* Main */
.container {
  padding-right: 16px;
  padding-left: 16px; }

@media (min-width: 576px){
  .container{
    max-width:100%;
  }  
}

@media (min-width: 992px){
  .container{
    max-width:1140px;
  }
}

.anchorlink {
  position: relative;
  top: -80px;
  display: block; }

a.btn, a.btn:active, a.btn-primary, a.btn-primary:active {
  background-color: #428173;
  color: white;
  text-decoration: none;
  border: none;
  white-space: nowrap !important; }

a.btn:hover {
  opacity: 0.8;
  background-color: #428173; }

.btncenter {
  display: block;
  margin: 0 auto;
  max-width: 220px; }

a.btn-ghost, a.btn-ghost:active {
  border: 1px solid white;
  background: none; }

a.btn-ghost:hover {
  background-color: white;
  color: #D95453; }

/* Header */
.bg-light {
  background-color: #F7F8F1 !important; }

.navbar {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0; }

.navbar-light .navbar-nav .nav-link {
  color: #333; }

.navbar-brand {
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0; }

.navbar-brand:hover {
  opacity: 0.8; }

.navbar-brand h1 {
  margin-bottom: 0;
}

.navbar-light .navbar-nav .nav-link {
  border-bottom: 4px solid transparent;
  text-decoration: none;
  padding: 16px; }

.navbar-light .navbar-nav .nav-link:hover {
  border-bottom: 4px solid #DBB74C;
  background-color: #D95453;
  color: white; }

.navbar-light .navbar-nav .nav-link.active {
  border-bottom: 4px solid #DBB74C; }

.navbar-toggler {
  margin-top: 8px;
  margin-bottom: 8px; }

.dropdown-item:hover, .dropdown-item.active {
  background-color: #D95453;
  color: white; }

.dropdown-item.active:hover {
  text-decoration: underline; }

.dropdown-toggle:after {
  display: none; }

.dropdown-item {
  text-decoration: none;
  padding: 16px; }

.show li, .dropdown-item {
  border-bottom: 1px solid #dfe0d8; }

.show li:last-of-type, .dropdown-item:last-of-type {
  border-bottom: none; }

.dropdown-menu {
  padding: 0;
  margin-top: 0;
  border-color: #dfe0d8;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.dropdown-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

/* Hero */
.hero-bg {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px; }

.hero-robot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48%; }

.jumbotron {
  background-size: 100%;
  background-color: #428173;
  color: white;
  text-align: center; }
  .jumbotron p {
    max-width: 100%; }
  .jumbotron h2 {
    margin-bottom: 0; }

.jumbotron-resume {
  background-size: 100%;
  background-color: #D95453; }

.jumbotron-lightspeed {
  background: #666 url("img/projs/lightspeed-hero.png") no-repeat center;
  background-size: 100%;
  background-blend-mode: multiply; }

.jumbotron-registry {
  background: #666 url("img/projs/registry-hero.png") no-repeat center;
  background-size: 100%;
  background-blend-mode: multiply; }

.jumbotron-am {
  background: #244b3f url("img/projs/AM-hero.png") no-repeat bottom center;
  background-size: 100%; }

.jumbotron-sales {
  background: #666 url("img/projs/sales-bg.png") no-repeat top center;
  background-size: 100%;
  background-blend-mode: multiply; }

.jumbotron-lim {
  background: #666 url("img/projs/LIM-bg.png") no-repeat top center;
  background-size: 100%;
  background-blend-mode: multiply; }

.jumbotron-bgg {
  background: #666 url("img/projs/bgg-bg.png") no-repeat top center;
  background-size: 100%;
  background-blend-mode: multiply; }

.logos img {
  max-width: 120px;
  max-height: 60px;
}

.logos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 24px 32px;
}

.logos .col {
  padding: 16px 32px;
  margin: auot;
  text-align: center;
  margin:auto;
}

/* portfolio */
.portfolio-feed .row {
  background-color: #D7EEE5; }

.portfolio-feed .row:last-of-type {
  margin-bottom: 40px; }

.portfolio-feed .row:nth-of-type(odd) {
  background-color: #ACDBCB; }

.portfolio-feed article {
  padding: 40px;
  padding-bottom: 16px; }

.portfolio-feed .col-md-4, .portfolio-feed .col-md-8 {
  padding: 0; }

/* Testimonials */
blockquote {
  padding: 24px;
  background-color: white;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
  border-radius: 16px; 
  text-align: center; }

blockquote footer {
  text-align: right; }

blockquote h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 8px; }

blockquote.inlineQuote {
  text-align: center;
  float:right;
  max-width: 50%;
  margin-left: 24px; }

blockquote.inlineQuote footer {
  text-align: center;
  margin-top: 16px;
  font-size: 16px }

.resume img {
  max-width: 200px;
  max-height: 80px;
}

.resume h3, .resume img {
  margin-top: auto;
}

.resumeLogo {
  height:80px;
  margin-bottom: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
}

/* Project */
.container .project {
  padding-left: 8px;
  padding-right: 8px; }

.logo {
  max-width: 250px;
  margin: 0 auto 8px;
  display: block; }

.projhero {
  height: 300px;
  overflow: hidden; }

a.port-nav {
  text-decoration: none; }

a.port-nav:hover {
  text-decoration: underline; }

a.prev i {
  margin-left: 0;
  margin-right: 8px; }

a.next {
  text-align: right;
  float: right;
  margin-left: auto; }
  a.next i {
    margin-right: 0; }

/* Modal */
h3.modal-title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.modalwide .modal-dialog {
  max-width: 1200px; }

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