/* Reset */
html, body, div, span, object, iframe, 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 {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}
a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  border-top: 1px solid #ccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}

/* General */
::selection {
  background: #000;
  color: #fff;
}
::-moz-selection {
  background-color: #000;
  color: #fff;
}
::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}
a, a:visited {
  color: #2e2e2e;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #666;
  outline: none;
  text-decoration: none;
}
h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  -webkit-font-smoothing: antialiased;
  color: #2d2d2d;
  font-family: 'Montserrat', sans-serif;
  line-height: 1;
  word-wrap: break-word;
  background-image: none;
  background-color: #fff;
  margin-top: 0;
  padding: 0;
}
@font-face {
  font-family: meddle;
  src: url("<%= asset_path 'Meddle-Bold.otf' %>") format(truetype);
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
.nav_wrapper {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  top: 0;
  position: fixed;
  width: 100%;
  background-color: #0a192f;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  z-index: 10;
}
.nav_wrapper p {
  color: #64ffda;
  margin-right: 5px;
  float: left;
}
.nav_wrapper a {
  font-size: 16px;
  color: #ccd6f6;
  margin-right: 20px;
  float: left;
}
.nav_wrapper a:hover {
  color: #64ffda;
}
.left_nav {
  float: left;
  margin-left: 60px;
  margin-right: auto;
}
.left_nav a {
  color: #64ffda;
}
.left_nav a:hover {
  color: #ccd6f6;
}
.tablet_left_nav {
  width: 40px;
  margin-left: 45px;
  display: none;
  float: left;
}
.tablet_left_nav i {
  font-size: 30px;
}
.right_nav {
  float: right;
  margin-left: auto;
  margin-right: 60px;
}
.nav_wrapper a:first-child {
  margin-left: 0px;
}
.nav_wrapper a:last-child {
  margin-right: 0px;
}
.mobile_nav {
  display: none;
}

.left_border_bar {
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: 40px;
  right: auto;
  z-index: 10;
  color: #a8b2d1;
}
.left_border_bar ul {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px;
  padding: center;
  list-style: none;
}
.left_border_bar li {
  margin-bottom: 40px;
}
.left_border_bar li a {
  padding: 10px;
}
.left_border_bar li i {
  font-size: 30px;
  color: #a8b2d1;
}
.left_border_bar li i:hover {
  color: #64ffda;
  font-size: 31px;
}
.left_border_bar::after {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: #a8b2d1;
}
.right_border_bar {
  width: 40px;
  position: fixed;
  bottom: 0px;
  left: auto;
  right: 40px;
  z-index: 10;
  color: #a8b2d1;
}
.right_border_bar a {
  margin: 20px auto;
  padding: 10px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
  color: #a8b2d1;
}
.right_border_bar a:hover {
  color: #64ffda;
  font-size: 16px;
}
.right_border_bar::after {
  content: '';
  display: block;
  width: 1px;
  height: 90px;
  margin: 0px auto;
  background-color: #a8b2d1;
}
* {
  box-sizing: border-box;
}
.opening_intro {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  background-color: #0a192f;
  padding: 120px 200px 80px 200px;
  text-align: left;
  float: left;
  overflow: none;
  width: 100%;
}
.opening_intro ::selection {
  background: #233554;
  color: #ccd6f6;
}
.opening_intro p {
  color: #64ffda;
  margin-left: 5px;
}
.opening_intro h1 {
  margin-top: 10px;
  color: #ccd6f6;
  font-weight: 600;
  line-height: 1.1;
  font-size: 80px;
}
.opening_intro h3 {
  color: #a8b2d1;
  margin: 10px 0px 20px 0px;
  font-weight: 600;
  line-height: 0.9;
  font-size: 80px;
}
.intro_detail {
  max-width: 600px;
}
.intro_detail p {
  color: #8892b0;
  font-size: 20px;
  margin-bottom: 5px;
}
.opening_more_info {
  border: 1.5px solid #64ffda;
  padding: 1.25rem 1.75rem;
  margin-top: 50px;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
}
.opening_more_info:hover {
  background-color: #233554;
  font-size: 17px;
}
.opening_more_info a {
  color: #64ffda;
}
.numbered_heading {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  display: flex;
  color: #64ffda;
  font-weight: 400;
  align-items: center;
  line-height: 32px;
}
.numbered_heading p {
  padding-top: 3px;
  font-size: 24px;
  float: left;
  vertical-align: bottom;
}
.numbered_heading h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  margin-left: 15px;
  font-size: 30px;
  color: #a8b2d1;
  display: inline;
  float: left;
  overflow-y: hidden;
}
.numbered_heading h4::after {
  content: '';
  background-color: #a8b2d1;
  display: block;
  position: relative;
  float: right;
  height: 1px;
  margin-left: 20px;
  top: 12px;
  width: 400px;
}
.about_me_section {
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 110px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  background-color: #0a192f;
  padding-left: 200px;
  padding-right: 200px;
  overflow: none;
}
.about_me_section ::selection {
  background: #233554;
  color: #ccd6f6;
}
.about_me_section .left_about {
  float: left;
  max-width: 650px;
  padding-top: 20px;
  text-align: left;
}
.about_me_section .left_about p {
  padding-top: 10px;
  margin-right: 15px;
  color: #8892b0;
  font-size: 20px;
  text-align: justify;
}
.about_me_section .left_about a {
  color: #64ffda;
}
.about_me_section .left_about a:hover {
  text-decoration: underline 1.5px #64ffda;
  font-size: 21px;
}
.about_me_section .right-about {
  float: right;
  width: 320px;
  height: 400px;
  margin: 40px 50px 50px 20px;
  border: solid 2px #64ffda;
  border-radius: 4px;
  z-index: -1;
}
.about_me_section .right-about img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #e8e8e8;
  filter: opacity(0.95) drop-shadow(0 0 0 blue);
  position: relative;
  right: 20px;
  bottom: 20px;
}
.about_me_section .right-about p {
  font-size: 15px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  color: #64ffda;
  margin-top: 20px;
}
.experience_section {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  background-color: #0a192f;
  padding: 110px 200px 110px 200px;
  overflow: none;
  width: 100%;
  float: left;
}
.experience_section ::selection {
  background: #233554;
  color: #ccd6f6;
}
.heading_2 {
  padding-left: 150px;
}
.tabs {
  margin-top: 40px;
  min-width: 500px;
  min-height: 340px;
  display: flex;
  padding-left: 150px;
}
.tabs-nav ul {
  position: relative;
  z-index: 3;
  width: max-content;
  padding: 0px;
  padding-top: 10px;
  margin: 0px;
  list-style: none;
}
.tabs-nav li {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  height: 52px;
  width: 175px;
  border-left: 2px solid #233554;
  color: #8892b0;
  text-align: left;
  white-space: no-wrap;
}
.tabs-nav li:hover {
  background-color: #233554;
}
.tabs-nav li:hover a {
  color: #64ffda;
}
.tabs-nav a {
  width: 100%;
  padding: 10px 20px 10px;
  font-size: 15px;
  vertical-align: center;
  color: #8892b0;
}
.tabs-nav a:hover {
  color: #64ffda;
}
.tabs-nav .active a {
  color: #64ffda;
  border-left: 2px solid #64ffda;
}
.tabs-panel {
  position: relative;
  width: 100%;
  margin-left: 20px;
  display: block;
  box-sizing: inherit;
  padding: 0px 150px 0px 5px;
  float: right;
}
.tab-content h2 {
  font-size: 22px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.3;
  color: #ccd6f6;
}
.tab-content ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
}
.tab-content li::before {
  content: "▹";
  position: absolute;
  left: 0px;
  color: #64ffda;
  font-size: 18px;
}
.tab-content li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #8892b0;
  letter-spacing: 1px;
  line-height: 1.3em;
  text-align: justify;
}
.tab-content a {
  color: #a8b2d1;
  font-size: 15px;
}
.tab-content a:hover {
  font-size: 16px;
  color: #64ffda;
  text-decoration: underline;
}
.company {
  color: #64ffda;
}
.company a {
  font-size: 22px;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.3;
  color: #64ffda;
}
.company a:hover {
  font-size: 23px;
  text-decoration: underline;
}
.range {
  margin-bottom: 25px;
  font-size: 15px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  color: #a8b2d1;
}
.education_section {
  background-color: #0a192f;
  padding: 110px 180px 110px 200px;
  overflow: none;
  width: 100%;
  float: left;
}
.education_section ::selection {
  background: #233554;
  color: #ccd6f6;
}
.left_education {
  float: left;
  width: 250px;
  height: 250px;
  margin: 70px 10px 50px 10px;
  border: solid 2px #64ffda;
  border-radius: 4px;
  z-index: -1;
}
.left_education img {
  height: 100%;
  width: 100%;
  border-radius: 4px;
  background-color: #e8e8e8;
  filter: opacity(0.97) drop-shadow(0 0 0 blue);
  position: relative;
  left: 20px;
  bottom: 20px;
}
.left_education p {
  font-size: 13px;
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  color: #64ffda;
  margin-top: 20px;
  text-align: center;
}
.right_education {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  float: right;
}
.right_education ul {
  margin: 60px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  font-size: 16px;
}
.right_education li::before {
  content: "🎓";
  position: absolute;
  left: 0px;
  color: #64ffda;
  font-size: 18px;
}
.right_education li {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #8892b0;
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: justify;
}
.right_education .trophy li::before {
  content: "🏆";
}
.heading_3 {
  padding-left: 400px;
}
.year {
  color: #64ffda;
}
.place a {
  color: #a8b2d1;
  font-size: 15px;
}
.place a:hover {
  font-size: 16px;
  text-decoration: underline;
}
.contact_section {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  background-color: #0a192f;
  padding: 110px 150px 200px 150px;
  overflow: none;
  width: 100%;
  float: left;
}
.contact_copy {
  max-width: 700px;
  text-align: center;
  margin: 0px auto 0px;
}
.contact_copy ::selection {
  background: #233554;
  color: #ccd6f6;
}
.contact_copy h4 {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  font-size: 20px;
  color: #64ffda;
  font-weight: 400;
  margin-bottom: 20px;
}
.contact_copy h2 {
  margin-top: 10px;
  color: #ccd6f6;
  font-weight: 600;
  line-height: 1.1;
  font-size: 70px;
  margin-bottom: 10px;
}
.contact_copy p {
  padding-top: 10px;
  line-height: 1.4;
  margin-right: 15px;
  color: #8892b0;
  font-size: 20px;
}
.contact_copy .contact_mail {
  margin-top: 40px;
  border: 1.5px solid #64ffda;
  padding: 1.25rem 1.75rem;
  border-radius: 4px;
  display: inline-block;
  line-height: 1;
}
.contact_copy .contact_mail:hover {
  background-color: #233554;
  font-size: 17px;
}
.contact_copy .contact_mail a {
  color: #64ffda;
}
.footer_section {
  background-color: #0a192f;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 20px;
  width: 100%;
  float: left;
}
.footer_copy {
  max-width: 700px;
  text-align: center;
  margin: 0px auto 0px;
  padding-right: 30px;
}
.footer_copy ::selection {
  background: #233554;
  color: #ccd6f6;
}
.footer_copy p {
  font-family: "SF Mono", "Fira Code", "Fira Mono", "Roboto Mono", monospace;
  font-size: 13px;
  color: #64ffda;
  padding-bottom: 5px;
}
.footer_copy a {
  color: #8892b0;
}
.footer_copy a:hover {
  color: #64ffda;
}
.footer_bar {
  display: none;
  color: #a8b2d1;
}
.footer_bar ul {
  justify-content: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  list-style: none;
  margin-bottom: 10px;
}
.footer_bar li a {
  padding: 40px;
}
.footer_bar li i {
  font-size: 30px;
  color: #a8b2d1;
}
.footer_bar li i:hover {
  color: #64ffda;
  font-size: 31px;
}

