body:before, body:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  height: 10px;
}

body:before {
  top: 0;
}

body:after {
  bottom: 0;
}

body, html {
  height: 100%;
  /*font-family: roboto, sans-serif;*/
  /*font-family: proxima-nova, sans-serif !important;*/
  font-family: calibri, sans-serif;
  overflow-x: hidden;
}

body {
  background-color: #0F0F19 !important;
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  -webkit-font-smoothing: antialiased;
}

main, footer {
  position: relative;
  display: block;
}

.main-wrap {
  box-sizing: border-box;
  max-width: 1150px;
  margin: 0 auto;
  padding: 0px 30px 120px;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #8F97AD !important;
}

a:hover {
  color: #e94560 !important;
}

.navbar {
  margin-top: 0px;
  padding-left: 50px !important;
  padding-right: 50px !important;
  font-family: input-mono, monospace;
  color: #CCD6F6 !important;
  background-color: transparent !important;
  padding-top: 10px !important;
}

.navbar-toggler {
  color: #CCD6F6 !important;
  border-color: #CCD6F6 !important;
}

.navbar a:hover {
  color: #e94560 !important;
}

.navbar a {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.8em;
  letter-spacing: 0cm;
  text-rendering: optimizeLegibility;
  color: #CCD6F6 !important;
}

.navBarBTN {
  margin-top: 0px;
  background-color: transparent;
  border-color: #e94560 !important;
  color: #e94560 !important;
  padding: 10px 13px 10px 13px !important;
  font-family: input-mono, monospace;
  -o-transition: color .3s ease-out, background .3s ease-in !important;
  -ms-transition: color .3s ease-out, background .3s ease-in !important;
  -moz-transition: color .3s ease-out, background .3s ease-in !important;
  -webkit-transition: color .3s ease-out, background .3s ease-in !important;
  transition: color .3s ease-out, background .3s ease-in;
}

.navBarBTN:hover {
  background-color: rgba(229, 139, 154, 0.2);
}

.customNavItemMargin {
  margin-left: 10px !important;
}

.active {
  text-decoration: line-through;
  /*border-bottom: 1px solid black;
    display: inline-block;
    line-height: 0.85;*/
}

.sectionMargin {
  margin-bottom: 0px !important;
}

.headerSection {
  /*padding: 350px 0px;*/
  /*max-width: 1000px;*/
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  flex-direction: column;
  margin: 0px auto;
  justify-content: center;
  min-height: 100vh;
}

.headerSmallText {
  font-size: 16px;
  font-family: input-mono, monospace;
  font-weight: 600;
  padding-left: 15px;
  color: #e94560;
}

.headerBigText {
  font-size: 82px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0px;
  color: #CCD6F6;
  font-family: proxima-nova, sans-serif !important;
}

.headerDescription {
  font-size: 19px;
  line-height: 26px;
  margin: 0px;
  color: #8F97AD;
  font-weight: 400;
  font-family: proxima-nova, sans-serif !important;
}

.headerDescriptionRow {
  margin-top: 20px;
  padding-left: 4px;
}

.headerBTN {
  margin-top: 30px;
  background-color: transparent;
  border-color: #e94560 !important;
  color: #e94560 !important;
  padding: 10px 20px 10px 20px !important;
  font-family: input-mono, monospace;
  -o-transition: color .3s ease-out, background .3s ease-in !important;
  -ms-transition: color .3s ease-out, background .3s ease-in !important;
  -moz-transition: color .3s ease-out, background .3s ease-in !important;
  -webkit-transition: color .3s ease-out, background .3s ease-in !important;
  transition: color .3s ease-out, background .3s ease-in;
  padding: 12px 15px 12px 15px !important;
}

.headerBTN:hover {
  background-color: rgba(229, 139, 154, 0.2);
}

.aboutSection {
  padding: 150px 0px;
  /*max-width: 1000px;*/
  position: relative;
}

.aboutHeader {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 600;
  color: #CCD6F6;
  font-family: proxima-nova, sans-serif;
}

.aboutDescription {
  color: #8F97AD;
  margin: 0px 0px 15px;
  line-height: 26px;
  font-size: 19px;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
}

.aboutDescriptionCol {
  padding-top: 15px;
}

.customHR {
  display: inline-block;
  height: 2px;
  border: 0;
  border-top: 1px solid #8F97AD !important;
  width: 32%;
  /*padding: 0px;*/
  margin-left: 10px;
  margin-bottom: 5px !important;
}

.aboutIMG {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.experienceSection {
  padding: 150px 0px;
  /*max-width: 1000px;*/
  position: relative;
}

.experienceDescriptionParagraph {
  font-size: 20px;
  line-height: 1.6;
  color: #8F97AD;
  font-weight: 400;
}

.projectCards {
  padding: 150px 0px;
  max-width: 1000px;
  position: relative;
}

.projectSection {
  padding: 150px 0px;
  /*max-width: 1000px;*/
  position: relative;
}

.Project-Card {
  display: flex;
  width: 100%;
  margin: 40px auto;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  align-items: stretch;
  border-radius: 8px;
  background: #181828;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3);
  transition: all 120ms ease;
  display: -webkit-box;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  -webkit-transition: all 120ms ease;
}

.card-deck {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)) !important;
  grid-gap: .8rem .5rem !important;
}

