@media (max-width:767px){
.backer {
  background-image: url("../bkgrnd/ckpcier0-TH-1713411602.jpg");
  margin-top:0px;
  /* Set a specific height */
  min-height: 300px; 
  padding-top: 100px;
  /* Create the parallax scrolling effect */
  background-attachment: scroll;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-backer {
  background-color: #aad3e4;
  
}
.themies{
  text-align: center;
  min-height: 450px;
  background-color: #fff;
  width:90%;
  margin:5%; 
}
.themies > p{
  text-align: left;
  padding:7px;
  min-height:100px;
}
.themies > .btn{
 margin-bottom: 20px;
}
.headthemies{
  background-color: #05638b;
  text-align: center;
  height: 85px; 
  width: 100%;
  padding-top: 15px;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold; 
}

}

@media (min-width:768px){
.backer {
  background-image: url("../bkgrnd/ckpcier0-1713411602.jpg");
  margin-top:0px;
  padding-top: 100px;
  /* Set a specific height */
  min-height: 450px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-backer {
  /* background-image: url("../images/home_boxes.jpg"); */
  background-color: #aad3e4;
  margin-top:0px;
  /* Set a specific height */
  min-height: 400px; 
  /* Create the parallax scrolling effect */
  /* background-attachment: fixed;
  background-position: center;
    background-repeat: repeat;
  background-size: cover; */
}



.themies{
  text-align: center;
  min-height: 450px;
  background-color: #fff;
  width:90%;
  margin:5%;
 
}
.themies > p{
  text-align: left;
  padding:7px;
  min-height:200px;
}
.themies > .btn{
 margin-bottom: 20px;
}
.headthemies{
  background-color: #05638b;
  text-align: center;
  height: 85px; 
  width: 100%;
  padding-top: 15px;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold; 
}

}