/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:rgb(0, 0, 0);
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 40px;
  left: 40px;
  width: 40px;
  color: #13E8E9;
  font-size: .8em;
  text-align: center;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #000000;
  background-image: url('');
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
}

/* devanagari */
@font-face {
  font-family: 'Khand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bLpd2ExbQel_O-D5hw.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Khand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bLpd2E-bQel_O-D5hw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Khand';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/khand/v14/TwMN-IINQlQQ0bLpd2EwbQel_O-D.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spartan/v14/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrHbuV6HABTPepqTef25Xw.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spartan/v14/l7gAbjR61M69yt8Z8w6FZf9WoBxdBrHbuV6JABTPepqTef0.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*---------CSS Reset & Variables---------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  text-decoration: none;
  list-style: none;
}

/*---------CSS Reset & Variables---------*/
particles-js {
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 1.4s ease;
  transition: opacity 0.8s ease, transform 1.4s ease;
}

particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  top: 0;
  left: 0;
}

html {
  height: 100%;
}

body {
  font-family: "Spartan";
  color: white;
  font-size: 16px;
  height: 100%;
}
body::-webkit-scrollbar {
  width: 0.3rem;
}
body::-webkit-scrollbar-track {
  background: #171A21;
}
body::-webkit-scrollbar-thumb {
  background: #1D2945;
  border-radius: 20px;
}

h1 {
  font-family: "Khand";
  text-shadow: 1px 1px #C49D2A, 2px 2px #C49D2A, 3px 3px #C49D2A, 4px 4px #C49D2A, 5px 5px #C49D2A, 6px 6px #C49D2A, 7px 7px #C49D2A, 8px 8px #C49D2A;
  text-transform: uppercase;
  line-height: 0.8;
  font-size: min(10vw, 140px);
  margin: auto;
}

h2 {
  font-family: "Khand";
  text-transform: uppercase;
  font-size: min(10vw, 60px);
  line-height: 0.95;
  max-width: 80%;
}

h3 {
  text-align: center;
  font-size: min(5vw, 30px);
  margin: 0 10px 5px 0;
}

.push {
  height: 40px;
}

footer {
  width: 100%;
  text-align: center;
  font-size: 0.6rem;
  height: 40px;
  padding-top: 20px;
  margin: auto;
}

ol {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 3;
  margin: 40px auto;
}

.navbar {
  position:fixed;
  background-color: rgb(0, 0, 0);
  transition: width 0.1 ease;
}

