@charset "utf-8";
/* CSS Document */
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }

body {
  background-color: #B6B0AE;

}

h1 {
  color: navy;
  margin-left: 20px;
}
h5 {
  color: red;
	font-size: 40px;
	margin-top: -30px;
	margin-bottom: 0px;
  margin-left: 20px;
}
h6 {
  color: red;
	font-size: 40px;
	margin-top: -30px;
	margin-bottom: 20px;
  margin-left: 20px;
}
.weatherdata {
  font-family: Arial;
  font-size: 60px;
  text-align: center;
}
.head1 {
  font-family: Arial;
  font-size: 60px;
  text-align: center;
	
}
.loginbox {
  text-align: center;
margin-top: 50%;
	font-size: 30px;
}
.body1 {
  height: auto;
  width: auto;
	margin-top: 100px;
	text-align: center;
}

.bold1 {
    font-size: 40px;
	text-align: center;
}
.h2 {
    font-size: 40px;
	text-align: center;
	color: black;

}
.h3 {
    font-size: 30px;
	text-align: center;
}
.footer1 {
  height: 200px;
  width: 100%;
}
.image1 {
 padding-left: 32%;
}
.font {
 color: black;
}
/* Navbar container */
.navbar {
	
	position: absolute;
text-align: center;
  overflow:inherit;
  background-color: #B6B0AE;
  font-family: Arial;
	width: 100%;

	
	
}

/* Links inside the navbar */
.navbar a {
	white-space: nowrap;
	border-radius: 12px;
  float: center;
  font-size: 18px;
  color: #2F2C2C;
  text-align: center;
  padding: 10px 40px 20px 30px;
  text-decoration: none;


}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #727174;
	white-space: nowrap;
}

/* Sidebar container */
.sidebar {
    position: absolute;
    text-align: center;
    overflow: hidden;
    background-color: #B6B0AE;
    font-family: Arial;
    width: 200px;
    margin-top: 150px;
    height: auto;
    padding: 50px 50px 50px 50px;
    left: 0px;
    top: 3
		00px;

}

/* Links inside the navbar */
.sidebar a {
border-radius: 12px;
  float: center;
  font-size: 18px;
  color: #2F2C2C;
  text-align: center;
  padding: 10px 20px;
  text-decoration: none;
}
.sidebar a:hover, .dropdown:hover .dropbtn {
  background-color: #727174;
}


tr, td {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 50px;
	

}
th {
 text-align: center;
}

