html{
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}
body {
    background-color:#191923;
    margin:0;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    overflow:hidden;
}

::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #191923; 
    border-radius: 0px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #3a3a53; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #3a3a53; 
  }

.mainContainer {
    display:block;
    background-color:#1E1E28;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.navTopContainer{
    background-color: #24242E;
    height: 50px;
    width:100%;
    align-self:flex-start;
    flex: 1 1 auto;
    color:#8c8c8e;
    transition: .2s ease-in-out;
}
.navTopContainer:hover{
    color:#FFC107;
}
.navMidContainer{
    display: flex;
    flex: 1 1 auto;
}
.navBotContainer{
    background-color: #24242E;
    height: 50px;
    width:100%;
    align-self:flex-end;
    flex: 1 1 auto;
}

.abmTopContainer{
    background-color: #24242E;
    height: 250px;
    width:100%;
    align-self:flex-start;
    flex: 1 1 auto;
    align-content:Center;
}
.abmMidContainer{
    display: flex;
    flex: 1 1 auto;
    scrollbar-width: none;
}
.abmBotContainer{
    background-color: #24242E;
    height: 50px;
    width:100%;
    align-self:flex-end;
    align-content:end;
    flex: 1 1 auto;
}


.flex-row-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex-row-container > .flex-row-mc1 {
    background-color: #20202A;
    flex-grow:0;
    flex-shrink:0;
    flex-basis: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .5s;
}
.flex-row-container > .flex-row-mc2 {
    height: 100%;
    width:100%;
}
.flex-row-container > .flex-row-mc3 {
    background-color: #20202A;
    flex: 0 0 300px;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-wrap: wrap;
    transition: all .5s;
}

.flex-row-item {
  background-color: #fff4e6;
  border: 1px solid #f76707;
}

.aboutMeContainer{
    font-size:12px;
    width:275px;
    height:100%;
    align-content:flex-start;
}
.spaceSteve {
    margin:3px;
    width:150px;
}
.profName{
    margin:0px;
    font-size:55px;
    font-weight:800;
    color: #FFC107;
    transition: .4s ease-in-out;

}
.profName:hover{
    color:#FFF;
    cursor:pointer;
    
}
.profTitles{
    font-size:11px;
    padding: 0;
    margin: 0;
    color:
}
.profTitles{
    font-size:11px;
    padding: 0;
    margin: 0;
    text-align:center;
}
.profTitles li{
    list-style-type: none;
    justify-content: space-between;
    color: #8c8c8e;
}

.profTitles li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    font-size: 9px;
    color: #FFC107;
    margin-right: 10px;
}
.loc-table {
    color: #8c8c8e;
}
.loc-table ul {
    padding: 0;
    margin: 0;
}
.loc-table ul li {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    line-height:24px;
}

.loc-table ul li h6 {
    margin:0;
    font-size: 13px;
    font-weight: 500;
    color:#fff;
}

.loc-table ul li>span {
    text-align: right;
}

