/* Color palette 
  Soft gray: #f7f3e9
  Light Sea Blue: #a3d2ca
  Sea Blue: #5eaaa8
  Burnt Orange: #f05945

  You do not need to upload the scss or css.map files to the website.
  They are just used to create the final css product. 
*/
@import url("https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rationale&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Exo+2&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chakra+Petch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=VT323&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aldrich&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");
/* manly primary styled */
/* nice primary styled */
/* very nice both smooth */
/* meh for primary & Secondary */
/* okay both smooth */
/* nice ridged boxy, nice primary, very nice and clean secondary */
/* Pixel, meh */
/* nice for primary, smooth boxy */
/* nice secondary boxy */
#education section, #skills section, .gitHubCard {
  background-color: #12274b;
  border: 1px solid #091d3a;
  border-radius: 25px;
  color: #d1dceb;
  display: inline-block;
  font-family: "Chakra Petch";
  padding: 15px;
  margin: 5px;
  -webkit-box-shadow: 4px 4px 8px #020c1b;
          box-shadow: 4px 4px 8px #020c1b;
}

body, a {
  background-color: #091d3a;
  color: #d1dceb;
  /* font-family: $secondaryFontFamily; */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.1;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  padding: 0px;
  position: relative;
  margin: 0 auto;
  width: 70%;
}

section {
  margin: 0 auto;
}

#project-snapshots {
  width: 100%;
}

#project-snapshots.carousel-container {
  margin: 0 auto;
}

header > section {
  margin: 0;
  width: 68%;
}

#heading h1 {
  margin: 0px 0px 30px 4px;
  font-weight: 600;
  font-family: "Aldrich";
  font-size: clamp(2.5rem, 8vw, 5rem);
  text-shadow: 4px 4px 8px #020c1b;
}

#heading h2 {
  margin: 0px 0px 30px 4px;
  font-weight: 400;
  font-family: "Chakra Petch";
  font-size: clamp(2rem, 7vw, 3rem);
}

#heading h3 {
  margin: 0px 0px 30px 4px;
  font-weight: 400;
  font-family: "Chakra Petch";
  font-size: clamp(1rem, 5vw, 2rem);
}

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 100vh;
  padding: 0px;
  position: relative;
  margin: 0 auto;
  width: 75%;
}

main > h2 {
  margin-top: 50px;
  text-shadow: 2px 2px 4px #020c1b;
  width: 100%;
}

main > h2 > hr {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.showme {
  opacity: 0;
}

#education section, #skills section, .gitHubCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}

#skills {
  margin-bottom: 5em;
  text-align: center;
}

#skills section {
  background-color: #162a50;
}

#workExperience {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

ul {
  margin: 0 10px 0 0;
  padding: 0 10px 20px 20px;
}

#workExperience > ul li {
  list-style-type: none;
  border-left: 2px solid #915d0a;
  font-size: 1em;
  padding: 10px;
}

#workExperience > ul li:hover {
  cursor: pointer;
}

.workExperienceNormal {
  border-left: 2px solid #915d0a;
  background-color: #091d3a;
  font-weight: normal;
  text-shadow: none;
}

.workExperienceHighlight {
  background-color: #416094;
  border-left: 2px solid #fca311 !important;
  font-weight: 600;
  cursor: pointer;
  text-shadow: 2px 2px 2px #020c1b;
}

.workExperienceHover {
  background-color: #415f947e !important;
  border-left: 2px solid #fca311 !important;
  text-shadow: 1px 1px 1px #020c1b !important;
}

#workExperienceContentContainer {
  position: relative;
  background-color: #bac8f7;
  border: 1px solid #020c1b;
  border-radius: 5px 30px 30px 5px;
  width: 670px;
  height: auto;
  margin-bottom: 5em;
  overflow: auto;
}

#workExperienceContentContainer::-webkit-scrollbar {
  background-color: #7987b1;
  width: 10px;
}

/* Track */
#workExperienceContentContainer::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #7987b1;
          box-shadow: inset 0 0 2px #7987b1;
}

/* Handle */
#workExperienceContentContainer::-webkit-scrollbar-thumb {
  border: 1px solid #091d3a;
  background-color: #416094;
}

/* Handle on hover */
#workExperienceContentContainer::-webkit-scrollbar-thumb:hover {
  background-color: #3b4966;
}

#j2_details, #j3_details, #j4_details, #j5_details {
  display: none;
}

.workExperienceContent {
  padding: 0 20px 0 20px;
  color: #003e77;
}

#education > section {
  background-color: #bac8f7;
  border-radius: 20px;
  color: #003e77;
  padding: 25px;
}

#education p {
  margin: 5px;
}

#education li {
  margin-left: 20px;
}

#cvtcLogo {
  width: 200px;
}

