body {
  width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

hr {
  height: 8px;
  background-color: #f0f0f0;
  border: 0;
  margin: 0;
  width: 100%;
}

a {
  text-decoration: none;
  color: #4994e7;
}

a:hover {
  color: #f5821f;
}

#bg {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-image: url(copy_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#copy_logo {
  width: 230px;
  height: auto;
  padding-left: 75px;
  padding-top: 23px;
}

#hero {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#header {
  max-width: 600px;
  font-size: 52px;
  font-weight: 300;
  margin-bottom: 35px;
}

#content {
  display: flex;
  align-items: center;
  flex-direction: column;
  max-width: 600px;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-color: #ccc;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #424154;
  margin-bottom: 20px;
}

.content_align {
  max-width: 85%;
  margin: 20px 0;
}

#notion_logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

#notion_logo_img {
  width: 230px;
  height: auto;
}

#download {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 16px;
  text-align: center;
}

.download_btn {
  border-radius: 4px;
  border: solid 1px #4994e7;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #4994e7;
  padding: 13px 35px;
}

.ph_img {
  width: 110%;
}

.ph_btn {
  border-radius: 4px;
  background-color: #4994e7;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  padding: 13px 35px;
}

#learn_more {
  text-align: center;
}

#learn_more > a {
  font-family: Helvetica;
  font-size: 12px;
  color: #85849b;
}

#goodbye_from {
  margin: 10px 0;
  color: #9066b5;
  font-weight: 700;
}

#now_at_notion {
  color: #bebec6;
}

#footer_container {
  display: flex;
  justify-content: center;
}

#footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 87px;
  width: 1000px;
}

#footer_links > a {
  border-right: 1px solid #9ba7af;
  padding: 0 15px;
}

#footer_links > a:last-of-type {
  border-right: none;
}

#footer_logo {
  margin-left: 50px;
}

#barracuda_logo {
  width: 50px;
}

@media only screen and (max-width: 610px) {
  #bg {
    align-items: center;
    background-image: none;
    height: auto;
  }

  #copy_logo {
    padding: 10px 0 0;
  }

  #header {
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
  }

  #download {
    margin-top: 15px;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
  }

  .download_btn:first-of-type {
    margin-bottom: 10px;
  }

  #content {
    box-shadow: none;
    border: 0;
  }

  .content_align {
    margin: 10px 0;
  }

  #footer {
    flex-direction: column;
    margin-top: 10px;
  }

  #footer > div {
    margin: 5px 0;
  }

  #footer_links > a {
    padding: 0 5px;
  }
}
