h1 {
    font-family: cursive;
}
.projects li {
    font-family: system-ui;
    font-size: larger;
}
p {
    font-size: x-large;
    font-family: initial;
}
.title{
    font-family: sans-serif;
    color: #dc2d5e;
    text-align: center;
}
.tabContainer{
    width: 100%;
    height: 100%;
}
.tabContainer .buttonContainer{
    height: 10%;
}
.tabContainer .buttonContainer button{
    width: 25%;
    height: 100%;
    float: left;
    border: none;
    outline:none;
    cursor: pointer;
    padding: 0.1vw;
    font-family: sans-serif;
    font-size: 16px;
    background-color: orange;
}
.tabContainer .buttonContainer button:hover{
    background-color: #d7d4d4;
}
.tabContainer .tabPanel{
    height: 90%;
    background-color: gray;
    color: white;
    text-align: center;
    padding-top: 3.25vw;
    box-sizing: border-box;
    font-family: sans-serif;
    font-size: 16px;
    display: none;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;

}
tr:hover {background-color: hotpink;}
td, th {
  border: 0.06510416666666667vw solid #dddddd;
  text-align: left;
  padding: 0.2604166666666667vw;
  overflow: hidden;
}

tr:nth-child(odd) {
  background-color: #53F0B1;
}
#footer {
   position: sticky;
   bottom:0vw;
   text-align: center;
   width:100%;
  
   background:#6cf;
}
.card {
  /* Add shadows to create the "card" effect */

   justify-content: space-between;
   text-align: center;
  box-shadow: 0 0.2604166666666667vw  0.5208333333333334vw 0 rgba(0,0,0,0.4);
  transition: 0.1s;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0  0.5208333333333334vw 1.0416666666666667vw 0 rgba(0,0,0,0.9);
  background-color: #FE3D2F;
}

/* Add some padding inside the card container */
.container {
  padding: 0.13020833333333334vw 1.0416666666666667vw;
}
.column {
  float: left;
  width: 33%;
  padding: 0 0.3255208333333333vw;
}
* {
  box-sizing: border-box;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.row {margin: 0 -0.3255208333333333vw;}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 39.0625vw) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 0.6510416666666666vw;
  }
}
/* Add rounded corners to the top left and the top right corner of the image */

html, body {
  height: 100%;
  margin: 0;
}

.full-height {
  height: 100%;
  background: yellow;
}
.fa {
  padding: 1.3020833333333333vw;
  font-size: 1.953125vw;
  text-align: center;
  text-decoration: none;
  margin: 0.3255208333333333vw 0.13020833333333334vw;
}

.fa:hover {
    opacity: 0.7;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-github {
  background: black;
  color: white;
}
img {
  width: 13.020833333333334vw;
  height: 26.52519893899204vh;
  
}
a:hover {
  color: blue;
}
