@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');
body {
    background:#ffffff;
    font-size:14px;
    font-family: 'Mulish', sans-serif;
    overflow-x: hidden;
}
.bg-blue {
    background:#142D58;
    color:#D9D9D8;
}
.bg-purple {
    background: #9B2929;
}
.color-light {color:#D9D9D8!important;}
.color-blue {
    color:#142D58;
}
.color-purple {
    color: #9B2929;
}
.col-lg-6 {
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.menu {
    text-transform: uppercase;
    font-weight: 100;
}
.logo {max-height:120px;padding:7px;}
.paints h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 6px;
}
.paints h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 200;
    letter-spacing: 4px;
}
.paints h4 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 4px;
}
.paints h4 small {font-weight: 100;}
.paints p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2px;
}
.mt50 {margin-top:0;}
.cursor-pointer {cursor:pointer;}
img.wwh-100 {
    max-height: calc(100vh - 164px);height:auto;
    min-height: calc(100vh - 164px);height:auto;
}

.d-none.paints {
    visibility: hidden;
    opacity: 0;
    -webkit-animation: fadeOut 2s;
    animation: fadeOut 2s;
  }
.paints {
    visibility: visible;
    opacity: 1;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
  }
  .opac {
    /*visibility: hidden;
    opacity: 0;*/
    -webkit-animation: vidfadeOut 5s;
    animation: vidfadeOut 5s;
  }

  @-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@-webkit-keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@keyframes fadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}
@-webkit-keyframes vidfadeOut {
    from { opacity: 1; }
      to { opacity: 0; visibility: hidden}
}
@keyframes vidfadeOut {
    from { opacity: 1; }
      to { opacity: 0;visibility: hidden }
}

.video-container {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
}
.video-container video,.video-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
  }
.video-container .absoluteButton {
    position:absolute;
    bottom:10vh;
    text-align:center;
    right:0;
    left:0;
    margin:auto;
    z-index:200;
}
.video-container .absoluteButton .btn {
    font-size:15px;
    font-size: 2vw;
    font-weight:500;
}
.video-container .artPrints {
    position:absolute;
    top:10px;
    text-align:center;
    right:0;
    left:0;
    margin:auto;
    z-index:200;
    font-size:100px;
    font-size: 4vw;
    font-weight:700;
}
.video-container .artPrints img {max-width:400px;}
#imgcontainer {
  width:  100vw;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image:url('/images/Snapshot1.png')
}
@media screen and (min-width: 992px) {
    .vvh-100 {min-height:100vh!important;}
}
@media screen and (min-width: 1024px) {
    .col {
        -ms-flex: 1!important;
        flex: 1!important;
    }
    .mt50 {margin-top:-100px;margin-bottom:100px;}
}
@media screen and (max-width: 1024px) {
  .artPrints img {max-width:45%!important;max-height:20vh!important;margin-top:10vh;}
  .artPrints div {margin-top:3vh!important;font-size: 5vh!important;}
  .video-container .absoluteButton {
      bottom:20vh;
  }
  .video-container .absoluteButton .btn {
      font-size:15px;
      font-size: 5vw;
      font-weight:500;
  }
  .logo {max-height:70px;}
  .m-none {display:none;}
  .paints {
    margin: 0!important;
    /*display:block!important;*/
  }
  .col-lg-6-old {max-width:96%!important;}
}
@media screen and (max-width: 992px) {

}
@media screen and (min-width: 993px) {

}
