#featured, 
#labs, 
#blogs {
  scroll-margin-top: 60pt;
}

.content h2 {
  display: flex;
  justify-content: center;
  color: var(--showgirlOrange);
}

.languages {
  display: flex;
  flex-direction: row;
  margin-left: 5px;
}

.languages p {
  margin: 10px;
}

body {
  background: linear-gradient(135deg,#0f172a,#1e293b,#312e81);
  color: white;

}

body::before,
body::after{
  content:"";
  position:absolute;
  width:350px;
  height:350px;
  border-radius:50%;
  filter:blur(100px);
  z-index:-1;
}

body::before{
  background:#3b82f6;
  top:-100px;
  left:-100px;
}

body::after{
  background:#8b5cf6;
  bottom:-100px;
  right:0px;
}

section {
  margin-top: 30px;
  margin-bottom: 30px;
}

.cards {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.project1 img {
  width: 100%;
  object-fit: cover;
  height: 150px;
}

figcaption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14pt;
  color: white;
  font-weight: bold;
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cards p {
  padding: 10px;
  margin-top: 0px;
}

.project1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

li {
  font-size: 11pt;
  font-family:"Roboto Condensed", sans-serif;
}

.item {
  display: grid;
  grid-template-columns: 3fr 1.5fr;
  margin: 0px 10px 0px 10px;
  padding: 5px;
}

.content {
  margin-left: 30px;
  margin-right: 30px;
}

a {
  text-decoration: none;
  color: inherit;
}

.jump {
  position: absolute;
  display: none;
}

.logo {
  color: white;
}


@media (min-width: 768px) and (hover:hover){

.languages p:hover {
  background: var(--opalite);
  color: var(--showgirlGreen);
}
  
figcaption {
  font-size: 24pt;
}

.project1 {
  width: 400px;
}

.logo {
  position: relative;
}

.jump {
  display: flex;
  flex-direction: row;
  margin:0; 
  width: 80%; 
  padding-right: 20px; 
  color: var(--showgirlGreen);
  position: relative;
  justify-content: space-between;
  list-style: none;
}

.jump a {
  color: var(--showgirlOrange);
}

.jump a:hover {
  color: white;
}

.jump a::before {
  background-color: white;
}

.cards {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  height: 400px;
}

section {
  margin-top: 70px;
  margin-bottom: 70px;
}

li {
  font-size: 14pt;
}

.content {
  margin-left: 100px;
  margin-right: 100px;
}

.item {
  grid-template-columns: 5fr 0.75fr;
  margin: 0px 50px 0px 50px;
}

}
