@import 'tailwindcss';

/* Base Styles */
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  background-color: #fff !important;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #231710;
  background-color: #fff !important;
}

html.dark {
  background-color: #111827 !important;
}

body.dark,
.dark body {
  background-color: #111827 !important;
  color: #e5e7eb;
}

*,
*:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-style: none !important;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke: 0px;
}

/* Skip to content link for accessibility */
.skip-to-content {
  position: absolute;
  top: -100px;
  left: 0;
  background: #526E82;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 600;
  z-index: 10000;
  transition: top 0.3s;
}

.skip-to-content:focus {
  top: 0;
  outline: 3px solid #fff !important;
  outline-color: #fff !important;
  outline-style: solid !important;
  outline-offset: 2px;
}

/* Focus indicators for keyboard navigation */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 2px solid #526E82 !important;
  outline-color: #526E82 !important;
  outline-style: solid !important;
  outline-offset: 2px;
}

.dark a:focus-visible,
.dark button:focus-visible,
.dark input:focus-visible,
.dark textarea:focus-visible,
.dark select:focus-visible {
  outline-color: #8CA0B0 !important;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* Links */
a,
a:hover,
a:active {
  color: rgba(82, 110, 130, 0.95);
  text-decoration: none !important;
  font-weight: 600;
}

.dark a,
.dark a:hover,
.dark a:active {
  color: rgba(130, 160, 180, 0.95);
}

/* Main Container */
main.container,
main {
  max-width: 1170px;
  margin: -64px auto 0 auto;
  padding: 64px 15px 0 15px;
}

@media (min-width: 768px) {
  main.container,
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  main.container,
  main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  main.container,
  main {
    max-width: 1170px;
  }
}

/* Bootstrap-like Grid */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.row::before,
.row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

[class*='col-'] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 32px;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    width: 50%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .hidden-xs {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .col-md-4 {
    width: 33.33333333%;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

/* Animation utilities */
.animated-0 {
  transition: all 100ms cubic-bezier(1, 0, 0, 1);
}
.animated-1 {
  transition: all 150ms cubic-bezier(1, 0, 0, 1);
}
.animated-2 {
  transition: all 200ms cubic-bezier(1, 0, 0, 1);
}
.animated-3 {
  transition: all 300ms cubic-bezier(1, 0, 0, 1);
}

/* Flip animations */
.flip {
  z-index: 999;
  perspective: 800px;
  transform-style: preserve-3d;
  transition: all 0.5s cubic-bezier(1, -0.53, 0.405, 1.425);
}

.flip.flipped {
  opacity: 0;
  transform: scale(0.5) rotateY(360deg);
}

.flip-2 {
  z-index: 999;
  perspective: 800px;
  transform-style: preserve-3d;
  transition: all 0.25s cubic-bezier(1, -0.53, 0.405, 1.425);
}

.flip-2.flipped-2 {
  opacity: 0;
  transform: scale(0.5) rotateY(180deg);
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.invisible {
  opacity: 0;
}

.clearfix::before,
.clearfix::after {
  content: ' ';
  display: table;
}
.clearfix::after {
  clear: both;
}

/* Index Page Styles */
#index {
  width: 100%;
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding: 0;
}

#index figure {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  vertical-align: middle;
  text-align: center;
  z-index: 1;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}

#index figure img {
  width: 100%;
  height: 100%;
  display: block;
}

#index figure::after {
  content: '';
  display: block;
  position: absolute;
  width: 130px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  bottom: -32px;
  left: calc(50% - 65px);
}

.dark #index figure::after {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

#todo {
  display: block;
  position: absolute;
  padding: 0.5rem 1rem;
  left: 50%;
  top: 50%;
  width: 500px;
  margin: -45px 0 0 -75px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.dark #todo {
  background-color: #1f2937;
  border-color: #4b5563;
}

#todo:after,
#todo:before {
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#todo:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 25px;
  right: 100%;
  top: 75%;
  margin-top: -25px;
}

#todo:before {
  border-color: rgba(221, 221, 221, 0);
  border-right-color: #ddd;
  border-width: 28px;
  right: 100%;
  top: 75%;
  margin-top: -28px;
}

.dark #todo:after {
  border-right-color: #1f2937;
}

