@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Kanit:900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:700&display=swap");
*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "Lato", sans-serif;
  color: #e9e9e9;
}

a {
  color: #e9e9e9;
  text-decoration: none;
}

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

img {
  display: block;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-danger {
  color: #da2626;
}

.text-success {
  color: #08c24f;
}

.text-info {
  color: #3097d1;
}

.delete:hover {
  color: #da2626;
}

.view:hover {
  color: #08c24f;
}

.edit:hover {
  color: #3097d1;
}

.full-width {
  width: 100%;
}

.row::after {
  content: '';
  clear: both;
  display: table;
}

[class*='col-'] {
  float: left;
  padding: 15px;
}

/* For mobile phones: */
[class*='col-'] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {
    width: 8.33%;
  }
  .col-s-2 {
    width: 16.66%;
  }
  .col-s-3 {
    width: 25%;
  }
  .col-s-4 {
    width: 33.33%;
  }
  .col-s-5 {
    width: 41.66%;
  }
  .col-s-6 {
    width: 50%;
  }
  .col-s-7 {
    width: 58.33%;
  }
  .col-s-8 {
    width: 66.66%;
  }
  .col-s-9 {
    width: 75%;
  }
  .col-s-10 {
    width: 83.33%;
  }
  .col-s-11 {
    width: 91.66%;
  }
  .col-s-12 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {
    width: 8.33%;
  }
  .col-2 {
    width: 16.66%;
  }
  .col-3 {
    width: 25%;
  }
  .col-4 {
    width: 33.33%;
  }
  .col-5 {
    width: 41.66%;
  }
  .col-6 {
    width: 50%;
  }
  .col-7 {
    width: 58.33%;
  }
  .col-8 {
    width: 66.66%;
  }
  .col-9 {
    width: 75%;
  }
  .col-10 {
    width: 83.33%;
  }
  .col-11 {
    width: 91.66%;
  }
  .col-12 {
    width: 100%;
  }
}

