/*
 body, html {
    height: 100%;
     font-family:'Open Sans', sans-serif; 
}
*/


html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}


body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
  font-family:'Open Sans', sans-serif;
  background-color:#ffcccc;   
/*
    background-image: url("../media/biscuit_plant_smaller.jpg");
    background-size: cover;
*/
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: center;
}

.pointer {cursor: pointer;}

.clickBorder{
    border-color:darkred; 
}

.btn-primary{
    background-color:darkred; 
    border-color:darkred ;
}

.btn-primary:hover{
/*    background-color:#e60000;*/
    background-color:indianred;
/*    background-color:#ffcccc;*/
    border-color:darkred ;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #ffcccc;
}

a:hover, a.hovered{
    color:indianred;
/*    font-weight:900;*/
}

a{
    color:darkred;
    font-family:'Catamaran',sans-serif; 
    font-weight:600;
    opacity:1; 
}

.my-text-font-size{
    font-size:1.2rem;
    min-width:200px; 
}



.card-header
{
    background-color:#ffcccc;
    color:darkred;
    font-weight:600;
    font-size:1.5rem;
}

/*
.card
{
    opacity:0.9;
}
*/

footer{
    background-color:#ffcccc; 
    opacity:1;
    color:darkred;
}

.myBrand,.llc{
    color:darkred;
    font-family:'Open Sans',sans-serif; 
    font-weight:600;
    opacity:1; 
}

.myHeaderRow{
    background-color:#ffcccc; 
    opacity:0.75;
}

.myBrand{
    font-size:2.75rem; 
}

@media screen and (max-width: 991px) {
     /* start of large tablet styles */
        .myBrand{
        font-size:2rem; 
    }

}

@media screen and (max-width: 767px) {
     /* start of medium tablet styles */
    .myBrand{
        font-size:2rem; 
    }
}

@media screen and (max-width: 479px) {
     /* start of phone styles */
    .myBrand{
        font-size:1.5rem; 
    }

}

@media screen and (max-width: 380px) {
     /* start of phone styles */
    .myBrand{
        font-size:1.25rem; 
    }

}

/*styles copied from agency.css*/
.team-member {
  margin-bottom: 50px;
  text-align: center;
}

.team-member img {
  width: 225px;
  height: 225px;
  border: 7px solid #fff;
}

.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}

.team-member p {
  margin-top: 0;
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
/*  background-color: #fed136;*/
    background-color:darkred;
}

/*******************************/