/* portfolio CSS */

a {
    color: #416e5a; /* #457366; */
    text-decoration: none!important;
    font-family: NeueMontreal-Medium;
}
a:hover {
    color: #2e473f; /* #304f48; */
}

.bg-avocet {
  background-color: linear-gradient(#96c096, #c9dfec, #f5f5f3);
  background-image: url("../imagery/bg-avocet-lg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
@media (max-width: 767px) {
  .bg-avocet {
    background-color: #fff;
    background-image: url("../imagery/bg-avocet-sm.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
.bg-burgess-floral {
  background-color: #fff;
  background-image: url("../imagery/bg-burgess-floral.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.bg-coconut {
  background-color: #fff;
  background-image: url("../imagery/bg-coconuts.gif");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}
.bg-edge {
  background-color: #fff;
  background-image: url("../imagery/bg-edge.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  opacity: 0.9;
}
.bg-jewelry {
  background-color: #fff;
  background-image: url("../imagery/freelance/bg-jewelry.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  min-height: 190px;
  opacity: 0.8;
}
.bg-default {
  background: #f5f5f3;
}
.bg-footer {
  background-color: #f5f5f3;
  background-image: linear-gradient(#f5f5f3, #daeada);
}
.bg-white {
  background-color: #fff;
}

.blog-header-breadcrumb {
  border-left: 1px solid #d9d1ba;
  font-family: "Writer-Regular";
  font-size: 1.6rem;
  padding: 0 16px;
  text-decoration: none;
}
.blog-header-breadcrumb:first-child {
  border-left: none;
}
.blog-header-breadcrumb:last-child {
  padding-right: 0;
  padding-bottom: 10px!important;
}
h1.blog-header-breadcrumb {
  color: #393937!important;
  display: inline;
}
@media (max-width: 767px) {
  .blog-header-breadcrumb {
    padding: 0 8px;
  }
}

body {
  background: #f5f5f3;
  color: #474738!important;
  font-family: 'NeueMontreal-Book'; 
  font-size: 1.1rem; 
}

.border-all {
  border: 1px solid #d9d1ba!important;
}
.border-bottom {
    border-color: #d9d1ba!important;
}
.border-top {
    border-color: #d9d1ba!important;
}


.btn-text {
  border:none; 
  font-family: "Writer-Regular";
  font-size: 18px;
  font-weight: 600;
  padding: 8px 24px;
  transition: none;
  vertical-align: middle;
}

.btn-text:hover, .btn-text:active {
  background: #c9dec9;
  border:none;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
} 

.caption {
  line-height: 1.2rem;
  text-align: left;
  width: 92%;
}
.caption-center {
  line-height: 1.2rem;
  text-align: center;
  width: 92%;
}
.caption-left {
  line-height: 1.2rem;
  text-align: left;
  width: 92%;
}
.caption-right {
  float: right;
  line-height: 1.2rem;
  text-align: right;
  width: 92%;
}

.card {
    background: #fff;
}

.contact svg {
  margin-bottom: 2px;
  text-align: left;
}
a.contact  {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .container {
    width: 92%!important;
    max-width: 1280px;
  }
} 
ul.content-well {
  -webkit-padding-start: 0;
  text-align: right;
}

/* CV nav */

.cv-nav li a {
  color: #416e5a;
  font-family: NeueMontreal-Medium;
  padding: 5px 12px 6px 12px;
}
.cv-nav li a:last-child {
  color: #416e5a;
  font-family: NeueMontreal-Medium;
  padding: 5px 12px 6px 12px;

}
.cv-nav li a:hover {
  background: #c9dec9; 
  color: #1a1a18;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
}
ul.cv-nav {
  margin-bottom: 0;
  margin-right: 0;
}

@media (max-width: 991px) {
  .cv ul.nav {
    background: #f5f5f5;
  }
  .cv .nav li a {
    color: #4c5c99!important;
    padding: 7px 3px !important;
  }
  .cv .nav li a:hover {
    background: #fff;
    color: #222!important;
  }
  .cv .navbar-brand img {
    height: 29px;
    width: auto;
  }
  .cv a.navbar-brand  {
    color: #fff;
  }
  .cv a.navbar-brand:hover  {
    color: #e6dbd0!important;
  }
  .navbar-header.cv {
    background: #4c5c89;
  }
}
@media (max-width: 767px) {
  .cv .nav li a {
    color: #4c5c99!important;
    padding: 5px 3px 6px 3px!important;
  }
  .cv .nav li {
    padding-left: 2px!important;
    padding-right: 2px!important;
  }
}
/* End nav classes */

.disabled {
  opacity: 65%;
}

.google-visualization-tooltip { 
    width:270px; 
    padding: 8px!important;
  }

h1, h2, h3, h4, h5, h6 {
    color: #565647;
    font-family: 'Writer-Regular';
}
h2.cv-title {
    font-size: 3rem;
}
h2.cv-title-mobile {
    font-size: 2rem;
}
h4.cv-title {
    font-size: 1.4rem;
}

.height-100 {
  height: 100%;
  width: auto;
}
.height-290 {
  height: 290px;
  width: auto;
}

img {
    width: 100%; 
}
img.border-all:hover {
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.29);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.29);
    box-shadow: 0px 6px 12px 0px rgba(0,0,0,0.29);
}

ul.keywords {
    display: inline-block!important;
    padding: 0;
}
@media (max-width: 767px) {
  ul.keywords {
    width: 92%;
  }
}

.keywords li, .keywords li.panel-heading {
    color: #272725;
    font-size: 1rem;
    line-height: 1.1rem;
    padding: 9px 18px !important;
    border-radius: 50%;
    list-style-type: none;
    display: inline-block;
}

.keywords-persona li, .keywords li, .bg-sprout {
    background: #daeacf;
}
.keywords-teal li {
  background: #d2e5da;
}
.keywords-roles li, .bg-robinsegg,  {
    background: #d1e8ea;
}
.keywords-tools li, .bg-aventurine {
    background: #b9e2d4;
}
.keywords a.btn {
    padding: 0!important;
    font-size: 1em;
    line-height: 1.1em;
    margin-top: 4px;
}

label {
  border-radius: 50%;
  font-family: 'NeueMontreal-Medium';
  font-size: 0.9em;
  line-height: 1em;margin: 0 5px 5px 0 !important;
  padding: 5px 10px 7px 11px!important;
}

.linear-b {
  background-color: #f5f5f3;
  background-image: linear-gradient(#96c096, #c9dfec, #f5f5f3);
}

.opacity-50 {
  opacity: .5;
}
.opacity-80 {
  opacity: .8;
}

.rem1 {
  font-size: 1rem;
}

.pb-6 {
  padding-bottom: 4rem !important;
}
.pl-5 {
  padding-left: 3.5rem !important;
}

.quotable:before {
    font-family: "Writer-Regular", serif;
    color: #85aa95;
    content: "\201c"; 
    font-size: 83px;
    line-height: 92px;
    font-style: normal;
    position: absolute;
    margin-top: 0px;
    left: 10px;
}
.quotable-no:before {
    content: none; 
    font-size: 83px;
    line-height: 92px;
    font-style: normal;
    position: absolute;
    margin-top: 0px;
    left: 10px;
}
.quotable {
    border: none;
    font-family: "Writer-Regular", serif;
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 56px;
    font-size: 1rem;
    line-height: 1.6rem;
    border-left: none;
}
.quotable-no {
    border: none;
    font-family: "Writer-Regular", serif;
    position: relative;
    width: 100%;
    padding: 15px 15px 15px 56px;
    font-size: 1rem;
    line-height: 1.6rem;
    border-left: none;
}

.text-right .keywords li {
    margin: 0 0 4px 4px!important;
}

.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
}

.carousel-caption p.quote-source {
  opacity: 0.74;
  font-size: 1em;
}
.carousel-caption p.serif-quotes {
  font-family: 'Writer-Thin';
  font-size: 1.7rem;
}

ul.simple {
  -webkit-padding-start: 0px;
}
.simple {
  list-style: none;
  font-weight: 400;
}
.simple li {
  margin: 0 0 7px 0!important;
  padding: 0!important;
  font-size: 1em;
  line-height: 1.1em;
  display: list-item;
}

.small-caps {
  font-variant: small-caps;
}

strong {
    font-family: 'NeueMontreal-Medium';
    font-weight: normal;
}

.text-body-secondary, .btn-text {
    color: #383833!important;
}
.text-right {
    text-align: right;
}

.thumbnail-96 {
  width: 96px;
  height: 96px;
}

.width-74 {
  margin-left: auto;
  margin-right: auto;
  width: 74%;
}
.width-83 {
  margin-left: auto;
  margin-right: auto;
  width: 83%;
}
.width-100 {
  width: 100%;
}






/* "You are here" nav */
body#about a#about {
  background: #c9dec9; 
  color: #1a1a18;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
}
body#growth a#growth {
  background: #c9dec9; 
  color: #1a1a18;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
}
body#skills a#skills {
  background: #c9dec9; 
  color: #1a1a18;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
}
body#timeline a#timeline {
  background: #c9dec9; 
  color: #1a1a18;
  -webkit-border-radius: 50% ;
  border-radius: 50%;
}
/* 
@media (max-width: 991px) {
  body#about a#about {
    color: #222!important;
    background: #fff;
  }
  body#growth a#growth {
    color: #222!important;
    background: #fff;
  }
  body#skills a#skills {
    color: #222!important;
    background: #fff;
  }
  body#timeline a#timeline {
    color: #222!important;
    background: #fff;
  }
} */













/*  Font references 
    Thank you, Pangram Pangram Foundry, for free personal use of Neue Montreal and Writer . */

@font-face {
    font-family: 'NeueMontreal-Book';
    src: url('../assets/PPNeueMontreal-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'NeueMontreal-Medium';
    src: url('../assets/PPNeueMontreal-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'NeueMontreal-Bold';
    src: url('../assets/PPNeueMontreal-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'NeueMontreal-Italic';
    src: url('../assets/PPNeueMontreal-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Writer-Regular';
    src: url('../assets/PPWriter-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 
@font-face {
    font-family: 'Writer-Thin';
    src: url('../assets/PPWriter-Thin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} 




/* Colors I like */
/* Colors  ==============================   */
  /*  Colors eye-dropped from Gauguin's still life with three puppies. Because Gauguin. */
  .bg-body            { background-color: #f9faf9; } /* For color guide reference only */
  .bg-nav             { background-color: #f5f6f5; } /* For color guide reference only */
  .bg-apricot         { background-color: #ffc561; } /* 210,178,103 */
  .bg-aventurine      { background-color: #b6ded1!important; }
  .bg-avocado         { background-color: #8a9550; } /* 138,149,80 */
  .bg-blue            { background-color: #4c5c89; } /* 76,92,137 */
  .bg-brown           { background-color: #846841; } /* 132,104, 65 */
  .bg-brownDark       { background-color: #5d4a30; } /* 93,74,48 */
  .bg-charcoal        { background-color: #333; color: #fff;}
  .bg-green           { background-color: #5b8846; } /* 107,136,54     Traffic light */
  .bg-greenLight      { background-color: #e3e2c6; } /* 227,226,198 */
  .bg-grayDark1       { background-color: #4f4c3d; } /* 79,76,61 */
  .bg-grayDark2       { background-color: #777067; } /* 119,112,103 */
  .bg-gray            { background-color: #979087; } /* 151,144,135 */
  .bg-grayLight1      { background-color: #d9d6ce; } /*217,214,206 */
  .bg-grayLight2      { background-color: #efede9; } /*217,214,206 */
  .bg-grayLight       { background-color: #fafafa; } /*217,214,206 */
  .bg-marsala         { background-color: #983c46; } /* 152,60,70 */
  .bg-orange          { background-color: #e07f48; } /* 224,127,72 */
  .bg-red             { background-color: #9a1600; } /* 154,22,0      Traffic light */
  .bg-robinsegg       { background-color: #d1e8ea; }
  .bg-graybrownDark   { background-color: #7D7468;} /* 165,138,108 */
  .bg-sand            { background-color: #a9a18a; } /* 228,215,188 */
  .bg-sandLight       { background-color: #d9d1ba; } /* 228,215,188 */
  .bg-sandLight2      { background-color: #f9f6ee; } /*217,214,206 */
  .bg-sprout          { background-color: #daeacf; }
  .bg-teal            { background-color: #4b7e6f; } /* 75,126,111  */
  .bg-tealLight       { background-color: #85aa95!important; } /* 133,155,135 */
  .bg-tealLight2      { background-color: #a1c8ba; } /* 161,200,186 */
  .bg-white           { background-color: #fff; } /* 255,255,255  */
  .bg-yellow          { background-color: #fec71a; } /* 222,200,115    Traffic light */

  .progress-apricot       { background-color: #ffc561; } /* 210,178,103 */
  .progress-avocado       { background-color: #8a9550; } /* 138,149,80 */
  .progress-blue          { background-color: #4c5c89; } /* 76,92,137 */
  .progress-brown         { background-color: #846841; } /* 132,104,65 */
  .progress-brownDark     { background-color: #5d4a30; } /* 93,74,48 */
  .progress-green         { background-color: #6b8836; } /* 107,136,54     Traffic light */
  .progress-greenLight    { background-color: #e3e2c6; } /* 227,226,198 */
  .progress-grayDark1     { background-color: #4f4c3d; } /* 79,76,61 */
  .progress-grayDark2     { background-color: #777067; } /* 119,112,103 */
  .progress-gray          { background-color: #979087; } /* 151,144,135 */
  .progress-grayLight1    { background-color: #d9d6ce; } /*217,214,206 */
  .progress-marsala       { background-color: #983c46; } /* 152,60,70 */
  .progress-orange        { background-color: #e07f48; } /* 224,127,72 */
  .progress-red           { background-color: #9a1600; } /* 154,22,0     Traffic light */
  .progress-sand          { background-color: #9b8b7b;} /* 165,138,108 */
  .progress-sandLight     { background-color: #e4d7bc; } /* 228,215,188 */
  .progress-teal          { background-color: #4b7e6f; } /* 75,126,111  */
  .progress-tealLight     { background-color: #85aa95; } /* 133,155,135 */
  .progress-tealLight2    { background-color: #a1c8ba; } /* 161,200,186 */
  .progress-yellow        { background-color: #fec71a; } /* 222,200,115    Traffic light */

  .label-apricot      { background-color: #ffc561; } /* 210,178,103 */
  .label-avocado      { background-color: #8a9550; } /* 138,149,80 */
  .label-award-bronze      { background-color: #7e7067; color: #fff;} /* 138,149,80 */
  .label-award-gold      { background-color: #8e8057; color: #fff;} /* 138,149,80 */
  .label-award-platinum      { background-color: #474747; color: #fff;} /* 138,149,80 */
  .label-award-silver      { background-color: #747479; color: #fff;} /* 138,149,80 */
  .label-blue         { background-color: #4c5c89; } /* 76,92,137 */
  .label-brown        { background-color: #846841; } /* 132,104, 65 */
  .label-brownDark    { background-color: #5d4a30; color: #fff; } /* 93,74,48 */
  .label-brownDark2    { background-color: #3d2a20; color: #fff; }
  .label-charcoal     { background-color: #334; color: #fff;}
  .label-green        { background-color: #6b8836; } /* 107,136,54      Traffic light */
  .label-greenLight   { background-color: #e3e2c6; } /* 227,226,198 */
  .label-grayDark1    { background-color: #4f4c3d; } /* 79,76,61 */
  .label-grayDark2    { background-color: #777067; } /* 119,112,103 */
  .label-gray         { background-color: #979087; } /* 151,144,135 */
  .label-grayLight1   { background-color: #d9d6ce; } /*217,214,206 */

  .label-grayLight2   { background-color: #efede9;
                        color: #222; } /*217,214,206 */
  .label-marsala      { background-color: #983c46; } /* 152,60,70 */
  .label-orange       { background-color: #e07f48; } /* 224,127,72 */
  .label-red          { background-color: #9a1600; } /* 154,22,0    Traffic light */
  .label-sand         { background-color: #9b8b7b; color: #fff;} /* 165,138,108 */
  .label-sandLight    { background-color: #e4d7bc; } /* 228,215,188 */
  .label-teal         { background-color: #4b7e6f;
                        color: #fff; } /* 75,126,111  */
  .label-tealLight    { background-color: #85aa95;
                        color: #fff; } /* 133,155,135 */
  .label-tealLight2   { background-color: #a1c8ba;
                        color: #222; } /* 161,200,186 */
  .label-white        { background-color: #f0f0f0; }  /* 240,240,240 */
  .label-yellow       { background-color: #fec71a; } /* 222,200,115    Traffic light */
  .label-whitegold    { background-color: #eaeacf; color: #333;}

  .text-apricot       { color: #ffc561; } /* 210,178,103 */
  .text-avocado       { color: #627637!important; } /* 138,149,80 */
  .text-aventurine    { color: #91b8aa; }
  .text-black         { color: #000; }
  .text-blue          { color: #4c5c89!important; } /* 76,92,137 */
  .text-bluegray      { color: #7c8ca9; }
  .text-brown         { color: #846851; } /* 132,104,65 */
  .text-brownDark     { color: #5d4a30; } /* 93,74,48 */
  .text-green         { color: #5b8846; } /* 107,136,54     Traffic light */
  .text-greenLight    { color: #e3e2c6; } /* 227,226,198 */
  .text-graybrown     { color: #707060!important; }
  .text-grayDark1     { color: #4f4f3f!important; } /* 79,76,61 */
  
  .text-gray          { color: #707061!important; } 
  .text-grayLight1    { color: #d9d6ce!important; } /*217,214,206 */
  .text-grayLight2    { color: #e9e6de; } /*217,214,206 */
  .text-marsala       { color: #983c46; } /* 152,60,70 */
  .text-orange        { color: #e07f48; } /* 224,127,72 */
  .text-red           { color: #9a1600; } /* 154,22,0     Traffic light */
  .text-sand          { color: #9b8b7b;} /* 165,138,108 */
  .text-sandLight     { color: #e4d7bc; } /* 228,215,188 */
  .text-sandLight2    { color: #f9f6ee; } /*217,214,206 */
  .text-teal          { color: #4b7e6f; } /* 75,126,111  */
  .text-tealLight     { color: #85aa95; } /* 133,155,135 */
  .text-tealLight2    { color: #a1c8ba; } /* 161,200,186 */
  .text-white         { color: #fff!important; }  /* 240,240,240 */
  .text-yellow        { color: #fec71a; } /* 222,200,115     Traffic light */







/* NOTES TO SELF 

body {
  background-color: #8fbc8f;
  background-image: linear-gradient(to right, #8fbc8f, #c9dfec);
}

@font-face {
    font-family: 'Woodland-Ultralight';
    src: url('../assets/PPWoodland-Ultralight.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} /* Free personal use, Pangram Pangram */
/*
@font-face {
    font-family: 'Silvana-Regular';
    src: url('../assets/Silvana-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
} /*Purchased from Blaze Type */
*/