.dark #todo:before {
  border-color: rgba(75, 85, 99, 0);
  border-right-color: #4b5563;
}

#todo header {
  border-bottom: 2px dotted #ddd;
  font-size: 110%;
  width: 100%;
  padding: 6px 0 10px 20px;
  font-size: 1.35rem;
}

.dark #todo header {
  border-bottom-color: #4b5563;
}

#todo .bio {
  padding: 16px 20px;
  display: inline-block;
  font-size: 1.2rem;
}

#todo .ctas {
  font-size: 1.1rem;
  padding: 0 20px 16px;
}

/* Title styles */
.title {
  font-family: 'Lobster', cursive;
  font-size: 72px;
  text-align: center;
  line-height: 1.1;
  margin: 110px auto 150px;
  color: #333;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.75);
}

.dark .title {
  color: #e5e7eb;
}

.title-sm {
  font-family: 'Lobster', cursive;
  font-size: 36px;
  color: #343434;
  text-align: center;
  margin: 80px auto 50px;
  color: #464646;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.dark .title-sm {
  color: #d1d5db;
}

/* Separator */
.dp-separator {
  display: flex;
  margin: 48px 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 2px;
  background-color: #aaa;
}

.dark .dp-separator {
  background-color: #4b5563;
}

.dp-separator:after {
  content: '~';
  display: block;
  margin-top: -10px;
  font-size: 3rem;
  padding: 0 1rem;
  color: #aaa;
  background: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.dark .dp-separator:after {
  color: #6b7280;
  background: #111827;
}

/* About page styles */
#about {
  min-height: 100vh;
}

#about .title {
  margin: 138px auto 65px;
}

#about p {
  font-weight: 400;
  color: #464646;
}

.dark #about p {
  color: #9ca3af;
}

#about .about-me {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  max-width: 900px;
  margin: 48px auto 0 auto;
  text-align: center;
}

#about .about-me .profile {
  display: block;
  width: 220px;
  height: 220px;
  background-image: url(/img/marcelo_mira_3.jpg);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: -100px;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  margin: 0 auto 40px auto;
}

#about .about-me p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 100%;
}

#skills ul li,
#resume ul li {
  margin-bottom: 20px;
  min-height: 130px;
}

#resume ul li img {
  margin: 0 15px 15px 0;
}

#resume ul li h4 small {
  font-size: 13px;
  margin-left: 4px;
}

#skills h2,
#skills-also h2,
#specialties h2,
#philosophy h2,
#highlights h2,
#resume h2,
#about > h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 600;
  color: #333;
}

.dark #skills h2,
.dark #skills-also h2,
.dark #specialties h2,
.dark #philosophy h2,
.dark #highlights h2,
.dark #resume h2,
.dark #about > h2 {
  color: #e5e7eb;
}

#resume .tags {
  padding-bottom: 20px;
}

#resume .label,
.label {
  display: inline-block;
  padding: 0 6px;
  line-height: 24px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  background-color: #666;
  color: #fff;
  text-align: center;
}

.label.rounded-full {
  border-radius: 9999px;
}

.dark #resume .label,
.dark .label {
  background-color: #4b5563;
  color: #e5e7eb;
}

#skills section {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px;
  flex-wrap: nowrap;
  max-width: 960px;
  margin: auto;
  font-size: 15px;
}

#resume .skills-php-symfony,
#resume .skills-js-ember,
#resume .skills-desing {
  position: relative;
  width: 220px;
  height: 100px;
  flex-shrink: 0;
}

#resume .skills-php-symfony > img,
#resume .skills-js-ember > img,
#resume .skills-desing > img {
  position: absolute;
}

#resume .skills-php-symfony > .php {
  width: 85px;
  left: 85px;
  top: 38px;
}

#resume .skills-php-symfony > .symfony {
  width: 95px;
  left: 0;
  margin-top: -8px;
  top: 30px;
}

  #resume .skills-js-ember > .js {
    width: 80px;
    left: 75px;
    top: 11px;
  }

  #resume .skills-js-ember > .ember {
    left: 5px;
    width: 80px;
    top: 11px;
  }

  #resume .skills-ts-node-nest {
    position: relative;
    width: 220px;
    height: 100px;
    flex-shrink: 0;
  }

  #resume .skills-ts-node-nest > img {
    position: absolute;
  }

  #resume .skills-ts-node-nest > .ts-icon {
    width: 80px;
    left: 8px;
    top: 11px;
    z-index: 1;
  }

  #resume .skills-ts-node-nest > .nest-icon {
    width: 80px;
    left: 75px;
    top: 11px;
    z-index: 3;
  }

