/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  color: #333 !important;  
  background-color: #eadcd1;
/*  background: url('../images/wall-hd.jpg') no-repeat;
  background-size: 100%;
  background-attachment: fixed;*/
  background-image: url('../images/canvas-tile-2.png');
  background-repeat: repeat;
}
.pg-title {
  font-family: 'Montserrat';
  font-weight: 100;
  font-style: italic;
  color: #000;
  font-size: 116px;
  opacity: 0.25;
  padding-bottom: 0px !important;
  width: 100%;
}

.pg-title2 {
  font-family: 'Montserrat';
  color: #5a5a5a;
  font-size: 54px;
  opacity: 0.4;
  padding-bottom: 0px !important;
  width:100%;
  line-height: 1.2em;
  padding-top: 10px;
}

.pg-pretitle {
  font-family: 'Montserrat';
  font-weight: 200;
  color: #000000;
  font-size: 18px;
  padding-top: 0px !important;
}

.pg-pretitle a, .pg-pretitle a:visited {
  color: #000000;
  font-size: 20px;
  opacity: 0.6;
}

.pg-subtitle {
  font-family: 'Montserrat';
  font-weight: 200;
  color: #000000;
  font-size: 23.5px;
  opacity: 0.2;
  padding-top: 0px !important;
  margin-top: -36px !important;
}

.discord {
  padding-top: 40px;
}

.discord a { 
  
  font-size: 30px;  
  color: #000000;
  opacity: 0.3 !important;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 0px;
  padding-left: 0px;
}

/* Custom page header */
.header {
/*  border-bottom: 1px solid #999;*/
}

.header div {
  margin: 0 auto; 
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  padding-bottom: 19px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 0px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

hr {
    border-top: 1px solid #999;
    margin-top: 10px;
    margin-bottom: 40px;
}

.painting-grid { 
    column-count: 12;
    column-gap: 0.25em;
}

.painting-grid img { 
    background-color: #eee;
    display: inline-block;
    margin: 0 0 0.25em;;
    width: 100%;
}


/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

 .page-link {
  color: #333;
  text-decoration: none;
 }

a.page-link:hover {
  color: #333;
  text-decoration: none;
 }


/********** JONAH **********/


ul {
  font-size: 18px;
  padding-left: 20px;
}

p {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif;
  opacity: 0.6;
}

.foot {
  font-size: 12px;
  font-weight: 400;
  font-style: normal;  
}

.b-spc {

  padding-bottom:20px;
}

.hr-sm {
  margin-top: 5px;
}

h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 80px;
  color: #000 !important;
  opacity: 0.6;
  font-style: italic;
  font-weight: 700;
}

h3 {
  font-family: 'Montserrat', sans-serif;
  /*font-size: 32px;
  color: #879faf;
  font-weight: 400;*/
  font-size: 36px;
  font-weight: 100;
  padding-top: 50px;
  color: #000 !important;
  opacity: 0.5;  
  position: relative;
}

h3 span {
  font-size: 24px;
  color: #aaa;
}


h3 span.right {
  position: absolute;
  bottom:0;
  right:0;
}

h3 span.right a {
    color: #ff0000;
    opacity: 0.7;
}

h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  color: #000;
  opacity: 0.4;  
  padding: 40px 0;
}

h5 {
	padding-top: 10px;
}

.main-item {
	padding-bottom: 10px;
}

a {
  text-decoration: underline;
}

h3.pink {
  color: #a61ec3 !important;
  opacity: 0.6; 
}

h3.green {
  color: #009a6a !important;
  opacity: 0.6; 
}


ul.nav li a {
  text-decoration: none;
}

.txt {
  padding: 20px 0px 0px 0;
}

.ss {
  margin: 20px 0px;
  outline: 1px solid #ooo;
  outline-offset: -1px;  

  /*border: 1px solid rgba(0, 0, 0, .1);
  border-width: 1px;
  border-style: dashed;
  padding: 2px;*/
}

.vid {
  margin: 20px 0px;
  outline: 1px solid #ooo;
  outline-offset: -1px;  

  border: 1px solid rgba(0, 0, 0, .1);
  border-width: 1px;
  border-style: dashed;
  padding: 2px;
}

 .vid-if {
  padding: 5px;
 }

.emphasis {
  color: #ff0000;
  font-style: italic;
}

.container ul {
  padding-top: 20px;
}

.container ul li {
  color: #333;
  opacity: 0.6;  
}

.container ul li a {
  color: #ff0000; 
  opacity: 0.7;  
}
/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  .pg-title {
    font-size: 160px;
  }
  .pg-subtitle {
    font-size: 23.5px;
  }

  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
  
}
