@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;
}

h1 {
    text-transform: uppercase;
    font-size: 3em;
}
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;
}
.home-header-p{
    max-width:500px
}



/*Link Rules*/
a:hover {
  text-decoration: none;
  color:#76993E
}
a{
	color: white;
	text-decoration: none;
}


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


/*Nav Bar*/
nav{
    width:100%;
    z-index: 6;
}
.desktop-nav{
	display: none;
	top:0;
	background-color:#02231D;
	position:fixed;
	z-index: 6;
	width:100%;
	box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: .5em 0em;
}
.desktop-nav > .nav-container > .navbar-nav{
    margin:0% 10%;
}
.mobile-nav{
	width:100%
}
.nav-container-top{
	top:0;
	background-color:#02231D;
	position:fixed;
	z-index: 3;
	width:100%;
	box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 3% 0%;
	display:inline-flex;
	justify-content: space-between;
}
.nav-container-bottom{
	bottom:0;
	background-color:#02231D;
	position:fixed;
	z-index: 3;
	width:100%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 3% 0%;
	display:inline-flex;
	justify-content: space-between;
}
.navbar .btn{
    padding: .5em;
    height:1.25em;
    margin-top:.5%;
}
.nav-container {
  max-width:1300px;
  margin:auto; 
  display:flex;
  justify-content:space-around;
}
.navbar-nav {
  display: flex;
  margin:auto;
  height:100%;
  align-items: center ;
}
.navbar-brand {
  max-width: 4em;
  height: auto;
}
.navbar a {
    color: white; 
    margin: 0em 1em; 
    text-decoration: none;
}


.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: #76993E;
}

.active{
    color: #2685C0;
}
.navbar li {
    list-style: none;
    display: inline-flex;
}




/*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;
    scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        -webkit-scrollbar {
            display: none;
        }
        scroll-behavior: smooth;
}
.header{
	width:100%;
}
#main-logo{
	fill:green;
	width:80%;
    max-width:900px;
    height:auto;
	display:flex;
    margin:auto;
    padding-top:.5%;
    padding-bottom:2em

}




/*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: 5em;
    padding-bottom: 3em;
    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 0em;
    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;
}
.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:5em;
}
.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%;
}

.hello h1{
    font-size:5em;
    padding-bottom:.1em;
}
.hello{
    background-color:#455a29
}




/*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;
    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;
}


/*Resume*/
.secondary-nav-resume{
    background-color:#1a4039;
    position:fixed;
    top:3;
    width:100%;
    z-index: 3;
    display: inline-flex;
}
.secondary-nav-resume > .nav-container > ul{
    display:inline-flex;
    justify-content: center;
    width:100%;
    margin-top:1.5em;
    list-style: none;
}
.secondary-nav-resume > .nav-container > ul > li{
    margin:0 1em;
}
.resume-logo{
    display:flex;
    justify-content: center;
    max-width:900px;
    margin:auto;
    padding:0% 7%;
}
.resume-summary{
    padding-bottom:1.5em;
}
.resume-summary> h1, 
.resume-skills> h1,
.resume-WH> h1
{
    margin-bottom:.5em;
    padding-top:1.5em;
}
.Resume-Section1-B{
    max-width:1300px;
    columns: 3;
    column-width: 90px;
}
.Resume-Section1-B h1{
    font-size:1.5em;
}
.sec-b,.sec-d{
    break-before:column;
    -webkit-break-before: column;
}
.Resume-Section1 h1{
    font-size:2em;
}
.resume-button-row{
	display:inline-flex;
	margin:2em auto;
    justify-content: center;
    flex-wrap: wrap;
    width:100%

}
.resume-button-row > .btn{
    width: 15em;
	margin:2%
}
.Work{
    max-width:1200px;
    margin:auto;
    columns:2;
    column-gap:10%;
    padding:0% 4%;
}
.Work li{
    padding-bottom:1em;
}
.Work h1{
    font-size:1em;
}
.WorkHistory {
    width:35%;
	margin:2%;
}
.skills>li:hover{
    color:#2685c0;
}
.skill-list-ul>li{
    padding:.25em;
}
.skill-list-ul{
    max-width:1300px;
    padding:1em 10em;
    column-count:4;
    column-gap: 10%;
}

/*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*/
section> .tab{
    max-width:1350px;
    border-radius:8px;
}