#resume .skills-desing > .hmcss {
  height: 80px;
  left: 0;
  top: 20px;
}

#resume .skills-desing > .sass {
  height: 55px;
  left: 111px;
  top: 30px;
}

#resume article {
  text-align: left;
}

#resume article h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}

.dark #resume article h2 {
  color: #e5e7eb;
}

#resume article.tags {
  text-align: center;
}

#resume article dl {
  text-align: left;
}

#resume article dt {
  font-weight: 600;
}

#resume .exp > ul {
  margin-top: 20px;
}

#resume .exp ul li {
  background-color: transparent;
}

#resume .exp ul li h4,
#resume .exp ul li strong {
  color: #333;
}

.dark #resume .exp ul li h4,
.dark #resume .exp ul li strong {
  color: #e5e7eb;
}

#resume .exp ul li small {
  color: #666;
}

.dark #resume .exp ul li small {
  color: #9ca3af;
}

/* Social */
#social {
  margin-top: 30px;
  margin-bottom: 92px;
  text-align: center;
}

#social > li {
  margin: 10px;
}

#social > li > a {
  font-size: 16px;
  box-shadow: 1px 2px rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  display: flex;
  align-items: center;
}

#social > li > a > .fa {
  margin-right: 16px;
  font-size: 24px;
}

#social > li > a:hover {
  background-color: #eee;
  cursor: pointer;
  font-weight: normal;
}

.dark #social > li > a:hover {
  background-color: #374151;
}

#social > li > a[name='twitter'] {
  color: #00acee;
}

#social > li > a[name='facebook'] {
  color: #3b5998;
}

#social > li > a[name='googleplus'] {
  color: #db4a39;
}

#social > li > a[name='github'] {
  color: #171515;
}

.dark #social > li > a[name='github'] {
  color: #d1d5db;
}

#social > li > a[name='linkedin'] {
  color: #0e76a8;
}

.dark #social > li > a[name='linkedin'] {
  color: #4a9fd8;
}

#social > li > a[name='skype'] {
  color: #00aff0;
}

.bottom {
  height: 48px;
  margin: 64px 0;
}

/* Navbar styles */
#navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background-color: #fff;
  border: none;
  min-height: 64px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.dark #navbar {
  background-color: #1f2937;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

#navbar .container-fluid {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  height: 64px;
}

#navbar .container-fluid::after {
  content: '';
  display: table;
  clear: both;
}

#navbar .navbar-header {
  width: auto;
  height: 64px;
  min-height: 64px;
  float: left;
}

#navbar .navbar-collapse.in {
  position: absolute;
  float: right;
  right: 0;
  top: 115px;
  height: auto;
  width: 100%;
}

#navbar .navbar-collapse {
  float: right;
}

#navbar .collapse {
  display: block !important;
}

@media (max-width: 767px) {
  #navbar .collapse {
    display: none !important;
  }

  #navbar .collapse.in {
    display: block !important;
  }
}

#navbar .navbar-brand {
  font-size: 20px;
  padding: 0 15px;
  line-height: 62px;
  vertical-align: middle;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: initial;
  color: rgba(82, 110, 130, 0.95);
  display: inline-block;
}

.dark #navbar .navbar-brand {
  color: #d1d5db;
}

#navbar .navbar-brand img {
  display: inline-block;
  width: 37px;
  height: 37px;
  margin-top: -8px;
  margin-right: 6px;
  vertical-align: middle;
}

#navbar .navbar-brand img.flipped {
  margin-left: -48px;
}

#navbar .navbar-toggle {
  width: 38px;
  height: 38px;
  background-color: transparent;
  margin-top: 12px;
  margin-right: 20px;
  border: none;
  position: relative;
  padding: 0;
  float: right;
  display: none;
}

@media (max-width: 767px) {
  #navbar .navbar-toggle {
    display: block;
  }
}

#navbar .navbar-collapse {
  padding: 0;
}

