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 {
  height: 40px;
}




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

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

body {
    font-family: sans-serif;
    /*background-color: yellow;*/

}

/* ---- grid ---- */

.grid {
  /*background: #EEE;*/
  /*background: red;*/
  background: #FFF;
  /*max-width: 2000px;*/
  margin-left:5px;
  margin-right:5px;
}

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

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

.grid-item {
    /*margin:1%;*/

    padding-left:5px;padding-right:5px;padding-bottom:10px;
    /*margin-bottom: 20px;*/

    /*margin:5px;*/
    /*width: 33%;*/
  /*width: 180px;*/
  /*height: 120px;*/
  /*width: 160px;*/
  /*height: 120px;*/
  float: left;
  /*background: #D26;*/
  /*border: 1px solid grey;*/
  /*border-color: hsla(0, 0%, 0%, 0.5);*/
  /*border-color: white;*/
  /*border-radius: 5px;*/
  overflow:hidden
}

/*.btn-light:focus {*/
/*    background-color: #F8F9FA;*/

/*    border:none;*/
/*  outline: none;*/
/*  box-shadow: none;*/
/*}*/

/*.btn:focus {*/
/*    background-color: #F8F9FA;*/

/*    border:none;*/
/*  outline: none;*/
/*  box-shadow: none;*/
/*}*/


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

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

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

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

.filter-btn:focus {
  background-color: #F8F9FA;
  border:none;
  outline: none;
  box-shadow: none;
}

.filter-btn {
  background-color: #F8F9FA;
  border:none;
  outline: none;
  box-shadow: none;
}

.filter-btn:active {
  /*background-color:red;*/
}
.filter-btn:disabled {
  /*background-color:#F8F9FA;*/
}

.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-light.btn-sm.active{
  background-color:gray;
  color:white;
}


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

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

.headingNoSelect{
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

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

/*#zzz {*/
/*    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;
}


/* -----------BREAK POINTS-----------*/

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) {
    .grid-sizer, .grid-item { width: 100%; }
    /*body{background-color:red}*/
    #jcPop-bigScreenOnlySpacer{display:none}


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

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 500px) {
    .grid-sizer, .grid-item { width: 50%; }
    /*body{background-color:yellow}*/
    #jcPop-bigScreenOnlySpacer{display:none}

    .splash-sell {margin-bottom:16px}
}

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

    #splash-body {background-image: none}
}


/*Large devices*/
@media (min-width: 768px) {
    .grid-sizer, .grid-item { width: 33.33%; }
    .grid-item--width2 { width: 66.66%; }
    /*body{background-color:blue}*/
    #jcPop-bigScreenOnlySpacer{display:none}
}

/*X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .grid-sizer, .grid-item {width: 25%;}
    .grid-item--width2 { width: 50%; }
    /*body{background-color:purple}*/
    #jcPop-bigScreenOnlySpacer{display:block}
}

/*X-X-Large devices (extra-large desktops, 1600px and up)*/
@media (min-width: 1600px) {
    .grid-sizer, .grid-item {width: 20%;}
    /*body{background-color:red}*/
    #jcPop-bigScreenOnlySpacer{display:block}
}







/* 2 columns wide */
/*.grid-item--width2 { width: 40%; }*/

/*NEW JC*/
/*.grid-item--width2 { width: 360px; }*/
/*.grid-item--width3 { width: 540px; }*/
/*.grid-item--width4 { width: 540px; }*/

/*.grid-item--height2 { height: 240px; }*/
/*.grid-item--height3 { height: 360px; }*/
/*.grid-item--height4 { height: 360px; }*/


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

/*.blue {*/
/*    color:blue;*/
/*}*/



/* -----------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;
    /*background-color:red;*/
}

.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;
  /*background-color: #008CBA;*/

  /*width: 33.33%;*/
    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:.9
}

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