/* Hide footer until page is loaded */
#footer{
  opacity: 0;
}

img{
    user-drag: none;
   user-select: none;
   -moz-user-select: none;
   -webkit-user-drag: none;
   -webkit-user-select: none;
   -ms-user-select: none;
}

#hero-body {
    background-image: url('/layla.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 22%;
}

.heroImage{
    border: 5px solid black;
}

.display-4{
    color: white;
    font-weight: 400;
}

.display-6{
    color: white;
    font-weight: 400;
}

.gallery-heading{
    padding-left: 10px;
}

/*-------------FOOTER STUFF-------------*/
/* Contains all content inc footer */
#page-container {
  position: relative;
  min-height: 100vh;
}
/* Main content container */
#content-wrap {
  padding-bottom: 2.5rem;    /* To match footer height */
}
/*Footer*/
#footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  /*height: 2.5rem;*/
}

/*.footer {
  height: 40px;
}*/




/***************/
/***************/
/***************/
/* ------------------------ MASONRY ------------------------ */

/* All borders appear inside image; won't add extra width or height */
* { box-sizing: border-box; }

body {
    font-family: sans-serif;
}

body.loading {
    overflow: hidden;
}




/* ------------------------ GRID NEW ------------------------ */
@media screen {

  /*Small devices (landscape phones, 576px and up)*/
  @media (min-width: 0px) {

    .grid {
      margin-left:10px;
      margin-right:10px;
    }
    .grid-item {
      margin-bottom:10px;
    }
    .grid-sizer, .grid-item {
      width:calc(50% - 5px);
    }

  }

  /*Medium devices (tablets, 768px and up)*/
  @media (min-width: 500px) {

    /*@media (orientation: portrait) {*/
      .grid {
        margin-left:40px;
        margin-right:40px;
      }
      .grid-item {
        margin-bottom:40px;
        padding-left:0px;
        padding-right:0px;
        margin-left:0px;
        margin-right:0px;
      }
      .grid-sizer, .grid-item {
        width: calc(50% - 20px);
      }

    /*}*/

  }

  /*Large... devices (tablets, 768px and up)*/
  @media (min-width: 630px) {
    
  }

  /*Large devices*/
  @media (min-width: 700px) {
    .grid-sizer, .grid-item {
      width: calc(33.33% - 26.5px);
    }
  }

  /*X-Large devices (large desktops, 1200px and up)*/
  @media (min-width: 900px) {
    .grid-sizer, .grid-item {
      width: calc(25% - 30px);
    }
  }

  /*X-X-Large devices (extra-large desktops, 1600px and up)*/
  @media (min-width: 1300px) {
    .grid-sizer, .grid-item {
      width: calc(20% - 32px);
    }
  }

  @media (min-width: 1590px) {
    .grid{
      margin-left:auto;
      margin-right:auto;
    }
  }

}


.grid {
  max-width: 1520px;
}

.grid img{
  width:100%;
  height:100%;
}

/* clearfix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

.grid-item {
  float: left;
  overflow:hidden;
  /*border: 1px solid black;*/
  border: 0.25px solid gray;
  /*opacity:0;*/
}

.grid-item:hover {
  cursor: pointer;
}



/* ---------------------NAVBAR---------------------*/
.navbar {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-app-region: no-drag;
}

.nav-link{
  padding:0px!important;
}

.navbar-light .navbar-nav .nav-link {
  color: black;
}

.nav-item{
  margin-left: 4px;
}

.nav-item:hover{
  filter: invert(100%);
}

.navbar-light .navbar-nav .nav-link:hover {
    color: black;
}

.nav-social-circle{
  background-color: white;
}

@media (min-width: 0px) {
  .container-nav{
    padding-left: 10px;
    padding-right: 10px;
  }
  .navbar-brand-img-height{
    height:15px;
  }
  .nav-social-circle{
    height:27px;
    width:27px;
  }
  .nav-social-icon{
    height:15px;
    width:15px;
  }
}

@media (min-width: 281px) {
  .navbar-brand-img-height{
    height: 18px;
  }
}

@media (min-width: 500px) {
  .container-nav{
    padding-left: 40px;
    padding-right: 40px;
  }
  .navbar-brand-img-height{
    height: 20px;
  }
  .nav-social-circle{
    height:32px;
    width:32px;
  }
  .nav-social-icon{
    height:16px;
    width:16px;
  }
}

@media (min-width: 1200px) {
  .container-nav{
    padding-left: calc((25% - 31px) + 20px - 158px);
    padding-right: calc((25% - 31px) + 20px - ((4 * 32px) + (3 * 4px)));
  }
}

