@charset "UTF-8";
/* CSS Document */

body {
  margin: 0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #02391700;
}

a {
	color: #fff0b0;
	text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
}


button {
	color: #fff0b0;
	text-decoration: none;
	background-color: #023917;
	padding: .2rem .5rem .2rem .5rem;
	border-radius: 5px;
	transition: background-color .3s;
  border: none;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

button:hover {

	background-color: #0c5d2f;
	text-decoration: none;
}

button:active {

	background-color: #0c5d2f;
	text-decoration: none;
}

h3 {
	font-size: 24px;
	color: #fff0b0;
}


/*! Tabs formatting */
.container {

        }
 
        [data-tab-info] {
            display: none;
        }
 
        .active[data-tab-info] {
            display: block;
        }
 
        .tab-content {
        }
 
        .tabs {
            background-color: #0c5d2f;
            font-size: 25px;
            color: #fff0b0;
            display: flex;
            margin: 1rem;
        }
 
        .tabs span {
            background-color: #0c5d2f;
            padding: 10px 20px 10px 20px;
            transition: background-color .3s;
        }
        
        
 a.tabLink {
            font-size: 25px;
            padding: 10px 0px 10px 0px;
            border-radius: 0px;
            text-decoration: none;
	 		background: #023917;

            
 }
 
  a.tabLink:hover {
            font-size: 25px;
            padding: 10px 0px 10px 0px;
            border-radius: 0px;
            text-decoration: none;

 }
        

/* row block/card formatting for both tables */
tr {
	display: inline-block;
	width: flex;
	height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;

}

/*! Table 1/Photos Formatting */

/*! Hide header */
main#dataTable tbody>:nth-child(1){ 
  display: none;
}


main#dataTable td {
	align-content: center;
  text-align: center;
}



/* hidden cells */
main#dataTable td:nth-child(1) {
	display: none;
}




/*! Table 2/headshots Formatting */

/*! Hide header */
section#dataTable2 tbody>:nth-child(1){ 
  display: none;
}

/* hidden cells */
section#dataTable2 td:nth-child(1) {
	display: none;
}


/*! Table 3/app uploads Formatting */

/*! Hide header */
article#dataTable3 tbody>:nth-child(1){ 
  display: none;
}

/* hidden cells */
article#dataTable3 td:nth-child(1) {
	display: none;
}


/*! Selectors and search bar ("input") */
select, input {
    height: flex;
    width: flex;
    color: #fff0b0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    padding: 5px;
    margin: 0px 8px 8px 0px;
    border: none;
    border-radius: 4px;
    background-color: #0c5d2f;
    transition: color .3s;
    font-size: 22px;
}

select:hover {
	color: #fff0b0;
}

option {
    color: #fff0b0;
    font-size: 22px;
}

label {
	color: #fff0b0;
    font-size: 22px;
    padding: 5px;
    margin: 0px 0px 8px 0px;
    display: inline-block;
}




/*! Item containers/cards - these are leftover from old manual formatting but some are still needed and i'm hesitant to delete the rest. not hurting anything so just leave it.*/


.materials {
	padding-top: 10px;
	padding-bottom: 10px;
	width: 90%;
	margin: auto;
	color: #0c5d2f; 
}

.item-containers {
	border-radius: 11.046px;
	background: #0c5d2f;
	box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.15) inset;
	overflow-y: scroll;
	display: flex;
	width: 100%;
	height: 70vh;
	margin: auto;
	padding: 1%;
	gap: 25px 35.32px;
	flex-shrink: 0;
	flex-wrap: wrap;
  text-align: center;
  border: solid #fff0b0;
}



img {
	border-radius: 11.046px;
	box-shadow: 5px 5px 20px -2px rgba(0, 0, 0, 0.15) inset;
	width: flex;
	height: 200px;
	margin: auto;
  border-color: rgba(0, 0, 0, 0);
  
}