.container {
  width: 920px;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.aside {
  height: 100vh;
  float: left;
  clear: both;
}

.padding-0 {
  padding: 0px;
}

.padding-5 {
  padding: 5px;
}

.padding-10 {
  padding: 10px;
}

.padding-15 {
  padding: 15px;
}

.padding-30 {
  padding: 30px;
}

@media only screen and (max-width: 600px) {
  .padding-0 {
    padding: 0px;
  }
  .padding-5 {
    padding: 5px;
  }
  .padding-10 {
    padding: 5px;
  }
  .padding-15 {
    padding: 5px;
  }
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.alert {
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.card {
  float: none;
  margin: auto;
  background: #eaeaea;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #dbd9d9;
}

@media only screen and (max-width: 600px) {
  .card {
    width: 100%;
  }
}

.card h1 {
  color: #495057;
}

.form-group {
  width: 100%;
  margin-bottom: 10px;
}

.form-group label {
  color: #414141;
}

.form-group .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.form-group .form-control:focus {
  outline: none;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.form-group .is-invalid {
  border: 1px solid #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-group .is-valid {
  border: 1px solid #13ce66;
  -webkit-box-shadow: 0 0 0 0.2rem #13ce6770;
          box-shadow: 0 0 0 0.2rem #13ce6770;
}

.form-group .invalid-feedback {
  color: #e07373;
  padding: 5px 0;
}

.paragraph {
  color: #495057;
  margin: 10px 0;
}

.paragraph a {
  color: #4d5053;
}

.paragraph a:hover {
  color: #2966a3;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.default-table {
  width: 100%;
  font-family: "Lato", sans-serif;
  border-collapse: collapse;
}

.default-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #4d648a;
  color: white;
}

.default-table td,
.default-table th {
  border: 1px solid transparent;
  padding: 8px;
}

.default-table td i,
.default-table th i {
  padding: 0 3px;
  cursor: pointer;
}

.default-table tr {
  background-color: #384161;
}

.default-table tr:nth-child(even) {
  background-color: #1b3256;
}

.btn {
  border: none;
  background: none;
  color: white;
  font-size: 1rem;
}

.btn-sm {
  border-radius: 16px;
  padding: 4px 16px;
}

.btn-lg {
  border-radius: 0;
  padding: 4px 16px;
}

.btn-block {
  width: 100%;
  padding: 0.6rem;
  border-radius: 4px;
}

.btn-primary {
  background-color: #0e3c65;
  border-color: #0e3c65;
}

.btn-primary:focus {
  outline: none;
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
}

.btn-danger {
  background-color: #b31f31;
  border-color: #b31f31;
}

.btn-danger:focus {
  outline: none;
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

header {
  width: 100%;
  padding: 50px 0;
}

header nav {
  width: 100%;
}

header nav .menu {
  list-style-type: none;
}

header nav .menu li {
  float: left;
}

header nav .menu li a {
  display: block;
  padding: 15px 15px;
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (max-width: 600px) {
  header nav .menu {
    float: none;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.header-tools {
  padding: 15px 15px;
}

@media only screen and (max-width: 600px) {
  .header-tools {
    float: none;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.header-tools i {
  cursor: pointer;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  background: #0e29a9;
  margin-left: 3px;
}

.header-tools .fa-moon {
  color: #f1f0ee;
}

.header-tools .fa-moon:hover {
  background-color: #424241;
}

.header-tools .fa-sun {
  color: #f1f0ee;
}

.header-tools .fa-sun:hover {
  background-color: #ff9800 !important;
}

.header-tools .fa-instagram:hover {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.header-tools .fa-facebook-f:hover {
  background-color: #3b5998 !important;
}

.header-tools .fa-twitter:hover {
  background-color: #1da1f2 !important;
}

.header-tools .fa-github:hover {
  background-color: #24292e !important;
}

.header-tools .fa-linkedin-in:hover {
  background-color: #0170ad !important;
}

.homepage-title {
  width: 100%;
  position: relative;
  padding: 100px 0 0 0;
}

@media only screen and (max-width: 600px) {
  .homepage-title {
    padding: 0;
  }
}

.homepage-title h3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  position: relative;
}

.homepage-title h3 .quote {
  top: 0;
  left: 75px;
  position: absolute;
}

.homepage-title h1 {
  font-family: 'Kanit', sans-serif;
  font-weight: normal;
  font-size: 10rem;
  line-height: 116px;
}

.homepage-title h1 span {
  display: block;
  color: rgba(252, 252, 252, 0.295);
}

@media only screen and (max-width: 600px) {
  .homepage-title h1 span {
    display: inline;
  }
}

@media only screen and (max-width: 600px) {
  .homepage-title h1 {
    text-align: center;
    font-size: 3rem;
    line-height: 3rem;
  }
}

.homepage-title h2 {
  padding: 20px 0;
  font-size: 30px;
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 600px) {
  .homepage-title h2 {
    text-align: center;
    font-size: 15px;
  }
}

.homepage-title .profile-image {
  width: 65.2173913043%;
  position: absolute;
  top: -60px;
  right: -100px;
  z-index: 400;
}

@media only screen and (max-width: 600px) {
  .homepage-title .profile-image {
    position: relative;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    border: 2px solid aliceblue;
    border-radius: 50%;
    clear: both;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
}

.homepage-title .profile-image img {
  width: 100%;
}

.intro-block {
  width: 100%;
  background: transparent;
  position: relative;
  z-index: 700;
}

.intro-block .intro-paragraph {
  text-align: center;
  padding: 50px 50px 30px 50px;
}

.intro-block .intro-paragraph p {
  font-size: 20px;
  font-family: "Lato", sans-serif;
}

.intro-block .tech-stack {
  padding: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(130px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  grid-gap: 15px;
  padding: 40px 50px;
}

@media only screen and (max-width: 600px) {
  .intro-block .tech-stack {
    -ms-grid-columns: (minmax(100px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

.intro-block .tech-stack .icon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  font-size: 60px;
  padding: 10px;
}

.intro-block .tech-stack .icon-block i:hover {
  opacity: 0.8;
}

.intro-block .tech-stack .icon-block .fa-react {
  color: #61dafb;
}

.intro-block .tech-stack .icon-block .fa-node-js {
  color: #43853d;
}

.intro-block .tech-stack .icon-block .fa-java {
  color: #176f95;
}

.intro-block .tech-stack .icon-block .fa-php {
  color: #7376ad;
}

.intro-block .tech-stack .icon-block .fa-laravel {
  color: #e94c42;
}

.intro-block .tech-stack .icon-block .fa-wordpress {
  color: #1f77a2;
}

.intro-block .tech-stack .icon-block .fa-sass {
  color: #cf649a;
}

.intro-block .tech-stack .icon-block .fa-html5 {
  color: #dd4b2d;
}

.intro-block .tech-stack .icon-block .fa-css3-alt {
  color: #006cb4;
}

.intro-block .tech-stack .icon-block .fa-js {
  color: #efd82b;
}

.triangle {
  position: absolute;
  display: block;
  float: right;
  right: 0;
}

@media only screen and (max-width: 600px) {
  .triangle {
    display: none;
  }
}

.to-left {
  top: 270px;
  width: 29.2825768668%;
  height: 100px;
  border-right: solid 650px rgba(252, 252, 252, 0.295);
  border-bottom: solid 300px transparent;
  border-top: solid 300px transparent;
}

.to-right {
  width: 29.2825768668%;
  height: 100px;
  border-left: solid 650px #02183b;
  border-bottom: solid 0px transparent;
  border-top: solid 300px transparent;
  z-index: 600;
  top: 570px;
}

.experience {
  border-left: 3px solid #e9e9e9;
  padding: 0 30px;
  margin-left: 185px;
}

@media (max-width: 767px) {
  .experience {
    margin-left: 0;
    padding-right: 0;
  }
}

.experience .item {
  position: relative;
  margin-bottom: 40px;
}

.experience .item::before {
  content: '';
  position: absolute;
  left: -43px;
  top: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #000000;
  border: 3px solid #009688;
  border: 3px solid #e9e9e9;
}

.experience .item::after {
  content: '';
  position: absolute;
  left: -37px;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #009688;
}

.experience .item h5 {
  font-size: 18px;
}

.experience .company-name {
  color: #e9e9e9;
}

.experience .location {
  position: absolute;
  right: 0;
  top: 2px;
}

.experience .location .fa {
  margin-right: 8px;
}

.experience .job-info {
  position: absolute;
  left: -185px;
  top: 0;
}

.experience .job-info .title {
  color: #e9e9e9;
}

@media (max-width: 767px) {
  .experience .job-info {
    position: static;
    margin-bottom: 1rem;
  }
}

.hr {
  border: 1px solid #d4d5d6;
}

footer .footer-info {
  padding: 15px 0 25px 0;
}

footer .footer-info .contact {
  padding: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 14px;
}

footer .footer-info .contact i {
  font-size: 10px;
}

@media only screen and (max-width: 600px) {
  footer .footer-info .contact {
    float: none;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.blog-list {
  padding: 30px 0;
}

.blog-list h3 a {
  font-size: 35px;
  text-decoration: none;
  color: #04b5ff;
  cursor: pointer;
  font-family: 'Josefin Sans', sans-serif;
}

.blog-list h3 a:hover {
  opacity: 0.8;
}

.blog-list .description-excerpt {
  font-family: "Lato", sans-serif;
  font-size: 17px;
}

.blog-list .entry-meta {
  padding: 10px 0;
  display: block;
  font-size: 14px;
  color: #bebebe;
}

.single-blog {
  padding: 0 0 0 50px;
}

@media only screen and (max-width: 600px) {
  .single-blog {
    padding: 0;
  }
}

.single-blog h1 {
  font-size: 40px;
  font-family: 'Josefin Sans', sans-serif;
}

.single-blog .entry-meta {
  padding: 20px 0;
  display: block;
  font-size: 14px;
  color: #bebebe;
}

.single-blog .content p {
  font-family: "Lato", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.88);
}

.page-title {
  padding: 0 15px;
}

.page-title h3 {
  font-size: 20px;
  padding: 0 0 10px 0;
}

.github-tools {
  padding: 10px 0px;
  display: block;
}

.custom-list {
  padding: 20px 50px;
  display: inline-block;
}

.custom-list ul {
  padding: 0;
  margin: 0;
}

.custom-list ul li {
  list-style-type: symbols("👉");
}

body {
  background: #1702d8;
}

a {
  color: #dddddd;
}

a:hover {
  color: white;
}

.to-right {
  border-left: solid 650px #1702d8;
}
/*# sourceMappingURL=day.css.map */