/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; 
  scroll-behavior: smooth;}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background-color: black;
  background-image: url("../img/StripedBG_blk.png");
  background-repeat: repeat;
  background-attachment: scroll;
  min-height: 100vh;
  margin: auto;
  color: white;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  scroll-behavior: smooth; }

h1 {
  font-family: 'Sanchez', serif !important;
  color: #d26929 !important; }

h3 {
  font-family: 'Sanchez', serif !important;
  color: #6c9aaf !important; }

h4 {
  color: #386377 !important; }

iframe {
  border: none; }

#home {
  background-color: rgba(31, 62, 18, 0.9);
  padding: 30px 0; 
  padding-top: 80px; }

#about {
  background-color: rgba(50, 70, 100, 0.9);
  padding: 10px 0; }

#contact {
  background-color: rgba(40, 70, 50, 0.9);
  padding: 30px 0; }

.btn-work {
  margin-top: 15px;
  background-image: linear-gradient(to bottom, #537ad7 0, #263768 100%) !important;
  background-color: #263768 !important;
  border-color: #263768 !important;
  border-radius: 15px !important; }

.btn-contact {
  margin-top: 15px;
  background-image: linear-gradient(to bottom, #33ba57 0, #165728 100%) !important;
  background-color: #165728 !important;
  border-color: #165728 !important;
  border-radius: 15px !important; }

.skills {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 20px;
  margin: 10px 0; }

.skills ul {
  padding: 0; }

.skills li {
  display: inline-block;
  margin: 0 7px; }

.awards {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px;
  padding-top: 10px;
  border-radius: 20px;
  margin: 10px 0;
  text-align: center;
  color: white;
  transition: background-color 0.3s;
}

a:hover .awards {
  background-color: rgba(50, 70, 80, 0.7);
}

.awards .img-thumbnail {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  max-height: 6em;
  margin: auto;
}

.navbar-brand {
  margin-left: 5px !important; }

.navbar-brand img {
  position: absolute;
  display: inline !important;
  margin-right: 2px;
  margin-left: -26px;
  z-index: 10; }

.intro {
  font-size: xx-large;
  color: #e29959;
  padding-right: 0.2em; }

  ul > li > b {
    color: #e29959;
  }

.container .row {
  text-align: left; }

.tab-pane .container {
  text-align: left;
  padding: 20px; }

.tab-pane .container-fluid:nth-child(1) {
  background-color: rgba(80, 40, 20, 0.9); }

.tab-pane .container-fluid {
  background-color: rgba(0, 0, 0, 0.5); }

.tab-pane .container-fluid:nth-child(even) {
  background-color: rgba(40, 40, 40, 0.5); }

.navbar-fixed-top {
  background-color: #262626;
  text-shadow: none !important;
  margin-bottom: 0 !important;
  z-index: 1; }

.navbar-brand {
  color: #6c9aaf;
  font-weight: bold;
  text-shadow: none !important;
  transition: color 0.3s; }

.navbar-nav > li > a:hover {
  background-color: #444 !important;
  box-shadow: inherit;
  transition: background-color 0.3s; }

.navbar-nav > li > a {
  color: #fff;
  text-shadow: none !important;
  transition: background-color 0.3s; }

.navbar-nav > .active {
  background-color: #3f3f3f;
  box-shadow: inset 0px -3px 0px 0px #6c9aaf; }

.divider {
  float: left;
  margin: 5px 0;
  display: block;
  width: 2px;
  height: 40px;
  background-color: #386377; }

.showcase {
  background-color: #3b3b3b;
  font-size: 12px;
  border-bottom: 4px solid #d26929;
  scroll-margin-top: 49px; }

.showcase .nav-pills > li > a {
  border-radius: 0;
  color: white;
  transition: background-color 0.3s; }

.showcase .nav-pills > li > a:hover {
  background-color: #555 !important;
  transition: background-color 0.3s; }

.showcase .nav-pills > li.active > a, .showcase .nav-pills > li.active > a:focus {
  background-color: #3b3b3b;
  color: #d26929 !important; }

@media (min-width: 768px) {
  .showcase .nav-pills > li.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #d26929;
    margin-top: -10px;
    margin-left: -15px;
    z-index: 10; }

  .showcase .nav-pills > li:nth-child(1n+2)::before {
    display: block;
    margin: 4px 0;
    margin-left: -2px;
    float: left;
    content: "";
    width: 2px;
    height: 30px;
    background-color: #6c9aaf; } }
.outer-container {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px; }

.container {
  margin: auto;
  text-align: center;
  color: white; }

.container-fluid {
  scroll-margin-top: 49px; }

.video-container {
  max-width: 700px;
  margin: auto;
  text-align: center; }

iframe {
  background-color: black; }

.social-icon {
  margin: -10px 0;
  width: 30px;
  border-radius: 15px;
  transition: background-color 0.5s; }

.social-icon:hover {
  background-color: #bbc;
  transition: background-color 0.3s; }

footer .container {
  padding: 10px;
  color: grey;
  text-align: left; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

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