@media only screen and (max-width: 600px) {
  .card-deck {
    grid-template-columns: none !important;
  }
}

.customProjectCards {
  min-height: 100% !important;
  background-color: #181828 !important;
  color: #8F97AD !important;
  padding: 2rem 1.75rem !important;
  margin-left: 0px !important;
  margin-right: 0px !important;
  -o-transition: color .09s ease-out, background .09s ease-in !important;
  -ms-transition: color .09s ease-out, background .09s ease-in !important;
  -moz-transition: color .09s ease-out, background .09s ease-in !important;
  -webkit-transition: color .09s ease-out, background .09s ease-in !important;
  transition: color .09s ease-out, background .09s ease-in;
}

.customProjectCards:hover {
  background-color: #151521 !important;
}

.projectCardsFeaturesText {
  display: flex !important;
  align-items: flex-end !important;
  -webkit-box-flex: 1 !important;
  flex-grow: 1 !important;
  flex-wrap: wrap !important;
  padding: 0px !important;
  margin: 20px 0px 0px !important;
}

.projectIconalignRight {
  float: right;
  padding-right: 20px;
}

.projectIconalignRight:hover {
  color: #E5677E;
}

.projectIconPadding {
  padding-top: 2px;
}

.projectIconalignLeft {
  float: left;
  padding-left: 20px;
}

.card-text {
  font-size: 20px !important;
}

.card-title {
  color: #CCD6F6 !important;
  font-size: 24px !important;
}

.projectCardIcon {
  color: #8F97AD;
  font-size: 36px;
  margin-bottom: 10px;
}

.projectCardIconPink {
  color: #e94560 !important;
}

.projectFeaturesList {
  list-style: none;
  padding: 0;
}

.projectFeaturesItems {
  display: inline-block;
  padding: 8px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #e94560;
  color: #e94560;
  margin-right: 10px;
  margin-top: 15px;
  font-family: input-mono, monospace;
}

.contactSection {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  flex-direction: column;
  margin: 0px auto;
  justify-content: center;
  padding: 150px 0px;
  position: relative;
  background-color: #121221 !important;
}

.contactSection h1 {
  color: #CCD6F6;
  font-weight: 700;
  font-size: 50px;
  text-align: center;
}

.contactSection p {
  text-align: center;
  color: #8F97AD;
  font-size: 22px;
}

/*================================== TIMELINE (From: Brady Wright) ==================================*/

/*-- GENERAL STYLES ------------------------------*/

.timeline {
  line-height: 1.4em;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
  line-height: inherit;
}

/*----- TIMELINE ITEM -----*/

.timeline-item {
  padding-left: 40px;
  position: relative;
}

.timeline-item:last-child {
  padding-bottom: 0;
}

/*----- TIMELINE INFO -----*/

.timeline-info {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 0 0.5em 0;
  text-transform: uppercase;
  white-space: nowrap;
  color: #CCD6F6;
}

/*----- TIMELINE TITLE -----*/

.timeline-title {
  font-size: 26px;
  line-height: 1 !important;
  color: #CCD6F6;
}

/*----- TIMELINE MARKER -----*/

.timeline-marker {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
}

