
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  color: #0d1e2d;
  background-color: #121213; 
}

.bg-sad {
  background-color: #121213;
}

.bg-sad1 {
  background-color: #121213;
  background-image: linear-gradient(175deg, #121213 85%, #5dd8ff calc(85% + 2px))
}

.bg-happy {
  background-color:#5dd8ff;
  background-image: linear-gradient(175deg, #5dd8ff 80%, #121213 calc(80% + 2px))
}

.centerabout {
display: flex;
justify-content: center;
}

a {
  color: #5bb8ff;
  text-decoration: none;
}

a:hover {
  color: #5bb8ff;
}

.h1 {
  color: #5bb8ff;
  font-family: "Playfair", serif;
  font-weight: 700;
  font-size:50px;
  font-weight:600;
  padding-bottom: 0rem 0;
  line-height: 42px;   /* within paragraph */
  margin-bottom: 0px; /* between paragraphs */
}

.h2 {
  color: #121213;
  font-family: "Lato", sans-serif;
  font-weight: 200;
  font-size:20px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.h3 {
  color: #5dd8ff;
  font-family: "Playfair", serif;
  font-size: 20px;
}

.h4 {
  color: #121213;
  font-family: "Playfair", serif;
  font-weight: 600;
  font-size:30px;
  padding-bottom: 10px;
}

.h5 {
  color: #b1ddff;
  font-family: "Playfair", serif;
  font-weight: 500;
  font-size:20px;
  padding-bottom: 0px;
}

.h6 {
  color: #121213;
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.h7 {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size:15px;
}

.h8 {
  color: #121213;
  font-family: "Playfair", serif;
  font-weight: 500;
  font-size:30px;
  padding-bottom: 10px;
}

.margin {
  margin:-10px;
  margin-left: 5px;
}

.margin2 {
  margin-top: 50px;
  margin-bottom: 5px;
}

.heading {
  font-size: 24px;
}

h1, h2, h3, h4, h5, .font-heading {
  font-family: "Lato", sans-serif;
}

.section {
  padding: 2rem 0;
}

.gi-2x {
  font-size: 1.5em;
}

.gi-3x {
  font-size: 3em;
}

.gi-4x {
  font-size: 4em;
}

.gi-5x {
  font-size: 5em;
}

.filters a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.filters a:hover, .filters a:focus, .filters a:active {
  text-decoration: none;
}

.filters a:hover:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.filters a.active {
  color: #000;
}

.filters a.active:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: #000;
}

.item {
  border: none;
  margin-bottom: 30px;
}

.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: .3s all ease-in-out;
}

.item .item-wrap img {
  transition: .3s transform ease;
  transform: scale(1);
}

.item .item-wrap > .work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: .3s all ease;
}

.item .item-wrap > .work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap > .work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.form-control {
  border-radius: 0;
  background: #f8f9fa;
  border: 1px solid transparent;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.form-control:active, .form-control:focus {
  background: #eff1f4;
  outline: none;
  box-shadow: none;
  border: 1px solid transparent;
}

.custom-progress {
  height: 7px;
  border-radius: 0;
}

.custom-progress .progress-bar {
  background: #000;
}

.embed-responsive {
  position: relative;
  width:100%;
  height: 100%;
  padding-top: 50%;
}

.embed-responsive2 {
  position: relative;
  width:100%;
  height: 100%;
}

.vimeo{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#wrapper {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    position: relative;
}

iframe {
   position: absolute;
   top: 50%;
   left: 50%;
   objectFit: fill, 
   transform: translate(-50%, -50%)

   @media (min-aspect-ratio: 16/9) {
      width: 177.78vh;
   }

   @media (max-aspect-ratio: 16/9) {
      height: 56.25vw;
   }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* Custom Navmenu */
.custom-navmenu {
  background: #0d1e2d;
}

.custom-navmenu .custom-menu, .custom-navmenu .custom-menu li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-navmenu .custom-menu li {
  margin-bottom: 0;
  font-size: 20px;
}

.custom-navmenu .custom-menu li a {
  color: #fff;
  padding: 10px 0 !important;
}

.custom-navmenu .custom-menu li a:hover {
  text-decoration: none;
}

.custom-navmenu .custom-menu li.active a {
  text-decoration: underline;
}

.custom-navmenu h3 {
  font-size: 20px;
  color: #fff;
}

.custom-navmenu p {
  color: rgba(255, 255, 255, 0.6);
}

.custom-navmenu a {
  color: rgba(255, 255, 255, 0.7);
}

.custom-navmenu a:hover {
  color: #fff;
}

/* Custom Navbar */
.custom-navbar {
  padding-top: 50px;
  width: 100%;
}

@media (max-width: 780px) {
  .custom-navbar > .container {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  float:right;
  padding-right: 50px;
}

.custom-navbar .navbar-brand {
  font-size: 1.7rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 0 0 4rem 0;
}

.footer a {
  color: #b1ddff;
}

.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #5bb8ff;
  position: relative;
  text-align: left;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #000;
}

.TikTok {
    float:left;
}