
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;500;700&display=swap');

:root {
  --gh: calc(6px * 7); 
  --ghmin: calc(6px * 6);
  --ghmax: calc(6px * 8);

  --luvi-yellow: #FFED65;
  --luvi-green: #59FFA0;
  --luvi-aqua: #1AE2D3;
  --luvi-purple: #6B42AD;
  
  --luvi-gray: #F9F9F9;
  --luvi-darkgray: #ccc;
  --luvi-blue: #0054FF;
  --luvi-lightblue: #5CDEFF;
  --luvi-red: tomato;
}

html, body {
  background: var(--luvi-gray);
  font-family: 'Space Grotesk', sans-serif;
  line-height:1.4;
  word-break:break-word;
  text-rendering: optimizeLegibility;
  font-feature-settings:'kern' 1;
  font-kerning:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.bg-secondaryx {
  border: 1px solid #A9A9A9;
  background: white;
  color: #636363;
}

.bg-successx {
  border: 1px solid #000;
  background: #000;
  color: var(--luvi-green);
}

.lv-tdots {
  overflow:hidden; 
  white-space:nowrap; 
  text-overflow: ellipsis;
}

.font-16 {
  font-size: 16px;
}

.CodeMirror * {
  font-family: monospace;
  font-size: 16px;
}

.lv-bg-yellow {
  background-color: var(--luvi-yellow);
}

.lv-bg-green {
  background-color: var(--luvi-green);
}

.lv-bg-red {
  background-color: var(--luvi-red);
}

.project-blobs, .projects-header {
  border-bottom: 1px solid #D2D2D2;
}

.lv-badge {
  background: #E6E6E6;
  padding: 6px 12px 6px 12px;
  margin-right: 12px;
  border-radius: 999px;
  font-size: 16px;
}

.project-blobs {

  cursor: pointer;
}

.project-blobs:hover {
  background: #EDEDED;
  color: #000;
}

.project-blobs:hover h1 {
  color: #000;
}

.lv-a {
  text-underline-offset: 0.25em;
  cursor: pointer;
  text-decoration: underline;
  outline: none;
  background-color: transparent;
  color: #000;
}

.lv-cl-purple {
  color: var(--luvi-purple);
}

a.lv-cl-purple:hover {
  color: #533288;
}

.lv-sa {
  text-underline-offset: 0.15em;
  cursor: pointer;
  text-decoration: underline;
  outline: none;
  background-color: transparent;
  color: #000;
}

.lv-xxxrow {
  cursor: pointer;
}

.lv-xxxrow:hover {
  background: #E5E5E5 !important;
}

.project-blobs h1 {
  font-size: 24px;
  color: #54318D;
  padding: 0;
  margin: 0;
}

.text-sm {
  font-size: 14px;
}

a {
  text-decoration: none;
}

.no-borders { border: 0; }

.float-right { float: right; }

.btn-clink {
  color: #555;
  border-radius: 0;
}

.btn-clink:hover {
  background: #F1F1F1;
  color: #404040;
}

body {
  padding-top: 4.5rem;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.btn, .card, .nav-link {
  border-radius: 0 !important;
}
.nav-pillst {
  font-size: 16px;
}
.nav-pillst .nav-link.active {
  background-color: transparent !important;
  color: black;
  font-weight: bold;
  border-bottom: 2px solid #0d6efd;
}

.lv-mprj {
  font-size: 32px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

.lv-btn {
  user-select: none;
  transition: transform 200ms ease 0s, background 200ms ease 0s;
  font-size: 18px;
  padding-left: 28px;
  padding-right: 28px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #6B42AD;
  background-color: #6B42AD;
  color: white;
  border-radius: 4px !important;
}
.lv-btn:hover {
  color: white;
  border-color: #6B42AD;
  background-color: #6B42AD;
  transform: translateX(0) translateY(-3px);
}

.lv-btn-green, .lv-btn-green:hover {
  background: #59FFA0;
  color: #000;
  border-color: #59FFA0;
}

.lv-btn-gray, .lv-btn-gray:hover {
  background: #DCDCDC;
  color: #343434;
  border-color: #DCDCDC;
}

.lv-cl-black {
  color: #000 !important;
}

.font-bold {
  font-weight: 700 !important;
}

.turbolinks-progress-bar {
  height: 6px;
}

.lv-dsb {
  pointer-events: none;
  opacity: 0.5;
}

.lv-cbx {
  margin-top: 0px; 
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 640px;
  padding-right: 32px;
  padding-left: 32px;
  text-shadow: 0px 0px 4px #fff;
}

.sorter-flt .nav-item {
  font-size: 18px;
}

.lv-cbx {
  line-height: 1.7;
  font-size: 24px;
}

.lv-cbxs {
  font-size: 16px;
  margin-top: 20px; 
}

.lv-updown {
  -webkit-animation: upNdown 2s infinite linear;
  animation: upNdown 2s infinite linear;
}

@-webkit-keyframes upNdown {
     0% { }
     50% { transform: translate(0px, 10px); }
     100% { }
}
@keyframes upNdown {
     0% { }
     50% { transform: translate(0px, 10px); }
     100% { }
}


.lv-hd {
  padding: 24px 48px 24px 48px;
}

.lv-midder ul {
  max-width: 320px;
  margin: 0 auto;
}

.lv-midder .nav-link {
  font-size: 18px;
  color: #6B6B6B;
}

.lv-udarrow {
  position: absolute; 
  right: 32px; 
  width: 150px; 
  height: 150px;
}

.lv-bgimg-container {
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center center; 
  min-height: 50vh;
}

.lv-bgimg-container2 {  
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: center center; 
  min-height: 18vh;
}

.lv-bgimg1 {
  background-image: url(https://luvi.imgix.net/Luvi/foo1.svg); 
}
.lv-bgimg2 {
  background-image: url(https://luvi.imgix.net/Luvi/foo2.svg); 
}
.lv-bgimg3 {
  background-image: url(https://luvi.imgix.net/Luvi/sbr.svg); 
}


.lv-logo {
  height: 24px;
}

.itm-blob {
  padding: 24px 12px 24px 12px;
  border-bottom: 1px solid #E1E1E1;
}

.lv-ghmax {
  height: var(--ghmax);
}


.lv-btnlink{
  padding:8px 16px;
  -webkit-flex-shrink:0;
  -ms-flex-negative:0;
  flex-shrink:0;
}
.lv-btnlink:last-child{
  margin-right:0;
}
.lv-btnlink:after,.lv-btnlink span:after{
  content:'';
  opacity:0;
  -webkit-transform:translateY(3px) scaleY(1);
  -moz-transform:translateY(3px) scaleY(1);
  -ms-transform:translateY(3px) scaleY(1);
  transform:translateY(3px) scaleY(1);
  -webkit-transition:-webkit-transform 250ms,opacity 250ms;transition:transform 250ms,opacity 250ms;
  transform-origin:center left;
}
.lv-btnlink:hover{
  position:relative;
}
.lv-btnlink:hover:after{
  content:'';
  position:absolute;
  left:8px;
  right:8px;
  bottom:4px;
  height:3px;
  background: currentColor;
  opacity:1;
  -webkit-transform:translateY(0) scaleY(1);
  -moz-transform:translateY(0) scaleY(1);
  -ms-transform:translateY(0) scaleY(1);
  transform:translateY(0) scaleY(1);
}

.lv-cl-blue {
  color: #5551ff;
}

.lv-ghmax {
  height: var(--ghmax);
}

.lv-gh {
  height: var(--gh);
}


.lv-cl-darkgray {
  color: #665;
}
.font-sml {
  font-size: 13px;
  line-height: 1.7;
}


.lv-form {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}


.lv-form * {
  margin-bottom: 20px;
  border-radius: 0;
}

.lv-notification:hover {
  background-color: #494949 !important;
  color: #fff !important;
}
.lv-notification {
  cursor: pointer;
}

.lv-form .btn-primary, .lv-form input {
  background: white;
  color: purple;
  border: 2px solid black;
}

.lv-form .btn-primary {
  color: #fff;
  border-color: var(--luvi-purple);
  background-color: var(--luvi-purple);
  cursor: pointer;
  user-select: none;
  transition: transform 200ms ease 0s, background 200ms ease 0s;
}

.lv-form .btn-primary:hover {
  border-color: var(--luvi-purple);
  background-color: var(--luvi-purple);
  transform: translateX(0) translateY(-3px);
}

.navbar {
  height: 100px;
  overflow: hidden;
}

body {
  padding-top: 100px;
}


/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {


  .sorter-flt .nav-item {
    font-size: 16px;
  }

}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {


  .navbar {
    height: 80px;
  }
  body {
    padding-top: 80px;
  }

  .project-blobs h1 {
    font-size: 18px;
  }


  .lv-mprj {
    font-size: 20px;
  }

  .lv-btn {
    font-size: 14px;
  }

  .lv-badge {
    font-size: 12px;
  }

  .lv-hd {
    padding: 12px 12px 12px 12px !important;
  }

  .lv-midder .nav-link {
    font-size: 15px !important;
  }

  .lv-logo {
    height: 18px;
    margin-right: 10px;
  }


  .sorter-flt .nav-item {
    font-size: 14px;
  }

  .lv-udarrow {
    right: 32px; 
    width: 80px; 
    height: 80px;
  }

  .lv-bgimg1 {
    background-image: url(https://luvi.imgix.net/Luvi/ttt1.svg); 
  }
  .lv-bgimg2 {
    background-image: url(https://luvi.imgix.net/Luvi/ttt2.svg); 
  }

  .lv-bgimg3 {
    background-size: 120%;
  }

}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

  

  .sorter-flt .nav-item {
    font-size: 13px;
  }
  
}


/* XX-Large devices (larger desktops) */
/* No media query since the xxl breakpoint has no up per bound on its width */
