.base-btn, .lightbox-btn, .disabled-btn, .delete-btn, .confirm-btn, .secondary-btn, .inverted-accent-btn, .inverted-primary-btn, .primary-btn {
  display: inline-block;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
  padding: 10px 18px 11px; }

.primary-btn {
  color: #FFFFFF;
  background-color: #73937D; }

.primary-btn:hover {
  background-color: #43644D; }

.inverted-primary-btn {
  color: #482EA5;
  background-color: #FFFFFF;
  border: 1px solid #482EA5; }

.inverted-primary-btn:hover {
  padding: 9px 17px 10px;
  border: 2px solid #482EA5; }

.inverted-accent-btn {
  color: #4e4e38;
  background-color: #FFFFFF;
  border: 1px solid #4e4e38; }

.inverted-accent-btn:hover {
  padding: 9px 17px 10px;
  border: 2px solid #4e4e38; }

.secondary-btn {
  background-color: #eeeeee;
  border: 1px solid transparent;
  color: #1E1E1E; }

.secondary-btn:hover {
  background-color: #FFFFFF;
  border: 1px solid #e5e5e5; }

.confirm-btn {
  background-color: #24CC83;
  border: 1px solid #24CC83;
  color: #FFFFFF; }

.confirm-btn:hover {
  background-color: #30db91;
  border-color: #30db91; }

.delete-btn {
  background: #FF495C;
  border: 1px solid #FF495C;
  color: #FFFFFF; }

.delete-btn:hover {
  background-color: #ff5b6c;
  border-color: #ff5b6c; }

.disabled-btn {
  background-color: #eeeeee;
  border: 1px solid #B9B9B9;
  color: #8E8E8E;
  cursor: default; }

.lightbox-btn {
  background: transparent;
  border: 1px solid #8E8E8E;
  color: #FFFFFF; }

.lightbox-btn:hover {
  background-color: #8E8E8E; }

.header--logo {
  display: inline-block;
  margin-left: 3%;
  cursor: pointer;
  text-decoration: none; }

.header--logo-img {
  margin-top: 10px; }

.header--menu {
  display: inline-block;
  float: right;
  line-height: 50px; }

.header--menu-item {
  color: #363636;
  margin-right: 20px;
  text-decoration: none;
  font-size: 1.2em;
  font-family: "Roboto Slab"; }

html {
  font-family: "Open Sans";
  color: #363636;
  font-size: 14px;
  height: 100%; }

body {
  margin: 0px;
  height: 100%; }

img {
  margin-right: auto;
  margin-left: auto;
  display: block; }

h1 {
  font-family: "Roboto Slab"; }

h2 {
  font-family: "Roboto Slab"; }

.text-img-wrap img {
  margin-top: 5px;
  margin-bottom: 30px; }

.text-img-wrap-side {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap; }

.text-img-wrap-side .text-img-wrap--text {
  width: 30%;
  min-width: 130px; }

.text-img-wrap-side img {
  width: 50%;
  min-width: 300px;
  margin: 0;
  margin-top: 20px; }

.img-banner {
  display: flex; }

.rounded-image {
  border-radius: 45px; }

.center-link {
  text-align: center;
  display: block;
  font-size: 0.8em; }

.center-link.img-banner {
  display: flex; }

.text-caption {
  text-align: center;
  display: block;
  font-size: 0.8em;
  color: #454648;
  font-weight: 600; }

.dyno-line-item {
  box-shadow: 1px 1px #786F8F;
  height: 1px;
  width: 80%;
  margin: auto; }

.dyno-ref-link {
  text-decoration: none;
  color: #454648;
  display: block;
  padding-left: 10px; }

.dyno-ref-link:hover {
  color: #1E1E1E;
  box-shadow: -1px 0px #1E1E1E; }

#footer {
  margin-top: 50px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #B0A58B;
  text-align: center;
  font-size: 1.2em; }

.dynomantle-twitter {
  display: inline-block; }

#footer a {
  color: #B0A58B;
  text-decoration: none; }

#footer a:visited {
  color: #B0A58B; }

#footer--divider {
  height: 2px;
  background-color: #B0A58B;
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px; }

#footer-privacy {
  margin-top: 10px; }

img {
  max-width: 100%; }

.img-banner img {
  max-width: 33%; }

#app-signup {
  background-color: #FAF8F3;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }

.app-signup--title {
  color: #43644D;
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 30px; }

.app-signup--description {
  font-weight: 600;
  width: 60%;
  max-width: 500px;
  text-align: left;
  margin: auto;
  margin-bottom: 20px; }

.app-signup--btn {
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.2em;
  width: 60%;
  max-width: 100px;
  text-decoration: none; }

@media (max-width: 785px) {
  .text-img-wrap-side .text-img-wrap--text {
    width: 60%; } }

@media (max-width: 650px) {
  .img-banner {
    width: 95vw; }
  #header-menu-item--about {
    display: none; } }

article {
  width: calc(95% - 300px);
  max-width: 680px;
  margin: auto; }

article p {
  line-height: 1.3; }

.dyno-hidden-signup {
  display: none; }

.dyno-signup {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  max-width: 250px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 1px 2px 8px 2px #B9B9B9; }

.dyno-signup b {
  display: block;
  font-size: 1.1em;
  margin-bottom: 10px; }

.dyno-signup-btn {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 5px; }

.dismiss {
  font-size: 0.9em;
  text-align: center;
  cursor: pointer; }

@media (max-width: 650px) {
  article {
    width: 95%;
    margin: auto; }
  #footer {
    margin-left: 0px; } }
