body {
  margin: 0;
  font-family: "Arsenal", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  /*background-color: #fff; */
  background-color: #e4edf6;
}

.box-shadow {
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1); }

.select {
  position: relative; }
  .select .icon-select {
    position: absolute;
    top: 50%;
    right: 1rem;
    font-size: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

select {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

#header {
  position: relative;
  height: 200px;
  box-shadow: 1px 30px 30px rgba(0, 0, 0, 0.2);
}
  #header .about-me {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%; }
    #header .about-me h2 {
      margin-bottom: 8px;
      text-transform: capitalize;
      font-size: 25px;
      font-weight: 600; }
    #header .about-me .avatar {
      margin-bottom: 1rem; }
      #header .about-me .avatar img {
        width: 50px;
        height: 50px;
        border-radius: 50%; }
    #header .about-me h3 {
      font-weight: 600;
      font-size: 1rem;
      margin-bottom: 0; }

#particles-js {
  width: 100%;
  height: 100%;
  background-color: #3b83d2;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.bg-primary {
  /*background-color: #0b75b1 !important; */
  background-color: rgb(58, 131, 210) !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  padding: 0;
  border: none; }

.fixed-top {
  display: block !important; }

#navbar {
  /*display: none; */
  display: block;
}

.navbar-dark {
  padding: 0px; }
  .navbar-dark .navbar-nav .active .nav-link {
    background: #fff;
    color: #0b75b1 !important; }
  .navbar-dark .navbar-nav .nav-item .nav-link {
    padding: .75rem;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff; }
    .navbar-dark .navbar-nav .nav-item .nav-link:hover {
      background: #fff;
      color: #0b75b1 !important; }

canvas {
  display: block;
  vertical-align: bottom; }

button {
  outline: 0; }
  button:focus {
    outline: 0; }

.list-blog {
  /*background-image: url("../images/bg-body-01.png");*/
  background-color: #e4edf6;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 3rem 0; 
}
  .list-blog .item-blog:last-child {
    margin-bottom: 0; }
  .list-blog .item-blog {
    margin-bottom: 3rem;
    background: #fff;
    -webkit-box-shadow: 1px 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 15px 30px rgba(0, 0, 0, 0.2); }
    .list-blog .item-blog .img-item-blog {
      line-height: 0; }
      .list-blog .item-blog .img-item-blog a {
        display: block; }
        .list-blog .item-blog .img-item-blog a img {
          width: 100%; }
    .list-blog .item-blog .info-item-blog {
      padding: 1.5rem; }
      .list-blog .item-blog .info-item-blog .name-item-blog {
        font-size: 24px;
        font-weight: 600; }
        .list-blog .item-blog .info-item-blog .name-item-blog a {
          display: block;
          text-decoration: none;
          color: #4a4a4a;
          -webkit-transition: all .35s;
          -o-transition: all .35s;
          transition: all .35s; }
          .list-blog .item-blog .info-item-blog .name-item-blog a:hover {
            color: #00bad6; }

.detail-blog .img-item-blog {
  line-height: 0;
  margin-bottom: 1rem; }
  .detail-blog .img-item-blog img {
    width: 100%; }
.detail-blog .name-item-blog {
  font-size: 24px;
  margin-bottom: 1rem; }
  .detail-blog .name-item-blog img {
    width: 100%; }

@media (min-width: 1200px) {
  .container {
    max-width: 1000px; 
  } 
}
@media (min-width: 992px) {
  .container {
    max-width: 960px; 
  } 
}
@media (max-width: 768px) {
  .navbar-nav {
    background: #064f80; }
    .navbar-nav .nav-item {
      border-bottom: 1px solid #fff; }
    .navbar-nav .nav-item:last-child {
      border-bottom: 0; }

  .navbar-dark {
    /*padding: 8px 0; */
    padding-top: 5px;
  } 
}
@media (max-width: 414px) {
  #header {
    height: 150px;
    -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 30px 10px rgba(0, 0, 0, 0.3); }
    #header .about-me .avatar img {
      width: 50px;
      height: 50px;
      border-radius: 50%; }
    #header h2 {
      font-size: 2rem !important; } }

footer {
  color: rgb(59, 131, 210);
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255);
  padding: 10px;
}

.content {
  padding-top: 10px;
}
.content img {
  width: 100%;
  border-radius: 10px;
}
.item-blog {
  border-radius: 5px;
}
.item-blog img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.content pre  {
  padding: 10px;
  background-color: #e9f1ee;
  border-radius: 5px;
}

