 * {
  box-sizing: border-box;
}

.skills-button, .energy-skills-button, .semi-skills-button{
	padding: 0px;
	border:none;
	width:100%;
	text-decoration: none;
}

.skills-button:hover, .energy-skills-button:hover, .semi-skills-button:hover{
	padding: 0px;
	border:none;
	box-shadow: 7px 7px 4px  #202020 ;
	text-decoration: none;
}

.skills-card{
  padding: 5px 0px 5px 15px;
	text-align: left;
	background-color: #1D225A;
	color: #fdebd0;
	position: relative;
	border-radius: 5px;
}

/*
.closed_card{
  background-image: url(../images/arrow-204-16.png);
  background-repeat: no-repeat;
  background-position: right 8px top 10px;
}

.open_card{
  background-image: url(../images/arrow-142-16.png);
  background-repeat: no-repeat;
  background-position: right 8px top 10px;
}
*/

/* Container around content button */
.skills-container {
	padding: 4px 8px;
	position: relative;
	background-color: inherit;
	width: 100%;
}

/* Style for the whole skills page */

#skills-page {
	height: auto;
	min-height: 100vh;
	background-color:#404040;
}

#energy-skills-side {
	background-image: url(../images/side-image-3.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height: 100vh;
}

#geospatial-skills-side {
	background-image: url(../images/side-image-geospatial.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	height:100%;
	min-height: 100vh;
}

#semiconductor-skills-side {
	background-image: url(../images/side-image-semiconductor.jpg);
	background-position: right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height: 100vh;
}

.skills-nav {
	display: flex;
	justify-content: space-around;
	padding: .5rem;
}

.skills-link {
	color: #989898;
	font-size: .85rem;
	text-decoration: none;
	cursor: pointer;
}

.skills-link:hover {
	text-decoration: none;
	color: #C8C8C8;
	font-weight: bold;
}

.skills-link.active_skill{ /*  this is the real active class */
	color: #DCDCDC;
	font-weight: bold;
}

.skills_subheader{
	color:white;
	padding-left:1.2rem;
}

/* --------------------------------
    MEDIAQUERIES
-------------------------------- */

/* Things to change on large screens */

@media (min-width: 768px) {
	.skills-nav	{
		padding-bottom:1.5rem;
	}

	.skills-link{
		width: 9rem;
	}

	.skills-container {
		padding: .5rem 1.5rem;
	}
}