.timeline-marker:before {
  background: #8F97AD;
  border: 3px solid transparent;
  border-radius: 100%;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.timeline-marker:after {
  content: "";
  width: 3px;
  background: #8F97AD;
  display: block;
  position: absolute;
  top: 24px;
  bottom: 0;
  left: 6px;
}

.timeline-item:last-child .timeline-marker:after {
  content: none;
}

.timeline-item:not(.period):hover .timeline-marker:before {
  background: transparent;
  border: 3px solid #8F97AD;
}

/*----- TIMELINE CONTENT -----*/

.timeline-content {
  padding-bottom: 40px;
}

.timeline-content p:last-child {
  margin-bottom: 0;
}

/*----- TIMELINE PERIOD -----*/

.period {
  padding: 0;
}

.period .timeline-info {
  display: none;
}

.period .timeline-marker:before {
  background: transparent;
  content: "";
  width: 15px;
  height: auto;
  border: none;
  border-radius: 0;
  top: 0;
  bottom: 30px;
  position: absolute;
  border-top: 3px solid #8F97AD;
  border-bottom: 3px solid #8F97AD;
}

.period .timeline-marker:after {
  content: "";
  height: 32px;
  top: auto;
}

.period .timeline-content {
  padding: 40px 0 70px;
}

.period .timeline-title {
  margin: 0;
}

/*---------------------------------------------- MOD: TIMELINE SPLIT ----------------------------------------------*/

@media (min-width: 768px) {
  .timeline-split .timeline, .timeline-centered .timeline {
    display: table;
  }
  .timeline-split .timeline-item, .timeline-centered .timeline-item {
    display: table-row;
    padding: 0;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info, .timeline-split .timeline-marker, .timeline-centered .timeline-marker, .timeline-split .timeline-content, .timeline-centered .timeline-content, .timeline-split .period .timeline-info, .timeline-centered .period .timeline-info {
    display: table-cell;
    vertical-align: top;
  }
  .timeline-split .timeline-marker, .timeline-centered .timeline-marker {
    position: relative;
  }
  .timeline-split .timeline-content, .timeline-centered .timeline-content {
    padding-left: 30px;
  }
  .timeline-split .timeline-info, .timeline-centered .timeline-info {
    padding-right: 30px;
  }
  .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
    position: relative;
    left: -45px;
  }
}

/*---------------------------------------------- MOD: TIMELINE CENTERED ----------------------------------------------*/

@media (min-width: 992px) {
  .timeline-centered, .timeline-centered .timeline-item, .timeline-centered .timeline-info, .timeline-centered .timeline-marker, .timeline-centered .timeline-content {
    display: block;
    margin: 0;
    padding: 0;
  }
  .timeline-centered .timeline-item {
    padding-bottom: 40px;
    overflow: hidden;
  }
  .timeline-centered .timeline-marker {
    position: absolute;
    left: 50%;
    margin-left: -7.5px;
  }
  .timeline-centered .timeline-info, .timeline-centered .timeline-content {
    width: 50%;
  }
  .timeline-centered>.timeline-item:nth-child(odd) .timeline-info {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered>.timeline-item:nth-child(odd) .timeline-content {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered>.timeline-item:nth-child(even) .timeline-info {
    float: right;
    text-align: left;
    padding-left: 30px;
  }
  .timeline-centered>.timeline-item:nth-child(even) .timeline-content {
    float: left;
    text-align: right;
    padding-right: 30px;
  }
  .timeline-centered>.timeline-item.period .timeline-content {
    float: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .timeline-centered .timeline-item.period {
    padding: 50px 0 90px;
  }
  .timeline-centered .period .timeline-marker:after {
    height: 30px;
    bottom: 0;
    top: auto;
  }
  .timeline-centered .period .timeline-title {
    left: auto;
  }
}

/*---------------------------------------------- MOD: MARKER OUTLINE ----------------------------------------------*/

.marker-outline .timeline-marker:before {
  background: transparent;
  border-color: #8F97AD;
}

.marker-outline .timeline-item:hover .timeline-marker:before {
  background: #8F97AD;
}

/*---------------------------------------------- MOD: TIMELINE CENTERED ----------------------------------------------*/
/*================================== TIMELINE (From: Brady Wright) ==================================*/

@media only screen and (max-width: 555px) {
  .navbar {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .main-wrap {
    padding: 50px 0;
  }
  .headerSection {
    padding: 150px 0px;
  }
  .headerSmallText {
    text-align: center;
  }
  .headerBigText {
    text-align: center;
    font-size: 50px;
  }
  .headerDescription {
    text-align: center;
  }
  .headerBTN {
    display: table !important;
    margin: 30px auto !important;
  }
}

@media screen and (max-width: 750px) {
  .main-wrap {
    padding-bottom: 50px;
  }
  .projectBTN {
    padding: 10px 20px 10px 20px !important;
  }
  .headerBTN {
    padding: 10px 20px 10px 20px !important;
  }
  .customProjectCards {
    min-height: 0% !important;
  }
}

@media only screen and (max-width: 1110px) {
  .main-wrap {
    padding: 70px 30px;
  }
}

.fade-in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -10;
}

.footerPadding {
  padding-left: 0px !important;
}

.FooterIcon {
  position: fixed;
  bottom: 0px;
  left: 15px;
  margin-bottom: -17px;
}

.FooterIcon li {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #8F97AD;
  font-size: 24px;
  margin-top: 10px;
}

.hoverIcon {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}

.FooterIcon li:hover {
  top: -10px;
  color: #e94560;
}

.FooterLine {
  border-left: 2px solid #8F97AD;
  height: 125px;
  text-align: center;
  margin-left: 10px;
  margin-top: 25px;
}

.FooterEmail {
  position: fixed;
  bottom: 0px;
  right: 40px;
  margin-bottom: -17px;
}

.FooterEmail li {
  list-style-type: none;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  color: #8F97AD;
  font-size: 24px;
  margin-top: 10px;
}

.FooterEmail li:hover {
  top: -10px;
  color: #e94560;
}

.verticalText {
  font-family: input-mono, monospace;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 14px;
}

@media only screen and (max-width: 2500px) {
  .navbar {
    background-color: #0F0F19 !important;
  }
}

@media only screen and (max-width: 1200px) {
  .headerSection {
    text-align: center;
  }
}

@media only screen and (max-width: 1300px) {
  .FooterIcon {
    opacity: 0;
  }
  .FooterLine {
    opacity: 0;
  }
  
  .FooterEmail {
    opacity: 0;
  }
  
  .FooterEmail li {
    opacity: 0;
  }
}

@media only screen and (max-width: 768px) {
  #particles-js {
    opacity: 0;
    width: 0px;
    height: 0px;
    z-index: -100;
  }
}