		img {
		  max-width: 100%;
		  height: auto;
		}
		
		@font-face {
		  font-family: "Denmark";
		  src: url("../fonts/DENMARK REGULAR.TTF")
		}
		
		@font-face {
		  font-family: "Digital";
		  src: url("../fonts/DS-DIGIB.TTF")
		}		
		
		.bg-dark{background-color:#265fb7 !important}
		
		.navbar-brand {
		  font-family: Denmark;
		  font-size:1.75rem;		  
		}
		
		body {
		  /* padding-top: 3.5rem; */
		}
		
		h1 {
		  font-family: "Open Sans";
		  font-weight: 700;
		  font-size: 48px;
		  color: black;
		  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
		}
		
		h2 {
		  padding-top:2rem;
		}
		
		.navbar-light .navbar-brand { color: #265fb7; }
		
		.fixed-top.scrolled {
		  background-color: #fff !important;
		  transition: background-color 200ms linear;
		}
		
		.fixed-top{ transition:background-color 200ms linear; }
		
		#scroll-prices {
		  padding: 0 1rem 0 1rem;
		}

		.scroll-text {
		  font-weight: bold;
		}
		
		.subhead1 {
		  font-size: 1.5rem;
		  font-weight: 400;
		  color: black;
		  
		  padding: 8px;
		   /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
		}
		
		.jumbotron {
		  height: 100vh;
		  background: url(../img/chicago.jpeg) no-repeat center center; 
		  -webkit-background-size: cover;
		  -moz-background-size: cover;
		  -o-background-size: cover;
		  background-size: cover;
		}
		
		.jumbotron .container {
		  margin-top: 7%;
		  background: rgba(255, 255, 255, 0.6);
		  padding: 1.8rem;
		}
		
		.heading_circle {
		  text-align: center;
		  padding: 1rem;
		}
		
		#headings {
		  display: block;
		  position: relative;
		  top: -150px;
		  visibility: hidden;
		}
		
		.ct-btn-scroll {
		  width: 100%;
		  text-align: center;
		  margin-top: -120px;
		  margin-bottom: 50px;
		}
		
		#a_headings {
		  color:#007bff;
		}
		
		.fa-chevron-circle-down { 
		  font-size:4rem;
		}
		
		.social {
		  text-align: left
		}
		
		.social a {
		  font-size: 4rem;
		  padding: 0 .5em;
		  color: black;
		}
		
		/* Featurettes
		------------------------- */

		.featurette-divider {
		  margin: 3rem 0; /* Space out the Bootstrap <hr> more */
		}

		/* Thin out the marketing headings */
		.featurette-heading {
		  font-weight: 300;
		  line-height: 1;
		  letter-spacing: -.05rem;
		}
	
		.featurette-heading {
		  font-size: 50px;
		}	
		
		/* RESPONSIVE CSS
		-------------------------------------------------- */		
		
		@media (max-width: 767px) {
		  .fa-chevron-circle-down { font-size: 3rem; }
		  .ct-btn-scroll { margin-top: -100px; }
		  .social a { font-size: 2.5rem; }
		  .jumbotron .container { margin-top: 22%; }
		}		
		
		@media (min-width: 62em) {
		  .featurette-heading {
			margin-top: 7rem;
		  }
		}			