body {
  font-family: Arial, Helvetica, sans-serif;
}

.navbar {
  overflow: hidden;
  background-color: #0c0;
  padding-right: 70px;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.all{
	float: right;
	overflow: hidden;
}

.dropdown {
  float: right;
  overflow: hidden;
}
.dropdown1 {
  float: left;
  overflow: hidden;
}


.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
}

.navbar .dropdown .dropbtn:hover {
  background-color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}


.dropdown-content a {
  float: left;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-right: 50px;
}

.dropdown-content a:hover {
  background-color: #ddd;
  margin-right: 50px;
}

.dropdown:hover .dropdown-content {
  display: block;
  margin-right: 50px;
}

.section1{
	overflow: hidden;
	float: none;
	width: 100%;
	padding-top: 80px;
	margin-bottom: 40px;
}

.section1 .intro{
	background-color: #bbb;
	float: left;
	width: 60%;
	text-align: center;
	padding-left: 10px;
}

.section1 .aside{
	float: right;
	width: 30%;
	text-align: center;
	padding-right: 10px;
	border-width: 2px solid black;
	box-shadow: #123;
	border-color: black;
	border-style: solid;
	padding: 5px;
}

.section1 .aside .subscribe{
	width: 50%;
	text-align: center;
	position: center;
	padding: 5px;
	padding-left: 25%;
}

.line{
	background-color: #b50;
	margin: auto;
	overflow: hidden;
	float: center;
	text-align: center;
	width: 70%;
	min-height: 40px;
	opacity: 1;
	margin-bottom: 40px;
	box-sizing: border-box;
}

#pic{
	overflow: hidden;
	float: left;
	width: 100%;
	height: 300px;
	margin-bottom: 40px;
	display: block;
	box-sizing: border-box;
}

#image{
	background-image: url("images/bus.jpeg");
	object-fit: cover;
	width: 90%;
	height: 100%;
	margin-left: 5%;
}

.iframe{
	width: 100%;
	overflow: hidden;
	float: center;
	position: center center;
	height: 400px;
	border-width: 2px black;
	margin-left: 0;
	box-sizing: border-box;
}

/*
#weatherClass{
	text-align: center;
	margin-bottom: 40px;
}

#weatherClass .weather{
	background-color: #222;
	margin: auto;
	overflow: hidden;
	float: center;
	text-align: center;
	width: 90%;
	min-height: 400px;
	opacity: 1;
	box-sizing: border-box;
}
*/

#destinationsClass{
	text-align: center;
	margin-bottom: 40px;
}

#destinationsClass .destinations{
	background-color: #444;
	margin: auto;
	overflow: hidden;
	float: center;
	text-align: center;
	width: 90%;
	min-height: 300px;
	opacity: 1;
	margin-bottom: 30px;
	box-sizing: border-box;
}


#destinationsClass .destinations .headings{
	color: #fff;
	float: left;
	width: 100%;
	display: inline;
	margin-bottom: 50px;
}

.h1{
	float: left;
	padding-left: 20%;
	display: inline;
}

.h2{
	float: right;
	padding-right: 20%;
	display: inline;
}

#columns{
	color: white;
	width: 60%;
	margin-left: 20%;
	float: left;
	padding-top: 150px;
	display: inline;
}

#columns ul li{
	color: white;
	margin-left: 50%;
	text-decoration-style: none;
	list-style-type: none;
}

.c1{
	color: white;
	width: 25%;
	float: right;
	text-align: left;
	display: inline;
}

.c2{
	color: white;
	width: 25%;
	float: left;
	text-align: left;
	display: inline;
}
.c3{
	color: white;
	width: 25%;
	float: left;
	text-align: left;
	display: inline;
}
.c4{
	color: white;
	width: 25%;
	float: left;
	text-align: left;
	display: inline;
}
#suggestionClass{
	text-align: center;
	margin-bottom: 40px;
}


.box{
	background-color: #b50;
	opacity: 0.2;
	text-align: center;
	margin: auto;
	overflow: hidden;
	float: center;
	text-align: center;
	width: 50%;
	min-height: 50px;
	opacity: 1;
	margin-bottom: 20px;
	padding-bottom: 1px;
	box-sizing: border-box;
}

#countingClass{
	text-align: center;
	margin-bottom: 30px;
}

#countingClass .counting{
	background-color: #888;
	text-align: center;
	margin: auto;
	overflow: hidden;
	float: center;
	width: 90%;
	min-height: 100px;
	opacity: 1;
	padding-bottom: 30px;
	box-sizing: border-box;
}

form{
	margin-top: 30px;
}

#countingClass .counting .count{
	display: inline;
	float: center;
	width: 100%;
}

#countingClass .counting .count .buses{
	text-align: center;
	float: left;
	width: 25%;
}
#countingClass .counting .count .stations{
	text-align: center;
	float: left;
	width: 25%;
}
#countingClass .counting .count .passengers{
	text-align: center;
	float: left;
	width: 25%;
}
#countingClass .counting .count .employees{
	text-align: center;
	float: left;	
	width: 25%;
}

#countingClass .counting .count .num{
	font-weight: bold;
	font-size: 18px;
}

#down{
	overflow: visible;
	text-align: center;
	float: center;
	width: 100%;	
	height: 600px;
	display: inline;
	margin-bottom: 30px;
	box-sizing: border-box;
}

#down2{
	overflow: visible;
	text-align: center;
	float: center;
	width: 80%;	
	height: 500px;
	display: block;
	margin-left: 10%;
	margin-top: 100px;
	margin-bottom: 30px;
}

#down2 .more2{
	background-color: #aaa;
	float: left;
	padding: 3%;
	border: none;
	box-shadow: #00f;
	text-align: center;
	width: 100%;
	overflow: hidden;
	object-fit: contain;
	box-sizing: border-box;
}

#down .about{
	background-color: #aaa;
	float: left;
	border: none;
	box-shadow: #00f;
	min-height: 350px;
	text-align: center;
	width: 33%;
	overflow: hidden;
}

#down .contact{
	background-color: #bbb;
	float: left;
	border: none;
	box-shadow: #00f;
	min-height: 350px;
	text-align: center;
	width: 33%;
	overflow: hidden;
}

#down .more{
	background-color: #aaa;
	float: left;
	padding: 0px;
	border: none;
	box-shadow: #00f;
	min-height: 350px;
	text-align: center;
	width: 33%;
	overflow: hidden;
}

#down .about p{
	padding: 5px;
}
#down .contact p{
	padding: 5px;
}
#down .more p{
	padding: 5px;
}

#main-footer{
	background-color: #555;
	color: #fff;
	text-align: center;
	padding: 8px;
	margin-top: 450px;
}



