.lobster {
  font-family: "Great Vibes", cursive !important;
}

a {
  text-decoration: none;
}

.uk-container {
  max-width: 1320px;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #00adb5;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #046165;
}

.text-black {
  color: #222831 !important;
}

.text-grey {
  color: #393e46 !important;
}

.text-cyan {
  color: #00adb5 !important;
}

.text-white {
  color: #eeeeee !important;
}

.bg-black {
  background-color: #222831 !important;
}

.bg-grey {
  background-color: #393e46 !important;
}

.bg-cyan {
  background-color: #00adb5 !important;
}

.bg-white {
  background-color: #eeeeee !important;
}

* {
  font-family: "Bree Serif", serif !important;
  scroll-behavior: smooth !important;
}

#first {
  border-bottom: 5px solid #00adb5;
}
#first .container {
  position: relative;
}
#first .logo {
  position: absolute;
  top: 20px;
  left: 10px;
}
#first .logo .name {
  font-size: 2rem;
}
#first .logo .com {
  font-size: 0.8rem;
}
#first .draw svg {
  width: 100%;
}
#first .socialmedia a svg {
  font-size: 1.8rem;
}
#first .more {
  transition: 0.4s;
  border: 3px solid #00adb5;
}
#first .more:hover {
  background-color: #00adb5;
  color: #222831 !important;
}

#second .title {
  width: fit-content;
  border-bottom: 3px solid #00adb5;
  padding-bottom: 0.5rem;
}
#second .title div {
  border-bottom: 3px solid #00adb5;
  padding-bottom: 0.3rem;
}
#second #skills .skill {
  cursor: pointer;
}
#second #skills .skill .wrapper, #second #skills .skill .wrapper svg {
  transition: 0.3s ease-in-out;
}
#second #skills .html:hover svg {
  color: #e34c26;
}
#second #skills .css:hover svg {
  color: #2965f1;
}
#second #skills .js:hover svg {
  color: #ffd43b;
}
#second #skills .php:hover svg {
  color: #787CB5;
}
#second #skills .mysql:hover svg {
  color: #F29111;
}
#second #skills .laravel:hover svg {
  color: #F05340;
}
#second #skills .wordpress:hover svg {
  color: #00749C;
}
#second #skills .git:hover svg {
  color: #F1502F;
}
#second #skills .bootstrap:hover svg {
  color: #553C7B;
}
#second #skills .sass:hover svg {
  color: #CD6799;
}
#second #skills .vuejs:hover svg {
  color: #41B883;
}
#second #skills .python:hover svg {
  color: #306998;
}

#third {
  background-image: url("/imgs/coding.jpg");
  background-attachment: fixed;
  background-size: cover;
}
#third .layout {
  background-color: rgba(34, 40, 49, 0.85);
}
#third .numbers {
  font-size: 2rem;
  border-bottom: solid 3px #00adb5;
}
#third .uk-grid {
  border-top: 2px #00adb5 solid;
}

#fourth h2 {
  position: relative;
  padding-bottom: 0.65rem;
}
#fourth h2:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 3px;
  height: 4px;
  width: 45px;
  background: #00adb5;
}
#fourth .uk-grid ul li {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid #eee;
}
#fourth .uk-grid ul li:first-child {
  margin-top: 0;
}

#fifth h2:before {
  border-left-color: #00adb5 !important;
}
#fifth textarea {
  width: 100%;
}

footer {
  padding: 1rem 0 0.5rem;
  font-size: 1.1rem;
  word-spacing: 0.1rem;
}
footer .social a {
  font-size: 1.5rem;
}
footer .social a:hover svg {
  transition: 0.3s;
  color: #00adb5 !important;
}

@media (max-width: 960px) {
  footer .uk-grid .uk-width-1-1 {
    padding: 1rem 0;
  }
}

/*# sourceMappingURL=main.css.map */