@media (min-width: 1600px) {
  .container-nav{
    padding-left: calc((20% - 26px) + 20px - 158px);
    padding-right: calc((20% - 26px) + 20px - ((4 * 32px) + (3 * 4px)));
  }
}




/* ----------------------FILTER BUTTONS----------------------*/

#filterButtons {
  -webkit-user-select: none;
  -webkit-user-drag: none;
  -webkit-app-region: no-drag;
}

@media screen {
  /*Text size on small devices */
  @media (min-width: 0px) {
    .filter-btn {
      /*font-size: 3.75vmin;*/
      font-size: 13px;
    }
  }


  /*Text size on larger devices*/
  @media (min-width: 500px) {
    .filter-btn {
      font-size: 13px;
    }
  }


.filter-btn:focus {
  border:none;
  outline: none;
  box-shadow: none;
  font-weight: 700;
}

.filter-btn {
  border:none;
  outline: none;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.filter-btn:active {}

.filter-btn:disabled {}

.btn.disabled, .btn:disabled, fieldset:disabled btn{
  opacity:1;
}

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show>.btn-light.dropdown-toggle:focus {
    box-shadow: none;
}

.filter-btn.btn.btn-sm{
  font-weight: 400;
}

.filter-btn.btn.btn-sm.active{
  font-weight: 700;
}


 #splash-body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

.splash-btn {margin-bottom:8px;}

#xxx {
  background-image: url('/jc-crop-lifeDrawing-15.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0%;
}



/*--------LAUNCH PAGE BUTTONS---------*/
.btn-check:focus+.btn-dark, .btn-dark:focus {
  box-shadow: none;
}

.btn-check:focus+.btn, .btn:focus{
  box-shadow: none;
}

.btn-check:active+.btn-dark:focus, .btn-check:checked+.btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show>.btn-dark.dropdown-toggle:focus{
  box-shadow: none;
}



/* -----------LANDING PAGE-----------*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) {
  #jcPop-bigScreenOnlySpacer{display:none}
  .splash-sell {margin-bottom:8px;}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 500px) {
  #jcPop-bigScreenOnlySpacer{display:none}
  .splash-sell {margin-bottom:16px}
}

/*Large... devices (tablets, 768px and up)*/
@media (min-width: 630px) {
  #jcPop-bigScreenOnlySpacer{display:none}
  #splash-body {background-image: none}
}

/*Large devices*/
@media (min-width: 768px) {
  #jcPop-bigScreenOnlySpacer{display:none}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  #jcPop-bigScreenOnlySpacer{display:block}
}

/*X-X-Large devices (extra-large desktops, 1600px and up)*/
@media (min-width: 1600px) {
  #jcPop-bigScreenOnlySpacer{display:block}
}




/* -----------CAPTIONS-----------*/
.grid-caption {
    margin-bottom:0px;
    padding-top:5px;
    padding-left:5px;
    font-size: 14px;
}



/* -----------ADMIN PAGE-----------*/
.admin-entry-box {
    min-height:50px;
}

table, td {
    border: 1px solid black;
    padding:10px;
}

.spacer {
    height:50px;
}


/* -----------RAINER PAGE-----------*/

.rainer {
    width: 33.33%;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
    float:left;
    position: relative;
}

.myImage {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

    padding-left:5px;
    padding-right:5px;
    padding-bottom:10px;
}

.container:hover .overlay {
  opacity: 1;
}








/* -----------VIMEO VIDEO CAROUSEL (RAINER)-----------*/

button.carousel-control-prev {
    background-color:transparent;
    border:none;
}
button.carousel-control-next {
    background-color:transparent;
    border:none;
}



/* -----------GALLERY MODAL-----------*/
.modal-backdrop{
  position:fixed;
  top:0;
  left:0;
  z-index:1040;
  width:100vw;
  height:100vh;
  /*background-color:#000*/
  background-color:white;
}

.modal-backdrop.fade{
  opacity:0
}

.modal-backdrop.show{
  /*opacity:.5*/
  opacity:.97
}

.detailFrame{
  border:0.25px solid gray;
}



/*-----------------ABOUT PAGE------------------*/
.launch-btn{
  border: 0.5px solid white;
  background-color: #212529;
}
.launch-btn:hover{
  /*filter: invert(100%);*/
  border: 0.5px solid #212529;
  background-color: white;
  /*color: #212529;*/
  color: black;
}



/*-----------------BLOG PAGE------------------*/


