html{
  font-size: 18px
}
.sign-background {
  background: url("../img/background.jpg");
  background-size: cover; background-position:center center; background-attachment: fixed;
}
.logo {
  width: 150px;
  max-width: 100%;
}
.post-content img {
  max-width: 100% !important;
  height: auto;
}
.post-content {
  font-size: 1.2em
}

.post-content h6 {
  margin: 0.25em;
}

.landing-page {
  max-width: 1400px;
  width: 100%;
  padding: 0 10px;
}

@media (max-width: 1440px) {
  .landing-page{
    padding: 0 16px;
  }
  html{
    font-size: 16px
  }
}
a.link-none {
  text-decoration: none;
}
a.link{
  opacity: 0.9;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px dotted;
  transition-duration: 0.3s;
  word-wrap: break-word;
}

a.link:hover{
  border-bottom: 1px dotted rgba(0,0,0,0);
  transition-duration: 0.3s;
  opacity: 1;
}
.bg-gradient { background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important}
.bg-parallax {
  background: linear-gradient(rgb(0,0,0,1), rgb(0,0,0,0.4))
}

.magnifier{
  transition: transform 0.3s ease-in-out;
}
.magnifier:hover{
  -webkit-transform: scale(1.010);
  transform: scale(1.010);
}

.card-radius {
  border-radius: 1em;
}
.card-radius-2 {
  border-radius: 2em;
}
.card-radius-3 {
  border-radius: 3em;
}

.transition-fade {
  transition: all 0.3s ease-in-out
}

.text-dark-chaos-hover{transition: all  0.5s ease-in-out;}
.text-dark-chaos-hover:hover{background: #333; color: #fff; transition: all  0.5s ease-in-out;}
.q-img__scale {transition: .5s;}
.q-img__scale:hover {transition: .5s; transform: scale(1.1) !important}

.text-shadow { text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);}
.bg-blur {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}
.bg-blur-01 {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(0.3em);
  -webkit-backdrop-filter: blur(0.3em);
}

.bg-fixed-home{
  background-image: url('../imgs/parallax-home.png');
  background-size: cover;
}

.q-img__scale_hover {transition: .5s; transform: scale(1.1) !important}

.q-dialog-no-backdrop .q-dialog__backdrop {
  backdrop-filter: blur(0.2em) !important;
  -webkit-backdrop-filter: blur(0.2em) !important;
}
.border-white {
  border-bottom: 2px solid #fff;
}
.border-primary {
  border-bottom: 2px solid #00305b;
}
.border-orange {
  border-bottom: 2px solid #d3411d;
}

#mainTable .q-table__top {
  background-color: var(--q-primary)!important;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0)) !important
}

.q-table--no-wrap td {
  white-space: normal !important;
}

.nowrap {
  white-space: nowrap;
}

.dp__pointer {
    background: transparent !important;
    color: white !important;
    border: none !important;
    border-bottom: 1px solid white !important;
    border-radius: 0px !important;
}

.dp__input_icons {
  color: #fff !important;
}