html,body {
    height: 100%;
}

body {
    position: relative;
    background: #ffffff;
    font-family: "avenir_roman", serif;
    font-size: 1rem;
    line-height: 1.875;
    color: #5f5f5f;
    margin: 0;
    padding: 0;
}

/* ------------ Common Styles  ------------- */

 .wide {
    max-width: 1400px;
}

.narrow {
    max-width: 800px;
    margin: 0 auto;
}


/* ------------ Lists Section  ------------- */
ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

li {
    display: list-item;
}

ol, ul {
    margin-left: 1.7rem;
}

ul li {
    padding-left: .4rem;
}

ul ul, ul ol, ol ol, ol ul {
    margin: .6rem 0 .6rem 1.7rem;
}

ul.disc li {
    display: list-item;
    list-style: none;
    padding: 0 0 0 .8rem;
    position: relative;
}

ul.disc li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #862121;
    position: absolute;
    left: -17px;
    top: 11px;
    vertical-align: middle;
}

dt {
    margin: 0;
    color: #862121;
}

dd {
    margin: 0 0 0 2rem;
}

/*  Menu Bar */


.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: transparent;
    margin: 20px 40px;
    padding: 0px;
}
.clear-button:hover{
    background-color: transparent;
    
}

.navbar-toggler .menu-toggle {
    color: rgb(255, 255, 255);
}



.navbar{
    transition: all 0.5s;

}


.navbar-cont {
    margin: 0px;
    padding: 0px;

}

.navbar-text {
    display: flex;
    list-style: none;
    margin: 0;
    align-items: center;
    align-content: center;
    padding: 0px;
}

.navbar-text li {
    display: flex;
    padding: 10px;

    align-items: center;
    justify-content: center;

}

.navbar-text li a {
    line-height: 72px;
    color: #f1f1f1;
    font-family: 'Poppins', sans-serif;
    font-size: .9rem;
    font-weight:600;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0px;
}
.navbar-text li a:hover {

    color: #1dbf14b9;

}

.navbar-text li.active a {
    font-family: 'Poppins', sans-serif;
    color: #1dbf14b9;
    font-weight: 600;
    font-size: .9rem;

}

.navbar-scrolled {
    background-color: #182153;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
    position: fixed;
}
.navbar-collapse{
    display: block;

}
.navbar-brand{
    padding: 20px;

}


@media only screen and (max-width: 991px) {

    .navbar-text {
        border-bottom: 3px  solid rgb(255, 255, 255);

    }
    .navbar-text li a {
        padding: 18px 0;
        line-height: 18px;
    }
}

@media only screen and (max-width: 451px) {
    .navbar-toggler,
    .navbar-toggler:focus,
    .navbar-toggler:hover,
    .navbar-toggler:active,
    .navbar-toggler-icon:focus {
        margin: 20px 15px;
    }
}
/* ------------ Home Section ------------- */


.s-home {
    width: 100%;
    height: 100%;
    min-height: 786px;
    background-color: transparent;
    position: cover;
    display: table;
}

.s-home .shadow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.s-home .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background-color: #111111;
}

.no-js .s-home {
    background: #0D0A0B;
}


/* ------------ Home Content Section ------------- */


.home-content {
    display: table-cell;
    width: 100%;
    height: 0%;
    vertical-align: bottom;
    padding-bottom: 1.2rem;
    padding-left: 5rem;
    position: relative;
}

.home-content__main {
    padding-right: 700px;
    position: relative;
}

.home-content h3 {
    font-family: "avenir_roman", sans-serif;
    font-size: 1.5rem;
    color: #f1f1f1;
    text-transform: uppercase;
    letter-spacing: .5rem;
    position: relative;
    padding-left: 80px;
    margin-left: -30px;
    margin-bottom: .6rem;
}

.home-content h3::before {
    display: block;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f1f1f1;
    margin-top: -1.5px;
    position: absolute;
    left: 0;
    top: 50%;
    font-family: "avenir_roman", sans-serif;

}

