@charset "UTF-8";

.px-20 {
    padding-right: 20px !important;
    padding-left: 20px !important;
}


section.resume-section {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 75rem;
}
section.resume-section .resume-section-content {
  width: 100%;
}

@media (min-width: 768px) {
  section.resume-section {
    /*min-height: 100vh;*/
  }
    .px-20 {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

}
@media (min-width: 992px) {
  section.resume-section {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }


}
@media (max-width: 768px) {

    .pt120 {
        padding-top: 100px;
    }
}
.site-wrap {
    max-width: 700px;
    margin: 100px auto;
    background: white;
    padding: 40px;
    text-align: justify;
}

.align-left {
    float: left;
    margin-right: 20px;
}

.align-right {
    float: right;
    margin-left: 20px;
}

.slide-in {
    opacity: 0;
    transition: all .5s;
}


.align-left.slide-in {
    transform: translateX(-30%) scale(0.95);
}

.align-right.slide-in {
    transform: translateX(30%) scale(0.95);
}


.slide-in.active {
    opacity: 1;
    transform: translateX(0%) scale(1);
}

.slideanim {
    visibility: hidden;
    visibility: visible\9; /*For old IE browsers IE6-8 */
}

    .slideanim.slide {
        visibility: visible;
        animation: slide 1s;
    }

    .slideanim::after {
        /* useful when its child elements are float:left; */
        content: "";
        display: table;
        clear: both;
    }

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(50%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.border-pic {
    border: 5px solid #ebebeb !important;
}

.f13 {
    font-size:13px!important;
}

.cafe-c {
    color: #9f5924;
}

.red-c {
    color: #771729;
}
.purple-c {
    color: #561c75;
}
.deepblue-c {
    color: #1c2950;
}

.Y-green-c {
    color: #a18724;
}

.Y-green-c-border {
    border-color: #eedbb2;
}

.border-img-l {
    border: 1px solid;
    border-image: linear-gradient(to top left, #eee 0%, #fff 30%, #fff 75%, #eee 100%) 1;
}
