

body{background-color: rgb(245, 255, 254);}

header{
	text-align: center;
  float: left;
  padding: 10px;
  color: rgb(0,0,0);
  text-decoration: none;
  font-size: 50px;
  font-family: Garamond;
  width: 100%; 
  text-align: center; 
}


.navbar {
  width: 100%;
  background-color: rgb(250,250,250);
  overflow: auto;
}

.navbar a {
  float: left;
  padding: 10px;
  color: rgb(0,0,0);
  text-decoration: none;
  font-size: 15px;
  font-family: Garamond;
  width: 31%; 
  text-align: center; 
}

.navbar a.active {
  background-color: rgb(250,250,250);
}


p{
  text-align: center;
  float: left;
  padding: 10px;
  color: rgb(0,0,0);
  text-decoration: none;
  font-size: 17px;
  font-family: Garamond;
  width: 100%; 
  text-align: center; 
}

body {
  font-family: Arial;
  padding: 20px;
  background: #f1f1f1;
}


.leftcolumn {
  float: left;
  width: 25%;
  font-size: 17px;
  font-family: Garamond;
}


.rightcolumn {
  float: left;
  width: 70%;
  font-size: 17px;
  font-family: Garamond;
  
}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon a {
  display: block;
  text-align: center;
  padding: 20px;
  transition: all 0.3s ease;
  color: black;
  font-size: 30px;
}

.facebook {
  background: white;
  color: black;
}

table {
	text-align: center;
  float: left;
  padding: 10px;
  color: rgb(0,0,0);
  text-decoration: none;
  font-size: 15px;
  font-family: Garamond;
  width: 100%; 
  text-align: center; 
}