.home-content h1 {
    font-family: "avenir_roman", serif;
    color: #f1f1f1e6;
    font-size: 2.5rem;
    line-height: 1.35;
    margin-top: 0;
}


.home-content__buttons {
    position: absolute;
    right: 0;
    bottom: 2.1rem;
    text-align: center;
}

.home-content__buttons .btn {
    display: block;
    width: 210px;
    border-color: #FFFFFF;
    color: #FFFFFF;
    margin: 1.5rem 0 0 0;
    letter-spacing: .25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-content__buttons .btn:hover, 
.home-content__buttons .btn:focus {
    background: #FFFFFF !important;
    color: #000000;
}

.home-content__scroll {
    position: absolute;
    left: .6rem;
    bottom: -13.2rem;
}

.home-content__scroll a {
    font-family: "avenir_roman", sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #FFFFFF;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    padding-right: 2rem;
}

.home-content__scroll a::after {
    border-bottom: 2px solid #922424;
    border-right: 2px solid #922424;
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -7px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}


/* ------------ Home Social ------------- */

 .home-social {
    font-family: "avenir_roman", sans-serif;
    list-style: none;
    margin: 0;
    padding-bottom: 18rem;
    position: absolute;
    bottom: 0;
    right: 40px;
}

.home-social::after {
    display: block;
    content: "";
    height: 17.4rem;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.08);
    position: absolute;
    bottom: 0;
    right: .75rem;
}

