@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/lato/v25/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}
@font-face {
  font-family: 'Stylish';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/stylish/v25/m8JSjfhPYriQkk7-fo0.ttf) format('truetype');
}
/* ******************************
        COMPONENT OVERRIDES
******************************** */
.uk-light {
  color: #ffffff;
}
h1,
.uk-h1,
h2,
.uk-h2,
h3,
.uk-h3,
h4,
.uk-h4,
h5,
.uk-h5,
h6,
.uk-h6,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large,
.uk-heading-xlarge,
.uk-heading-2xlarge {
  font-family: Stylish, "Helvetica Neue", Arial, Helvetica, sans-serif;
  line-height: 1.28571429em;
  font-weight: lighter;
  padding: 0;
}
nav {
  height: 100px;
}
nav .heading {
  margin: 0;
}
.uk-navbar-left .uk-navbar-toggle,
.uk-navbar-left .uk-search-toggle {
  padding: 0 15px 0 30px;
}
@media only screen and (min-width: 769px) {
  .uk-navbar-left .uk-navbar-toggle,
  .uk-navbar-left .uk-search-toggle {
    padding: 0 15px 0 70px;
  }
}
.uk-navbar-right .uk-navbar-toggle,
.uk-navbar-right .uk-search-toggle {
  padding: 0 30px 0 15px;
}
@media only screen and (min-width: 769px) {
  .uk-navbar-right .uk-navbar-toggle,
  .uk-navbar-right .uk-search-toggle {
    padding: 0 70px 0 15px;
  }
}
.uk-navbar-toggle {
  cursor: pointer;
}
.uk-navbar-nav > li > a {
  text-transform: unset;
}
.uk-text-top {
  vertical-align: text-top !important;
}
.bold {
  font-weight: 700;
}
.bold.heading {
  font-weight: 700;
}
.heading {
  font-family: Stylish, "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 100 !important;
  text-transform: uppercase;
}
svg img:not([src]) {
  visibility: visible !important;
}
code {
  font-size: 0.9rem !important;
  color: #55820c !important;
  white-space: normal !important;
  word-break: break-all;
  word-break: break-word;
}
code a {
  color: #55820c !important;
}
/* ***************************
    Project specific styles 
****************************** */
.hidden {
  display: none;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.bold,
strong {
  font-weight: bold !important;
}
.italic {
  font-style: italic;
}
.pointer {
  cursor: pointer;
}
.no_events {
  pointer-events: none;
}
.capitalize {
  text-transform: capitalize;
}
.dimmer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
.dimmer .uk-spinner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a:hover {
  text-decoration: none;
}
.underline {
  text-decoration: none;
  border-color: inherit;
  border-bottom: 1px solid;
  padding-bottom: 1px;
}
.text-gold {
  color: #ca8448;
}
.text-peri {
  color: #7d98aa;
}
.text-blue {
  color: #041c2c;
}
.text-white {
  color: #ffffff;
}
.text-slate {
  color: #898d8d;
}
.text-sand {
  color: #f2f0e3;
}
.text-orange {
  color: #c88242;
}
.text-steel {
  color: #7a99ac;
}
.text-teal {
  color: #7fa9ae;
}
.text-brown {
  color: #5b3427;
}
.text-utility-blue {
  color: #2663c9;
}
.text-utility-green {
  color: #55820c;
}
.text-utility-yellow {
  color: #ffb31a;
}
.text-utility-orange {
  color: #f07f07;
}
.text-utility-red {
  color: #b9252b;
}
.text-grey1 {
  color: #fafafa;
}
.text-grey2 {
  color: #f2f3f4;
}
.text-grey3 {
  color: #e6e8ea;
}
.text-grey4 {
  color: #ccd1d4;
}
.text-grey5 {
  color: #b4bbc0;
}
.text-grey6 {
  color: #9aa4aa;
}
.text-grey7 {
  color: #818d95;
}
.text-grey8 {
  color: #4f606b;
}
.text-grey10 {
  color: #364956;
}
.text-grey11 {
  color: #1d3341;
}
.text-grey12 {
  color: #050f17;
}
.select2-selection {
  height: 40px !important;
  border-radius: 0 !important;
}
.select2-selection .select2-selection__rendered {
  top: 50% !important;
  transform: translateY(-50%);
  position: relative !important;
}
.select2-selection .select2-selection__arrow {
  top: 50% !important;
  transform: translateY(-50%);
}
.error label {
  color: #c88242;
}
.error input,
.error .select2-selection,
.error textarea {
  color: #f07f07 !important;
  border-color: #f07f07 !important;
  background-color: rgba(240, 127, 7, 0.25) !important;
}
#direct_editor {
  position: relative;
}
#direct_editor textarea {
  display: block;
  border-color: #666;
  padding: 20px;
  color: #687680;
  font-family: Consolas, monaco, monospace;
}
.pill {
  background-color: #f2f0e3;
  border-radius: 5px;
  padding: 2px 10px;
  margin: 0 5px 10px;
  display: inline-block;
}
.included_zone.drag_on {
  border: 1px dashed #b4bbc0;
  padding: 10px;
}
.changes p {
  margin-bottom: 0;
}
.changes hr {
  margin: 0 !important;
}
p {
  margin: 10px 0;
}
#nav {
  background-image: url('https://kellyjdavis.com/img/kellydavis_header2.jpg') !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: 100% !important;
  background-color: #000000;
  color: #ffffff !important;
}
#nav a,
#nav h1 {
  color: #ffffff !important;
}
#nav h1 {
  margin: 0 0 10px 0 !important;
}
#resume {
  margin: 50px 20% 0;
}
p.quoteblock {
  font-size: 1.7em;
  padding: 50px 20%;
}


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