.col {
  height: 100vh;
}

#firstcol {
  /*max-width: 30%;
    min-width:30%;*/
  width: 30%;
  max-width: 30%;
  background-color: #66cdaa;
  height: 100%;
}

img {
  width: 80%;
  border-radius: 50%;
}

h1 {
  font-size: 20vh;
  color: white;
}

.generalinfo {
  color: white;
  text-align: left;
}

.generalinfo li {
  color: white;
  background-color: #66cdaa;
  text-align: left;

  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.info {
  text-align: left;
  padding-top: 10px;
}

.info li {
  background-color: #66cdaa;
  text-align: left;
}

.list-group li {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
}

#secondcol .list-group-item {
  background-color: white;
  margin-left: 20px;
}

#section {
  /*border: 8px solid transparent;*/
  /*border-left: 6px solid #66CDAA;*/
  /*box-shadow: -3px 0px 0px 0px #66CDAA, 0px 0px 0px 0px #66CDAA;*/
  border-radius: 30px;
  font-size: 14px;
  text-align: left;
}

#secondcol .list-group-item li {
  padding: 2px;
}

.table {
  background-color: white;
  text-align: center;
}

#titull {
  font-size: larger;
}

div {
  font-family: Arial, Helvetica, sans-serif;
}

#info {
  font-size: larger;
  color: #262626;
  font-weight: bolder;
}

#titull {
  font-size: larger;
  color: gray;
  font-weight: bolder;
}

#data {
  color: #696969;
}

#adresa,
#link {
  font-size: smaller;
  padding-left: 5%;
  font-weight: bolder;
}

.nav-link {
  color: gray;
}
/*nav:hover {
  height: 8em;
}*/