@media screen and (max-width: 1550px) {
  .numbered_heading h4::after {
    width: 350px;
  }
  .education_section {
    padding-right: 150px;
    padding-left: 150px;
  }
}

@media screen and (max-width: 1450px) {
  .opening_intro {
    padding-left: 150px;
  }
  .opening_intro h1 {
    font-size: 70px;
  }
  .opening_intro h3 {
    font-size: 65px;
  }
  .about_me_section {
    padding-right: 125px;
    padding-left: 150px;
  }
  .about_me_section .left_about p {
    font-size: 18px;
  }
  .about_me_section .right-about {
    margin-top: 60px;
    width: 300px;
    height: 370px;
  }
  .education_section {
    padding-right: 120px;
    padding-left: 150px;
  }
  .education_section .right_education li {
    font-size: 15px;
  }
  .education_section .right_education a {
    font-size: 15px;
  }
  .heading_3 {
    padding-left: 350px;
  }
}

@media screen and (max-width: 1350px) {
  .numbered_heading h4::after {
    width: 300px;
  }
  .about_me_section .left_about {
    max-width: 550px;
  }
  .experience_section {
    padding-left: 150px;
    padding-right: 150px;
  }
  .heading_2 {
    padding-left: 100px;
  }
  .tabs {
    padding-left: 100px;
  }
  .tab-content h2 {
    font-size: 20px;
  }
  .company a { 
    font-size: 20px;
  }
  .company a::hover { 
    font-size: 21px;
  }
  .tab-content li {
    font-size: 14px;
  }
  .tab-content a {
    font-size: 13px;
  }
  .tab-content a::hover {
    font-size: 14px;
  }
  .education_section {
    padding-right: 100px;
  }
  .education_section .left_education {
    width: 200px;
    height: 200px;
  }
  .education_section .right_education li {
    font-size: 14px;
  }
  .education_section .right_education a {
    font-size: 14px;
  }
  .contact_copy h2 {
    font-size: 50px;
  }
  .contact_copy p {
    font-size: 18px;
    text-align: center;
  }
}

