/*!
   * Bootstrap Reboot v5.2.0 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul {
  padding-left: 2rem; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: var(--bs-link-color);
  text-decoration: underline; }
  a:hover {
    color: var(--bs-link-hover-color); }

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }
  button:not(:disabled),
  [type="button"]:not(:disabled),
  [type="reset"]:not(:disabled),
  [type="submit"]:not(:disabled) {
    cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield; }

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

iframe {
  border: 0; }

summary {
  display: list-item;
  cursor: pointer; }

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: #dee2e6;
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #fff;
  --bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(var(--bs-nav-tabs-border-width) * -1);
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(var(--bs-nav-tabs-border-width) * -1);
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

@font-face {
  font-family: 'Headline-Font';
  src: url("../font/centurygothic-webfont.woff2") format("woff2"), url("../font/centurygothic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Headline-Font-Bold';
  src: url("../font/gothicb0-webfont.woff2") format("woff2"), url("../font/gothicb0-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

html, body {
  margin: 0;
  padding: 0;
  background: #393939;
  color: #e4e4e4; }

* {
  box-sizing: border-box; }

a:not(.btn) {
  color: #72b7f0;
  text-decoration: none; }
  a:not(.btn):hover {
    color: #72b7f0;
    text-decoration: underline; }

.highlight {
  color: #72b7f0; }

.no-wrap {
  white-space: nowrap; }

.content ul {
  padding-left: 24px;
  position: relative; }
  @media all and (min-width: 768px) {
    .content ul {
      padding-left: 30px; } }

.content li {
  list-style-type: none; }
  .content li:before {
    content: '\2192';
    padding-right: 10px;
    color: #72b7f0;
    position: absolute;
    left: 0; }

@media all and (max-width: 767px) {
  .navi-opened {
    overflow: hidden; } }

h1, h2, h3, h4 {
  font-family: "Headline-Font"; }

.bold {
  font-family: "Headline-Font-Bold"; }

h2 {
  font-size: 22px;
  padding-bottom: 12px; }
  @media all and (min-width: 480px) {
    h2 {
      font-size: 28px; } }
  @media all and (min-width: 768px) {
    h2 {
      font-size: 32px; } }
  @media all and (min-width: 1024px) {
    h2 {
      font-size: 36px; } }
  @media all and (min-width: 1024px) {
    h2 {
      font-size: 40px; } }

/*h2 {
	font-size: 34px;
	padding-bottom: 12px;

	@media all and (min-width: 480px) {
		font-size: 40px;
	}

	@media all and (min-width: 768px) {
		font-size: 48px;
	}

	@media all and (min-width: 1024px) {
		font-size: 54px;
	}

	@media all and (min-width: 1024px) {
		font-size: 60px;
	}
}*/
p, li, .btn {
  font-size: 16px; }
  @media all and (min-width: 480px) {
    p, li, .btn {
      font-size: 18px; } }
  @media all and (min-width: 768px) {
    p, li, .btn {
      font-size: 20px; } }

header, footer, section {
  padding: 50px 20px; }
  header .inner, footer .inner, section .inner {
    max-width: 1200px;
    margin: 0 auto; }
  @media all and (min-width: 480px) {
    header, footer, section {
      padding: 50px 30px; } }
  @media all and (min-width: 650px) {
    header, footer, section {
      padding: 50px 40px; } }
  @media all and (min-width: 768px) {
    header, footer, section {
      padding: 80px 40px; } }

.clearfix {
  clear: both; }

