.showSingle {
  cursor: pointer;
}
.targetDiv{
  margin-top:3%;
}

th .indent-width{
    text-indent:100px;
}

table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}
th, td {
  padding: 5px;
  text-align: left;    
}
.EverlastCard{
  text-align:center;
}
#StaggeredDiv{
   max-width:1200px;
   margin:-80px auto 0;
   background-color:#f2f2f2;
  padding:20px 20px;

}

#StraightDiv{
   max-width:1200px;
   margin:-80px auto 0;
   background-color:#f2f2f2;
   padding:20px 20px;

}

#individualDiv{
   max-width:1200px;
   margin:-80px auto 0;
   background-color:#f2f2f2;
   padding:20px 20px;
}

#halfRoundsDiv{
   max-width:1200px;
   margin:-80px auto 0;
   background-color:#f2f2f2;
   padding:20px 20px;

}

.line-break{
   border-bottom:3px solid black;
   max-width:100px;
   margin:0 auto;
}

.statement{padding:20px;}

.flex-container {
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  margin-left:25px;
}

.flex-container img{
     height:275px;
     max-width:350px;
}
.flex-item2{
  padding:0px 10px 10px!important;
}
.reverse {
  color:#fff;
  padding:5px;
}
.drk {
  padding:5px;
}
.cedarmill {
  background-image:url('/imageserver/UserMedia/ywpgallery/JamesHardie/plank-beaded-cedarmill.png');     
  background-repeat: no-repeat;
  background-size: cover;
  height:325px;
  max-width:500px;
}

.smooth {
  background-image:url('/imageserver/UserMedia/ywpgallery/JamesHardie/plank-beaded-smooth.png');     
  background-repeat: no-repeat;
  background-size: cover;
  height:325px;
  max-width:500px;
}
.BG {
  overflow-x: hidden;
}

.EVcolor {
  margin:.125em .125em;
  width:180px;
  display: inline-block;
}
.EVcolor img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.EVcolor:hover, .EVcolor:active {filter: brightness(115%);}
.EVcolor:hover h3{color:#000;}
.EVcolor:active h3{color:#000;}
.primedForPaint{background-color:#FFFFFF;}
.richEspresso {background-color:#5a5652;}
.pearlGray {background-color:#b4b0ad;} 
.nightGray {background-color:#6a6a6a;} 
.graySlate {background-color:#898987;} 
.deepOcean {background-color:#4c5059;} 
.agedPewter {background-color:#7d7974;} 
.arcticWhite {background-color:#ebece8;} 
.khakiBrown {background-color:#a38f6d;} 
.navajoBeige {background-color:#ded7ad;} 
.woodstockBrown {background-color:#847556;} 
.cobbleStone {background-color:#d1cdb8;} 
.montereyTaupe {background-color:#90886f;} 
.timberBark {background-color:#655A48;} 
.heatheredMoss {background-color:#9fa06f;} 
.mountainSage {background-color:#5b6042;} 
.lightMist {background-color:#c1c3be;} 
.boothbayBlue {background-color:#6b797d;} 
.eveningBlue {background-color:#425259;} 
.countrylaneRed {background-color:#601e1f;} 
.ironGray {background-color:#2e2e2c;} 

.thyme {
  background-color: #B7B7AE;
}

.paver {
  background-color: #ABA69E;
}

.clay {
  background-color: #857D73;
}

.embers {
  background-color: #363A3D;
}

.eucalyptus {
  background-color: #A1A797;
}

.road {
  background-color: #D8CFC3;
}

.paths {
  background-color: #BDAF99;
}

.soot {
  background-color: #17160A;
}

.ash {
  background-color: #595A4B;
}

.green {
  background-color: #6B7666;
}

.tree {
  background-color: #EFE8DD;
}

.steps {
  background-color: #696B5D;
}

.beach {
  background-color: #BEB9AF;
}

.cliffs {
  background-color: #E8E0D4;
}

.wandering {
  background-color: #686457;
}

.mudflats {
  background-color: #79775E;
}

.goudy{
  font-family: goudy-bookletter-1911,serif;
  font-weight: 400;
  font-style: normal;}

button{
  background-color:transparent;
  padding:10px 20px;
  border:1px solid black;
}

button:hover{
  background-color:#297FA8!important;
  color:#fff !important;
}

.animate-btn {
  color: var(--accent-color);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  max-width: 170px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
  padding:10px 20px;
}
@media (min-width: 600px) {
  .animate-btn {
    margin: 0 1em 2em;
  }
}
.animate-btn:hover {
  text-decoration: none;
}

.animate-btn-1 {
  font-weight: 900;
}
.animate-btn-1 svg {
  height: 45px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.animate-btn-1 rect {
  fill: none;
  stroke: var(--accent-color);
  stroke-width: 2;
  stroke-dasharray: 422, 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

.animate-btn-1:hover {
  background: rgba(225, 51, 45, 0);
  font-weight: 900;
  letter-spacing: 1px;
color:var(--accent-color);
}
.animate-btn-1:hover rect {
  stroke-width: 5;
  stroke:black;
  stroke-dasharray: 45, 255;
  stroke-dashoffset: 48;
  -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}


.class1{
display:none;
}

.class2{
display:block;
}



@media only screen and (max-width:235px) {
   .EVcolor{
       width:100px !important;
   }  
}

@media only screen and (max-width: 500px) {
   .wrap    { 
  -webkit-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
} 
.my-header {
    font-size: 18px;
}
.flex-container img{
  max-width:100%;
}

}

@media only screen and (max-width: 1200px) {
  .col {
    display: block !important;
    width: 100% !important;
  }
}



@media only screen and (max-width: 1024px) {
  .flex-container img {
    height:100% !important;

}
.flex-text{
         display:none;
  }
}