#profileImg {
  position: absolute;
  right: 10%;
  -webkit-clip-path: circle(120px);
          clip-path: circle(120px);
  height: 240px;
  width: 240px;
  text-indent: -9999px;
}

.profileImage {
  opacity: 1;
  content: url("../images/profile_sm.png");
  z-index: 1;
}

/*
.glitchEffect {
  content: '';
  text-align:center;
  justify-content:center;
  position: absolute;
  width:100%;
  height:100%;
  background: url('../images/profile_image_sm.jpg');
  background-size: cover;
}
.glitchEffect:before{
  content: '';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background: url('../images/profile_image_sm.jpg');
  background-size: cover;
  mix-blend-mode:hard-light;
 
}
.glitchEffect:before{
  animation:animate .4s;
}
@keyframes animate{
  0%{
    background-position: 0 0;
    filter:hue-rotate(0deg);
  }
  10%{
    background-position: 4px 0px;
  }
  15%{
    background-position: -8px 0px;
  }
  
  20%{
    background-position: -4px 0;
  }
  30%{
    background-position: 12px 0;
  }
  40%{
    background-position: -12px 0;
  }
  50%{
    background-position: -20px 0;
  }
  60%{
    background-position: 16px 0;
  }
  70%{
    background-position: 0 22px;
  }
  80%{
    background-position: -20px 10px;
  }
  100%{
    background-position: 0 0;
    filter:hue-rotate(360deg);
  }
}
*/
.icons {
  font-size: 4em;
  list-style-type: none;
  display: inline-block;
  padding: 5px;
}

.icons-textOnly {
  color: #3d8fc6;
  display: inline-block;
  font-family: "devicon" !important;
  font-size: .31em;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  line-height: 1;
  list-style-type: none;
  text-align: center;
}

.card {
  font-family: sans-serif;
  border-radius: 4px;
  border: 1px solid #ccc;
  width: 300px;
  color: #333;
}

a {
  color: #cf3f02;
  text-decoration: none;
}

footer {
  margin: 30px 0px;
  padding: 20px;
  text-align: center;
}

/* Project Snapshots Carousel */
.carousel-container {
  margin: 0 auto;
  text-align: center;
  width: 80%;
}

#carousel-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 500px;
}

.carousel-images-bg {
  width: 400px;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
  z-index: -10;
}

.carousel-arrows {
  /* also check #carousel-right-arrow and #carousel-left-arrow for specifics */
  cursor: pointer;
  opacity: 0.8;
  font-family: Arial, san-serif;
  font-size: 128px;
  font-weight: bold;
  position: absolute;
  top: 0;
  height: 100%;
  width: 400px;
}

#carousel-left {
  position: relative;
}

#carousel-left-arrow {
  left: 100px;
}

.carousel-img-left {
  position: relative;
  left: 100px;
}

.carousel-img-center {
  position: relative;
  max-height: 500px;
  width: 500px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
  -webkit-box-shadow: 5px 5px 8px #000;
          box-shadow: 5px 5px 8px #000;
}

#carousel-center-description {
  background-color: white;
  border-radius: 0px 0px 25px 25px;
  color: #000;
  font-size: 1em;
  margin: auto;
  max-height: 100px;
  opacity: 1;
  overflow: auto;
  padding: 10px;
  width: 400px;
}

#carousel-center-description::-webkit-scrollbar {
  background-color: #7987b1;
  width: 10px;
}

/* Track */
#carousel-center-description::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 2px #7987b1;
          box-shadow: inset 0 0 2px #7987b1;
}

/* Handle */
#carousel-center-description::-webkit-scrollbar-thumb {
  border: 1px solid #091d3a;
  background-color: #416094;
}

/* Handle on hover */
#carousel-center-description::-webkit-scrollbar-thumb:hover {
  background-color: #3b4966;
}

#carousel-right {
  position: relative;
}

#carousel-right-arrow {
  right: 100px;
}

.carousel-img-right {
  position: relative;
  right: 100px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

/* Github projects section */
#github-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  margin-bottom: 20px;
}

/* Github cards */
/* github colors */
.smallerIcon {
  font-size: 0.75em !important;
}

.mediumIcon {
  font-size: 0.9em !important;
}

.githubColor {
  color: #000;
}

.githubColor-HTML {
  color: #E34C26;
}

.githubColor-Java {
  color: #B07219;
}

.githubColor-JavaScript {
  color: #F1E05A;
}

.githubColor-CSS {
  color: #563D7C;
}

.githubColor-VisualBasicNET {
  color: #945DB7;
}

.githubColor-ASPNET {
  color: #9400FF;
}

.githubColor-CSharp {
  color: #178600;
}

.githubColor-TypeScript {
  color: #2B7489;
}

.githubColor-SCSS {
  color: #C6538C;
}

