       * {
            margin: 0;
		   padding: 0;
        }
        .imgbox {
            display: grid;
            height: 100%;
        }
        .center-fit {
            max-width: 100%;
            max-height: 100vh;
            margin: auto;
        }
nav{
  position: fixed;
  width: 50px;
  bottom: 5%;
  left: 5%;
  transition: all 0.3s linear;
}

nav li{
  height: 50px;
  position:relative;
  border-radius: 5px;
list-style: none;
padding: 10px;
}

nav li a{
  color: white;
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  transition: all .3s linear;
  transition: background-color 2s easeout;
  background: transparent;
}


ul li:hover a span{
  color: white;
}


nav li a:hover{
 background: #4267B2;
}


.imagelogo {
float: left;
background-color: transparent;
border-radius: 5px;
  width: 32px;
  height:100%;
padding-right: 20px;
padding-top: 5px;
  background-image: url("/files/public/esv_logo.svg");
}

.imagelogo:hover {
background-color: lightgrey;
}

.imagelogoinstagram {
float: left;
background-color: transparent;
border-radius: 10px;
  width: 132px;
  height:132px;
  background-image: url("/files/public/instagram_logo.svg");
}

.imagelogoinstagram:hover {
background-color: lightgrey;
}

.vapiclass .teammarker {
  color: #005da8!important;
}

.vapiclass th {
  text-align: center!important;}
 
.vapiclass td.right {
    text-align: center!important;
}
.vapiclass td.left {text-align: center!important;}


