body {
    min-width: 350px;
}


.header-logo {
    display: inline-block;
    width: 306px;
    height: 55px;
}

.language {
    float: right;
    width: 200px;
}

.content-separator {
    margin-top: 0px;
    margin-bottom: 10px;
}

.content-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

.content-body-search {
    overflow-x: hidden;
}

.content-body-results {
    overflow-x: auto;
}

.content-gap {
    height: 30px;
}

.indent {
	      text-indent: 50px 
}


.responsive {
  width: 100%;
  height: auto;
}



/* Mobile Styles */
@media only screen and (max-width: 400px) {
  body {
    background-color: yellow;  /* F09A9D;  Red */
  }
  .button1 {
  background-color: white;
  border: normal;
  color: blue;
  /* padding: 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1w;
  margin-left: 5vw;
  cursor: pointer;
  border-radius: 10px;
}

div.a {
  text-align: center;
  font-size:10vw;
  color:black;
}
div.b {
	margin-left: 5vw;
	font-size:3vw;
	color:blue;
}
div.cc {
  text-align: center;
  font-size:7vw;
  color:black;
}

.header-logo {  
		/*height: 35px !important;*/
		background: url("CityLogoColorSm.png") no-repeat scroll 0 3px  !important;
		/*width: 153px !important;*/
	}

}

/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
  body {
    background-color: #F5CF8E; /* Yellow */
  }
  .button1 {
  background-color: red;
  border: normal;
  color: blue;
  /* padding: 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1w;
  margin-left: 5vw;
  cursor: pointer;
  border-radius: 10px;
}
div.a {
  text-align: center;
  font-size:5vw;
  color:black;
}
div.b {
	margin-left: 5vw;
  font-size:3vw;
  color:blue;
}
div.cc {
  text-align: center;
  font-size:7vw;
  color:black;
}
/* .header-logo {  
		height: 35px !important;
		background: url("CityLogoColorSm.png") no-repeat scroll 0 3px  !important;
		width: 153px !important;
	} */
.header-logo {           
/* 		background: url("bizcologo.png") no-repeat scroll 0 10px; */
/* 		height: 160px;
		width: 1000px; */
		 width: 100%;
		 max-width:1000px
  height: 160px;

}
}

/* Desktop Styles */
@media only screen and (min-width: 961px) {
  body {
     background-color: white;
	/* background-color: #B2D6FF;  Blue */
  }
   .button1 {
  background-color: white;
  border: normal;
  color: blue;
  /* padding: 15px 32px; */
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1w;
  margin-left: 5vw;
  cursor: pointer;
  border-radius: 10px;
}
div.a {
	margin-left:400px;
  /* text-align: center; */
  font-size:26px;
  color:black;

}
div.b {
	margin-left: 5vw;
  font-size:16px;
  color:blue;
}
div.cc {
  text-align: center;
  font-size:2vw;
  color:black;
}

/* .header-logo {           
		background: url("Logo900x164_1.png") ;
					height: 16px;
					width: 1000px;
					display: block;
					margin: 0;
					overflow: hidden;
} */

/* navbar */
.navbar-default {
    /* background-color: #C05131;*/
	background-color: #000000;
	border-color: #FFFFFF;
    /*border-color: #E7E7E7;*/
}

.navbar {
    width:962px;
}
.navbar a {
    color: white;


}


