/* body,
h1,h2,h3,h4,h5,h6,p{
  font-family: 'Quattrocento', serif;
} */
body{
  background-color: rgb(226, 226, 226);
  /*background-image: url('img/lightning-50.png');*/
  background-attachment: fixed;
  background-position: center;
}
a{
  text-decoration: none;
  color: inherit;
}
}
.footer-text a{
  text-decoration: none;
  color: #6a0fed;
  background-color: rgba(41, 41, 41, 0);
  padding: 2px;
  transition: opacity .2;
}
.footer-text a:hover{
  color: #fab314;
  background-color: rgba(41, 41, 41, 1)
}
.container{
  max-width: 800px;
  /* height: 5000px; */
}
.section{
  padding: 20px 20px;
}
/* .section:first-of-type{
  padding-top: 60px
} */
.content-header{
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: rgb(47 98 129);
  transition: margin-top .2s;
  color: white;
  backdrop-filter: blur(20px) saturate(180%);
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px, rgb(60 64 67 / 15%) 0px 2px 6px 2px;
}
.content-header p{
    font-size: 15px;
}
.content-body{
  margin-top: 317px;
}
.card{
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  -webkit-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  -moz-box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 2px 6px 2px rgb(60 64 67 / 15%);
  padding: 0 20px;
  background-color: rgba(255,255,255,.4);
  backdrop-filter: blur(5px);
}
.my-image{
  height: 120px;
  aspect-ratio: 1/1;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 50%;
  background-color: rgb(3 52 82);
  padding: 10px;
}
.my-ext-link{
  display: flex;
  justify-content: space-between;
  max-width: 300px;
  margin: auto;
}
.my-ext-link a{
  text-decoration: none;
  margin: auto;
}
.my-ext-link a svg{
  fill: #fab314;
}
.my-ext-link a svg:hover{
  fill: #fff;
}
.skill-title{
  font-size: 15px;
  font-weight: 500;
}
.skill-year{
  font-size: 14px;
}

@media (max-width: 450px){
  .content-header p{
    font-size: 14px;
  }
  .section{
    padding: 20px 0;
  }
  .card{
    padding: 0;
  }
  .card-title{
    font-size: 15px;
  }
  .footer-text{
    font-size: 12px;
  }
}

.timeline {
    border-left: 3px solid #fab314;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    background: #e2e2e2;
    margin: 0 0 0 auto;
    letter-spacing: 0.2px;
    position: relative;
    line-height: 1.4em;
    font-size: 1.03em;
    padding: 50px;
    list-style: none;
    text-align: left;
    max-width: 75%;
}

@media (max-width: 767px) {
    .timeline {
        max-width: 98%;
        padding: 25px;
    }
}

.timeline h1 {
    font-weight: 300;
    font-size: 1.4em;
}

.timeline h2,
.timeline h3 {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
}

.timeline h4 {
    font-weight: 500;
    font-size: .9rem;
    margin-bottom: 10px;
}

.timeline .event {
    border-bottom: 1px dashed #e8ebf1;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

@media (max-width: 767px) {
    .timeline .event {
        padding-top: 30px;
    }
}

.timeline .event:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.timeline .event:before,
.timeline .event:after {
    position: absolute;
    display: block;
    top: 0;
}

.timeline .event:before {
    left: -207px;
    content: attr(data-date);
    text-align: right;
    font-weight: 100;
    font-size: 0.9em;
    min-width: 120px;
}

@media (max-width: 767px) {
    .timeline .event:before {
        left: 0px;
        text-align: left;
    }
}

.timeline .event:after {
    -webkit-box-shadow: 0 0 0 3px #fab314;
    box-shadow: 0 0 0 3px #fab314;
    left: -55.8px;
    background: #fff;
    border-radius: 50%;
    height: 9px;
    width: 9px;
    content: "";
    top: 5px;
}

@media (max-width: 767px) {
    .timeline .event:after {
        left: -31.8px;
    }
}

.rtl .timeline {
    border-left: 0;
    text-align: right;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border-right: 3px solid #727cf5;
}

.rtl .timeline .event::before {
    left: 0;
    right: -170px;
}

.rtl .timeline .event::after {
    left: 0;
    right: -55.8px;
}
