html, body {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 90vh;
  padding-top: 2em;
  font-family: 'Roboto', sans-serif;
  background-color: #291900;
  background-image: linear-gradient(180deg, #452a00 0%, #291900 74%);
  /* background-image: url("../img/workshop.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6, .btn, .font-secondary {
  font-family: 'Roboto Slab', serif;
  font-weight: bold;
}

.main-heading {
  font-size: 36pt;
  margin-top: 3rem;
}

#header {
  transition: transform 0.2s;
  cursor: pointer;
  position: absolute;
  margin: 0;
  top: 0;
}

.modal-content {
  background-color: #f8f9fa !important;
}

@media only screen and (max-width: 600px) {
  .main-heading {
    margin-top: 6rem;
  }
  
  .sub-heading {
    margin-bottom: 2rem;
  }
  
  #header-logo {
    width: 50px !important;
  }
  
  #header-text {
    font-size: 1.35rem !important;
    left: 75px !important;
  }
}

.icon-container {
  margin-left: -40px;
  margin-top: 6rem;
}

.icon-wrap {
  float:left;
  position: relative;
  width: 8em;
  height: 11em;
  margin: 20px;
  margin-right: 0;
  margin-bottom: 0;
}

.icon {
  float:left;
  position: relative;
  width: 8em;
  height: 8em;
  margin-bottom: 10px;
  border-radius: 1em;
  background-color: #cccccc;
  box-shadow: 4px 4px 14px #171717;
  cursor: pointer;
  transition: transform 0.2s;
}

.tag-setup {
  position: absolute;
  float: right;
  text-align: center !important;
  background-color: #f2f2f2;
  border-radius: 10px;
  border: 1px solid #000000;
  box-shadow: 0 0 12px #000000;
  padding: 4px;
  font-weight: bold;
  margin-left: -35px;
  width: 70px;
  left: 50%;
  top: 0;
  margin-top: -15px;
}

.tag-notification {
  position: absolute;
  float: right;
  text-align: center !important;
  background-color: #d10000;
  border-radius: 50%;
  border: 1px solid #d10000;
  box-shadow: 0 0 12px #000000;
  padding: 2px;
  font-weight: bold;
  margin-right: -10px;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  margin-top: -10px;
  color: #f2f2f2;
}

.icon:hover, .profile-bubble:hover, #header:hover, .btn-popup:hover {
  transform: scale(1.05);
}

.icon-popup {
  float:left;
  position: relative;
  width: 8em;
  height: 8em;
  margin-bottom: 10px;
  margin-right: 2em;
  border-radius: 1em;
  background-color: #cccccc;
  box-shadow: 2px 2px 8px #808080;
}

.pink {
  background-image: linear-gradient(to bottom right, #fca3ff, #cd00d4);
}

.pink-plain {
  background-color: #fed4ff;
}

.red {
  background-image: linear-gradient(to bottom, #fa20a3, #fa2323);
}

.red-plain {
  background-color: #ffabab;
}

.orange {
  background-image: linear-gradient(to top right, #ffb30f, #ffe27a);
}

.orange-plain {
  background-color: #ffefb5;
}

.yellow {
  background-image: linear-gradient(to left, #e6d300, #f0ea48);
}

.yellow-plain {
  background-color: #fffcad;
}

.lime {
  background-image: linear-gradient(to top left, #96ffa5, #00eb0b);
}

.lime-plain {
  background-color: #d0f5d5;
}

.green {
  background-image: linear-gradient(to bottom, #00de1e, #027011);
}

.green-plain {
  background-color: #a5e8bb;
}

.blue {
  background-image: linear-gradient(to bottom left, #1f76ed, #70edfe);
}

.blue-plain {
  background-color: #c4f8ff;
}

.indigo {
  background-image: linear-gradient(to bottom, #1f76ed, #18009e);
}

.indigo-plain {
  background-color: #86aadb;
}

.gray {
  background-image: linear-gradient(to bottom left, #c9c9c9, #898b91);
}

.gray-plain {
  background-color: #e8e8e8;
}

.purple {
  background-image: linear-gradient(to top left, #76007a, #a645fe);
}

.purple-plain {
  background-color: #e9d1ff;
}

.black {
  background-image: linear-gradient(to top, #4a4a4a, #1f1f1f);
}

.black-plain {
  background-color: #bababa;
}

.icon-inner {
  height: 5rem;
  width: 5rem;
  font-size: 4rem;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2rem;
  margin-left: -2.5rem;
  opacity: 0.85;
  color: #f2f2f2;
  text-shadow: 2px 2px 8px #363636;
}

.icon-label {
  font-size: 12pt;
  text-align: center;
  color: #f2f2f2;
  line-height: 1.2;
}

.btn-popup {
  border: 0 !important;
  text-shadow: 1px 1px 4px #000000;
  transition: transform 0.2s;
  box-shadow: 2px 2px 8px #808080;
}

#header-logo {
  position: absolute;
  margin: 0;
  top: 15px;
  left: 15px;
  width: 57px;
}

#header-text {
  position: absolute;
  margin: 0;
  width: 200px;
  top: 15px;
  left: 85px;
  font-size: 1.55rem;
}

.text-white {
  color: #f2f2f2 !important;
}

.profile-bubble {
  position: absolute;
  float: right;
  text-align: center !important;
  width: 75px; 
  height: 62px;
  background-color: #f2f2f2;
  /*background-image: linear-gradient(200deg, #f0f0f0 0%, #b3b3b3 80%);*/
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.2s;
}

#profile-street {
  right: 95px;
  top: 12px;
}

#profile-user {
  right: 10px;
  top: 12px;
}

.profile-number {
  line-height: 1;
  font-size: 15pt;
  font-weight: bold;
  margin-top: 10px;
  overflow: hidden;
  max-width: 45px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}

.profile-word {
  font-size: 10pt;
  overflow: hidden;
  max-width: 50px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  position : relative;
}

.profile-word:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0), rgba(242, 242, 242, 0.8) 90%);
  height: 100%;
  width: 20px;
  margin-left: 30px;
}