/* CSS Document */
body, html {
  height: 100%;
  margin: 0;
  font-family: "Raleway";
  font-size: 18px;
  background-color: #ffffff;
}

p {
    padding-left: 0px;
    text-align: center;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #f3f3f3;
}

h1 {
    padding-left: 0px;
	text-align: center;
    font-size: 50px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #4d4d4d;
}

h6 {
    text-align: right;
    text-indent: 100px;
}

/* unvisited link */
a.one:link, a.one:visited {
  border: 2px solid grey;
  color: #002266;
  text-decoration: none;
  text-align: center;
  padding: 5px 50px;
}


/* mouse over link */
a.one:hover, a.one:active {
  background-color: #333340;
  color: #e4e4ef;
  padding: 5px 50px;
  text-align: center;
  text-decoration: none;
}


/* Style the header */
.header {
  background-color: #ffffff;
  padding: 20px;
  text-align: center;
}

/* Style the top navigation bar */
.topnav {
    text-align: right;
  //border: 1px solid black;
  overflow: hidden;
  background-color: #ffffff;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #555555;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #a5a5a5;
  color: white;
}

.active {
  background-color: #dddddd;
}

.button {
  background-color: #4CAF50;
  border: none;
  color: grey;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 2px;
  cursor: pointer;
}
