@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

body{background-color: #FFF;}

#header{
  background-color: #09072f;
  background-color: #FFF;
  border-bottom:solid 3px #ba9c63;
  min-height: 69px !important;
  /* background-color:#fff; */
}

#header img{
  max-width: 69%;
  height: auto;
  margin:0px auto;
  display:block;
}
.navbar{border-bottom:solid 3px #ba9c63;}

#hero{
  background-color: #09072f;
  
}

#hero h1{
  color: #FFF !important; /*font-size:4.5em;*/
  /* color: #ba9c63 !important; */
  /* font-size:6em; */
}

.homethumbs{
  overflow:hidden;
}
.homethumbs img{
  border: solid 3px #ba9c63;
  width:69%;
  max-width:auto;
  max-height:auto;
}
.homethumbs a{
  text-decoration: none;
  color: #3c3c3c;
}

#whyCPX p{ text-align: left;}
#whyCPX h2{color: #3c3c3c; font-weight: 600; font-size: 1.8em; margin-bottom: 30px;}

/*  Home Page Over */


#content{
  /* background-color: #09072f; */
  background-color: #fff;
  padding-top:9px;
  border-top:solid 3px #ba9c63;
  border-bottom:solid 1px #ba9c63;
}

#content p{color:#3c3c3c;font-weight:400;}

#content strong{font-size:1.2em; font-weight:600;}

.gold{color:#ba9c63;font-weight: 600;}

#footer p{color:#5c5a5a; font-size:0.9em;}

.navlinks a{ color: #ba9c63; font-size: 1.2rem; margin-right: 39px; font-weight: 600; text-decoration: none;}

.nav-item a{margin-right: 30px;font-weight: 400;}

.nav-item a:hover{color: #ba9c63;}
/* .metallic-text {
  background: linear-gradient(135deg, #cec4a9, #fff, #c5c5ad, #fff, #cec291);
  background-size: 300% 300%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer 18s infinite linear;
}

@keyframes shimmer {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
} */