
.container{
  width: 100%;
  margin-top: 100px;
  /* background-color: red; */
  display: flex;
  /* background-image: url("/img/cover1.png") ; */
  background-size: cover;
  /* background-repeat: no-repeat; */
  background-position: center ;
  background-attachment: fixed;
}

.article-list,
.portfoli-list{
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}
.portfoli-list{
  width: 1024px;
}

/* .article-list:hover:before {
  background: rgba(0, 0, 0, 0.02);
} */
@media (min-width: 800px){
  .article-list:hover > *  {
    background: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    z-index: 5;
    transition: all 0.3s ease-out;
  }
  .article-list .article-preview:hover {
    background-color: rgba(0, 0, 0, .03);
    border: 7px solid #A5AED4;
    border-radius: 15px;
    opacity: 1;
    z-index: 10;
    transition: all 0.1s ease-out;
  }
}
.article-preview {
  /* width: 90%; */
  min-height: 100px;
  /* background-color: #ffffff; */
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  border: 7px solid #FBDCBC;
  border-radius: 15px;

}
.article-preview img{
  border-radius: 5px;
}

.article-container{
    /* display: flex; */
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    justify-content: space-around;
    margin: auto;
    text-align: center;
}
.article-body{
    width: 80%;
    max-width: 800px;
    z-index: 1;
    justify-content: space-around;
    margin: 50px auto;
    padding: 50px;
    text-align: left;
    background-color: rgba(0, 0, 0, .03);
}
.article-body a{
  font-family: monospace;
}
.portfoli-item{
  width: 100%;
  min-height: 100px;
  background-color: #ffffff;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 7px solid #A5AED4;
  border-radius: 15px;
  /* padding: 20px; */
}
.portfoli-item-header{
  /* color: #ffffff; */
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  /* text-shadow: 3px 0px 1px #13b8aa; */
  /* font-size: 30px;
  font-weight:200;
  text-align: center; */
}
.portfoli-item-header h2{
  /* font-weight: 200; */
  font-size: 30px;
}
@media (max-width: 600px){
  .article-body{
    padding: 25px;
  }
  .article-preview{
    background: rgba(0, 0, 0, 0.05);
  }
}
.article-body a{
  /* text-shadow: 2px 0px 2px #13b8aa; */
}
.article-body a:hover{
  border-bottom: 1px solid #229ED9;
}

.article-body p{
  font-size: 16px;
  line-height: 1.5;
  padding: 10px 0;
}
.article-img{
  display: flex;
  width: 90%;
  margin: auto;
  padding: 20px 0;
}
.article-body ul{
  list-style-type: circle;
  margin:  0;
}
.article-body li{
  line-height: 1.5;
}
.article-body h1,
.article-body h2,
.article-body h3,
.article-list h1,
.article-list h2,
.portfoli-item-header h2{
  padding-top: 10px;
  padding-bottom: 10px;
}
.article-body h2{
  font-size: 1.5em;
}
.article-body h3{
  padding-top: 10px;
}
.border-frame {
  border: 6px solid #A5AED4;
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
}
.stealth{
  font-size: 0;
}
