html, body {
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: normal;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background-color: #fff;
    color: #333;
    -webkit-font-smoothing: antialiased;
    font-family: 'Montserrat', sans-serif !important;
    /* font-family: 'Raleway', sans-serif !important;
    font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Slabo 27px', serif !important; */
    /* font-family: 'Raleway', sans-serif; */
    /* overflow-x: hidden; */
    /* position: fixed; */
}
@media (max-width: 900px) {
    html {
        font-size: 14px;
    };
}
@media (max-width: 700px) {
    html {
        font-size: 13px;
    };
}
@media (max-width: 500px) {
    html {
        font-size: 12px;
    };
}

@media (max-width: 400px) {
    html {
        font-size: 10px;
    };
}

.picture-full-block .img-container{
	background-position:center;
	background-size:cover;
  overflow: hidden;
}

.photoOverlayText{
  color:white;
}

.logoSquare{
  padding-top: 2rem;
  position: relative;
  /* width: 6rem; */
  width:10%;
  height: auto;
  /* margin: 0 2rem 0 2rem; */
  /* margin-bottom: 3rem; */

}
.logoLong{
  padding-top: 4rem;
  position: relative;
  height: auto;
  width: 25%;
  /* padding-bottom: 5rem; */
}
.logo{
  width: 100%;
  height: auto;
}
.cpaLogo{
  width: 50%;  
  height: auto;
}
#logoFooter{
  /* display: flex;
  justify-content:space-between; */
  /* position: absolute;
  align-items: center; */
  bottom: 0 !important;
  width: 100%;
  height: 2rem;
  text-align: center;
  /* padding: 1rem; */
  background-color: rgb(162, 162, 162);
}

#stepSpan{
  z-index: 200;
  position: fixed;
  font-size: 3rem;
  font-weight: black;
  display:none;
}

#scrollDown{
  z-index: 200;
  position: fixed;
  font-weight: black;
  bottom:-20px;
  right:45%;
  width:6%;
  height: auto;
}

#growthMapSlider{
  position: absolute;
  z-index: 100;
  bottom:50px;
  width: 90%;
  left:5%;
}
.top-right{
  top:5px;
  right:50px;
}
.top-right-plus{
  top:100px;
  right:5px;
}
.top-left{
  top:5px;
  left:5px;
}

.bottom-right{
  bottom:5px;
  right:5px;
}
.bottom-right-plus{
  bottom:100px;
  right:5px;
}
.mapClass{
  /* pointer-events: none;   */
}
.mapDialogClass{
  position: absolute;
  z-index: 150;
  background-color: rgba(255, 255, 255, 0.76);
  border: 1px black;
  border-radius: 5px;
  width:auto;
  max-width: 45%;
  height: auto;
  max-height: 90%;
  padding:1rem;
  border-radius: 0.5rem;
  display: none;
}
.photoDialogClass{
  position:absolute;
  /* border:1px solid #454545; */
  width:25rem;
  z-index: 100;
  top:10px;
  left:10px;
  height: auto;
}
@media (max-width: 700px) {
  .mapDialogClass{
    max-width: 90% !important;
    bottom: 5px !important;
    top:auto !important;
  }
  .mapPopupImage{
    display: none;
  }
}

#chart{
  width: 100%;
  height: 100%;
  padding:2rem;
  overflow: visible;
}

.mapHoverBox{
  position: absolute;
  display: none;
  z-index: 100;
  max-width:20rem;
  background-color: #263238;
  padding: 0.5rem;
  color: white !important;
  border-radius: 5px;
  font-size: 1rem;
}

.wow {
  visibility: hidden;
}

.serifTitle{
  font-family: 'Slabo', serif;
}

.whiteText{
  color:white;
}

.textCenter{
  text-align: center !important;
}

.xltext{
  font-size: 5rem;
}
h2{
  font-weight:bolder !important;
}
.medtext{
  font-size: 1.75rem;
}
.smalltext{
  font-size: 1.5rem;
}

#introTitle{
  position: absolute;
  top:30% !important;
  z-index: 500 !important;
  width:100%;
  text-align:center;
  margin: auto;
  line-height: 4rem;
}
.scrollingTitleText{
  font-family: 'Montserrat', sans-serif;
}
.scrollingBodyText{
  font-family: 'Montserrat', sans-serif;
}
/* font-family: 'Song Myung', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Slabo 27px', serif; */

.h-100 {
  margin: 0px auto !important;
  transition: height 9999999 !important;
}
.breakSpaceSection{
    height: 80px;
}
.lightGrey{
  background-color: rgb(238, 238, 238);
}

/* .col{
  overflow: hidden !important;
}
.row{
  overflow: hidden !important;
} */


img-fitWide{
  width: 100%;
  height: auto;
}
img-fitTall{
  width: auto;
  height: 100%;
}

.imageOverlayText{
  color: white;
   font: bold 24px/45px Helvetica, Sans-Serif;
   letter-spacing: -1px;
   background: rgb(0, 0, 0); /* fallback color */
   background: rgba(0, 0, 0, 0.7);
   padding: 10px;
}

.socialButton{
  background-color:#5170ad;
  position: fixed;
  z-index: 500 !important;
  padding: 0.5rem;
  font-size: 1rem;
  width: 2rem;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  bottom:2rem;
  cursor: pointer;
  display: none;
}
/* Facebook */
.fa-facebook {
    background: #3B5998;
    color: white;
    left:0.5rem;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
    left: 3rem;
}

.imageZoomEffect{
  animation:move 50s ease infinite;
  -ms-animation:move 50s ease infinite;
  -webkit-animation:move 50s ease infinite;
  -0-animation:move 50s ease infinite;
  -moz-animation:move 50s ease infinite;
  /* -webkit-filter: sepia(0.1); */
  /* overflow-x: hidden; */
  /*width: 100%;*/
  /*position: absolute;
  margin:0 auto;*/
}

@-webkit-keyframes move {
  0% {
    transform: scale(1)
    -ms-transform: scale(1) /* IE 9 */
    -webkit-transform: scale(1) /* Safari and Chrome */
    -o-transform: scale(1) /* Opera */
    -moz-transform: scale(1) /* Firefox */
  }
  50% {
    transform: scale(1.1255);
    -ms-transform: scale(1.1255); /* IE 9 */
    -webkit-transform: scale(1.1255); /* Safari and Chrome */
    -o-transform: scale(1.1255); /* Opera */
    -moz-transform: scale(1.1255); /* Firefox */
  }
  100% {
    transform: scale(1)
    -ms-transform: scale(1) /* IE 9 */
    -webkit-transform: scale(1) /* Safari and Chrome */
    -o-transform: scale(1) /* Opera */
    -moz-transform: scale(1) /* Firefox */
  }
}

.picture-full-block{
  overflow:hidden;
}


/* .picture-full-block .img-container,
.picture-wide-block .img-container,
.text-image-lf .img-container,
.text-image-rg .img-container {
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
} */


.nvd3 text {
  font: normal 1rem sans-serif !important;
}
.nvd3 .title {
  font: normal 1rem sans-serif !important;
}
svg.nvd3-svg{
  overflow: visible !important;
}
