@font-face {
  font-family: "Archivo";
  font-style: normal;
  font-weight: 400;
  src: local("Archivo Regular"), local("Archivo-Regular"), url("../fonts/Archivo-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Archivo Narrow";
  font-style: normal;
  font-weight: 400;
  src: local("Archivo Narrow Regular"), local("ArchivoNarrow-Regular"), url("../fonts/ArchivoNarrow-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 400;
  src: local("Merriweather Regular"), local("Merriweather-Regular"), url("../fonts/Merriweather-Regular.ttf") format("truetype");
}
/* Main Primary color */
/* Main Secondary color (1) */
/* Main Secondary color (2) */
/* Main Complement color */
/*$color-background: $color-primary-l2;*/
h1 {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 140%;
  padding-top: 1rem;
}

h2 {
  font-family: "Merriweather", serif;
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5rem;
}

h3 {
  font-family: "Archivo", sans-serif;
  font-weight: bold;
  font-size: 100%;
  padding-top: 0.5rem;
}

.postbox_item p {
  margin: 0;
}

.postbox_content_text p {
  padding-bottom: 0.25em;
}

.postbox_item h2 {
  padding-top: 0rem;
  margin-top: 0rem;
}

body {
  background-color: white;
  color: #45494E;
  font-family: "Archivo", sans-serif;
  min-height: 100%;
  height: 100%;
}

.mainbody {
  background-image: url("../img/main_top.jpg"), url("../img/main_bottom_color_200.jpg"), url("../img/main_bottom.jpg"), url("../img/main_bottom_color_200.jpg");
  background-repeat: no-repeat, repeat-x, no-repeat, repeat-x;
  background-position: center top, top, center bottom, bottom;
  background-size: auto 11rem, auto 11rem, auto 8.25rem, auto 8.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 44.8rem;
  width: 95%;
  margin-top: 0rem;
  margin-bottom: 0rem;
  min-width: 18rem;
  display: flex;
  min-height: 100vh;
  height: 100%;
  flex-direction: column;
}

a {
  color: #45494E;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

div > a:hover {
  text-decoration: none;
}

.topnav {
  float: right;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap-reverse;
}

@media screen and (max-width: 35rem) {
  .topnav {
    flex-direction: column-reverse;
  }
}
.navtab:hover {
  border: 0.2rem solid #45494E;
}

.navtab {
  border-radius: 0.5rem;
  border: 0.2rem solid transparent;
}

.navlink:hover {
  text-decoration: none;
}

.navlink {
  font-family: "Merriweather", serif;
  text-align: center;
  display: inline-block;
  font-weight: bold;
}

.maintab {
  border: 0.2rem solid transparent;
}

img {
  max-height: 100%;
  max-width: 100%;
  image-rendering: crisp-edges;
}

footer {
  z-index: 1;
  font-family: "Archivo Narrow", sans-serif;
  text-align: center;
  max-width: inherit;
  padding-top: 1rem;
  padding-bottom: 1rem;
  bottom: 0;
  width: 100%;
  flex-shrink: 0;
  max-height: 8rem;
  overflow: hidden;
}

section {
  flex-grow: 1;
}

.logo {
  width: 10rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  float: left;
}

.somelogo {
  width: 2rem;
  padding-right: 0.5rem;
}

.mainnav {
  text-align: right;
  vertical-align: bottom;
  flex-shrink: 0;
  min-height: 9rem;
  padding-bottom: 0.5rem;
}

.postbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: flow;
}

.postbox_item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
  border: 0.2rem hidden #FF2800;
  border-left-style: solid;
  display: flex;
  flex-direction: column;
  font-family: "Archivo Narrow", sans-serif;
}

.postbox_content_text, .postbox_content_date, .postbox_content_title {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
}

.postbox_content_title {
  min-height: 3.5rem;
  display: flex;
  align-items: top;
  color: #45494E;
}

.postbox_content_date {
  max-width: 40%;
  margin-left: auto;
  padding-top: 0.25rem;
  font-family: "Archivo Narrow", sans-serif;
  color: #969DA5;
}

.postbox_content_text {
  flex-grow: 1;
  color: #969DA5;
}

.postbox_link:hover {
  border: 0.2rem solid #45494E;
}

.postbox_link {
  min-width: 15rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border: 0.2rem solid transparent;
}

.postbox_2 {
  max-width: 21.5rem;
}

.postbox_1 {
  max-width: postbox_1_width;
}

.postbox_left {
  position: absolute;
  bottom: 0.5rem;
  left: 0.5rem;
  max-width: 40%;
  font-family: "Archivo Narrow", sans-serif;
}

.postbox_right {
  float: right;
  max-width: 40%;
  margin-left: auto;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  font-family: "Archivo Narrow", sans-serif;
}

.linkbox {
  padding-top: 1rem;
  padding-left: 0;
  display: block;
}

.linkbox_left {
  float: left;
  max-width: 45%;
  font-family: "Archivo Narrow", sans-serif;
  display: block;
}

.linkbox_right {
  float: right;
  max-width: 45%;
  font-family: "Archivo Narrow", sans-serif;
}

nav {
  padding-top: 0.5rem;
}

nav::after {
  content: "";
  display: block;
  clear: both;
}

.card {
  border-style: solid;
  width: 50rem;
  height: auto;
  margin-top: 3rem;
}

.pricetable td:last-child {
  padding-left: 5rem;
}

.postbox_content_text img {
  display: none;
}

.img-post-right-50, .img-post-right-50b, .img-post-right {
  float: right;
  max-width: 50%;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.img-post-right {
  width: 30%;
}

.img-post-right-50b {
  width: 50%;
  border: 0.1rem solid #45494E;
}

.img-post-right-50 {
  width: 50%;
}

.img-post-signature {
  width: 40%;
  max-width: 50%;
  margin-top: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-post-center {
  width: 50%;
  max-width: 80%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.img-post-center-no-stretch {
  max-width: 80%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

section p {
  text-align: justify;
}

html {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=default.css.map */