@import url(http://fonts.googleapis.com/css?family=Raleway);

body {
  font-family: Raleway;
  font-size: 1.2em;
}
h3 {
  text-align: center;
}
img.top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
}
p {
  font-size: 1.2em;
}
li {
  font-size: 1.2em;
}
p.emphasis {
  font-size: 1.3em;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
  color: #290c94;
}
p.purpose_text {
  text-align: center;
  background: #ccd2d9;
  font-size: 1.3em;
}
p.sacred {
  text-align: left;
  background: #ffffff;

  color: #db5b5b;
}
span.sacred {
  text-align: left;
  background: #ffffff;

  color: #db5b5b;
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #a3e9be;
  float: left;
  border: 1 px solid #ffffff;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: rgb(70, 145, 82);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}