.home-social a {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social li {
    position: relative;
    height: 3.6rem;
}

.home-social i, .home-social span {
    position: absolute;
    top: 0;
    line-height: 3.6rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-social i {
    font-size: 1.8rem;
    right: 0;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.home-social span {
    color: #f1f1f1;
    right: 3.6rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}

.home-social li:hover span {
    opacity: 10;
    visibility: hidden;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.home-social li:hover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


/* ------------ Animation Home Content ------------- */


html.ss-preload .home-content__main {
    opacity: 0;
}

html.ss-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}

/* ------------ Animation Home Content ------------- */


html.ss-preload .home-content__main {
    opacity: 0;
}

html.ss-loaded .home-content__main {
    animation-duration: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}/* ------------ Animation Resume Content ------------- */


html.ss-preload .about-cont {
    opacity: 0;
}

html.ss-loaded .about-cont {
    animation-duration: 1.5s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .about-cont {
    opacity: 1;
}


/* ------------ Animations Section Intro ------------- */

/* ------------ Animation Bounce  ------------- */

@-webkit-keyframes bounce {
    0%, 100% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    50% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}


/* ------------ Animation Fade In ------------- */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* ------------ Animation Fade In ------------- */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}


/* ------------ Responsive Home Section------------- */


@media only screen and (max-width: 1500px) {
    .home-content h1 {
        font-size: 2.2rem;
    }
    .home-content__main {
        padding-right: 200px;
    }
    .home-content__buttons {
        position: static;
        text-align: left;
    }
    .home-content__buttons .btn {
        display: inline-block;
        margin-right: .9rem;
    }
    .home-social {
        padding-bottom: 5rem;
    }
    .home-social::after {
        height: 6rem;
    }
}

@media only screen and (max-width: 1000px) {
    .home-content h1 {
        font-size: 2.2rem;
    }
    .home-content__main {
        padding-right: 200px;
    }
    .home-content__buttons {
        position: static;
        text-align: left;
    }
    .home-content__buttons .btn {
        display: inline-block;
        margin-right: .9rem;
    }
    .home-social {
        padding-bottom: 5rem;
    }
    .home-social::after {
        height: 6rem;
    }
}

@media only screen and (max-width: 800px) {
    .home-content h3 {
        font-size: 1.3rem;
        margin-left: -10px;
    }
    .home-content h3::before {
        width: 40px;
    }
    .home-content h1 {
        font-size: 2.0rem;
        
    }
    .home-content__main {
        padding-right: 200px;
    }
    .home-social {
        padding-bottom: 3rem;
    }
    .home-social::after {
        height: 3.2rem;
    }
}

@media only screen and (max-width: 600px) {
    .home-content h3 {
        font-size: 1.3rem;
        margin-left: -10px;
        left: -50px;
    }
    .home-content h3::before {
        width: 40px;
    }
    .home-content h1 {
        font-size: 1.5rem;
        
    }
    .home-content__main {
        padding-right: 200px;
    }
    .home-social {
        padding-bottom: 3rem;
    }
    .home-social::after {
        height: 3.2rem;
    }
}

@media only screen and (max-width: 450px) {
    .home-content {
        vertical-align: middle;
        padding-left: 4.5rem;
    }
    .home-content h3 {
        margin-left: -30px;
    }
    .home-content h3::before {
        width: 30px;
        margin-left: 25px;

    }

    .home-content h1 {
        font-size: 1.5rem;
        left: -100px;
    }

    .home-content__main {
        width: auto;
        padding-right: 50px;
        top: 25%;

    }
    .home-content__buttons .btn {
        width: 100%;
    }
    .home-social {
        display: none;
    }
}


/* ------------  Section Intro ------------- */

.secton-container {
    padding-top: 6rem;
    padding-bottom: 0rem;
    background-color: inherit;
    position: relative;
    margin-left: 80px;
    margin-right: 80px;
}

.section-content{
    margin-bottom: 0rem;

}

 .section-intro {
    position: relative;
    text-align: center;
}

.section-intro h1 {
    font-family: "avenir_roman", serif;
    font-size: 2.8rem;
    line-height: 1.375;
    margin-top: 0;
}

.section-intro h3 {
    font-family: "avenir_roman", sans-serif;
    font-weight: 700;
    font-size: 2rem;
    color: #182153;
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.section-intro .has-bottom-sep {
    padding-bottom: 1.5rem;
    position: relative;
}

.section-intro .has-bottom-sep::after {
    display: inline-block;
    height: 1px;
    width: 240px;
    background-color: rgba(248, 17, 17, 0.923);
    text-align: center;
}


/* ------------ Responsive Section Intro ------------- */

@media only screen and (max-width: 800px) {
    .section-intro h1 {
        font-size: 4.2rem;
    }
    .section-intro h3 {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 700px) {
    .section-intro h1 {
        font-size: 3.6rem;
    }
    .section-intro h3 {
        font-size: 1.7rem;
    }
    .secton-container{
        margin-left: 0;
        margin-right: 0;
        padding-top: 4rem;
    }
}

@media only screen and (max-width: 400px) {
    .section-intro h1 {
        font-size: 3.3rem;
    }
    .section-intro h3 {
        font-size: 1.6rem;
    }
    .secton-container{
        margin-left: 0;
        margin-right: 0;
        padding-top: 4rem;
    }
}


/* ------------ About Section------------- */

.about-content {
    margin-bottom: 0rem;
}

.about-content p {
    margin-bottom: 0rem;
    text-align: justify;
    padding-right: 2rem;
}

.about-content h3 {
    font-family: "avenir_roman", sans-serif;
    font-size: 2rem;
    color: #182153;
    text-transform: uppercase;
    letter-spacing: .15rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.about-content .column-header h3{
    font-size: 1.6rem;
    font-weight: bolder;
    font-family: "avenir_heavy", sans-serif;

}


.about-content .buttons-placement{
    padding-top: 3%;
    margin: auto;
    width: 75%;

}


/* ------- Responsive About ------------- */

@media only screen and (max-width: 992px) {
    .about-content p {
        margin-bottom: 0rem;
        padding-right: 0rem;
    }
    .about-content .buttons-placement{
        padding-right: 0rem;
        padding-top: 1rem;
    }
    .about-content .buttons-placement{
        padding-top: 3%;
        margin: auto;
        width: 100%;
    
    }
}


/* ------------ Skills ------------- */

 .skill-bars {
    color: inherit;
}


.skill-bars .mylist {
    padding: 0;
    margin-bottom: 1.7rem;
    position: relative;
}

.skill-bars .skillname {
    position: relative;
    font-family: "avenir_roman", sans-serif;
    color: #182153;
    text-transform: uppercase;
    letter-spacing: .1rem;
    font-size: 1rem;
    line-height: 2.4rem;
}

.skill-bars .mylist .progressbackground {
    background: #cfcfcf68; 
    border-radius: 3px;
    height: .8rem;
}

.skill-bars .mylist .progress {
    background: #000000;
    background-image: linear-gradient(to right, #182153, #364ab9);
    position: relative;
    height: 100%;
}

.skill-bars .mylist .progress span {
    position: relative;
    display: block;
    font-family: "avenir_roman", sans-serif;
    color: #FFFFFF;
    font-size: 1rem;
    line-height: 1;
    background: #000000;
    padding: .6rem .6rem;
    border-radius: 3px;
}

.skill-bars .mylist .progress span::after {
    position: relative;
    left: 50%;
    bottom: 0px;
    margin-left: -5px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    content: "";
}

.skill-bars .mylist .percent5 {
    width: 5%;
}

.skill-bars .mylist .percent10 {
    width: 10%;
}

.skill-bars .mylist .percent15 {
    width: 15%;
}

.skill-bars .mylist .percent20 {
    width: 20%;
}

.skill-bars .mylist .percent25 {
    width: 25%;
}

.skill-bars .mylist .percent30 {
    width: 30%;
}

.skill-bars .mylist .percent35 {
    width: 35%;
}

.skill-bars .mylist .percent40 {
    width: 40%;
}

.skill-bars .mylist .percent45 {
    width: 45%;
}

.skill-bars .mylist .percent50 {
    width: 50%;
}

.skill-bars .mylist .percent55 {
    width: 55%;
}

.skill-bars .mylist .percent60 {
    width: 60%;
}

.skill-bars .mylist .percent65 {
    width: 65%;
}

.skill-bars .mylist .percent70 {
    width: 70%;
}

.skill-bars .mylist .percent75 {
    width: 75%;
}

.skill-bars .mylist .percent80 {
    width: 80%;
}

.skill-bars .mylist .percent85 {
    width: 85%;
}

.skill-bars .mylist .percent90 {
    width: 90%;
}

.skill-bars .mylist .percent95 {
    width: 95%;
}

.skill-bars li .percent100 {
    width: 100%;
}

/* ------- Buttons------------- */

 .btn, button, 
 input[type="submit"], 
 input[type="reset"], 
 input[type="button"] {
     display: inline-block;
     font-family: 'Poppins', sans-serif;
     font-size: .7rem;
     text-transform: uppercase;
     letter-spacing: .3rem;
     height: 2.4rem;
     line-height: calc(2.4rem - .6rem);
     padding: 0 3rem;
     margin: 0 .3rem 1.2rem 0;
     color: #151515;
     text-decoration: none;
     cursor: pointer;
     text-align: center;
     white-space: nowrap;
     -webkit-transition: all 0.3s ease-in-out;
     transition: all 0.3s ease-in-out;
     background-color: #c5c5c5;
     border: .3rem solid #c5c5c5;
 }
 
 .btn:hover, 
 button:hover, 
 input[type="submit"]:hover, 
 input[type="reset"]:hover, 
 input[type="button"]:hover, 
 .btn:focus, button:focus, 
 input[type="submit"]:focus, 
 input[type="reset"]:focus, 
 input[type="button"]:focus {
     background-color: #b8b8b8;
     border-color: #b8b8b8;
     color: #000000;
     outline: 0;
 }

 .btn.btn--primary, 
 button.btn--primary, 
 input[type="submit"].btn--primary, 
 input[type="reset"].btn--primary, 
 input[type="button"].btn--primary {
    background: #182153;
    border-color: #182153;
    color: #FFFFFF;
    border-radius: 0;
    font-weight: bolder;
 }
 
 .btn.btn--primary:hover, 
 button.btn--primary:hover, 
 input[type="submit"].btn--primary:hover, 
 input[type="reset"].btn--primary:hover, 
 input[type="button"].btn--primary:hover, 
 .btn.btn--primary:focus, 
 button.btn--primary:focus, 
 input[type="submit"].btn--primary:focus, 
 input[type="reset"].btn--primary:focus, 
 input[type="button"].btn--primary:focus {
    background: #ffffff;
    border-color: #182153;
    color: #182153;
 }
 

/* ------------ Button Modification ------------- */
 
 .btn.full-width, button.full-width {
     width: 100%;
     margin-right: 0;
 }
 
 .btn--medium, button.btn--medium {
     height: 5.7rem !important;
     line-height: calc(5.7rem - .6rem) !important;
 }
 
 .btn--large, button.btn--large {
     height: 6rem !important;
     line-height: calc(6rem - .6rem) !important;
 }
 
 .btn--stroke, button.btn--stroke {
     background: transparent !important;
     border: 0.3rem solid #000000;
     color: #000000;
 }
 
 .btn--stroke:hover, button.btn--stroke:hover {
     border: 0.3rem solid #182153;
     color: #182153;
 }
 
 .btn--pill, button.btn--pill {
     padding-left: 3rem !important;
     padding-right: 3rem !important;
     border-radius: 1000px !important;
 }
 
 button::-moz-focus-inner, input::-moz-focus-inner {
     border: 0;
     padding: 0;
 }


/* ------------ Work Experience Section------------- */

 .s-works {
    padding-top: 15rem;
    padding-bottom: 15.6rem;
    background-color: #f1f1f1;
    position: relative;
}

.timeline {
    position: relative;
    margin-top: 4rem;
}

.timeline__block {
    position: relative;
    padding-bottom: 4rem;

}

.timeline__bullet {
    background: #182153;
    height: 1rem;
    width: 1rem;
    border-radius: .5rem;
    box-shadow: 0 0 0 9px #f1f1f1f6;
    position: relative;
    top: .5rem
}

.timeline__block::before {
    content: "";
    display: block;
    width: 2px;
    height: 95%;
    background-color: #182153;
    position: absolute;
    top: 1rem;
    margin-left: .3rem;
    
}

.timeline__container{
    padding: 0px 0px 0px 25px;
    position: relative;
    background-color: inherit;
}

.timeline__header .timeline__timeframe {
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0rem;
    font-family: "avenir_roman", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: .1rem;

}

.timeline__header h3 {
    padding-right: 60px;
}

.timeline__header h3 a{
    line-height: 1.25;
    margin: 0 0 .3rem 0;
    color: #182153;
    font-size: 1.2rem;
    font-family: "avenir_heavy", sans-serif;
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .15rem;


}

.timeline__header h5 {
    margin-top: 0;
}

.timeline__header h6 {
    margin-top: 0;
    font-size: medium; 
    font-style: normal;
    font-family: "avenir_roman", sans-serif;
    padding-bottom: 20px;


}

.timeline__desc ul {
    list-style-position: inside;
    padding-left: 0px;
    margin-left: 17px;
}

.timeline__desc li {
    line-height: 2rem;
    text-align: justify;
    list-style: decimal;
    font-size: 1rem;
    font-family: "avenir_roman", sans-serif;
}

.timeline__desc h5 {

    color: #182153;
    font-family: "avenir_heavy", sans-serif;
    font-size: 1.2rem;
    font-weight: bolder;
    text-align: left;
    letter-spacing: .05rem;
    padding-bottom: 15px;
    margin-bottom: 0px;
}

.timeline__desc h6 {

    font-family: "avenir_heavy", sans-serif;
    font-size: 1rem;
    font-weight: bolder;
    text-align: left;
    letter-spacing: .05rem;
    padding-bottom: 0;
}


@media only screen and (max-width: 1000px) {
    .timeline__container{
        padding: 0px 20px 0px 30px;
        position: relative;
        background-color: inherit;
    }

    .timeline__block {
        position: relative;
        margin-left: -.8rem;
        padding-bottom: 2rem;

    }

    .timeline__bullet {
        background: #182153;
        height: 1rem;
        width: 1rem;
        border-radius: .5rem;
        box-shadow: 0 0 0 9px #f1f1f1f6;
        position: relative;
        top: 1.5rem;
        margin-left: 0rem;
    }

    .timeline__desc {
        margin-top: 0rem;
        padding-bottom: 0rem;
        text-align: justify;
        list-style: none;
    }

}

@media only screen and (max-width: 768px) {
    .timeline {
        position: relative;
        margin-top: 2rem;
    }
    
    .timeline__block {
        position: relative;
        margin-left: -.8rem;
        padding-bottom: 0rem;

    }

    .timeline__container{
        padding: 0px 20px 0px 30px;
        position: relative;
        background-color: inherit;
    }

    .timeline__bullet {
        background: #182153;
        height: 1rem;
        width: 1rem;
        border-radius: .5rem;
        box-shadow: 0 0 0 9px #f1f1f1f6;
        position: relative;
        top: 1.5rem;
        margin-left: 0rem;
    }

    .timeline__desc {
        margin-top: 0rem;
        padding-bottom: 2rem;
        text-align: justify;
        list-style: none;
    }
}
@media only screen and (max-width: 1060px) {
    .timeline__header h3 a{
        font-size: 1.2rem;
    }
}



/* ------------ Education Section------------- */

.education-row{
    margin-top: 3.5rem;
    row-gap: 50px;
    justify-content: center;
}

.education-content{
    padding: 0px 30px 0px 20px;
}

.education-content p{
    font-size: 1rem;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .15rem;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: .9rem;
    font-family: "avenir_roman", sans-serif;
    font-weight: bold;
}

.education-content h3 a{
    color: #182153;
    font-size: 1.2rem;
    font-weight: normal;
    font-family: "avenir_heavy", sans-serif;
    letter-spacing: .2rem;

}

.education-content h5{
    color: inherit;
    font-family: "avenir_roman", sans-serif;
    font-weight: bolder;
    font-size: 1rem;
    color: #182153;
}

.education-content h6{
    margin-bottom: 1rem;
    font-size: medium; 
    font-style: normal;
    font-family: "avenir_roman", sans-serif;
}


/* ------------ Certifications Section------------- */

.cert-content {
    margin-bottom: 0rem;
    column-gap: 1rem;
    margin-top: 3.5rem;
}

.cert-content .badge-label {
    margin-top: 10px;
}

.cert-content .badge-label h4{
    font-family: "avenir_roman", sans-serif;
    font-weight: bolder;
    font-size: 1rem;
    color: #182153;
    text-align: center;
    margin-top: .5rem;
    padding: 10px 10px 0px 10px;
    margin-bottom: 0px;
}

.cert-content .badge-label h6{
    font-family: "avenir_roman", sans-serif;
    font-size: 1rem;
    color: #182153;
    text-align: center;
    margin-bottom: 4rem;

}

.cert-content .badge-label img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    width: 35%;
}

/* ------------ Footer Section------------- */

footer {
    font-family: "avenir_roman", sans-serif;
    font-size: 16px;
    padding-bottom: 2rem;
    text-align: center;
    color: #ffffff
}

.footer h6{
    font-family: "avenir_roman", sans-serif;
    text-align: center;
    font-weight: normal;
    line-height: 2rem;
}

.footer a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;

}



footer a:hover{
    color: #1dbf14b9;
    font-family: 'Poppins', sans-serif;

}

.footer-social {
    font-family: "avenir_roman", sans-serif;
    text-transform: uppercase;
    letter-spacing: .15rem;
    line-height: 3.0rem;
    font-size: 1rem;
    place-items: center;
    display: flex;
    justify-content: center;
}

.footer-social-item {
    padding: 5px 20px;
}

.footer-bottom {
    margin-top: 2.2rem;
    text-align: center;
}