@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../images/stone-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0px;
}
#title {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    width: 35%;
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    padding: 20px 20px 10px;
    background-color: rgba(83,96,118,1.0);
    border-bottom-left-radius: 20px;
    float: right;
    min-width: 390px;
}
#title h1 {
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: white;
    font-size: 32px;
    font-stretch: extra-condensed;
    line-height: 34px;
}
#title h1 span {
    font-size: larger !important;
    position: relative;
    top: 4px;
}
#title h1.jrs {
    background-image: url(../images/jennifer-rocco-stone.png);
    margin: 0px;
    padding: 0px;
    height: 193px;
    width: 446px;
    display: block;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.floatLeft {
	float: left;
}
.floatPic {
	float: left;
	margin-right: 10px;
}
#wrapper {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    left: 0px;
    top: 0px;
    box-shadow: 0px 10px 30px #666;
    z-index: 1;
    min-height: 95vh;
}

h2.figure {
    /* [disabled]background-image: url(../images/figurative.png); */
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 6px;
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #455877;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
}
h2.still {
    /* [disabled]background-image: url(../images/figurative.png); */
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 6px;
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #455877;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
}
h2.abstract {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 6px;
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: #455877;
    font-weight: normal;
    font-size: 32px;
    line-height: 35px;
}
h3 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #455877;
    font-style: italic;
    font-size: 17px;
    margin-bottom: 5px;
}
h4 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #455877;
    font-style: italic;
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 20px;
}
h5 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #455877;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 20px;
    padding-top: 6px;
}
#nav {
    padding: 10px 20px;
    width: 260px;
    display: block;
}
#nav ul  {
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    font-size: 20px;
    line-height: 34px;
    padding: 0px;
    list-style-type: none;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
}
#nav a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s;
}
#nav a:hover {
    color: #115AD2;
}
#rightText {
    /* [disabled]float: right; */
    clear: right;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
}
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
#rightText p a {
    color: #455877;
}
#overlay {
    position: absolute;
    z-index: 5000;
    left: 0px;
    top: 70vh;
    background-color: rgba(43,43,43,0.80);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 15px 10px 100px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#overlay h2 {
    font-family: 'Oranienbaum', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
    color: white;
    font-size: 30px;
    font-stretch: extra-condensed;
    line-height: 32px;
	padding-bottom: 0;
	margin-bottom: 0;
	text-indent: -40px;
}
#overlay h2 span {
    font-size: larger !important;
    position: relative;
    top: 4px;
}

#gallery {
    min-height: 625px;
    width: 70%;
    float: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    background-color: rgba(255,255,255,0.50);
    margin-top: -150px;
    position: relative;
    z-index: 8999;
}
#artwork {
    width: 70%;
    padding: 30px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    float: left;
}
.galleryselector a img {
    -webkit-box-shadow: 0px 5px 7px #555;
    box-shadow: 0px 5px 7px #555;
}
#gallery .nextback a {
    color: #455877;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
}
#gallery .nextback a.more {
	float: right;
}
#galleryoverlay {
	height: 125px;
	width: 368px;
	position: absolute;
	z-index: 5000;
	left: 0px;
	top: 100px;
}
.galleryselector {
    text-align: center;
    width: 40%;
    display: inline-block;
}
.galleryselector a img {
    width: 80%;
}
.paintingrow {
	text-align: center;
	float: left;
	width: 100%;
}
.paintingNav {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    color: #455877;
    font-size: 19px;
}
.paintingNav span {
	font-size: 14px;
}
.paintingNav a {
    color: #455877;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
}
.paintingNav a:hover {
	text-decoration: underline;
}
.paintingbox {
    height: 350px;
    width: 220px;
    /* [disabled]float: left; */
    text-align: center;
    display: inline-block;
}
.paintingbox p {
    color: #455877;
}
.paintingbox a img {

}
#sidebar {
    width: 30%;
    position: relative;
    top: 0px;
    background-color: rgba(255,255,255,0.90);
    right: 0px;
    border-bottom: 2px solid #999;
    z-index: 8888;
    margin-left: auto;
}
#copyright {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #d5dce7;
    padding-top: 20px;
    max-width: 1200px;
}
#copyright a {
    font-size: 11px;
    color: #1F3B76;
}
.sold {
    /* [disabled]font-size: 12px; */
    /* [disabled]background-image: url(../images/SoldDot.png); */
    /* [disabled]background-repeat: no-repeat; */
    /* [disabled]background-position: 175px 25px; */
}
#gallery .nextback {
	clear: both;
}
#sidebar #jen {
    margin-left: 20px;
}
footer {
	background-color: rgba(83,96,118,1.0);
	padding-bottom: 20px;
}

@media only screen and (min-width: 769px) {

	#mobileNav, .openbtn {
		display: none;
	}	
	.mobl {
		display: none;
	}	


}

@media only screen and (max-width: 768px) {
	
	.mobl {
		display: inline;
	}	
	.nomobl {
		display: none;
	}

/*---NAVIGATION---*/
	
#nav {
    display: none;
}	

.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 10000;
  height: auto;
  top: 0;
  right: 0;
  background-color: rgba(0,0,0,0.80);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 55px;
  padding-bottom: 20px;
}

.sidepanel a {
  padding: 6px 6px 6px 22px;
  text-decoration: none;
  font-size: 22px;
  color: #B4BDC3;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 5px;
  right: 15px;
  font-size: 36px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 5px 10px 8px;
  border: none;
  position: absolute;
	top: 10px;
	right: 25px;
}

.openbtn:hover {
  background-color:#444;
}	
	

/*---LAYOUT---*/
	
#wrapper {
    width: 100%;
    box-shadow: none;
    max-width: none;
    min-height: 95vh;
}
	
#title {
    width: 100vw;
	min-width: 0;
	height: auto;
    border-bottom-left-radius: 0px;
    float: none;
	margin-bottom: 0px;
	padding-right: 70px;
}	
	
#sidebar {
    width: 100%;
    position: relative;
    top: 0px;
    right: 0%;
    background-color: rgba(255,255,255,0.90)
}
	
#gallery {
    width: 100%;
    float: none;
    padding-top: 20px;
    margin-top: 0px;
}	

#overlay {
    top: 70vh;
    padding: 20px 15px 10px 50px;

}
#overlay h2 {
    font-size: 25px;
    line-height: 28px;
	text-indent: -30px;
}	
	
	#artwork {
    width: 100%;
    padding: 30px 20px 20px;
    float: none;
}
}