@media screen and (max-width: 1250px) {
  .opening_intro {
    padding: 120px 150px 80px 150px;
  }
  .opening_intro h1 {
    font-size: 60px;
  }
  .opening_intro h3 {
    font-size: 55px;
  }
  .opening_more_info {
    padding: 1rem 1.5rem;
  }
  .intro_detail p {
    font-size: 18px;
  }
  .about_me_section {
    padding-right: 100px;
  }
  .about_me_section .left_about p {
    font-size: 16px;
  }
  .about_me_section .right-about {
    width: 240px;
    height: 300px;
  }
  .experience_section {
    padding-left: 100px;
    padding-right: 100px;
  }
  .education_section {
    padding-left: 120px;
    padding-right: 100px;
  }
  .education_section .heading_3 {
    padding-left: 250px;
  }
  .education_section .left_education {
    width: 170px;
    height: 170px;
  }
  .education_section .right_education li {
    font-size: 13px;
  }
  .education_section .right_education a {
    font-size: 13px;
  }
  .contact_copy .contact_mail {
    padding: 1rem 1.5rem;
  }
  .footer_copy p {
    font-size: 12px;
  }
}

@media screen and (max-width: 1150px) {
  .nav_wrapper a {
    font-size: 14px;
  }
  .nav_wrapper p {
    font-size: 14px;
  }
  .opening_intro h1 {
    font-size: 50px;
  }
  .opening_intro h3 {
    font-size: 45px;
  }
  .intro_detail p {
    font-size: 16px;
  }
  .opening_more_info {
    padding: 0.75rem 1.25rem;
  }
  .numbered_heading h4::after {
    width: 250px;
  }
  .about_me_section {
    padding-left: 125px;
    padding-right: 80px;
  }
  .about_me_section .left_about {
    max-width: 480px;
  }
  .about_me_section .left_about p {
    font-size: 15px;
  }
  .about_me_section .right-about {
    width: 240px;
    height: 300px;
  }
  .experience_section {
    padding-left: 40px;
    padding-right: 40px;
  }
  .education_section {
    padding-left: 200px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
  }
  .education_section .heading_3 {
    padding-left: 0px;
  }
  .education_section .left_education {
    order: 2;
    z-index: 1;
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
  }
  .education_section .right_education {
    padding-left: 0px;
    order: 1;
  }
  .contact_copy p {
    font-size: 16px;
  }
  .contact_copy .contact_mail {
    padding: 0.75rem 1.25rem;
  }
  .footer_copy p {
    font-size: 11px;
  }
}