.horzRule {
    background: #646466;
    height: 1px;
    opacity: .3;
    margin:5px 0;
    clear:both;
}
.lilBoutMe {
    font-size:16px;
    color: #c1c1c1;
    line-height:23px;
    padding-left:10px;
    overflow-x: hidden;
    overflow-y: auto;

}
.ls-social {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 0 0;
    height: 50px;
    background: linear-gradient(159deg, rgba(37, 37, 50, .98), rgba(35, 35, 45, .98));
    bottom: 0;
    box-shadow: 0 1px 4px 0 rgba(15, 15, 20, .1);
    z-index: 999;
}
.ls-social a {
    color: #8c8c8e;
    transition: .2s ease-in-out;
    margin:0;
}
.ls-social a:hover {color: #FFF;}

.mainContent {
    padding:25px;
    display:block;
    height:100%;

    min-width:800px!important;
}

.mainBanner {
    background-image: url("../images/banner-me.png"), url("../images/banner-right.png");
    background-position: left, right;
    background-repeat: no-repeat, no-repeat;
    background-color:#2b2b38;
    height: 170px;
    max-height:170px;
    overflow:hidden;
    display:block;
    flex: 1 1 0;
    min-width:0;
    padding-left:200px;
    white-space: nowrap;   
}

.bannerName {
    display:block;
    align-self:flex-start;
    height:115px;
    line-height:115px;
    overflow:hidden;
    white-space: nowrap;
}
.tw {
    display:block;
    overflow:hidden;
    font-size:25px;
    line-height:25px;
    white-space: nowrap;
}
.typewriterContainer {
    font-family:'Courier New', Courier, monospace;
    margin:0;
    overflow:hidden;
}
 .twBrackets {
    color: #FFC107;
 }
.bannerBottom {
    background-color: #24242e;
    color: #d9d9d9;
    height: 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-align:center;
}
.bannerBottom .title {
    color: #ffbd00d6; 
    font-weight:600;
    margin-left: 15px;
    
}
.bannerNav {
    background-color:#775c0f;
    width:100%;
}
.bannerNavButton {
    height:45px;
    width:170px;    
    color:#24242e;
    line-height:45px;
    text-align:center;
    font-size:14px;
    letter-spacing:1px;
    font-weight:600;
    display:inline-block;
    transition: .4s ease-in-out;
    
}
.bannerNavButton:hover {
    background-color:#ffcf43;
}
.bannerNavButtonActive {
    background-color:#FFC107;
}
.navStatsText {
    font-weight:600;
    color: #FFC107;
    font-size:22px;
    width:100%;
    text-align:left;
 }
.navSkillList {
    width:230px;
    padding: 0 10px;
    display:block;
    overflow-y:scroll;
}
.skill {
    font-size:13px;
    line-height:20px;
    margin: 15px 0;

}
.skill .skillName {
    font-weight:500;
    color: #ffffffde;
    display:inline-block;
    width:49%;
}
.skill .skillLevel {
    font-weight:500;
    color:#9c9ca1;
    display:inline-block;
    width:49%;
    text-align:right;

}
.skill .progressBar {
    width:100%;
    background-color:#191923;
    height: 4px;
}
.skill .progessBarPercent {
    background-color: #9d770b;
    height: 4px;
    display:block;
    float:left;
    width:0%;
    transition: 1.3s ease-in-out;
}
.mainContentContainer {
    display:block;
    overflow:hidden;
    border-style:solid;
    border-width:0 0 3px 0;
    border-color:#775c0f;
    transition: .5s ease-in-out;
    background-color: #26252d;
}
.mcContainer {
    display: block;
    height:100%;
    background-color:#9d770b;
    padding: 10px 0 3px 0;
    transition: 1.3s ease-in-out;
}

.contHide {
    display:none;
}
.contentInside {
    background-color:#26252d;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    height:100%;
}
.resumeComanyBanner {
    display:block;
    background-image: url("../images/banner-right.png");
    background-position: left;
    background-repeat: no-repeat;
    background-color:#2b2b38;
    width:auto;
    height:52px;
    padding: 8px 90px 0 25px;
    margin-top:40px;
}
.resumeCompany {
    height:40px;
    opacity:80%;
    margin-bottom:-20px;
    display:inline-block;
}
.resumeCompanyAbout {
    background-color:#2d2929;
    font-size:12px;
    font-weight:500;
    color:#a6a6af;
    line-height:20px;
    text-wrap:wrap;
    display:block;
    padding: 5px 30px;
    border-width: 2px 0 4px 0;
    border-style:solid;
    border-color: #9d770b;
}
.amCont {
    align:center;
    width:95%;
    margin:0 auto;
}
.amHeader {
    display: block;
    background-image: url(../images/banner-right.png);
    background-position: left;
    background-repeat: no-repeat;
    background-color: #2b2b38;
    width: auto;
    height: 52px;
    padding: 0 90px 0 25px;
    margin-top: 40px;
    font-size: 37px;
    line-height: 52px;
    font-weight: 600;
    color: #b3b3b3;
}
.amContent {
    letter-spacing: 0;
    background-color: #2d2929;
    font-size: 18px;
    font-weight: 300;
    color: #efefef;
    /* line-height: 21px; */
    text-wrap: wrap;
    display: block;
    padding: 5px 30px;
    border-width: 2px 0 4px 0;
    border-style: solid;
    border-color: #9d770b;
    margin-bottom:50px;
}
