@charset "UTF-8";
/* CSS Document */
body {
	background-color: #262626;
	color: white;
	font-family: 'Varela Round', sans-serif;

}
.landingpage{
	margin: auto; 
	vertical-align:middle; 
	height: 100%;
	padding-top: 150px;
}
.page{
	width: 1024px;
}
.mainpage{
	min-width: 990px;
    position: absolute;
    left: 160px;
    margin-top: 30px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	color: lightgray;
}

.list table, tr, th, td {
	border: solid white;
	border-collapse: collapse;
	margin: auto;
	text-align: center;
	padding: 5px;
}

.button1 {
	width: 150px;
	padding: 10px;
	color: white;
	background-color: orange;
	font-weight: bold;
	margin: auto;
	margin-bottom: 10px;
	text-decoration: none;
	display: block;
	text-align: center;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.7);
	
}
.nav{
	max-width: 140px;
    margin-top: 30px;
    position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.nav a{
	display: block;
	color: white;
	
}

.dropbtn {
  background-color: black;
  color: white;
  border: none;
  cursor: pointer;
  padding: 16px;
  font-size: 16px;	
	width: 140px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 170px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  left:140px;	
	top:0px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: rgba(45,44,44,1.00);
}

.dropbtn:hover {
  background-color: rgba(45,44,44,1.00);
}

.homebox{
	background-color: white;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.7);
	width: 280px;
	height: 120px;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	color: dimgray;
}
.flexbox{
	background-color: white;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.7);
	width: 280px;
	min-height: 120px;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	color: dimgray;
}
.flexbox-2{
	background-color: white;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.7);
	width: 95%;
	min-height: 120px;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 10px;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	color: dimgray;
}
.homebox-full{
	background-color: white;
	box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.7);
	margin: auto;
	width: 65%;
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 4px;
	color: dimgray;
}
#map {
        height: 100%;
      }
.flexcontainer-home {
	width: 950px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.userinfo {
	margin-bottom:20px;
	width:100%;
	border:none;
	background-color:white;
	color:grey;
}

a{
	font-size:inherit;
 }
h5{
	margin-bottom:10px;
  }
