html,body {
  color: black;
  background-color : #FFFFFF;  /*white*/
  font-family: Sans-Serif;
  font-family: ;
  font-size : 16px;
  line-height:1.5;
  vertical-align: baseline;
}

p {
  line-height : 150%;
  vertical-align: baseline;
}

hr {
  border : thin solid #235905; 
}

.container {
  margin-top : 20px;
  margin-left: auto;
  margin-right: auto;  
  padding: 0;
}
/*
.container {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
*/
.container-fluid {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.siteheader {
    height: 200px;
    width : 100%;
    background-image:url(../images/CCwestview_header2.jpg);  
    background-repeat: no-repeat;
    background-size: contain; 
    position: relative;
    margin-top : 10px;
    margin-right: auto;
    margin-left: auto;
    z-index: auto;
}

/*padding: top right bottom left;*/
.padding-5px {
    padding: 0 5px 0 5px;
} 
.padding-15px {
    padding: 0 15px 0 15px;
} 

.padding-left40 {
  padding: 0px 0px 0px 40px;  /*padding: top right bottom left;*/
}

.darkbrown {
  background-color : #1E0F14;  /* dark brown */
}
.mustardyellow {
  background-color : #F5ED7A;  /* mustard yellow*/
}

.font12 {
  font-size : 12px; 
}

.font16 {
  text-align: center;
  margin : 10px;
  font-size : 16px; 
  font-weight : bold; 
  font-style: italic; 
}

.font20 {
  text-align: center;
  margin : 10px;
  font-size : 20px; 
  font-weight : bold;  
}

.font24 {
  text-align: center;
  margin : 10px;
  font-size : 24px; 
  font-weight : bold; 
  font-style : italic; 
}

.font24-left {
  text-align: left;
  font-size : 24px; 
  font-weight : bold; 
  font-style : italic; 
}

.content {
  border-left:thin solid #235905; 
  border-right:thin solid #235905;  
  margin-top: 5px;
}

figcaption {
  font-size: 12px;
  text-align: center;
  height: auto;
  word-wrap: break-word;
}

.bordertop {
  border-top:thin solid #235905; 
}
/*
a:hover {
  transform: scale(1.1);
}*/

a img {
  border : none;
}


a {
  color: #0000FF;  /* blue*/
  font-weight: bold; 
  text-decoration: none;
} 

.menu-link  a {
  color: #235905; /* dark green */
  font-weight: bold; 
  text-decoration:none;
}

.shift-link  a {
  padding: 5px 40px 5px 40px;  /*padding: top right bottom left;*/
}

/*  Buttons */
.button {
  border: none;
  color: black;
  background-color: #F5ED7A;  /* mustard yellow*/
  height: 24px;
  width: 75px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  float:right;
  font-size: 16px;
  font-weight : bold;   
  margin: 30px 30px 10px 0px;
  border: 1px solid #ccc;    
  border-radius: 5px;
  cursor: pointer;
}

.button-join {
  border: none;
  color: black;
  background-color: #F5ED7A;  /* mustard yellow*/
  height: 24px;
  width: 75px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  float:right;
  font-size: 16px;
  font-weight : bold;   
  margin: 150px 30px 10px 0px;
  border: 1px solid #ccc;    
  border-radius: 5px;
  cursor: pointer; 
}

.button-donate {
  border: none;
  color: black;
  background-color: #F5ED7A;  /* mustard yellow*/
  height: 24px;
  width: 75px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  float:right;
  font-size: 16px;
  font-weight : bold;   
  margin: 150px 60px 10px 0px;
  border: 1px solid #ccc;    
  border-radius: 5px;
  cursor: pointer;
  top: 150px;  
}

.img-box {
    position: relative;
    text-align: center;
    padding-right: 5px; 
}

.img-text {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    position: absolute;
    top: 32px;
    left: 16px;
}
    
/* Custom  button */
.btn-row {
  margin-left: 10px;
} 

.btn-cus:hover,
.btn-cus:focus,
.btn-cus:active {
  color : #FEEF4F;
  background-color : #86478C;
  text-decoration : none;
}

.btn-cus {
    height: 24px;
    min-width: 30px;
    padding: 3px 6px;
    margin-right: 2px;
    font-size: 12px;
    line-height: 1.0;
    border: 1px solid #ccc;    
    border-radius: 3px;
}

.btn-cus1 {
    width: 280px;
    padding: 3px 6px;
    margin-right: 2px;
    border: 1px solid #ccc;    
    border-radius: 3px;
}

.btn-cus2 {
    width: 217px;
    padding: 3px 6px;
    margin-right: 2px;
    border: 1px solid #ccc;    
    border-radius: 3px;
} 

.btn-cus3 {
    height: 32px;
    padding: 3px 6px;
    margin-right: 2px;
    border: 1px solid #ccc;    
    border-radius: 3px;
} 

/* Custom default button */
.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

.btn-nav {
  color : white;
  background-color : #86478C;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active {
  color : #FEEF4F;
  background-color : #86478C;
  text-decoration : none;
}

.links  a {
  color: #235905; 
  background-color : #FFFFFF; 
  font-weight: bold; 
  text-decoration:none;
}

.links  > dt > a:hover {
  color : blue; 
  text-decoration: none;
}

.anchor {
    display:block;
    padding-top:100px;
    margin-top:-100px;
 }
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar { 
  color: #235905; 
  background-color : #FFFFFF;
  min-height:24px;
  margin-bottom: 5px;
  border: 1px solid transparent;
  font-size : 16px;
  line-height:150%;
}

.navbar-collapse {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav {
  color: #235905; 
  background-color : #FFFFFF;
  padding-top:5px; 
  padding-bottom:5px;
  font-weight: bold; 
  text-decoration:none;
}


.navbar-nav  a {
  color: #235905; 
  background-color : #FFFFFF; 
  padding-top:5px; 
  padding-bottom:5px;
  font-weight: bold; 
  text-decoration:none;
}
.navbar-default .navbar-nav > li > a {
  color: #235905; 
}

.navbar-nav  > li > a:hover {
  color : blue; 
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color : blue; 
    background-color: transparent;
}

.navbar-nav  > a:hover {
  color : blue; 
  text-decoration: none;
} 

.container > .navbar-header, 
.container-fluid > .navbar-header, 
.container > .navbar-collapse, 
.container-fluid > .navbar-collapse {
   margin-right: 0; 
   margin-left: 0; 
}


/* Navbar breakpoint set in Bootstrap at < 768` */
/*

/* force line break*/
@media only screen and (max-width:992px){
  .force-break {
    display: block;
  }
}

/* hide images on main page */
@media only screen and (max-width:992px){ 
  .noimage {
    display: none;
  }  
  .nav {
    padding-right: 15px;
    padding-left: 15px;
    margin: auto;
  }   
}

@media (max-width: 600px) { 
  .container > .navbar-header, 
  .container-fluid > .navbar-header, 
  .container > .navbar-collapse, 
  .container-fluid > .navbar-collapse {
      margin-right: 15;
      margin-left: 15;
  }
}

@media (min-width: 768px) { 
  .container > .navbar-header, 
  .container-fluid > .navbar-header, 
  .container > .navbar-collapse, 
  .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0;
  }        
}

@media (min-width: 768px) { 
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }
  
  .navbar .navbar-collapse {
    text-align: center;
  }
}

/* Extra small devices (phones, 600px and down) */
/* @media only screen and (max-width: 600px) {...}*/
@media only screen and (max-width: 600px) {
  .container {
    width : 100%;
    margin: auto;
  }
}

 
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .container {
    width : 100%;
    margin: auto;
  }
}  
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .container {
    width : 80%;
    margin: auto;
  }
}  
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .container {
    width : 80%;
    margin: auto;
  }
}  