@media (max-width: 767px) {
  #navbar .navbar-collapse.in {
    display: block;
  }

  #navbar .navbar-collapse.in .navbar-nav {
    margin-top: -50px;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    background-color: #fff;
  }

  .dark #navbar .navbar-collapse.in .navbar-nav {
    background-color: #1f2937;
  }
}

#navbar .navbar-nav {
  text-align: center;
  float: right;
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
}

@media (max-width: 767px) {
  #navbar .navbar-nav {
    float: none;
    width: 100%;
  }
}

#navbar .navbar-nav > li {
  display: inline-block;
  float: none;
  list-style: none;
}

@media (max-width: 767px) {
  #navbar .navbar-nav > li {
    display: block;
    width: 100%;
  }
}

#navbar .navbar-nav > li a,
#navbar .navbar-nav > li button {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 62px;
  padding: 0 15px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: initial;
  color: rgba(82, 110, 130, 0.95);
  display: inline-block;
  background: transparent;
  border: none;
  cursor: pointer;
}

.dark #navbar .navbar-nav > li a,
.dark #navbar .navbar-nav > li button {
  color: #d1d5db;
}

@media (max-width: 767px) {
  #navbar .navbar-nav > li a,
  #navbar .navbar-nav > li button {
    display: block;
    width: 100%;
  }
}

#navbar .navbar-nav > li a:hover,
#navbar .navbar-nav > li button:hover {
  cursor: pointer;
}

#navbar .navbar-collapse {
  display: block;
  height: auto;
  padding-bottom: 0;
  overflow: visible;
}

@media (max-width: 767px) {
  #navbar .navbar-header {
    width: 100%;
  }
  #navbar .navbar-collapse {
    display: none;
  }

  #navbar .navbar-collapse.in {
    display: block !important;
  }
}

.navbar-right {
  float: right;
}

@media (max-width: 767px) {
  .navbar-right {
    float: none !important;
  }
}

/* Navbar toggle animation */
.navbar-toggle-icon {
  width: 20px;
  height: 3px;
  position: absolute;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -100%);
  background: rgba(82, 110, 130, 0.95);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dark .navbar-toggle-icon {
  background: #d1d5db;
}

.navbar-toggle-icon:before,
.navbar-toggle-icon:after {
  content: '';
  width: 20px;
  height: 3px;
  position: absolute;
  left: 0;
  background: rgba(82, 110, 130, 0.95);
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.dark .navbar-toggle-icon:before,
.dark .navbar-toggle-icon:after {
  background: #d1d5db;
}

.navbar-toggle-icon:before {
  top: 7px;
}

.navbar-toggle-icon:after {
  top: 14px;
}

.navbar-toggle:not(.collapsed) .navbar-toggle-icon {
  background: transparent;
}

.navbar-toggle:not(.collapsed) .navbar-toggle-icon:before {
  width: 25px;
  transform: rotate(45deg) translate(-1px, 2px);
}

.navbar-toggle:not(.collapsed) .navbar-toggle-icon:after {
  width: 25px;
  transform: rotate(-45deg) translate(3px, -6px);
}

.navbar-collapse-in {
  text-align: center;
  width: 100%;
  float: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin: 0;
  left: 0;
  background-color: #fff;
  margin-top: -50px;
}

.dark .navbar-collapse-in {
  background-color: #1f2937;
}

/* Responsive breakpoints */
@media screen and (min-width: 0px) and (max-width: 480px) {
  #index figure {
    position: fixed;
    width: 180px;
    height: 180px;
    margin: -230px -90px;
  }
  #todo {
    font-size: 0.95rem;
    margin: 20px -42% 25px;
    width: 84%;
  }
  #todo header {
    font-size: 1.15rem;
    padding: 6px 0 8px 16px;
  }
  #todo .bio {
    font-size: 1rem;
    padding: 12px 16px;
  }
  #todo .ctas {
    font-size: 0.95rem;
    padding: 0 16px 12px;
  }
  #todo:after,
  #todo:before {
    bottom: 100%;
    left: 50%;
    top: initial;
    right: initial;
  }
  #todo:after {
    border-bottom-color: #fff;
    border-width: 20px;
    margin-left: -20px;
  }
  .dark #todo:after {
    border-bottom-color: #1f2937;
  }
  #todo:before {
    border-bottom-color: #ddd;
    border-width: 23px;
    margin-left: -23px;
  }
  .dark #todo:before {
    border-bottom-color: #4b5563;
  }
}

