@charset "UTF-8";
/* CSS Document */
.fill-vh {
    height: 100vh;
}
.box-shadow {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, .5);
}


/*Font Rules*/
body {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    padding-top: 3em;
    font-style: normal;
    color: white;
    width: 100%;
    margin: 0px;
    line-height: normal;
    word-wrap: normal;
    background-color: #02231D;
    position: relative;    /*
  background: rgb(26, 64, 57);
  background: -webkit-linear-gradient(rgba(26, 64, 57, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: -o-linear-gradient(rgba(26, 64, 57, 1) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(rgba(26, 64, 57, 1) 0%, rgba(0, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1a4039", endColorstr="#000000", GradientType=1);*/
}

h1 {
  text-transform: uppercase;
  font-size: 3.35em;
}
h2 {
  color: #2685C0;
  font-weight: 100;
}
p{
    font-weight: lighter; 
}
.text-white{
    color:white;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.normal-line-h{
    line-height: normal;
}
.header h1 {
    font-size: 3.5em;
    color: #2685c0;
}
.uppercase {
    text-transform: uppercase;
}
.full-width-text{
    text-transform:full-width;
}
.bold{
    font-weight:bolder;
}



/*Link Rules*/
a:hover {
  text-decoration: none;
  color:#db6937;
}
a{
	color: #0584a8;
	text-decoration: none;
}


/*List Rules*/
.no-bullet {
  list-style-type: none;
}






/*Nav Bar*/
nav{
    width:100%;
    z-index: 3;
}
.navbar {
  background-color:#02231D;
  position: fixed; /* Set the navbar to fixed position */
  top: 0; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
  display: inline-flex;
  z-index: 3;
  padding: .4em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar .btn{
    padding: .5em;
    height:1.25em;
    margin-top:.5%;
}
.nav-container {
  max-width:1300px;
  margin:auto;
    
}
.navbar-nav {
  display: inline-block;
  margin:auto;
  height:100%;
}
.navbar-brand {
  width: 4em;
  height: auto;
}
.nav-fa {
    list-style-type: none; 
    display: inline-flex; 
    gap: 15px; 
    float: right; 
    width: auto;
}
.nav-fa i {
    color: #1A4039;
}
.nav-fa i:hover {
    color: #2685C0;
}
.navbar a:hover {
    color: #2685C0;
}
.nav-item{
    
}
.active{
    color: #2685C0;
}
.navbar li {
    list-style: none;
    display: inline-flex;
}
.navbar a {
    color: white; 
    margin: 0em 1em; 
    text-decoration: none;
}
.navbar .btn {margin-right:0;}



/*Mobile Nav*/
.mobile-nav{
    display:none;
}





/*Misc. Rules*/
.hide { 
    display: none;
}
.hide { 
    display: none;
}
.mock-ups img { 
    margin-bottom: 2em;
}
.padding-spacer {  
    padding-top: .25em; 
    padding-bottom: 1.75em;
}
.p-spacer {  
    margin-bottom: 1.5em;
}
.overflow-items {  
    display: inline-flex;  
    margin: auto;  
    overflow: hidden;  
    overflow-x: scroll;  
    overflow-y:hidden;
}







/*secondary nav*/
.secondary-nav{
    column-gap: 1em;
}
.secondary-nav-links{
    overflow-x:scroll;
    display:inline-block;
    flex-wrap:none;
    margin-left:2em;
}
.secondary-nav-links a:hover{
    color:#76993E;
    border-bottom: 1em;
    border-bottom-color: #2685C0;
}
.secondary-nav-links a:active{
    color:#76993E;
    
}
.secondary-nav-links a{
   text-decoration: none;
    margin: auto 1em;
    height:2em;
}





/*hero and header banners*/
.header {
    padding-top: 7%;
    padding-right: 7%;
    padding-left: 7%;
    padding-bottom: 3%;
    color: white;
    background-blend-mode: darken;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.title-card {  
    padding: 3em;
    background:linear-gradient(180deg, black 0%, #02231D 100%);
    padding-bottom:20%;
    
}
.header.title-card h2{
    letter-spacing:.1rem;
    width:80%;
    margin-left:auto;
    margin-right:auto;
}
.title-card h1{
    color:white;
    flex-basis: auto;
    margin: 1em auto .65em;
    font-size:400%;
}
.title-card .header-title{
    display: flex;
}
.cls-1{
    fill:#7c984b;
    text-align: center;
}
.resume-logo .cls-1{
    fill:white;
}
.resume-logo{
    height: auto; 
    width:70%; 
    margin-left:-30%; 
    padding-top: 25%;
}
.home-hero{
    background-image: url("../Image_Inventory/other/background2.png");
    background-blend-mode: overlay;
    
}
.home-header{
    background-image:url("../Image_Inventory/other/background2_2.png");
    background-position: bottom;
    background-size: cover;
    box-shadow: rgba(2, 35, 29, 100) 0px -100px 100px -28px inset;
}
.resume-header{
    padding-top:7%;
}
.software{
    margin-top:-2%;
    position:relative;
    margin-bottom: 7%;
    background-image: url("../Image_Inventory/other/marketing-strategy-planning-strategy-concept-2023-11-27-04-52-44-utc.jpg");
    background-position:right bottom;
    background-size:cover;
    background-blend-mode: multiply;
    background-color:#1a4039;
    
}
div.software .filter{
    content:"";
    background: linear-gradient(to right, rgba(0,0,0,1) 0%, rgba(2,35,29,0) 70%);
    left:0;
    padding:5% 5% 8%;
    
}
.software .software-icons{
    gap:1em;
    display:inline-flex;
    flex-wrap: wrap;
    justify-content: center;
}
.similar-selection{
    margin-top:9%;
}



/*Phone Rules*/
.phone{
    background-color:white;
    color:black;
    width:15em;
    height:27em;
    border:.4em;
    border-color:green;
    border-radius: 1em;
    padding:2.7em 1%;
    position: relative;
    border-style:solid;
}
.phone .camera-i{
    background-color:black;
    height:1em;
    width:1em;
    border-radius: 50%;
    position:absolute; 
    top:1em;
    left:50%;
    right:50%;
}
.phone .status{
    position:absolute;
    top:1em;
    right:2%;
    height:1%;
}
.phone .status img{
    height:1em;
}
.phone .time{
    position:absolute;
    top:-.2em;
    left:4%;
}


/*Social Media Rules*/
.fa-brands { 
    color: white;
}
.fa-brands:hover {  
    color: #76993e;
}







/*Colors*/
.blue {
  background-color: #2685c0;
  color: white;
}
.blue-grad {
  color: white;
  background: rgb(0, 84, 126);
  background: -moz-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(38, 133, 192, 1) 51%, rgba(0, 84, 126, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(38, 133, 192, 1) 51%, rgba(0, 84, 126, 1) 100%);
  background: linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(38, 133, 192, 1) 51%, rgba(0, 84, 126, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00547e", endColorstr="#00547e", GradientType=1);
}
.dark-green {
  background-color: #072623;
  color: white;
}
.dark-green-grad-2 {
  color: white;
  background: rgb(16, 56, 57);
  background: -moz-linear-gradient(180deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
  background: -webkit-linear-gradient(180deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
  background: linear-gradient(180deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#455a29", GradientType=1);
}
.dark-green-grad {
  color: white;
  background: rgb(16, 56, 57);
  background: -moz-linear-gradient(49deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
  background: -webkit-linear-gradient(49deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
  background: linear-gradient(49deg, rgba(16, 56, 57, 1) 0%, rgba(69, 90, 41, 1) 51%, rgba(16, 56, 57, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#103839", GradientType=1);
}
.green-grad {
  color: white;
  background: rgb(16, 56, 57);
  background: -moz-linear-gradient(49deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
  background: -webkit-linear-gradient(49deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
  background: linear-gradient(49deg, rgba(16, 56, 57, 1) 11%, rgba(96, 134, 34, 1) 51%, rgba(43, 61, 29, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#103839", endColorstr="#2b3d1d", GradientType=1);
}







/*Margins*/
.margin-top-2 {
  padding-top: 2em;
  padding-bottom: 2em;
}
.margin-top {margin-top: 2em;}
.margin{margin:.5%;}
.margin-50{
    margin-top:50%;
    Margin-bottom: 50%;
}
.margin-0{
    margin-right: -91px;
    margin-left: -91px;
    margin-bottom: -91px;
}
.margin-top-neg-10{margin-top:-10px;}
.margin-top-neg-20{margin-top:-20px;}
.margin-top-neg-30{margin-top:-30px;}
.margin-top-neg-35{margin-top:-35px;}
.margin-top-neg-40{margin-top:-40px;}
.margin-top-neg-50{margin-top:-50px;}
.margin-top-neg-60{margin-top:-60px;}
.margin-top-neg-70{margin-top:-70px;}
.margin-top-neg-80{margin-top:-80px;}
.margin-top-0-per{margin-top:0%;}
.margin-bottom-0-per{margin-bottom:0%;}
.margin-bottom-2{
    margin-bottom: 2em;
}
.right-0{
    right:0px;
}
.container{
    max-width: 1300px;
    margin: auto;
}
.align-middle{
    vertical-align: middle;
    align-content: center;
    /* [disabled]align-self: center; */
    align-items: center;
}
.center {
    margin: auto;
    margin-left:auto;
    margin-right:auto;
}





/*Postion Rules*/

.left {
    position: inherit;
    left: 0px;
}
.right {
    position: inherit;
    right: 0px;
}
.bottom {
    position: inherit;
    bottom: 0px;
}
.top {
    position: inherit;
    top: 0px;
}
.parent {
    position: relative;
}
.absolut-bottom{
    position:absolute;
    top: 90vh;
    right:20vw;
}





/*Floating Rules*/
.float-left{
    float:left;
    width:auto;
}
.float-right{
    float:right;
}





/*Padding Rules*/
.padding-sides-7{
    padding-left:7%;
    padding-right:7%;
}
.padding-tb-10{
    padding-top:10px;
    padding-bottom:10px;
}
.padding-tb-20{
    padding-top:20px;
    padding-bottom:20px;
}
.padding-tb-30{
    padding-top:30px;
    padding-bottom:30px;
}
.padding-tb-40{
    padding-top:40px;
    padding-bottom:40px;
}
.padding-tb-50{
    padding-top:50px;
    padding-bottom:50px;
}
.padding-tb-60{
    padding-top:60px;
    padding-bottom:60px;
}
.padding-tb-70{
    padding-top:70px;
    padding-bottom:70px;
}
.padding-tb-80{
    padding-top:80px;
    padding-bottom:80px;
}
.padding-tb-90{
    padding-top:90px;
    padding-bottom:90px;
}
.padding-tb-100{
    padding-top:100px;
    padding-bottom:100px;
}
.padding-tb-110{
    padding-top:110px;
    padding-bottom:110px;
}
.padding-tb-120{
    padding-top:120px;
    padding-bottom:120px;
}
.padding-tb-130{
    padding-top:130px;
    padding-bottom:130px;
}
.padding-tb-140{
    padding-top:140px;
    padding-bottom:140px;
}
.padding-tb-150{
    padding-top:150px;
    padding-bottom:150px;
}
.padding-tb-160{
    padding-top:160px;
    padding-bottom:160px;
}
.padding-tb-170{
    padding-top:170px;
    padding-bottom:170px;
}
.padding-tb-180{
    padding-top:180px;
    padding-bottom:180px;
}
.padding-tb-190{
    padding-top:190px;
    padding-bottom:190px;
}
.padding-tb-8p{
    padding-top:8%;
    padding-bottom:8%;
}
.padding-inline-start-0{
    padding-inline-start:0px
}







/*Flex Rules*/
.flex {
    display: flex;
    flex: auto;
    flex-wrap: wrap;
    gap: 2em;
    overflow-y: scroll;
    overflow: hidden;
}
.flex-container {
    flex: auto;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    gap: 3%;
}
.flex-inline {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex-inline-center {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.justify-stretch {
    display: inline-flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.justify-stretch-2 {
    display: inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.justify-content-center {
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
}
.justify-content-center {
    display: inline-flex;
    justify-flex-end: flex-end;
     flex-wrap: wrap;
}
.justify-content-flex-start {
    display:inline-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.wrap {
    flex-wrap: wrap;
}
.design-skills{
    flex: auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap:2%;
    justify-content: center;
}
.design-skills li{

    padding:1em;
}
.inline-block{
    display:inline-block
}
.block .btn{
    display:block;
    margin:1em;
}

/*Grid Rules*/
.grid-container > div{
    display:grid;
    grid-template-columns: 1 1 auto 1;
}
.grid-item-resume{
}


/*Resume*/
.Resume-Section1 h1{
    font-size:2em;
}
.resume-button-row{
	display:inline-flex;
	margin-top:2em;
	gao:1em;
}
.resume-button-row > .btn{
    width: 15em;
	margin:2%
}


/*Position Rules*/
.relative{position:relative;}
.absolute-left{
    position:absolute;
    left:0;
    top:0;
}
.absolute-right{
    position: absolute;
    right: 0;
    top: 0px;
}
.top-0{top:0;}
.left-0{left:0;}
.right-0{right:0;}
.bottom-0{bottom:0;}







/*Tab Rules*/
.tab button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  box-shadow: none;
  width: auto;
  margin: .5em .6em;
  color: white
}
.tab button:hover {
  background-color: transparent;
  color: #9EBA3B;
  border-bottom: solid;
  border-bottom-color: #2685C0;
  border-bottom-style: inset;
}
.tab button.active {
  background-color: transparent;
  color: #9EBA3B;
  border-bottom: solid;
  border-bottom-color: #2685C0;
  border-bottom-style: inset;
}
.tabcontent {
  display: none;
  padding: 1% 1%;
  border: 1% solid #ccc;
  border-top: none;
  text-align: left;
  max-width: 1300px;
  margin: auto;
 align-items: stretch;
}
.tabcontent2{
    overflow-y: scroll; 
    height: 80%;
    overflow:hidden;
}
.tabcontent2 li{
    height:100%;
    margin:.15em;
}
.tab.overflow-slider {
  position: relative;
  background-color: #1a4039;
  box-shadow: 0px 3px 9px black;
  text-align: center;
    width:95%;
    margin:auto;
    border-radius:8px;
    white-space:nowrap;
}
.tabcontent img {
    border-radius: 8px;
}
.tabcontent a {
    border-radius: 8px;
}
.tabcontent .content{
	justify-content:space-evenly;
}
.tabcontent .content>.card{
	width:20%;
	gap:0%;
}
.content{
    flex:auto;
    flex-wrap: wrap;
    margin:auto;
    gap:3%;
    width:90%;
    display: flex;
    padding:1%;
}
.Design-Process button{
    background-color:transparent;
    border:none;
    color:white;
}
.Design-Process button .number{
    background-color:#011411;
    width:12em;
    height:12em;
    border-radius: 50%;
    text-align: center;
    position:relative;
}

.Design-Process button.active 
.number{
    background-color:#002E25;
    margin-bottom:1em;
    border: 7px solid transparent;
    background: linear-gradient(45deg, #002E25, #002E25) padding-box, 
        linear-gradient(45deg, #2585BF, #76993E, #EC6024) border-box;
    border-radius:50%;
    text-emphasis-color: white;
}
.Design-Process button .number:hover{
    background-color:#002E25;
    margin-bottom:1em;
    border: 7px solid transparent;
    background: linear-gradient(45deg, #002E25, #002E25) padding-box, 
        linear-gradient(45deg, #2585BF, #76993E, #EC6024) border-box;
    border-radius:50%;
}

.Design-Process button .number p{
    color: #D7D7D7;
    font-size:600%;
    position:absolute;
    top:-29%;
    left:36%;
    z-index: 1;
    text-shadow: -2px -2px 3px black;
    font-weight: 900;
}
.Design-Process{
    overflow-x: scroll;
}
.Design-Process h1 {
    text-align: center;
    margin:auto;
    padding-top:6%;
}
.Design-Process .tabcontent{
    margin-bottom: 6%;
}







/*Card Rules*/
.card img {
    height: auto;
    mix-blend-mode:screen;
    opacity: 50%;
    top:0px;
    width:100%;
}

.design-skill-i {
    height: 5em;
}
.card-body {
    padding: .5em;
}
.card-title {
    color: #0584a8;
}
.card-text p {
    margin-bottom: 1em;
}
.tabcontent .card {
    display: flex;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5);
    margin-bottom:2%;
   
}
.card a h2{
    position:absolute;
    bottom:.5em;
}
div.card {
    border-radius: 8px;
}
.card a {
    width: 100%;
    background-color: #1a4039;
}
.tabcontent .card:hover,
.tabcontent .card a:hover {
    background-color:#00547e;
    transform: scale(1.025);
}
.tabcontent .card a:active{
    border:thick;
    border-color:red;
}
.tabcontent .card a:hover h2{
    color:white;
    text-emphasis: bold; 
}
.card h2 {
    /*position: absolute;*/
    bottom:0px;
    text-align: center;
    color: #98C602;
    align-self: flex-end;
    font-size: 1.25em;
    width: 100%;
    height: auto;
    text-transform: uppercase;
    font-kerning: auto;
}
.delv-exper{
    margin-top:-16%;
    margin-bottom:6%;
}
.projects h2,
.delv-exper h2{
    font-size:200%;
    color:#76993D;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .125em;
}
.experience{
    width:13em;
    background: rgb(37,133,191);
    background: linear-gradient(180deg, rgba(37,133,191,1) 0%, rgba(0,84,126,1) 100%);
    padding:2%;
    border-radius: 5%;
    
    
}
.experience h3{
    text-transform: uppercase;
}
.experience-container{
    justify-content: center;
}
.Design-Process{
    justify-content: space-between;
}
.Design-Process .process-label{
    display:none;
}
.Design-Process button:hover .process-label{
    display:contents;
    position:absolute;
    bottom:-1em;
}

.Design-Process button:hover .number p {
    color:white;
}
.Design-Process button:hover{
}





/*Featured Cards*/
.flex-wrap-reverse.featured{
    display:flex;
    align-items: center;
    justify-content:center;
    width:70%;
    margin:auto;
}
.flex-wrap-reverse.featured h1{
    font-size:320%;
    margin-bottom:1em;
}
.featured-cards-section2 {
    display:inline-flex;
    width:2em;
    
}
.featured-section1{
    width:40%;
    padding:0em 0em 0em 2em;
}
.featured-card {
    background-color: #1a4039;
    border-radius: 8px;
    padding-bottom: 1em;
    margin-top: 40px;
    width:15em;
    height:20em;
    position:relative;
}

.featured-card img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    width: 100%;
    mix-blend-mode:screen;
    opacity: 50%;
    top:0px;
}

.featured-card .btn{
    width:10em;
    left:0px;
    right:0px;
    position:absolute;
    bottom:1em;
    
}
.featured-card a{
    width:100%;
}
.featured-card h2{
    margin-top:-1.5em;
    margin-bottom:-.5em;
    color:#76993e;
}
.featured-card p{
    margin-bottom:2em;
}
h1.featured-section1 {
    font-size:1em;
}






/*Similar Cards*/
.similar-container{
    display:inline-flex;
    flex-wrap:wrap;
    column-gap:2%;
    row-gap:2%;
    justify-content: center;
    width:100%;
    margin: auto;
}

div>.similar-cards{
    font-size: 1.65em;
    border-radius: .75em;
    position:relative;
    width:17em;
    height:11em;
    box-shadow: -3px 10px 13px 0px black;
    column-gap:2%;
    margin-bottom:1em;
}
.similar-cards a{
    text-decoration:none;
    
}
.similar-cards button {
    width: 15em;
    padding-top: 1em;
    padding-bottom: 1em;
    color:white;
    background-color: transparent;
    border:2;
    border-radius:.5em;
    border-color: white;
    margin-bottom:3em;
}
.similar-cards button:hover{
    background: rgb(0, 84, 126);
	background: -moz-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 84, 126, 1) 0%, rgba(69, 90, 41, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00547e", endColorstr="#455a29", GradientType=1);
	color:white;
	outline: none;
    border:none;
}
.similar-cards:hover {
    border: none;
    border-color: none;
    border-bottom-style: none;
    color: black;
}
.similar-selection .similar-cards :hover button.button{
    background-color:#4484bb;
    border:none;
    box-shadow: 1px 1px 7px 1px black;
}
.similar-selection .similar-cards :hover img{
    opacity:50%;
}
.similar-selection .similar-cards{
    background-color: #1a4039;
    border-radius: .75em;
}
.similar-selection .similar-cards:hover{
    background-color:#00547e;
}
.similar-selection .similar-cards img{
    border-top-left-radius: .75em;
    border-top-right-radius:.75em;
    width:100%;
    mix-blend-mode:luminosity;
    opacity: 50%;
    position:absolute;
    top:0;
    z-index: 0;
    left:0;
}
.similar-selection .similar-cards:after{
    position:absolute;
    width:100%;
    height:100%;
    content:"";
    z-index:1;
    bottom:0;
    border-bottom-left-radius: .75em;
    border-bottom-right-radius: .75em;
}
.similar-selection .similar-cards:after{
    right:0;
    background: linear-gradient(to top, rgba(2,35,29,1) 10%, rgba(2,35,29,0) 100%);
}
.similar-selection .similar-cards:hover:after{
    right:0;
    background: linear-gradient(to top, rgba(118,153,62,1) 0%, rgba(118,153,62,0) 100%);
}

.similar-selection .card-body p{
    margin:1em auto;
    color:white;
    padding: 0% 20%;
}
.similar-selection .card-body{
    position:absolute;
    z-index: 2;
    width:100%;
    bottom:0;
}
.similar-selection h5{
    font-size:1em;
    margin-bottom: -2%;
    color:#98C602;
    padding-top:8%;
}

.similar-cards a{
    border-radius:8px;
}

.Color-swatch {
    width: 10em;
    height: 10em;
}
.graid-swatch {
    width: 20em;
    height: 10em;
}



/*Form Rules*/
form {
    height: 100%;
}



/*Other*/
.Work {
	columns: 200px 3;
	column-gap: 7%;
	padding: 0% 8%;
	max-width: 1300px;
}
.Work h1{
	column-span:all;
	font-size:1.5em;
	text-align: center;
	maegin-top:3em;
}
.WorkHistory {
    width:35%;
	margin:2%;
	
}
.skills>li:hover{
    color:#2685c0;
}

.Resume-Section1-B{
	columns: 200px 2;
	column-gap:50px;
	padding:20px;
	width:60%;
	margin:auto;
}
.Resume-Section1-B h1{
	font-size:1.5em;
	margin-top: 2%;
}


/*Footer Rules*/
footer {
  background-color: black;
  padding-top: 1%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 2.5%;
  height: 4em;
}
footer li {
  list-style-type: none;
  display: inline-block;
  margin-right: 8%;
  width:auto;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #76993E;
}
.footer-nav{
    width:50%;
}







/*Width Rules*/
.w-auto {width: auto;}
.w-5 {width:5%;}
.w-10 {width: 10%;}
.w-15 {width: 15%;}
.w-20 {width: 20%;}
.w-25 {width: 29%;}
.w-30 {width: 30%;}
.w-35 {width: 35%;}
.w-40 {width: 40%;}
.w-45 {width: 45%;}
.w-49 {width: 49%;}
.w-50 {width: 50%;}
.w-55 {width: 55%;}
.w-60 {width: 60%;}
.w-65 {width: 65%;}
.w-70 {width: 70%;}
.w-75 {width: 75%;}
.w-80 {width: 80%}
.w-85 {width: 85%;}
.w-90 {width: 90%;}
.w-95 {width: 95%;}
.w-96 {width: 96%;}
.w-97 {width: 97%;}
.w-98 {width: 98%;}
.w-99 {width: 99%;}
.w-100 {width: 100%;}
.w-15em {width: 15em;}
.wvw-50 {width: 50vw;}
.wvw-100 {width:100vw;}






/*Height Rules*/
.h-auto {height: auto;}
.h-100 {height: 100%;}
.h-20 {height:20%}
.vh-100{height:100vh;}


 @media (max-width: 1198px) {
        .mega {
            font-size: 3em;
        }
        .featured-section1 h1{
            font-size:2.95em;
            padding-bottom:.5em;
        }
        .featured-section1{
            margin-left:2%;
            width:60%;
        }
    }



@media screen and (max-width: 931px){
    .overflow-items {
        display: flex;
    }
    .mega {
        font-size: 3em
    }
    .dark-blue-text.container.experience h1 {
        font-size: 400%;
        margin-bottom: 1.25em
    }
    .flex-wrap-reverse {
        display: inline-flex;
        flex-direction: column-reverse;
    }
    .featured-section2 {
        width: 100%;
        justify-content: center;
        margin-top:-5em;
    }
    .featured .w-40.h-100 {
        width: 70%;
        margin: 0% auto 9%;
    }
    .featured .w-40.h-100 h1{
        margin-bottom:.5em;
        font-size:3em;
    }
    .inprogress {
        width: 100%;
        text-align: center;
        padding-top: 0%;
    }
	.tabcontent .content .card{
		width:30%;
	}
    .featured-card {
        width: 40%;
        height:23em;
    }
    .featured-card .btn {
        width: 80%;
    }
    .text-3em.text-right.text-allcaps.margin-top-neg-70.w-99 {
        width: 100%;
        text-align: center;
    }
    .experience h1 {
        text-align: center;
    }
    .white-bkgd.margin-top-0per.margin-bottom-0-per.padding-tb-100 {
        padding: 1em
    }
    .black-green-bkgd.margin-top.padding-tb-20 {
        padding-left: 1em
    }
    .w-50.absolute-right.dark-blue-bkgd.design-skill-tab.box-shadow.design-skill {
        width: 60%;
        height: 18em;
        margin-top: -5em;
        flex: auto;
        display: inline-flex;
        flex-wrap: wrap;
    }
    .tabcontent2 {
        overflow-y: scroll;
        height: 12em
    }
    .no-bullet.text-centr.flex {
        width: auto;
        height: auto;
        text-align: center;
        gap: 1.5em
    }
    .text-allcaps.normal-line-h.text-4em {
        font-size: 400%
    }
    .WorkHistory.w-30.gap-1 {
        width: 100%;
        flex-wrap: wrap;
    }
    .header.title-card p{
        width:80%;
    }
}



@media screen and (max-width: 850px){
    /*width sizes*/
    .w-40 {
        width: 40%;
    }
    .footer-fa {
        width: 30%;
    }
    .footer {
        height: auto;
    }
    .black-green-bkgd.margin-top.padding-tb-20 {
        display: inline-flex;
        flex-direction: column;
    }
    .float {
        float: none;
    }
    .black-green-bkgd.margin-top.padding-tb-20 .w-40.float {
        width: 100%;
        text-align: center;
    }
    .w-50.absolute-right.dark-blue-bkgd.design-skill-tab.box-shadow.design-skill {
        width: 100%;
        float: none;
        border-radius: 0px;
        position: relative;
        margin: 1em -4% -4%
    }
    .black-green-bkgd.margin-top.padding-tb-20 {
        height: auto;
    }
    .w-45 {
        width: 100%
    }
    .featured-card {
        height:21.5em;
    }
    .tabcontent .content{
        width:100%;
    }
    .tabcontent.content>.card{
        width:2%;
        height:15em;
    }
    
    }



@media screen and (max-width:768px) {
        .flex {
            flex-wrap: wrap;
        }
        .flex-inline {
            flex-wrap: wrap;
        }
        .w-75 {
            width: 95%;
        }
        .w-50 {
            width: 100%
        }
        .footer-fa {
            width: 100%;
            text-align: center;
            margin: -1.5em auto 1em;
        }
        .footer-nav {
            margin: auto;
            text-align: center;
            font-size: 2em;
            width: 100%
        }
           
        .featured-card a.btn{
            bottom:1em;
            position:absolute;
            
        }
        .featured-card h2{
            margin-top:-1.5em;
        }
         .featured-card {
        height:20em;
    }
    }



@media screen and (max-width: 767.98px) {
        .card {
            width: 45%
        }
        .w-40 {
            width: 90%;
        }
        footer {
            text-align: center
        }
    .tabcontent .content{
        width:100%;
        gap:1em;
    }
    .tabcontent .content .card{
        width:27%;
        justify-content: space-around;
        height:10em;
    }
    }

@media (max-width: 532px){
    .title-card h1{
        font-size:300%;
        text-align: center;
    }
    .desktop{
        display:none;
    }
    .logo{
        width:20%;
        margin-right:-4.5em;
    }
    .mobile{
        padding:.5em;
        bottom:0;
        padding-left:12%;
        width:50%;
        margin-top:1%;
        maegin-bottom:-1em;
    }
    .mobile{
        display:inline-flex;
        list-style:none;
        text-decoration: none;
        gap:20%;
        margin-left:-4em;
}
    .mobile-nav a{
        text-decoration:none;
        color: #76993E;
    }
    .nav-container{
        gap:40%
    }
    .header .w-70{
        width:100%;
    }
    .experience{
        width:11em;
    }
}

@media (max-width: 500px) {
        .nav-fa {
            display: none;
        }
        .text-allcaps.normal-line-h.text-4em {
            font-size: 300%
        }
        .featured {
            width: 90%;
            margin-top: 1em;
            margin-bottom: 4em;
        }
        .w-50.text-white.center.text-center.padding-tb-70 {
            width: 80%;
        }
        .featured-card{
            width:15em;
            gap:.5em;
            height:17.5em;
        }
        .featured .w-40.h-100 h1{
        margin-bottom:1em;
        font-size:2em;
        }
    
    .tabcontent{
        width:95%;
    }
    .tabcontent .content{
        width:100%
    }
    .tabcontent .content .card{
        width:4%;
        justify-content: space-around;
        height:13em;
    }
    }
