/*custom.css*/
body
{ 
  background: #82796c;
  color: #FFFDD2;
}

body.home
{
  background: #a1231a;
}

.site-header
{
  background: transparent;
  box-shadow: none;
  position: relative;
  top: 0 !important;
}

.title-area, .title-area a, .site-title a,
.nav-primary .genesis-nav-menu a
{
  color: #FFFDD2;
}

.site-title a:hover,
.genesis-nav-menu a:hover
{
  color: #650101;
}

.site-description
{
  font-size: 1.75rem;
  font-weight: bold;
  position: relative !important;
  width: auto;
  height: auto;
  margin-bottom: 0;
}

.site-container
{
  max-width: 1140px;
  margin: auto;
}

.entry-title
{
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

/* Genesis Slider
  ---------------------------------------------------------------------------- */
.home #genesis-responsive-slider
{
  border: 0;
  margin: 0 auto !important;
  max-width: 1140px;
  padding: 0;
}

.home .genesis_responsive_slider
{
  
}

.flexslider .slides img
{
  margin: auto;
}

.flexslider
{
  overflow: hidden;
}

/* Homepage
--------------------------------------------- */
.home .button-grid
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.button-grid .button
{
  min-width: 300px;
}

button, .button
{
  background: #706A5E;
  border:2px solid #FFFDD2;
  border-radius: 2px;
  color: #FFFDD2;
  font-family: "Amatic SC";
  font-size: 1.75rem;
  font-weight: bold;
}

.button:hover
{
  background: #565147;
   border:2px solid #FFFDD2;
}

.entry-content .button:focus, .entry-content .button:hover
{
  color: inherit;
}

/* Portfolio Grid
--------------------------------------------- */
.portfolio.grid
{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr) );
	gap: 10px;
	padding: 0;
}

.portfolio-item
{
  position: relative;
}

.portfolio-item .link
{
  display: block;
  position: relative;
  text-decoration: none;
}

.portfolio-item a:hover .item-title
{
  color: #650101 !important;
}

/*
.portfolio-item .content
{
  position: absolute;
  bottom: 0;
  background: rgb(0 0 0 / 60%);
  transition: background .5s;
  width: 100% !important;
}
*/

.portfolio-item .content
{
  transition: background .5s;
  width: 100% !important;
}

.portfolio-item .content .title
{
  text-align: center;
  color: #FFFDD2;
  font-family: "Amatic SC";
  font-size: 1.65rem;
  font-weight: bold;
  padding: 10px;
  border-top: 0px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
}

/* Portfolio Item
--------------------------------------------- */
.portfolio-item .terms
{
  margin: -1rem 0 1rem 0;
}

.site-footer
{
  background: transparent;
  border: none;
}

.tiled-gallery-caption
{
  color: #fff;
  background: #333;
}

/* Main Nav
--------------------------------------------- */
.genesis-nav-menu a
{
  font-size: 1.75rem;
}


@media only screen and (min-width: 960px)
{
  .site-header > .wrap:before,
  .site-header > .wrap:after
  {
    display: none;
  }
  
  .site-title a
  {
    font-size: 3rem;
  }
  
  .site-header > .wrap
  {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1140px;
    margin: .5rem auto;
  }
  
  .full-width-content .content
  {
    width: 800px;
  }
  
  .home .button-grid
  {
    flex-wrap: none;
  }

}