.btn {
  background: #393939;
  color: #e4e4e4;
  border: 2px solid #e4e4e4;
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  padding: 8px 10px;
  border-radius: 0;
  text-decoration: none; }
  @media all and (min-width: 480px) {
    .btn {
      padding: 12px 20px;
      margin: 0 20px 20px 0; } }
  .btn:last-of-type {
    margin-right: 0; }
  .btn:hover {
    border-color: #72b7f0;
    color: #72b7f0; }
  .btn.on-light {
    background: #393939;
    color: #e4e4e4;
    border-color: #393939; }
    .btn.on-light:hover {
      color: #72b7f0;
      box-shadow: 0 0 5px #72b7f0;
      border-color: #72b7f0; }

[data-animate="true"] {
  opacity: .001;
  transform: translateY(50px);
  transition: all 1s; }
  [data-animate="true"][data-visible] {
    opacity: 1;
    transform: translateY(0); }

nav {
  background: #393939;
  color: #e4e4e4;
  position: fixed;
  width: 100%;
  box-shadow: 0px 0px 10px 1px #393939;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  padding: 0 20px;
  transition: box-shadow 0.3s;
  z-index: 1; }
  @media (prefers-reduced-motion: reduce) {
    nav {
      transition: none; } }
  @media all and (min-width: 480px) {
    nav {
      padding: 0 30px; } }
  @media all and (min-width: 650px) {
    nav {
      padding: 0 40px; } }
  nav.scrolled {
    box-shadow: 0px 0px 10px 1px #222; }
  nav .burger {
    display: none; }
  nav .inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px; }
    @media all and (min-width: 768px) {
      nav .inner {
        height: 80px; } }
  nav img {
    height: 40px;
    width: auto; }
    @media all and (min-width: 768px) {
      nav img {
        height: 50px; } }
  nav li {
    border-right: 1px solid #e4e4e4;
    transition: border, 0.3s; }
    @media (prefers-reduced-motion: reduce) {
      nav li {
        transition: none; } }
    nav li:last-child {
      border-right: none; }
  nav .nav:hover li {
    border-color: #72b7f0; }
  nav a:not(.btn):not(.logo) {
    color: #fff;
    text-decoration: none;
    transition: color, 0.3s;
    padding: 5px 20px;
    display: inline-block;
    font-size: 20px; }
    @media (prefers-reduced-motion: reduce) {
      nav a:not(.btn):not(.logo) {
        transition: none; } }
    @media all and (min-width: 768px) and (max-width: 900px) {
      nav a:not(.btn):not(.logo) {
        font-size: 16px; } }
    nav a:not(.btn):not(.logo):hover {
      color: #72b7f0;
      text-decoration: none; }
  @media all and (max-width: 767px) {
    nav .burger {
      display: block;
      height: 40px;
      width: 40px;
      padding: 5px;
      margin-right: -5px;
      position: relative;
      cursor: pointer; }
      nav .burger:before, nav .burger:after {
        content: '';
        position: absolute;
        top: 12px;
        height: 4px;
        border-radius: 2px;
        width: 30px;
        background: #e4e4e4;
        left: 5px;
        transition-duration: .3s;
        transition-property: left, width; }
      nav .burger:after {
        top: auto;
        bottom: 12px;
        width: 30px;
        transition-delay: 0s, .15s; }
      nav .burger.active:before {
        width: 20px; }
      nav .burger.active:after {
        width: 20px;
        left: 20px;
        transition-delay: .15s, 0s; }
    nav .nav {
      position: fixed;
      top: 50px;
      left: -100vw;
      height: calc(100vh - 50px);
      width: 100vw;
      background: #393939;
      transition: left, 0.3s;
      flex-direction: column; } }
  @media all and (max-width: 767px) and (prefers-reduced-motion: reduce) {
    nav .nav {
      transition: none; } }
  @media all and (max-width: 767px) {
      nav .nav li {
        margin: 0 20px;
        border-right: 0;
        border-bottom: 1px solid #72b7f0;
        padding: 10px 0; }
        nav .nav li a {
          display: block;
          padding: 10px 0;
          width: 100%; }
    nav .active + .nav {
      left: 0; } }

#aboutme h2 {
  padding: 30px 0 12px; }

#contact {
  background: #e4e4e4;
  color: #393939; }
  #contact .links {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 30px 0; }
  #contact svg {
    height: 40px; }
    @media all and (min-width: 650px) {
      #contact svg {
        height: 60px; } }
    #contact svg path {
      fill: #393939;
      transition: fill 0.3s; }
      @media (prefers-reduced-motion: reduce) {
        #contact svg path {
          transition: none; } }
  #contact .xing:hover path {
    fill: #126567; }
  #contact .linkedin:hover path {
    fill: #0e76a8; }
  #contact .facebook:hover path {
    fill: #3b5998; }
  #contact .instagram:hover path {
    fill: #E1306C; }

#cv h2 {
  padding: 30px 0 12px; }

header {
  padding-top: 50px; }
  @media all and (min-width: 768px) {
    header {
      padding-top: 80px; } }
  header .spacer {
    display: block;
    height: 2px;
    width: 30px;
    background: #72b7f0;
    margin: 20px 0; }

#home {
  position: relative;
  height: 100vh;
  max-height: 135vw;
  padding-bottom: 0; }
  #home:after {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 2px solid #72b7f0;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0; }
  #home .inner {
    position: relative;
    display: flex;
    height: 100%; }
  #home .profile {
    max-height: 100%;
    height: auto;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 35%;
    max-width: 100%;  }
    @media all and (min-width: 480px) {
      #home .profile {
        right: 33%;
        max-width: 105%;
        width: auto; } }
  #home h1 {
    position: absolute;
    left: 55%;
    bottom: 10%;
    text-shadow: 0 0 10px #393939;
    font-family: "Headline-Font";
    font-size: 6vw; }
    @media all and (min-width: 768px) {
      #home h1 {
        font-size: 36px; } }
    @media all and (min-width: 1024px) {
      #home h1 {
        font-size: 42px; } }
    @media all and (min-width: 1024px) {
      #home h1 {
        font-size: 48px; } }
  @media all and (orientation: portrait) {
    #home h1 {
      bottom: auto;
      top: 12%;
      left: 35%; }
    #home .profile {
      right: 10%;
      max-width: 140%;
      width: 140%; } }

#imprint p {
  font-size: 12px; }
  @media all and (min-width: 768px) {
    #imprint p {
      font-size: 14px; } }

#skills {
  padding-bottom: 0; }
  #skills .skillset {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 30px 0;
    border-bottom: 2px solid #72b7f0; }
    #skills .skillset:last-child {
      border-bottom: none; }
    @media all and (min-width: 768px) {
      #skills .skillset {
        flex-direction: row;
        padding: 50px 0; } }
  #skills .counter {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    #skills .counter span {
      font-size: 10rem;
      text-align: center;
      margin: 0;
      line-height: .8;
      padding-top: .1em;
      font-family: "Headline-Font";
      letter-spacing: -.1em; }
      @media all and (min-width: 1024px) {
        #skills .counter span {
          font-size: 14rem; } }
    #skills .counter p {
      font-size: 1.5rem;
      text-align: center; }
    @media all and (min-width: 768px) {
      #skills .counter {
        width: 30%; } }
  #skills .description {
    width: 100%; }
    @media all and (min-width: 768px) {
      #skills .description {
        width: 70%; } }
