* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.nav-link {
  font-family: Raleway, sans-serif;
  font-weight: bold;
  padding: 8px 25px;
  text-decoration: none !important;
}

#mainDropdown:hover {
  text-decoration: none;
  background-color: #d7b799;
}

#hideQRMessage {
  display: none;
}

#QRcode:hover + #hideQRMessage {
  display: block;
  color: inherit;
}

@media (max-width: 768px) {
  #QRcode {
    display: none;
  }
}

@media (min-width: 770px) {
  #vCard {
    display: none;
  }
}

#vCard {
  margin: auto;
}

#codebtn {
  display: flex;
  align-items: center;
  justify-content: center;
}