.navbar-nav {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-item {
  width: 50%;
}

.nav-link {
  display: flex;
  align-items: center;
  height: 4rem;
  color: #c9af1d;
  transition: 0.2s;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.nav-link svg {
  min-width: 1px;
  max-width: 2px;
  margin: 0 1px;
}
.nav-link:hover {
  background: hsla(103, 100%, 12%, 0.918);
  color: hsl(268, 85%, 63%);
}

.link-text {
  display: none;
  margin-left: 1px;
}

.main-container {
  opacity: 50%;
  margin-left: 50%;
  margin-right: 50%;
  margin-bottom: 50px;
  margin-top: 50px;
  min-height: 100%;
  max-width: 900px;
}

.hero-wrapper {
  opacity: 70%;
  margin-top: 50px;
  display: inline-grid;
  grid-template-rows: auto auto;
  grid-template-columns: 55% auto;
}

.paragraph {
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: justify;
  line-height: 2;
  margin: 50px auto 0;
  width: 100%;
}

.warning {
  background: pink;
}

.topbanner {
  position: absolute;
  text-align: center;
}
.signature {
  margin: 0px auto 100px;
  fill: white;
}

.job-info {
  margin: 10px auto;
}
.job-info .job-card {
  background-color: rgba(196, 157, 42, 0.2);
  transition: all 0.2s ease-in-out;
  border-radius: 5px;
  padding: 10px 10px 10px;
}
.job-info .job-card:hover {
  background-color: rgba(196, 157, 42, 0.4);
}
.job-info .active {
  background-color: rgba(196, 157, 42, 0.4);
  border-radius: 5px 5px 0 0;
}
.job-info .job-subcard {
  padding: 0 10px 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: rgba(196, 157, 42, 0.4);
  border-radius: 0 0 5px 5px;
}
.job-info .job-head {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.job-info .job-head h3 {
  text-align: left;
  font-size: min(4vw, 24px);
}
.job-info .job-head h4 {
  font-size: min(3vw, 16px);
}
.job-info .duties > li {
  list-style-type: circle;
  margin: 1vw auto 1vw 2vw;
  line-height: 1.5;
}

.skill_segment {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.skill_segment img {
  display: inline-flex;
  flex-direction: row;
  margin: 5px 10px;
  height: 100%;
  width: min(15vw, 6rem);
  fill: #FFFFFF;
}
.skill_segment h3 {
  margin: 1rem 0 6rem 0;
}

.icon_set {
  display: flex;
  justify-content: center;
}
.icon_set svg {
  width: 100%;
  height: 100%;
}

.body-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.card {
  width: 270px;
  height: 230px;
  margin-bottom: 20px;
  border-radius: 3%;
  background-color: #1D2945;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.card:hover {
  height: 290px;
}
.card:hover .card-text {
  opacity: 1;
  max-height: 80px;
}
.card:hover .card-icon {
  background-position: -160px;
  transition: all 0.3s ease-in-out;
}
.card:hover .card-icon i {
  font-size: 95px;
  background: linear-gradient(90deg, #879FC0, #344863);
  -webkit-text-fill-color: transparent;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.card .card-icon {
  margin: 0 auto;
  width: 100%;
  max-width: 90px;
  height: 90px;
  font-size: 50px;
  background-position: 0px;
  background: linear-gradient(90deg, #879FC0 0%, #344863 40%, #1D2945 60%);
  background-size: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.card .card-title {
  text-align: center;
  font-size: min(5vw, 1.6rem);
  margin: 15px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.card .card-text {
  opacity: 0;
  text-align: center;
  line-height: 25px;
  color: white;
  margin: 0 10px;
  transition: 0.2s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

/*Small Screens*/
@media only screen and (max-width: 600px) {
  .navbar {
    bottom: 0;
    width: 100vw;
    height: 2rem;
  }

  .navbar-nav {
    flex-direction: row;
  }

  .nav-link {
    justify-content: center;
  }

  .main-container {
    margin: auto;
    width: 80%;
    max-width: 900px;
  }

  .signature {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 200px;
    margin-top: 30px;
  }

  .headshot-pic {
    width: 90%;
    margin: 0 auto;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    border-radius: 0 20%;
    border: 5px solid #344863;
  }

  h1 h3 h5 {
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: min(16vw, 150px);
    line-height: 0.85;
    margin-top: 30px;
    text-align: center;
  }

  .card {
    width: 100%;
    height: 200px;
  }
}
/*Larger Screens*/
@media only screen and (min-width: 600px) {
  .navbar {
    top: 0;
    width: 4rem;
    height: 100vh;
  }
  .navbar:hover {
    width: 14rem;
  }
  .navbar:hover .link-text {
    display: block;
  }

  .navbar-nav {
    flex-direction: column;
  }

  .main-container {
    margin: auto;
    width: 60%;
    max-width: 900px;
  }

  .signature {
    grid-column-start: 2;
    grid-column-end: 3;
    max-width: 200px;
  }

  .headshot-pic {
    width: 100%;
    margin: 0 auto;
    max-width: 560px;
    border-radius: 0 20%;
    -webkit-transition: box-shadow 0.2s ease;
    -ms-transition: box-shadow 0.2s ease;
    -o-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
  }
  .headshot-pic:hover {
    box-shadow: -4px 4px 0px #C49D2A, -10px 10px 0px #DEC753, -14px 14px 0px #FAF480;
  }
}

/*# sourceMappingURL=design-optimized.css.map */
