a:link {
  color: rgb(64, 18, 81);
}

a:visited {
  color: rgba(64, 18, 81, 0.5);
}

body {
  background-color: rgb(254, 252, 255);
  font-size: 16px;
  font-family: Roboto, Arial, sans-serif;
  color: rgba(53,45,56,1);
}

h1 {
  font-size: 2.3rem;
  font-weight: 500;
  color: rgba(53,45,56,1);
}

h2 {
  font-size: 1.2rem;
  font-weight: 500;
  color: rgba(53,45,56,1);
}

.header-container {
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
  margin-top: 0;
  background-color: rgba(255,255,255,1);
}

.header-container h1 a {
  font-size: 1.8rem;
  font-weight: 500;
  color: rgba(53,45,56,1);
  text-decoration: none;
}

.nav {
  position: relative;
  top: 1rem;
}

#hero {
  padding: 4rem 1.5rem 0 1.5rem;
}

#hero h1 {
  line-height: 2.8rem;
  margin-bottom: 1.2rem;
}

#hero h2 {
  color: grey;
  line-height: 1.5rem;
  font-weight: 400;
}

form {
  margin-top: 1rem;
}

p.help {
  font-size: 0.75rem;
  margin-bottom: 1.25rem;
}

.button {
  background: rgb(64,18,81);
  background: linear-gradient(0deg, rgba(64,18,81,1) 0%, rgba(125,35,158,1) 100%);
  color: rgb(255,255,255);
  font-weight: bold;
  border: none;
  position: relative;
  bottom: 0;
}

.button:hover {
  bottom: 2px;
  color: rgb(255,255,255);
  box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
  transition: all 0.2s ease;
}

.browser {
  width: 100%;
  height: 500px;
  position: relative;
  top: -50px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
  overflow: hidden;
}

.content img {
  overflow: hidden;
}

.top {
  height: 30px;
  border: 2px solid rgb(238,238,238);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background-color: rgb(238,238,238);
}

.dot {
  min-height: 14px;
  width: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  top: 3px;
  left: 10px;
}

.red {
  background-color: rgb(255,69,76);
}

.yellow {
  background-color: rgb(255,194,0);
}

.green {
  background-color: rgb(0,219,47);
}

.title.is-size-2 {
  text-align: center;
}

#signup-thanks div {
  margin-top: 2rem;
  background: rgb(64,18,81);
  background: linear-gradient(0deg, rgba(64,18,81,1) 0%, rgba(125,35,158,1) 100%);
  color: rgb(255,255,255);
  font-weight: bold;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 5px;
  text-align: center;
}

#signup-thanks div h1 {
  color: rgb(255,255,255);
}

#signup-thanks div a {
  color: rgb(255,255,255);
}

.footer {
  padding: 2rem 1.5rem;
}

.intro-text p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  letter-spacing: 0.01rem;
  line-height: 1.8rem;
}

li {
  font-size: 1.25rem;
  font-family: Georgia;
  list-style: disc;
}

.post section h1 {
  font-family: Roboto;
  text-align: center;
  font-size: 3rem;
  font-weight: 600;
}

.post-body h2 {
  font-family: Roboto;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
}

.post h3 {
  font-family: Roboto;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: left;
}

.post h4 {
  font-size: 1.2rem;
  color: rgba(87,114,117,0.5);
  text-align: center;
  margin-bottom: 2rem;
}

.post-body ul {
  padding: 0 2rem;
}

.post-body li {
  font-size: 1.25rem;
  font-family: Georgia;
  list-style: disc;
  margin-bottom: 1rem;
  line-height: 1.8rem;
}

.post-body p {
  font-family: Georgia;
  font-size: 1.25rem;
  line-height: 1.8rem;
  margin-bottom: 1.2rem;
}

.post-body blockquote {
  border-left: 3px solid rgb(64,18,81);
  padding-left: 1rem;
  margin: 2rem 0
}

.post-body blockquote p {
  font-size: 1.6rem;
}

.post footer p {
  font-family: Roboto;
}

.post-in-loop {
  margin-bottom: 2rem;
}

.post-in-loop h3 {
  font-size: 1.8rem
}

.post-in-loop h3 a:hover {
  text-decoration: none
}

.post-in-loop h4 {
  color: rgba(87,114,117,0.5);
  position: relative;
  bottom: 5px;
}
