.navbar
{
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
.navbar-menu
{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar-menu li
{
	border-right: 1px solid #ccc;
	flex: 1;
	text-align: center;
}
.navbar-menu li a
{
	color: white;
	display: block;
	padding: 15px;
	text-decoration: none;
}
.navbar-menu li a:hover
{
	background-color: #ddd;
	color: #000;
}
.navbar-menu li:last-child
{
	border-right: none;
}
.navbar-toggler
{
	display: none;
}


.tab-btn {
	background-color: #eee;
	border: none;
	color: #444;
	cursor: pointer;
	float: left;
	font-size: 17px;
	outline: none;
	padding: 14px 16px;
	width: 25%;
	width: 100%;
	height: 90px;
}
.tab-btn {
	background-color: lightgray;
	border: none;
	cursor: pointer;
	padding: 10px 20px;
}
.tab-btn.active {
	background-color: gray;
	color: white;
}
.tab-btn:hover
{
	background-color: #ddd;
}
.tab-btn-container {
  display: flex;
  justify-content: space-between;
}



.tab-btns
{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.tab-content
{
	display: none;
	padding: 6px 12px;
}

.tab-content.active
{
	display: block;
}

body
{
	background-color: #f1f1f1;
	font-family: Arial,sans-serif;
	margin: 0;
	padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer
{
	background-color: #333;
	box-sizing: border-box;
	color: white;
	padding: 20px;
	text-align: center;
}
header
{
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}
header
{
	align-items: center;
	background-color: #333;
	box-sizing: border-box;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
}
header a
{
	color: white;
	font-size: 14px;
	text-decoration: none;
}
header h1
{
	font-size: 24px;
	margin: 0;
}
main
{
	background-color: white;
	box-sizing: border-box;
	margin: 20px auto;
	max-width: 1000px;
	padding: 20px;
	height: 100%;
	flex: 1;
}
main
{
	margin-top: 100px;
}
nav li
{
	border-right: 1px solid #ccc;
	flex: 1;
	text-align: center;
}
nav li a
{
	color: white;
	display: block;
	padding: 20px;
	text-decoration: none;
}
nav li a:hover
{
	background-color: #ddd;
	color: #000;
}
nav li:last-child
{
	border-right: none;
}
nav ul
{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
table
{
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px 0;
	padding: 10px;
	width: 100%;
}

.iframe-container {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 ratio */
	height: 0;
	overflow: hidden;
  }
  
  .iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.spacer {
	height: 30px;
	display: block;
}

p {
	line-height: 1.5;
	margin-bottom: 20px;
}

li {
	line-height: 1.3;
}

.skills table, .tools table {
	border: none;
	border-top: 1px solid #ccc;
}

.skills table:nth-of-type(2), .tools table:nth-of-type(2) {
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.skills .tableHalf:nth-of-type(2) {
	border-right: none;
}

.skills {
	display: flex;
	/*justify-content: space-between;*/
}

  .skills table {
	  /*width: 33.3%;*/
	  min-width: 33.3%;
	  /*width: auto;*/
	  margin: 0;
	  /*border-width: 0.5px;*/
  }
.skills table:nth-of-type(2) {
	min-width: 33.4%;
}

.tableHalf table{
	width: 50%;
}

td {
	/*height: 90px;*/
	padding: 0;
	vertical-align: top;
}
th {
	height: 40px;
	padding: 10px;
}

main h2, main p {
	padding-left: 10px;
}

#tabs li {
	min-height: 70px;
	height: auto;
	padding-bottom: 5px;
}

#tabs td {
	min-width: 50%;
	width: auto;
}
.tab-content table tr:nth-of-type(1) th:nth-of-type(1) {
	border: none;
	text-align: left;
}
.tab-content table tr:nth-of-type(1) th:nth-of-type(2) {
	border: none;
	text-align: right;
}

.tab-content table tr:nth-of-type(1) th {
	height: 30px;
	padding: 10px;
}

.tab-content table tr:nth-of-type(2) th {
	border-top: 1px solid #ccc;
	height: 30px;
	padding: 15px;
}

.tab-content table tr:nth-of-type(3) ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
}
.tab-content table tr:nth-of-type(3) li {
	border-top: 1px solid #ccc;
	padding: 10px;
}

.tab-content table tr:nth-of-type(3) td:nth-of-type(1) {
	border-right: 1px solid #ccc;
}

.tableHead td {
	height: 90px;
	vertical-align:middle;
}
#tabs div {
	padding: 0px;
}

#tabs div table {
	margin: 0px;
	border: none;
}

a[target="_blank"]::after {
	content: url("new-tab-icon.png");
	margin-left: 5px;
	/*	height: 1em;
	display: inline-block;*/
	/*vertical-align: middle;*/
}

#projects button {
	font-weight: bold;
	margin-bottom: 0px;
}

a:link, a:visited {
	color: blue;
}

.mobileDisplayShow {
	display: none;
}

@media (max-width:600px) {
	main {
		margin-top: 58px;
		padding: 0px;
	}
	.navbar-menu {
		background-color: #333;
		display: none;
		flex-direction: column;
		opacity: 0;
		overflow: hidden;
		position: absolute;
		right: 0;
		top: 59px;
		transform: translateX(100%);
		transition: transform 0.3s ease-in-out,opacity 0.3s ease-in-out;
		width: 100%;
	}

	.navbar-menu li {
		border-right: none;
		border-top: 1px solid #ccc;
	}

	.navbar-menu li:first-child {
		border-top: none;
	}

	.navbar-toggler {
		/*display: block;*/
	}

	.navbar-toggler:checked + .navbar-toggler-icon + .navbar-menu {
		display: flex;
		opacity: 1;
		overflow: hidden;
		transform: translateX(0);
	}
	.skills {
		display: initial;
	}
	.skills table {
		width: 100%;
	}

	.tab-btn-container {
	display: initial;
	}
	.tab-content {
		padding: 0px;
	}

	.tab-content table {
		margin: 0px;
	}
	.navbar-toggler-icon {
		cursor: pointer;
		display: flex;
		flex-direction: column;
		height: 28px;
		width: 28px;
		background-image: url('https://cdn1.iconfinder.com/data/icons/user-interface-11/100/36-512.png');
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.navbar-toggler-icon span {
		background-color: #333;
		display: block;
		height: 2px;
		margin: 4px 0;
		width: 100%;
	}

	.mobileDisplayShow {
		display: inline;
	}
}