.tab {
  overflow: hidden;
  background-color: #1a4039;
  box-shadow: 0px 3px 9px black;
  text-align: center;
  width:100%;
  margin:auto;
  border-radius:0px;
}
.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:100%;
    margin:auto;
    border-radius:0px;
    white-space:nowrap;
	overflow:scroll;
}
.tabcontent img {
    border-radius: 8px;
}
.tabcontent a {
    border-radius: 8px;
}
.tabcontent .content{
	justify-content:space-evenly;
}
.tabcontent .content>.card{
	width:22%;
	gap:1em;
}
.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;
}







/*Featured Cards*/
.featured-section{
    display:flex;
    justify-content: center;
}
.featured{
    display: flex;
	flex-wrap: wrap-reverse;
    gap:2%;
	padding:3em;
    align-items:center;
    justify-content: space-evenly;
    margin:auto;
    max-width:1200px;
}
.featured-section1{
    width: 43%;
    display:flex;
    text-align:center;
    gap:2em;
    flex-wrap:wrap;
}
.featured-section2{
    width:40%;
    text-align:left;
}

.featured-card {
    background-color: #1a4039;
    border-radius: 8px;
    padding-bottom: 1em;
    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 {
    margin-bottom: 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:30%;
}
.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: 23%;
    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*/




/*Footer Rules*/
footer {
  background-color: black;
  padding-top: 1%;
  padding-right: 1%;
  padding-left: 1%;
  padding-bottom: 2.5%;
  height: auto;
  width:100%;
  justify-content: space-between;
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  color: #76993E;
}
.footer-nav{
    width:40%;
}
.footer-s-a, .footer-s-b{
    padding:1em;
}
.footer-s-a{
    width:45%;
    display:inline-flex;
    justify-content: flex-end;
}
.footer-nav-1, .footer-nav-2, .footer-nav-3{
    max-width:350px;
}
.footer-nav-1> ul, .footer-nav-2> ul, .footer-nav-3> ul{
    display: inline-flex;
    flex-direction: column;
    list-style: none;
    margin:0%;
    padding:0%;
    gap:1em
}
.footer-nav-1> h2, .footer-nav-2> h2, .footer-nav-3> h2{
    color: #85C41D;
    font-weight: bolder;
    
}
#contact{
    text-align: center;
    padding:3em 0em;
    background-color: #00547e;
    background-image: url("../Image_Inventory/patterns/JB_Pattern_1.png");
    background-position: center;
    background-size: cover;
    background-blend-mode:soft-light;
}








/*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:1286px){
    .featured-section1{
        width: 100%;
        justify-content:center;
    }
    .featured-section2{
        width:70%;
        text-align:center;
        padding-bottom:2em;
    }
}
@media (max-width:838px){
    .tabcontent .content>.card{
        width:25vw;
        gap:.5em;
    }
    .tab{
        overflow-x:scroll;
        overflow-y:hidden;
        white-space:nowrap;
        width:100%;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
        -webkit-scrollbar {
            display: none;
        }
        scroll-behavior: smooth;
    }
    .tab-menu{
        border-radius:0px;
    }
}
@media (max-width:700px){
    .tabcontent .content>.card{
        width:40vw;
        gap:.5em;
        justify-content:center;
    }
    h1{
        font-size:7vw;
        margin-bottom:2em;
    }
    .featured-section2{
        width:90%;
    }
    .hello h1{
        font-size:10vw;
        margin-bottom:1em;
    }
    .Resume-Section1-B{
        columns: 2;
        column-width:auto;
        column-gap: 1%;
    }
    .Resume-Section1-B h1{
        margin-bottom:1em;
        font: size 0.5em;
    }
    .sec-b,.sec-d{
        break-before:avoid-column;
    }
}
@media (min-width:600px){
	.desktop-nav{
		display: inline-flex;
		align-items: center;
}
	.desktop-nav .nav-container{
		display: inline-flex;
		align-items: center;
	}
	.mobile-nav{
		display:none;
}
}
@media (max-width:550px){
    .Resume-Section1-B{
        columns: 1;
        column-width:auto;
        column-gap: 1%;
    }
    .sec-b> h1,
    .sec-c> h1,
    .sec-d> h1{
        padding-top:1em;
    }
    .Work{
        columns: 1;
        column-gap:0%;
        padding:0% 2%;
    }
    .resume-logo{
        padding-top:10%
    }
}
@media (max-width:500px){
    .featured-section2{
        width:99%;
    }
}
