/*
 * Template Name: Orbit - Responsive Resume/CV Template for Developers
 * Version: 1.0
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: http://themes.3rdwavemedia.com/
*/
/* styles.css */
/* Override Font Awesome font-display for faster text rendering */
@font-face { font-family: 'Font Awesome 6 Free'; font-display: swap; }
@font-face { font-family: 'Font Awesome 6 Brands'; font-display: swap; }
/* ======= Base ======= */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #545E6C;
  background: #f5f5f5;
  font-size: 14px;
  padding: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 { font-size: 36px; }
h2 { font-size: 30px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

a {
  color: #2d7788;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: #1a454f;
}

a:focus {
  text-decoration: none;
  outline: 2px solid #2d7788;
  outline-offset: 2px;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

p {
  line-height: 1.5;
}

.wrapper {
  background: #5C5E60;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper {
  background: #5C5E60;
  position: absolute;
  right: 0;
  width: 290px;
  height: 100%;
  min-height: 800px;
  color: #fff;
}

.sidebar-wrapper a {
  color: #fff;
}

.sidebar-wrapper .profile-container {
  padding: 30px;
  background: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #fff;
}

.sidebar-wrapper .name {
  font-size: 32px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 10px;
}

.sidebar-wrapper .tagline {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-wrapper .profile {
  margin-bottom: 15px;
  height: 200px;
}

.sidebar-wrapper .contact-list .fas {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-top;
}

.sidebar-wrapper .fab {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: text-top;
}

.sidebar-wrapper .contact-list li {
  margin-bottom: 15px;
}

.sidebar-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .container-block {
  padding: 30px;
  padding-bottom: 10px;
}

.sidebar-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.sidebar-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}

.sidebar-wrapper .education-container .item {
  margin-bottom: 15px;
}

.sidebar-wrapper .education-container .item:last-child {
  margin-bottom: 0;
}

.sidebar-wrapper .education-container .meta {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0px;
  margin-top: 0;
}

.sidebar-wrapper .education-container .time .time-low .time-strong {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  margin-bottom: 0px;
}

.sidebar-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.85);
}


.sidebar-wrapper .interests-list {
  margin-bottom: 0;
}

.sidebar-wrapper .interests-list li {
  margin-bottom: 10px;
}

.sidebar-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}

.main-wrapper {
  background: #fff;
  padding: 60px;
  padding-right: 350px;
  min-height: 800px;
}

.main-wrapper .section-title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  color: #007B6F;
  position: relative;
  margin-top: 0;
  margin-bottom: 20px;
}

.main-wrapper .section-subtitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main-wrapper .section-title .fas {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #007B6F;
  text-align: center;
  padding-top: 8px;
  font-size: 21px;
  position: relative;
  top: 0px;
  vertical-align: text-bottom;
}

.main-wrapper .section-title .far {
  width: 30px;
  height: 30px;
  margin-right: 8px;
  display: inline-block;
  color: #007B6F;
  text-align: center;
  padding-top: 8px;
  font-size: 21px;
  position: relative;
  top: 0px;
  vertical-align: text-bottom;
}

.main-wrapper .section {
  margin-bottom: 60px;
}

.main-wrapper .experiences-section .item {
  margin-bottom: 30px;
}

.main-wrapper .upper-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}

.main-wrapper .job-title {
  color: #3F4650;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.main-wrapper .time {
  position: absolute;
  right: 0;
  top: 0;
  color: #63748C;
}

.main-wrapper .time-low {
  position: absolute;
  right: 0;
  top: 18px;
  color: #63748C;
}

.main-wrapper .time-strong {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
  color: #3F4650;
  max-width: 50%;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  text-align: right;
  /*
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  */
}

.main-wrapper .company {
  margin-bottom: 0px;
  color: #63748C;
}


.footer {
  padding: 30px;
  padding-top: 60px;
}

.footer .copyright {
  line-height: 1.6;
  color: #545E6C;
  font-size: 13px;
}

.footer .footer-content {
  margin-right: 290px;
}


/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {

  body {
    padding: 0px;
  }

  .sidebar-wrapper {
    position: static;
    width: inherit;
  }

  .main-wrapper {
    padding: 30px;
  }

  .main-wrapper .time .time-low .time-strong {
    position: static;
    display: block;
    margin-top: 5px;
  }

  .main-wrapper .upper-row {
    margin-bottom: 0;
  }

  .footer .footer-content {
    margin-right: 0;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */

/* Large devices (large desktops, 1200px and up) */
/* Ex-Large devices (large desktops, 1200px and up) */

/* Print stylesheet */
@media print {
  body {
    padding: 0;
    background: #fff;
  }

  .skip-link,
  .full-width-image,
  .sidebar-wrapper {
    display: none !important;
  }

  .wrapper {
    box-shadow: none;
    max-width: 100%;
  }

  .main-wrapper {
    padding: 20px;
    padding-right: 20px;
    min-height: auto;
  }

  .footer .footer-content {
    margin-right: 0;
  }

  a {
    color: #000 !important;
    text-decoration: underline;
  }
}

/* Added for row of logos */

.column {
  float: left;
  width: 50%;
  padding: 20px;
  margin-top: -20px;
  margin-bottom: 20px;
  height: 100%;

}

.column2 {
  float: left;
  width: 50%;
  height: 100%;
}

.widecolumn {
  float: left;
  width: 70%;
  height: 100%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.full-width-image {
  width: 100%;
  height: auto;
  display: block;
}

/* ======= Site navigation ======= */
.site-nav {
  margin: 0 0 40px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e8e8e8;
}

.site-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* The five items fit on one line in a 550px content column with ~36px to
   spare; a sixth entry would need shorter labels or a smaller font. */
.site-nav a {
  display: inline-block;
  padding: 6px 11px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
  color: #545E6C;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus {
  background: #f0f4f4;
  color: #1a454f;
  text-decoration: none;
}

.site-nav a[aria-current="page"] {
  background: #007B6F;
  color: #fff;
}

.site-nav a[aria-current="page"]:hover {
  background: #00665c;
  color: #fff;
}

.site-nav a:focus-visible {
  outline: 2px solid #1a454f;
  outline-offset: 2px;
}

@media (max-width: 767px) {
  .site-nav {
    margin-bottom: 24px;
  }
}
