
html {
    background-color: rgb(160, 160, 160);
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding:0;
    background-image: url('../interface/stucco3.jpg');
}

body {
    margin:0;
    padding:0;
    
}


.viewer {
    display: flex;
    width:100%;
    box-sizing: border-box;
    max-height: 70vh;
    height:60px;
    border:2px solid purple;
}

.info {

}

.largeDSWrapper {
    position: absolute;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    background-color: rgb(92, 92, 92);
    box-sizing: border-box;
    display: flex;
  align-items: center; /* Center items vertically */
  justify-content: center; /* Center items horizontally */
    z-index: 600;
    margin:0;
    padding:0;
    padding-bottom:20px;
}

.largeDS {
    max-width: 100%;
    max-height:100%;
    min-height:80%;
    box-sizing: border-box;
    position: relative;
    border-radius:4px;
    box-shadow: 4px 4px 24px black;
}

.slideDiv {

}
.slide {
    box-sizing: border-box;
    min-width:200px;
    max-width:100%;
    max-height:60vh;
    min-height:60vh;
    box-shadow: 4px 4px 24px rgb(49, 49, 49);
    border-radius:6px;
    user-select: none;
    cursor: pointer;
}

.arrow {
    text-align: left;
    box-sizing: border-box;
    user-select: none;
    cursor: pointer;
    flex: 1; /* The child won't grow or shrink */
    width: 100px; /* Set your desired fixed width */
}

.arrow .arrowWrapper {
    display:inline-block;
    width:100%;
    height:80px;
    position: relative;
    top:30vh;
}
.arrowWrapper img {
    padding-top:10px;
    width:60px;
}

.arrowWrapper .arrowInner {
    background-color:rgba(0,0,0,.1);
    width:70px;
    height:80px;
    opacity:.5;
}

.rightArrow .arrowWrapper {
    text-align: right;
}

.rightArrow .arrowWrapper .arrowInner {
   display: inline-block;
   border-radius:10px 0 0 10px;
}

.leftArrow .arrowWrapper .arrowInner {
    border-radius:0px 10px 10px 0px;
 }

 .arrow:hover .arrowWrapper .arrowInner {
    background-color:black;
    opacity: 1;
 }

 .arrow:hover {

 }
 
 .counter {
    padding:0px;
    width:100%;
    box-sizing: border-box;
    padding-bottom:14px;
    text-align: center;
 }

.paintingNavigator {
   
    box-sizing: border-box;
    width:100%;
    text-align: center;
}

/* .mobileWrapper {
    overflow-x:hidden;
    overflow-y:auto;

    height:100vh;
    width:100vw;
    box-sizing: border-box;

} */

/* .mobileNavigator {
    width:100%;
    left:0;
    box-sizing: border-box;
    padding-top: 10px;
  
} */



.slideNav {

    width: 64%;
    max-width: 800px;
    display: inline-block;

    border-radius:6px;
    vertical-align: top;
    box-sizing:border-box;
    margin-bottom:54px;
    padding:14px;
    text-align: center;

}

/* .slideNav:hover {
    box-shadow:0 0 24px white;
} */

.mobileSlideNav {
    width:90%;
    text-align: center;
    display: inline-block;
}

.slideNav img {
    box-sizing: border-box;
    user-select: none;
    width:100%;
    box-shadow:0 0 14px #090907;
    border-radius: 5px;
   /* min-height:60vh; */
}

.mobileSlideNav img {
    box-sizing: border-box;
    user-select: none;
    width:100%;
    box-shadow:0 0 14px #090907;
    border-radius: 5px;
}

.slideInfo {
    margin-top:12px;
    padding-bottom:20px;
}

.slideInfoMobile {
    opacity:1;
    min-height:58px;
    padding:10px;
    padding-left:6px;
    padding-top:0;
    padding-right:6px;
    padding-bottom:20px;
}

.slideTitle {
    display:block;
    font-weight: bold;
    text-align: left;
} 

.slideDate {
    display:block;
    font-weight:300;
    color:rgba(0,0,0,.5);
    white-space: nowrap;
    text-align: left;
}

.slideSize {
    text-align: left;
}

.soldMarker {
    background-color:red;
    float:right;
    width:15px;
    height:15px;
    display:inline-block;
    margin-left:6px;
    border-radius:50%;
}

.slideNav:hover .slideInfo {
   opacity:1;
}




.logoWrapper {
    box-sizing: border-box;
    width:100%;
    max-width: 100vw;
    text-align: left;
    height:0;
    position: fixed;
    top:0;
    z-index: 300;
    cursor: pointer;
}



.logo {
    width: 260px;
    font-size:20px;
    font-weight: 700;
    color:white;
    padding:8px;
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    display:inline-block;
    padding:14px;
    padding-bottom:2px;
    border-radius: 0 0 10px 0px;
    background-color: #8a8783;
    box-shadow: 0 0 18px rgba(0,0,0,.4);
    min-width:320px;
    display:flex;
    position: relative;
    z-index: 150;
    /* border:1px solid green; */
}