.githubColor-Star {
  color: #FFD700;
}

.github-cards {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 33%;
      flex-basis: 33%;
}

.github-card {
  position: relative;
  display: block;
  background-color: #bac8f7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #020c1b;
  border-radius: 5px 30px;
  -webkit-box-shadow: 4px 4px 8px #000;
          box-shadow: 4px 4px 8px #000;
  margin: 10px;
  padding: 30px 30px 45px 30px;
  color: #003e77;
  text-decoration: none;
  font-size: 13px;
  min-height: 200px;
}

.github-card > h3 {
  margin-top: 0;
  font-size: 15px;
}

.github-card:hover {
  -webkit-box-shadow: 4px 4px 8px #fca311;
          box-shadow: 4px 4px 8px #fca311;
}

.github-card__meta {
  margin-right: 5px;
}

.github-card__meta > i {
  font-size: 16px;
}

.github-card-bottom-info {
  position: absolute;
  bottom: 10px;
}

.github-repo-image {
  width: 50vw;
}

.github-languages {
  padding-right: 5px;
  padding-left: 0px;
}

.github-repo-description {
  font-size: 1.2em;
}

.gitImageContainer {
  display: none;
  text-align: center;
}

.gitHubImageAvail {
  float: right;
  position: relative;
  top: 0px;
}

.gitHubImageAvail a {
  background-color: inherit;
  color: inherit;
  font-size: 12px;
  text-transform: uppercase;
}

.gitHubImageAvail a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.github-repo a {
  background-color: inherit;
  color: inherit;
  font-size: 12px;
  font-weight: bold;
}

.github-repo a:hover {
  text-decoration: underline;
}

/* ---- DESKTOP ADJUST FOOTER ---- */
@media only screen and (max-width: 1850px) {
  #profileImg {
    right: 0%;
  }
}

/* ---- TABLETS ---- */
@media only screen and (max-width: 1600px) {
  .carousel-container {
    margin: 0 auto;
  }
  #carousel-left, .carousel-img-left {
    left: 100px;
  }
  #carousel-left-arrow {
    left: 50px;
  }
  #carousel-center-description {
    font-size: 0.9em;
    max-height: 60px;
  }
  #carousel-right, .carousel-img-right {
    right: 100px;
  }
  #carousel-right-arrow {
    right: 50px;
  }
}

/* ---- TABLETS ---- */
@media only screen and (max-width: 1150px) {
  header {
    width: 90%;
  }
  header > section {
    width: 50%;
  }
  #subheading {
    white-space: nowrap;
  }
  main {
    width: 90%;
  }
  #introduction {
    width: 80%;
  }
  .carousel-container {
    margin: 0 auto;
    margin-bottom: 70px;
  }
  #carousel-images {
    height: auto;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .carousel-images-bg {
    display: none;
  }
  .carousel-arrows {
    height: auto;
    width: auto;
    font-size: 96px;
  }
  #carousel-left-arrow {
    left: 0px;
  }
  #carousel-right-arrow {
    right: 0px;
  }
  .carousel-img-center {
    width: 100%;
  }
  #carousel-center-description {
    width: 95%;
  }
  .noselect {
    margin: 10px 0;
  }
}

/* ---- MOBILE PHONES ---- */
@media only screen and (max-width: 930px) {
  header {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #heading {
    margin: 0 auto;
    text-align: center;
    width: 100%;
  }
  #heading h3, #heading h2 {
    margin: 10px;
  }
  #subheading {
    white-space: break-spaces;
  }
  #profileImg {
    clip-path: inset(0% 0% 5% round 10px);
    -webkit-clip-path: inset(0% 0% 5% round 10px);
    position: static;
    right: unset;
    height: auto;
    width: 50%;
    max-width: 80%;
    margin-bottom: 20px;
  }
  #introduction {
    width: 100%;
  }
  #workExperience {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  #workExperienceContentContainer {
    width: 100%;
  }
  .showme {
    opacity: 1;
  }
  .github-cards {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .github-repo-image {
    width: 100%;
  }
}

/* ---- MOBILE PHONES ---- */
@media only screen and (max-width: 740px) {
  main > h2 {
    margin-top: 30px;
  }
  .carousel-arrows {
    font-size: 56px;
  }
  #carousel-left-arrow {
    left: -50px;
  }
  #carousel-right-arrow {
    right: -50px;
  }
  .noselect {
    margin-top: 20px;
  }
}

/* ---- MOBILE PHONES ---- */
@media only screen and (max-width: 525px) {
  .carousel-arrows {
    font-size: 56px;
  }
  #carousel-left-arrow {
    left: -50px;
  }
  #carousel-right-arrow {
    right: -50px;
  }
}
/*# sourceMappingURL=styles.css.map */