/*
yellow: #fad46b; (instead of )
dark gray:#666666;
light gray:#dddddd;
gold: #FDEAB5; was #ffff99
yellow-light: #fdeab5;
yellow-dark: #f7be22;
*/

body,h1, h2, h3, h4, h5, h6,p {
	font-family: 'Open Sans', sans-serif;
	color: #666666;
	font-weight: 400;
}
h1, h2, h3, h4, h5, .chiro-header {
	font-weight: 300;
}
.active {
  color: #fff;
  /*background-color: #2199e8;*/
}
.image.active {
  background-color: transparent;
}
.centered {
  margin: 0 auto;
  padding: 10px;
  max-width: 100%;
}
.white {
  background-color: #ffffff;
}
.gray {
  color: #dddddd;
}
.bg.gray {
  background-color: #dddddd;
  color: #666666;
}
.gray-dark {
  color: #666666;
}
.bg.gray-dark {
  background-color: #666666;
  color: #ffffff;
}
.yellow {
  color: #fad46b;
}
.bg.yellow {
  color: #666666;
  background-color: #fad46b;
}
.yellow-dark {
  color: #E3AF56;
}
.gold {
  background-color: #FDEAB5;
}
.text-center {
  text-align: center;
}
#menu-container {
  background-color: #fad46b;
  padding: 0px;
}
#top-menu {
  max-width:100%;
  margin: 0 auto;
  text-align: center
  /*
  40px high, 100% wide
  */
}
#top-menu a {
  color: #666666;
  text-transform: uppercase;
}
.top-info {
   text-align: center;
   padding: 15px 0 15px 0;
}
#footer {
  background: #666666;
  width: 100%;
  color: #ffffff;
  padding: 35px;
}
#footer div {
  margin: 0 auto;
  text-align: center;
}
.info {
  padding: 30px;
  height: 378px;
  text-align: center;
}
.info-circle {
  width: 200px;
  height: 200px;
  background: #bbbbbb;
  border-radius: 100px;
  margin: 0 auto;
}
.info-title {
  margin-top: 20px;
  font-size: 16pt;
}
.info-text {
  margin-top: 10px;
  font-size: 10pt;
}
.top-box {
  display: inline-block;
  width: 150px;
  height: 75px;
  margin: 10px;
  border: 3px solid #73AD21;
}
.chiro-header {
  text-align: center;
  font-size: 20pt;
}
.chiro-slogan {
  font-size: 14pt;
  color: #999;
}
#footer-image {
  background-image:url('../images/Footer-Image.jpg');
  width: 100%;
  height: 550px;
  background-attachment:fixed;
  background-position:center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.myna-media {
  margin-top: 15px;
  height: 30px;
  opacity: 0.5;
}
.myna-media:hover {
  opacity: 1;
}
.social-icon {
  margin-top: 5px;
  margin-right: 7px;
  width: 25px;
  opacity: 0.5;
}
.social-icon:hover {
  opacity: 1;
}
.social-icon.mobile {
  margin-bottom: 12px;
}
@media screen and (max-width: 39.9375em) {
  h2 {
    font-weight: bold;
  }
}
@media only screen and (min-width: 40.063em) {
  .chiro-header {
    font-size: 50pt;
  }
  .centered {
    width: 1000px;
    padding: 50px;
    max-width: 100%;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #top-menu a {
    font-size: 9pt;
  }
}
@media only screen and (min-width: 64.063em) {
  #top-menu {
    width: 1100px;
  }
}