body{
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
}

#siteHeader{
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
}
h1,h2,h3,h4,h5{
font-family: 'Montserrat', sans-serif;
letter-spacing: 0.1em;
}
.navTitle h2{
font-size: 20px;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 0px;
}
.logoarea:hover{
  width: 172px;
  transition: all 0.2s ease-out;
  display: block;
  margin: 50px auto 10px auto;
}
.navTitle h3{
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0.2em;
}
/* The sidebar menu */
.sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 272px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 20px 0px 20px 0px;
  text-align: center;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 0px 0px 0px;
  text-decoration: none;
  font-size: 17px;
  color: #777;
  display: block;
  position: relative;
  line-height: 1.2em;
  margin-bottom: 20px;
}


.sidenav a::after {
  position: absolute;
  content: "";
  width: 0%;
  height: 1px;
  background-color: #ddd;
  left: 50%;
  bottom: -12px;
  transition: all 0.3s ease-in;
}
.nav{
  display: block;
  padding: 0 30px;
}
.nav a:hover::after {
  width: 100%;
  left: 0;
}

.logoarea{
  width: 152px;
  margin: 60px auto 10px auto;
  transition: all 0.2s ease-out;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #000;
}

/* Style page content */
.main {
  margin-left: 272px; /* Same as the width of the sidebar */
  font-size: 1vw;
}
.main h2{
  font-size: 2vw;
}
.main p{
  font-size: 1vw;
}
.center{
  text-align: center;
}
.paypal-container-23ESCMMPXR5RA p{

margin-bottom: 4px;

}


.commentSlider {
  padding: 0px 0px 30px 0px;
  text-align: center;
  font-style: italic;

}
.commentSlider h5 {
letter-spacing: 0em;
  padding: 10px 10%;
      margin-bottom: 0px;
}
.commentSlider .headshot{
  width: 130px;
  padding: 20px;
  margin: 0 auto;
}
.commentSlider .slick-dots{
  bottom: 0px;
  }
.commentSlider .slick-dots li{
  width: 6px;
  }
  .mainslider .slide{
    position: relative;
  }

.button{
  line-height: 34px;  
}
.artGrid .artBlock{
  width: 32%;
  margin-left:  0px;
  margin-right: 2%;
  margin-bottom: 2%;
}
.artGrid .artBlock:nth-child(3n){
  margin-right:  0px;
}
.mainslider .slide .fade {
  content: "";
  position: absolute;

  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0, 0.6) 90%);
  width: 100%;
  height: 25em;
}


.mainslider .textBlock{
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 20px;
  width: 75%;
}
.mainslider .textBlock p{
margin-bottom:  0.5em;
line-height: 1.3em;
  }
  .mainslider .textBlock h5{
    line-height: 1.3em;
margin-bottom:  0px;
  }
.mainslider .slick-dots {
    position: absolute;
    bottom: 25px;
    left:  20px;
    display: block;
    width: 90%;
    padding: 0;
    list-style: none;
    text-align: left;

}
.mainslider.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.mainslider .slick-dots button{
  width: 8px;
height: 8px;
border: 1px solid #fff;
margin: 0 3px;
border-radius: 50%;
display: inline-block;
padding: 4px;
background-color: #ggg;
}
.mainslider .slick-dots .slick-active button{
  width: 8px;
height: 8px;
border: 1px solid #999;
background-color: #fff;
margin: 0 3px;
border-radius: 50%;
display: inline-block;
}
.mainslider .slick-dots li.slick-active button:before, .mainslider .slick-dots li button:before {
    opacity: .75;
    color: black;
    display: none;
}
.mainslider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}
.row.gutter{
  padding: 0px 20px;
}
.backWhite{
background-color: #fff;
}
.backBlack{
background-color: #000;
}
.backGrey{
background-color: #ddd;
}
.backRed{
  background-color: #da2828;
}
.centerContainer {

  position: relative;
  padding-top: 100%;
  overflow: hidden;
}
.ml0{
  margin-left: 0%;
}
.marginZero{
  margin: 0px;
}
.marginMaster{
  margin: 4% 0px;
}
.fontColorWhite{
  color: #fff;
}
.six.columns.no-gutter{
  width: 50%;
}
.socialIcons{
  max-width: 200px;
  float: right;
}
.noUnderline{
  text-decoration: none;
}
.biggerfont{
  font-size: 1.1em;
}
.centerContent {
    position: absolute;
    padding: 2em;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width:85%;
}
.logoBlock{
  max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}
.pad{
  padding:10px 60px;
}
.padmybox{
  padding:10px 60px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media screen and (min-width: 1500px) {

  .main h2{
  font-size: 1rem;
}
.main p{
  font-size: inherit;
}

}
@media screen and (max-width: 880px) {

  .main h2{
  font-size: 16px;
}
.main p,.main li,.main{
  font-size: 14px;
}
.main .six.columns{
  width: 100%;
}

.centerContainer {


  position: inherit;
  padding-top: 0;
  overflow: hidden;
  padding: 0 2em;

}
.centerContent {
    position: relative;
    padding: 2em;
    left: 0%;
    top: 0%;
    transform: none;
     width:100%;
     display: inline;
}
.biggerfont{
  font-size: 14px;
}

  }
@media screen and (max-width: 600px) {
  
  .pad{
    padding: 10px 30px;
  }
  .padmybox{
    padding:10px 30px;
  }

.socialIcons{
  width: 80%;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.footer{
      text-align: center;
}
.socialIcons .columns{
  width: 48px;
  padding-right: 10px;
}

  .sidenav {
      width: 100%;
      height: auto;
      position: relative;
  }
  .main {
      width: 100%;
      height: auto;
      margin: 0px;
      padding: 0px;
  }
  .logoarea{
      width: 122px;
      margin: 0px auto 0px auto;
  }
  .nav{

  padding: 0 2px;
}
  .sidenav a {
      padding: 6px 7px 6px 14px;
      text-decoration: none;
      font-size: 17px;
      color: #818181;
      display: inline-block;
      clear: both;
}
.sidenav a::after {

  bottom: -8px;
}
.logoarea:hover{
  width: 122px;
  display: block;
  margin: 0px auto 0px auto;
}
}