@media screen and (max-width: 1000px) {
  .about_me_section .left_about {
    max-width: 700px;
    padding-right: 20px;
  }
  .about_me_section .right-about {
    float: none;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
  }
  .experience_section {
    padding-left: 0px
  }
  .tabs-nav li {
    width: 165px;
  }
  .tabs-panel {
    margin-left: 2px;
    padding: 0px 60px 0px 5px;
  }
  .education_section {
    padding-left: 100px;
  }
  .right_education {
    padding-right: 40px;
  }
  .footer_section {
    padding-left: 100px;
    padding-right: 100px;
  }
}
 
@media screen and (max-width: 900px) {
  .left_nav {
    margin-left: 20px;
  }
  .right_nav {
    margin-right: 20px;
  }
}

@media screen and (max-width: 800px) {
  .left_nav {
    display: none;
  }
  .tablet_left_nav {
    display: inline;
  }
  .right_nav {
    height: 30px;
    padding-top: 7px;
  }
  .left_border_bar {
    display: none;
  }
  .right_border_bar {
    display: none;
  }
  .opening_intro {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 100px;
  }
  .opening_intro p {
    margin-left: 0px;
  }
  .opening_more_info {
    margin-left: 0px;
  }
  .about_me_section {
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
  }
  .experience_section {
    padding: 100px 50px 50px 50px;
  }
  .heading_2 {
    padding-left: 0px;
  }
  .tabs {
    padding-left: 0px;
  }
  .tabs-panel {
    padding-right: 0px;
  }
  .education_section {
    padding: 100px 50px 50px 50px;
  }
  .right_education {
    padding-right: 0px;
  }
  .contact_section {
    padding-bottom: 100px;
  }
  .contact_copy p {
    margin-right: 0px;
  }
  .footer_bar {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .right_nav {
    margin-right: 10px;
  }
  .opening_intro p {
    font-size: 14px;
  }
  .opening_intro h1 {
    font-size: 40px;
  }
  .opening_intro h3 {
    font-size: 35px;
  }
  .intro_detail p {
    font-size: 14px;
  }
  .opening_more_info a {
    font-size: 14px;
  }
  .numbered_heading {
    line-height: 26px;
  }
  .numbered_heading p {
    font-size: 20px;
  }
  .numbered_heading h4 {
    font-size: 24px;
  }
  .about_me_section .left_about p {
    margin-right: 0px;
    font-size: 14px;
  }
  .tabs-nav li {
    width: 140px;
    height: 42px;
  }
  .tabs-nav a {
    font-size: 13px;
    padding: 5px 10px 5px;
  }
  .tab-content h2 {
    font-size: 16px;
  }
  .company a { 
    font-size: 16px;
  }
  .company a::hover { 
    font-size: 17px;
  }
  .range {
    font-size: 12px;
  }
  .tab-content li {
    font-size: 13px;
  }
  .tab-content a {
    font-size: 12px;
  }
  .tab-content a::hover {
    font-size: 13px;
  }
  .contact_section {
    padding: 100px 120px 70px 120px;
  }
  .contact_copy h4 {
    font-size: 14px;
  }
  .contact_copy h2 {
    font-size: 40px;
  }
  .contact_copy p {
    font-size: 14px;
  }
  .contact_copy .contact_mail a {
    font-size: 14px;
  }
}

@media screen and (max-width: 600px) {
  .nav_wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .right_nav {
    height: 20px;
    padding-top: 3px;
  }
  .about_me_section .right-about {
    width: 240px;
    height: 300px;
  }
  .tablet_left_nav i {
    font-size: 20px;
  }
  .right_nav p {
    font-size: 12px;
  }
  .right_nav a {
    font-size: 12px;
  }
  .opening_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .about_me_section {
    padding: 80px 20px 50px 20px;
  }
  .experience_section {
    padding: 70px 20px 50px 20px;
  }
  .tabs {
    min-width: 450px;
    margin-top: 30px;
  }
  .tab-content li::before {
    font-size: 14px;
  }
  .tab-content li {
    padding-left: 15px;
    font-size: 12px;
  }
  .tab-content a {
    font-size: 11px;
  }
  .tab-content a::hover {
    font-size: 12px;
  }
  .right_education ul {
    margin-top: 30px;
  }
  .contact_section {
    padding: 80px 70px 70px 70px;
  }
  .footer_section {
    padding-left: 30px;
    padding-right: 20px;
  }
  .footer_bar li i {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .nav_contact {
    display: none;
  }
  .tablet_left_nav {
    display: none;
  }
  .right_nav {
    display: none;
  }
  .mobile_nav {
    width: 100%;
    justify-content: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .mobile_nav a {
    font-size: 13px;
  }
  .mobile_nav p {
    font-size: 13px;
  }
  .mobile_nav i {
    font-size: 18px;
  }
  .opening_intro {
    padding-left: 20px;
    padding-right: 20px;
  }
  .opening_intro h1 {
    font-size: 30px;
    margin-top: 20px;
  }
  .opening_intro h3 {
    font-size: 25px;
  }
  .opening_intro p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .numbered_heading h4 {
    font-size: 20px;
  }
  .numbered_heading h4::after {
    width: 150px;
  }
  .about_me_section {
    padding-top: 70px;
  }
  .about_me_section .left_about {
    padding-right: 0px;
  }
  .about_me_section .left_about p {
    font-size: 12px;
  }
  .about_me_section .right-about {
    width: 200px;
    height: 250px;
  }
  .experience_section {
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .tabs {
    min-width: 350px;
    margin-top: 20px;
  }
  .tabs-nav li {
    width: 110px;
    height: 35px;
  }
  .tabs-nav a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .tabs-panel {
    padding-left: 0px;
  }
  .range {
    margin-bottom: 10px;
  }
  .education_section {
    padding: 60px 15px 50px 15px;
  }
  .right_education ul {
    margin-top: 20px;
  }
  .year {
    font-size: 12px;
  }
  .education_section .right_education a {
    font-size: 12px;
  }
  .education_section .right_education li {
    font-size: 12px;
  }
  .contact_section {
    padding: 70px 50px 50px 50px;
  }
  .contact_copy h2 {
    font-size: 30px;
  }
  .contact_copy p {
    font-size: 12px;
  }
  .footer_bar li a {
    padding: 30px;
  }
  .footer_copy p {
    font-size: 10px;
  }
}

@media screen and (max-width: 400px) {
  .mobile_nav a {
    font-size: 12px;
    margin-right: 10px;
  }
  .mobile_nav p {
    font-size: 12px;
  }
  .mobile_nav i {
    font-size: 16px;
  }
  .opening_intro {
    padding-left: 15px;
    padding-right: 15px;
  }
  .opening_more_info a {
    font-size: 13px;
  }
  .about_me_section {
    padding-top: 60px;
  }
  .about_me_section .right-about {
    width: 160px;
    height: 200px;
  }
  .numbered_heading h4 {
    font-size: 20px;
  }
  .numbered_heading h4::after {
    width: 120px;
  }
  .experience_section {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tabs {
    min-width: 300px;
  }
  .tabs-nav li {
    width: 105px;
  }
  .company a { 
    font-size: 14px;
  }
  .tab-content li {
    font-size: 11px;
  }
  .tab-content a::hover {
    font-size: 11px;
  }
  .tabs-nav a {
    font-size: 11px;
    padding-right: 0px;
  }
  .contact_section {
    padding: 60px 30px 50px 30px;
  }
  .footer_bar li a {
    padding: 20px;
  }
}