@media screen and (min-width: 0px) and (max-width: 480px) and (orientation: landscape) {
  #index figure {
    position: fixed;
    width: 160px;
    height: 160px;
    margin: -55px -225px;
  }
  #todo {
    width: 265px;
    margin: -65px -40px 0;
    padding: 0 20px;
  }
  #todo:after,
  #todo:before {
    left: initial;
    bottom: initial;
    right: 100%;
    top: 75%;
  }
  #todo:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 25px;
    margin-top: -25px;
  }
  .dark #todo:after {
    border-right-color: #1f2937;
  }
  #todo:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 28px;
    margin-top: -28px;
  }
  .dark #todo:before {
    border-right-color: #4b5563;
  }
}

@media (min-width: 481px) {
  #index figure {
    position: fixed;
    width: 300px;
    height: 300px;
    margin: -350px -150px;
  }
  #todo {
    margin: 60px -40% 0;
    width: 80%;
  }
  #todo:after,
  #todo:before {
    bottom: 100%;
    left: 50%;
    top: initial;
    right: initial;
  }
  #todo:after {
    border-bottom-color: #fff;
    border-width: 25px;
    margin-left: -25px;
  }
  .dark #todo:after {
    border-bottom-color: #1f2937;
  }
  #todo:before {
    border-bottom-color: #ddd;
    border-width: 28px;
    margin-left: -28px;
  }
  .dark #todo:before {
    border-bottom-color: #4b5563;
  }
}

@media (min-width: 641px) {
  #index figure {
    position: absolute;
    width: 300px;
    height: 300px;
    margin: -50px -355px;
  }
  #todo {
    width: 330px;
    margin: -85px -40px 0;
  }
  #todo:after,
  #todo:before {
    left: initial;
    bottom: initial;
    right: 100%;
    top: 75%;
  }
  #todo:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 25px;
    margin-top: -25px;
  }
  .dark #todo:after {
    border-right-color: #1f2937;
  }
  #todo:before {
    border-color: rgba(221, 221, 221, 0);
    border-right-color: #ddd;
    border-width: 28px;
    margin-top: -28px;
  }
  .dark #todo:before {
    border-right-color: #4b5563;
  }
}

@media (min-width: 961px) {
  #index figure {
    position: absolute;
  }
}

@media (min-width: 1025px) {
  #index figure {
    width: 400px;
    height: 400px;
    margin: -200px -500px;
  }
  #todo {
    width: 500px;
    margin: -45px -75px 0;
  }
  #todo .ctas {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 1400px) {
  #index figure {
    width: 400px;
    height: 400px;
    margin: -200px -500px;
    position: absolute;
  }
  #todo {
    width: 500px;
    margin: -45px -75px 0;
  }
}

/* Responsive adjustments for about page */
@media (max-width: 640px) {
  .title {
    font-size: 48px;
    line-height: 1.5;
    margin: 60px auto 80px;
  }

  .title-sm {
    font-size: 26px;
    line-height: 1.5;
    margin: 48px auto 32px;
  }

  #about .title {
    margin: 90px auto 40px;
  }

  #about p {
    font-size: 14px;
  }

  #about .about-me {
    margin: 24px auto 0 auto;
    padding: 0 16px;
    max-width: 100%;
  }

  #about .about-me .profile {
    width: 160px;
    height: 160px;
    background-position-x: -66px;
    margin: 0 auto 32px auto;
  }

  #about .about-me p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  #resume article h2 {
    font-size: 14px;
  }

  #social > li {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  #social > li > a {
    justify-content: center;
  }

  #skills section {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  #skills-also section {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding-left: 0;
  }

  #skills-also .skills-js-ember,
  #skills-also .skills-ts-node-nest,
  #skills-also .skills-desing {
    margin: -20px auto;
  }
}

/* Tablet responsive */
@media (min-width: 641px) and (max-width: 1024px) {
  #about .about-me {
    max-width: 700px;
    padding: 0 24px;
  }

  #about .about-me .profile {
    width: 180px;
    height: 180px;
    background-position-x: -72px;
    margin: 0 auto 36px auto;
  }

  #about .about-me p {
    font-size: 18px;
    line-height: 1.65;
  }
}
