@font-face {
    font-family: 'barskyBodyFont';
    src: url('../fonts/SpaceGrotesk-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'barskyBodyFontLight';
    src: url('../fonts/SpaceGrotesk-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'barskyBodyFontBold';
    src: url('../fonts/SpaceGrotesk-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'barskyLinkFontLight';
    src: url('../fonts/SpaceMono-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'barskyHeadlineFont';
    src: url('../fonts/SpaceGrotesk-Bold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face {
    font-family: 'barskyHeadlineFontMono';
    src: url('../fonts/SpaceMono-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body {
    margin: 0;
    font-family: 'barskyBodyFont', Arial, Fallback, sans-serif;
    color: #b3b3b3;
    background-color: #000000;
}

a {
    text-decoration: none;
}

.accent_color {
    color: #50bc44;
}

.barsky_wordmark {
    font-family: 'barskyBodyFontBold', Arial, Fallback, sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #e1e1e1;
    user-select: none;
}

.barsky_tagline {
    font-family: 'barskyBodyFontLight', Arial, Fallback, sans-serif;
    font-size: 22px;
    user-select: none;
    color: #9e9e9e;
}

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -130px;
    text-align: center;
}

.barsky_big_logo {
    margin-bottom: 20px;
}

.barsky_cta_links {
    display: block;
    user-select: none;
    margin-top: 25px;
}


/* New 2023 Styles */
/* New 2023 Styles */
/* New 2023 Styles */
/* New 2023 Styles */
/* New 2023 Styles */
/* New 2023 Styles */

/* Body Styles */

.barsky_page_body {
    /* padding-top: 50px; */
}

/* Font Definitions */

.barsky_headline {
    font-family: 'barskyHeadlineFont', Arial, Fallback, sans-serif;
    color: #ffffff;
    font-size: 4em;
    line-height: 1em;
}

h2 {
    font-family: 'barskyHeadlineFont';
    font-size: 30px;
    color: #eaeaea;
    position: relative;
    z-index: 20;
    text-shadow: 3px 2px rgba(0,0,0,0.15);
}

h2 .headline_highlight {
    color: #50bc44;
}

h3 {
    font-family: 'barskyHeadlineFontMono';
    color: #50bc44;
    display: inline-block;
    position: relative;
}

h4 {
    font-family: 'barskyLinkFontLight';
    font-size: 14px;
    color: #b3b3b3;
    padding-bottom: -15px;
}

b {
    font-family: 'barskyBodyFontBold';
    color: #eaeaea;
}

.job_title {
    font-family: 'barskyHeadlineFont';
    font-size: 30px;
    color: #eaeaea;
}

/* Link Styles */

#btn_scroll_next {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

a.cta_link{
    font-family: 'barskyLinkFontLight', Arial, Fallback, sans-serif;
    /* text-transform: uppercase; */
    color: #1d1d1d;
    cursor: pointer;
    background-color: #50bc44;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

a.cta_link:hover {
    opacity: 60%;
}

a.cta_link:visited{
    font-family: 'barskyLinkFontLight', Arial, Fallback, sans-serif;
    color: #333333;
    padding: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

a.cta_link:active {
    opacity: 30%;
}

/* Graphic Flourishes */

.green_bar{
    display: block;
    width: 40px;
    height: 6px;
    background-color: #50bc44;
    margin-top: -25;
    margin-bottom: 25px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.gray_bar{
    display: block;
    width: 40px;
    height: 6px;
    background-color: #b3b3b3;
    margin-top: -25;
    margin-bottom: 25px;
}

.about_headshot {
    display: block;
    width: 200px;
    height: 200px;
    float: right;
    background-color: #eaeaea;
    margin: 20px;
    /* margin-top: -110px; */
    background: url("../img/www/www23/www23_dbarsky_headshot2.jpg");
    -webkit-background-size: cover;
    -moz-background-size: center cover;
    background-size: cover;
    background-position: center top;
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,0.5);
    margin-top: -100px;
}

span.job_years {
    padding: 6px;
    background-color: #50bc44;
    display: inline-block;
    color: #333333;
    font-family: 'barskyLinkFontLight', sans-serif;
    font-size: 14px;
    margin-top: 10px;
    margin-left: -10px;
}

.job_years_wrapper:before {
    content:" ";
    width: 30px;
    height: 4px;
    margin: 0 10px;
    vertical-align: super;
    background-color:#50bc44;
    display:inline-block;
    margin-left: -30px;
  }

div.resume_timeline_circle {
    position: absolute;
    left: -12px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #50bc44;
}

div.resume_timeline_circle_end {
    position: absolute;
    left: -12px;
    bottom: -12px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #50bc44;
}

#cursor {
    margin: 0;
    margin-left: 15px;
    display: inline-block;
    color: #50bc44;
  }

/* Header Navigation */

.barsky_menu_bar {
    position: fixed;
    z-index: 666;
    display: block;
    height: 50px;
    /* background: #000000; */
    width: 100%;
    border-bottom: 1px solid #333333;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.barsky_site_logo {
    background-image: url(../img/www/www23/www23_header_logo.svg);
    display: inline-block;
    width: 120px;
    height: 50px;
    background-position-y: 6px;
    margin-left: 30px;
    margin-top: 4px;
    cursor: pointer;
    background-repeat: no-repeat;
    float: left;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.barsky_nav_container {
    margin-right: 20px;
}

.barsky_menu_link {
    font-family: 'barskyLinkFontLight', sans-serif;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 18px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
}

.barsky_menu_link:hover {
    color: #eaeaea;
    text-decoration: underline;
    text-decoration-color: #50bc44;
}

/* Section Definitions */

.barsky_resume_canvas {
    margin-top: 90px;
    padding-left: 60px;
}

div#section_splash {
    height: 85vh;
    padding: 30px;
    padding-top: 15vh;
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .7)), url("../img/www/www23/www23_splash_bg.jpg");
    -webkit-background-size: cover;
    -moz-background-size: center cover;
    background-size: cover;
    background-position: center top;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

div#section_about {
    min-height: 100vh;
    background-color: #0d0d0d;
    padding: 30px;
    padding-top: 90px;
    box-shadow: inset 0rem 0.5rem rgba(0,0,0,0.2);
    background-size: 30px 30px;
    background-image:
        linear-gradient(to right, #1a1a1a 1px, transparent 1px),
        linear-gradient(to bottom, #1a1a1a 1px, transparent 1px);
}

div#section_resume {
    min-height: 100vh;
}

div.barsky_sub_section {
    position: relative;
    min-height: 100vh;
    width: calc(100% - 80px);
    padding-left: 30px;
    padding-right: 15px;
    padding-bottom: 100px;
    display: block;
    margin-top: -20px;
    border-left: 4px solid #50bc44;
}

.job_highlights {
    margin-left: -20px;
}

div#section_projects {
    height: 100vh;
}

div#section_contact {
    min-height: 100vh;
    background-color: #0d0d0d;
    /* padding: 15px; */
    /* padding-top: 90px; */
    padding-bottom: 250px;
    background-image: radial-gradient(#1a1a1a 1px, transparent 0);
    background-size: 30px 30px;
    background-position: -19px -19px;
}

div.section_contact_header {
    position: relative;
    height: 60px;
    width: calc(100% - 80px);
    padding-left: 30px;
    padding-right: 15px;
    padding-top: 30px;
    display: block;
    margin-top: -20px;
    margin-left: 60px;
    border-left: 4px solid #50bc44;
}

div#sub_section_education {
    height: 50vh;
    min-height: 50vh;
}

.margin-left-30px {
    margin-left: 30px;
}

/* Cards */
#splash_subheadline {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.about_cards {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

.about_card {
    display: inline-block;
    background-color: #000;
    padding: 15px;
    padding-top: 0;
    margin-top: 30px;
    margin-right: 30px;
    min-width: 270px;
    width: 100%;
    box-shadow: 0.5rem 0.5rem rgba(0,0,0,0.3);
}

.about_card ul {
    padding-left: 20px;
}

.about_card li{
    list-style-type: square;
}

.about_card li::marker {
  color: #50bc44;
  padding-right: 15px;
}

.job_highlights li::marker {
    color: #eaeaea;
    padding-right: 15px;
  }

/* Reveal Classes */
.reveal-text2-left {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.reveal-text3-right {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/* Contact Page Chat Effect */
/* QuickReset  * {margin: 0; box-sizing: border-box;} */

.chat {
    --rad: 40px;
    --rad-sm: 3px;
    font-family: 'barskyBodyFontBold', Arial, Fallback, sans-serif;
    font-size: 48px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: auto;
    margin-top: 200px;
  }
  
  .msg {
    position: relative;
    max-width: 75%;
    padding: 20px 40px;
    margin-bottom: 2px;
  }
  
  .msg.sent {
    border-radius: var(--rad) var(--rad-sm) var(--rad-sm) var(--rad);
    background: #50bc44;
    color: #fff;
    /* moves it to the right */
    margin-left: auto;
  }
  
  .msg.rcvd {
    border-radius: var(--rad-sm) var(--rad) var(--rad) var(--rad-sm);
    background: #555;
    color: #f1f1f1;
    /* moves it to the left */
    margin-right: auto;
  }
  
  /* Improve radius for messages group */
  
  .msg.sent:first-child,
  .msg.rcvd+.msg.sent {
    border-top-right-radius: var(--rad);
  }
  
  .msg.rcvd:first-child,
  .msg.sent+.msg.rcvd {
    border-top-left-radius: var(--rad);
  }
  
  
  /* time */
  
  .msg::before {
    content: attr(data-time);
    font-size: 16px;
    font-family: 'barskyBodyFontLight', Arial, Fallback, sans-serif;
    position: absolute;
    bottom: 100%;
    color: #888;
    white-space: nowrap;
    /* Hidden by default */
    display: none;
  }
  
  .msg.sent::before {
    right: 15px;
  }
  
  .msg.rcvd::before {
    left: 15px;
  }
  
  
  /* Show time only for first message in group */
  
  .msg:first-child::before,
  .msg.sent+.msg.rcvd::before,
  .msg.rcvd+.msg.sent::before {
    /* Show only for first message in group */
    display: block;
  }

  /* Links in Messages */
  .msg a {
    color: #50bc44;
    text-decoration: underline;
  }

  .msg a:hover {
    color: #50bc44;
    text-decoration: none;
  }

  .msg a:visited {
    color: #50bc44;
    text-decoration: underline;
  }

  .msg a:active {
    color: #50bc44;
    text-decoration: underline;
  }

/* Media Queries */
@media (max-width: 1030px) {
    .about_cards {
        display: block;
    }

    .about_card {
        margin-right: 30px;
        padding-top: 10px;
        display: block;
        width: calc(100% - 30px);
    }

    .barsky_resume_canvas {
        padding-left: 30px;
    }

    div.section_contact_header {
        margin-left: 30px;
    }

    .barsky_headline {
        font-size: 3em;
    }

    /* Chat Bubbles */
    .chat {
        --rad: 20px;
        font-size: 24px;
      }
    
    .msg {
        position: relative;
        max-width: 75%;
        padding: 10px 20px;
        margin-bottom: 2px;
      }

}