.mobileLogo {
    width:100%;
    box-sizing: border-box;
    max-width: 100vw;
    border-radius: 0;
}

.logo:hover {
    background-color: #656360;
}

.logoOn {
    background-color:#807e79;
}

.artist {
    display: flex;
    line-height: 24px;
    position:relative;
    top:8px;
}

.artistSpan {
    padding-bottom:2px;
    margin-bottom:2px;
    padding-right:10px;
}
.filtersIcon {
    box-sizing: border-box;
    padding:6px;
    width:50px;
    height:50px;
    display: inline-block;
    position: absolute;
    right:10px;
    text-align: center;
    top: 10px;
    margin-left:4px;
}
.filtersIcon:hover {
    background-color:rgba(255,255,255,.3);
}

.filtersIcon:active {
    background-color: red;
}
.burger {
    width:50px;
    height:50px;
    display: inline-block;
    margin-right:4px;
    position: relative;
    text-align: center;
    top: -6px;
}
.burger:hover {
    background-color:rgba(255,255,255,.3);
}
.burger:active {
    background-color: red;
}
.burger img {
    width:40px;
    height:40px;
    margin-top:4px;

}

.menuWrapper {
    position: relative;
    height:0px;
    z-index: 4800;
}
.menu {
    display:inline-block;
    text-align: left;
    background-color: white;
    border:none;
    border-radius:0 0px 8px 8px;
    box-shadow: 4px 4px 14px #8a8783;
    overflow: hidden;
    user-select: none;
    cursor: pointer;
    padding-bottom:0;
}

.menu ul {
    border:none;
    list-style: none;
    padding:0;
    margin:0;
    user-select: none;
    cursor: pointer;
    width:330px;
    padding-bottom:0px;
}

.menu ul li {
    font-size: 18px;
    padding-left:0;
    text-transform: uppercase;
    padding-top:20px;
    padding-bottom:14px;
    font-weight: bold;
    padding-left:40px;
    padding-right:40px;
    cursor: pointer;
    user-select: none;
}

.menu ul li:hover {
    background-color:#b6b1a9;
    color:white;
}





#admin_login {
    position: fixed;
    bottom: 0;
    width:120px;
    height:40px;
    background-color:rgb(65, 65, 65);
    color: white;
    border-radius: 0 8px 0 0;
    line-height: 40px;
}

#admin_login:hover {
    background-color:black;
}

.hidden {
    display:none;
}

.categoryBoxes {
    display: flex;
    float:right;
    flex-wrap: wrap;
    padding-left:10px;
}

.catOption {
    white-space: nowrap;
    margin-left:4px;
}

.categoryMenu {
    margin:2px;
    margin-bottom:4px;
    border-radius:5px;
    text-align: center;
}

.catLink {
    margin:4px;
    color: white;
    display: inline-block;
    padding:10px;
    padding-left:16px;
    padding-right:16px;
    text-transform: uppercase;
    font-weight: 500;
    user-select: none;
    cursor: pointer;
    border-radius:5px;
    background-color: #7c7a71;
    opacity: .5;
}

.catLink:hover {
    opacity: 1;
}

.catLink.chosen {
    display: inline-block;
    background-color: black;
    opacity: 1;
}

.galleryPic {
    width: 100%;
    box-shadow: 0 0 8px rgba(0,0,0,.4);
    text-align: center;
    overflow: hidden;
}

.showPhoto {
    width: 100%;
}

.galleryPic img {
    width: 100%;
    min-width: 1100px;
    margin-bottom: -4px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: -400px;
    top: 20px;
}

.latestWork {
    color: white;
    background-color: rgb(89, 84, 81);
    width: 300px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    position: relative;
    top: -30px;
    box-shadow: 0 0 8px rgba(0,0,0,.5);
    cursor: pointer;
    user-select: none;
    border-radius: 8px;
}

.latestWork:hover {
    background-color: black;
}

a.latestWork {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.title {
    width: 500px;
    padding:20px;
    padding-left: 30px;
    max-width: 90%;
}

.title img{
width: 100%;
}

.blurb {
    padding-left:40px;
    padding-right:44px;
    column-count: 1;
    column-gap: 24px;
    margin-bottom: 50px;
    padding-bottom: 40px;
    font-family: "Roboto Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 19px;
    font-style: normal;
    color:#4b4a48;

}

.blurb p {
    margin:0;
    padding:0;
    padding-bottom: 14px;
    line-height: 1.6em;
}

.textnav {
    list-style: none;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    color: #807e79;
}

.textnav a {
    text-decoration: none;
    color: #807e79;
    font-weight: 500;
    padding-left:10px;
    padding-right: 10px;
    user-select: none;
    cursor: pointer;
    line-height: 2em;
}

.textnav a:hover {
    color: black;
    font-weight: 700;
}

#galleryLink a {
    text-decoration: none;
    color: white;
}

#galleryLink a:visited {
    text-decoration: none;
    color: white;
}

@media only screen and (min-width: 768px) {
    .galleryPic img {
        position: relative;
        left: 0px;
        top: 0px;
    }
    .blurb {
        column-count: 2;
    }
    
    

}