nav ul a, .h1, .h2 {
  font-family: 'Patua One', Tahoma;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

@font-face {
  font-family: 'Patua One';
  src: local("Patua One"), local("PatuaOne-Regular"), url("../fonts/PatuaOne-Regular.woff2") format("woff2"), url("../fonts/PatuaOne-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

*,
*::before,
*::after {
  box-sizing: border-box; }

::selection {
  color: #FFF;
  text-shadow: none;
  background: rgba(79, 96, 102, 0.5); }

::-moz-selection {
  color: #FFF;
  text-shadow: none;
  background: rgba(79, 96, 102, 0.5); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem; }

a {
  color: #333333;
  text-decoration: underline;
  background-color: transparent; }

a:hover {
  color: #ff0000; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

/*

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

*/
img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

svg {
  overflow: hidden;
  vertical-align: middle; }

/*

table {
  border-collapse: collapse;
}

th {
  text-align: inherit;
}

*/
label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0;
  cursor: pointer; }
  button:focus {
    outline: 0; }

input,
button,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

textarea {
  min-height: 75px;
  overflow: auto;
  resize: vertical; }

body {
  min-width: 300px; }
  body.nav-open aside {
    left: 0;
    opacity: 1; }
  body.nav-open .backdrop {
    opacity: .6;
    visibility: visible; }

aside {
  background-image: url(../img/assets/aside-background.jpg);
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  width: 250px;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  z-index: 10; }

nav ul {
  list-style: none;
  padding: 0;
  margin: 2rem 0; }
  nav ul a {
    display: block;
    color: #fbf5eb;
    font-size: 20px;
    text-decoration: none; }
    nav ul a.active {
      color: #ff0000; }
    nav ul a:hover {
      color: #ff0000;
      text-decoration: none; }

.logo {
  display: block; }
  .logo, .logo:hover {
    color: #FFF;
    text-decoration: none; }

.aside-footer {
  color: #FFF;
  font-size: 12px; }

.social-wrapper {
  margin-bottom: 1rem;
  position: relative;
  left: -4px; }
  .social-wrapper a {
    background-image: url(../img/assets/sprite.svg);
    background-size: 160px 160px;
    width: 30px;
    height: 30px;
    display: inline-block;
    opacity: 1;
    position: relative;
    transition: top .5s;
    top: 0; }
    .social-wrapper a:hover {
      top: -10px; }
  .social-wrapper .facebook {
    background-position: 2px -2px; }
  .social-wrapper .instagram {
    background-position: -98px -3px; }

section {
  position: relative; }
  section > picture {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    section > picture img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: top center; }



article {
  position: relative;
  z-index: 1; }

.h1 {
  margin-top: 7rem;
  background: #1d1d1d;
  display: inline-block;
  color: #fbf5eb;
  margin-bottom: 0;
  padding: .6rem 2rem;
  font-size: 30px;
  margin-left: 1rem;
  border-left: 5px solid #ff0000;
  background-image: url(../img/assets/aside-background.jpg);
  background-size: 100% auto;
  position: relative;
  padding-left: 4rem;
  z-index: 4; }
  .h1 span {
    display: none; }
  .h1:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 16px;
    width: 37px;
    height: 48px;
    background-image: url(../img/assets/sprite.svg);
    background-size: 220px 220px;
    background-position: -93px -42px;
    transform: rotate(12deg); }

.h2 {
  display: block;
  font-size: 20px;
  margin-bottom: .5rem; }

.content {
  background: #fbf5eb;
  padding: 2rem 1rem 1rem 1rem;
  max-width: 768px; }
  .content img {
    margin-bottom: 1rem; }
  .content p img {
    border-radius: 5px;
    display: block; }
    @media (min-width: 500px) {
      .content p img {
        margin: 7px 1rem 0 0;
        vertical-align: top;
        max-width: 235px;
        float: left; } }

footer {
  text-align: center;
  background: #fbf5eb;
  position: relative;
  z-index: 9;
  border-top: 1px solid #f4e4c9;
  max-width: 768px; }
  footer a {
    display: inline-block;
    padding: 1rem .5rem; }
    footer a.active {
      color: #ff0000; }

@media (min-width: 768px) {
  .h1 {
    margin-left: 50px; }
    .h1 span {
      display: inline; }

  .content {
    padding: 4rem 3rem 3rem 3rem; }

  footer {
    margin-top: -1rem; } }
@media (min-width: 992px) {
  aside {
    left: 0; }

  section {
    padding-left: 250px; }

  nav ul a {
    font-size: 24px; }

  footer {
    margin-left: 250px; } }
@media (min-width: 1350px) {
  footer {
    position: fixed;
    right: 1rem;
    bottom: 0;
    background: transparent;
    border: none; }
    footer a {
      color: #FFF;
      text-shadow: 0 0 3px black, 0 0 3px black; } }
@media (max-width: 991px) {
  .aside-footer {
    margin-bottom: 2rem; }

  .nav-trigger {
    display: inline-block;
    width: 38px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    cursor: pointer;
    padding: 5px; }
    .nav-trigger span {
      display: block;
      height: 3px;
      margin: 7px 0;
      background: #FFF; }

  .backdrop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 9;
    transition: .4s;
    opacity: 0;
    visibility: hidden; }

  aside {
    left: -250px;
    opacity: 0;
    transition: left .5s, opacity .4s; } }

    
.bg-sm {
	display: block;
}

.bg-lg {
	display: none;
}

@media (min-width: 768px) {
	.bg-sm {
		display: none;
	}
	
	.bg-lg {
		display: block;
	}
}

    