@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');

@font-face {
  font-family: avenir-next-demibold;
  src: url(./fonts/avenir-next-demibold.ttf);
}

@font-face {
  font-family: avenir-next-regular;
  src: url(./fonts/avenir-next-regular.ttf);
}

:root {
  --klein-green: #536756;
}

/*
Theme Name: Anzo
Author: Anzo
Author URI: https://an-zo.com
Version: 1.0.0
Requires PHP: 5.6
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  font-family: avenir-next-regular;
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.footer .design {
  display: flex;
  justify-content: end;
}

.wrapper {
	width: 72rem;
	max-width: calc(100% - 6rem);
	margin: 0 auto;
	position: relative;
}

@media (max-width: 1366px) {
  .wrapper {
    width: 100%;
    max-width: calc(100% - 4rem);
  }
}

.wrapper-wide {
  width: calc(100% - 10rem);
	margin: 0 auto;
	position: relative;  
}

@media (max-width: 1366px) {
  .wrapper-wide {
    width: 100%;
    max-width: calc(100% - 4rem);
  }
}

.row-12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  column-gap: 2em;
  row-gap: 2em;
}

.row-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 2em;
  row-gap: 2em;
}

.row-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2em;
  row-gap: 2em;
}

.row-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2em;
  row-gap: 2em;
}

.pt-2 {
  padding-top: 2em;
}

.pb-2 {
  padding-bottom: 2em;
}

.mt-2 {
  margin-top: 2em;
}

.mt-3 {
  margin-top: 3em;
}

.mt-4 {
  margin-top: 4em;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.bold {
  font-weight: 700;
}

.align-center {
  align-items: center;
}

.align-flex-start {
  align-items: flex-start;
}

.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;  
}

/* Go to top */

a.go-to-top {
  display: grid;
  justify-items: center;
  color: #8B532D;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  margin-top: 154px;
}

@media (max-width: 1366px) {
  a.go-to-top {
    margin-top: 50px;
  }
}

@media (max-width: 1024px) {
  a.go-to-top {
    font-size: 14px;
    line-height: 20px;
  }
}

a.go-to-top img {
  position: relative;
  top: 0;
  transition: top ease 0.3s;
}

a.go-to-top:hover > img {
  top: -20px;
}

/* header */

header {
  position: fixed;
  width: 100%;
  z-index: 9;
}

header.scroll,
header.dark {
  background-color: #91A195;
  background-image: none;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.3);
  -moz-box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.3);
  box-shadow: 0px 4px 8px 0px rgba(51, 51, 51, 0.3);
}

.main-navigation {
  grid-column: 2 / span 3;
  display: grid;
  justify-content: start;
}

.menu-toggle {
  background-color: transparent;
  border: none;
  display: grid;
  z-index: 2;
  cursor: pointer;
  outline: none;
}

@media (max-width: 1024px) {
  .menu-toggle img {
    width: 20px;
    height: 20px;
  }
}

.main-navigation.toggled .close-menu {
  display: block;
}

.main-navigation .close-menu {
  display: none;
}

.main-navigation.toggled .open-menu {
  display: none;
}

.main-navigation .open-menu {
  display: block;
}

.main-navigation.toggled .sidenav {
  width: 250px;
  padding: 130px 80px 40px 166px;
}

@media (max-width: 1024px) {
  .main-navigation.toggled .sidenav {
    padding: 90px;
  }
}

@media (max-width: 768px) {
  .main-navigation.toggled .sidenav {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .main-navigation.toggled .sidenav {
    padding: 90px 42px;
  }
}

.main-navigation .sidenav {
  width: 0;
  padding: 0;
}

.site-branding {
  grid-column: 5 / span 4;
  display: grid;
  justify-content: center;
}

/* menu */

ul#primary-menu,
ul#menu-privacy {
  list-style-type: none;
  padding: 0;
  display: grid;
  gap: 30px;
}

ul#menu-privacy {
  padding-top: 30px;
  margin-top: 80px;
  border-top: 1px solid;
}

/* logo */

.logo {
  font-size: 90px;
  font-weight: 700;
  color: #ffffff;
  font-family: avenir-next-demibold;
}

@media (max-width: 1024px) {
  .logo {
    font-size: 30px;
  }
}

.logo a {
  text-decoration: none;
  color: inherit;
}

header.scroll .logo {
  font-size: 60px;
}

@media (max-width: 1024px) {
  header.scroll .logo {
    font-size: 30px;
  }
}

/* slider */

.slider-next {
  background-color: transparent;
  border: none;
  background-image: url(img/svg/next.svg);
  background-size: cover;
  width: 48px;
  height: 48px;
  font-size: 0%;
  position: absolute;
  top: 50%;
  right: 0
}

.slider-prev {
  background-color: transparent;
  border: none;
  background-image: url(img/svg/next.svg);
  background-size: cover;
  transform: rotate(180deg);
  width: 48px;
  height: 48px;
  font-size: 0%;
  position: absolute;
  top: 50%;
  left: 0;
}

/* sidebar */

.sidenav {
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #91A195E3;
  overflow-x: hidden;
  transition: 0.5s;  
}

.sidenav a {
  text-decoration: none;
  font-size: 20px;
  color: #111526;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

@media (max-width: 1024px) {
  .sidenav a {
    font-size: 14px;
  }
}

.sidenav a:hover {
  color: #f1f1f1;
  padding-left: 10px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  font-size: 36px;
}

/* paragraph*/

p {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 1em;
  margin-top: 0;
}

@media (max-width: 1024px) {
  p {
    font-size: 14px;
    line-height: 20px;
  }
}

ul {
  font-size: 22px;
  line-height: 28px;
}

@media (max-width: 1024px) {
  ul {
    font-size: 14px;
    line-height: 20px;
  }
}

/* Headers */ 

h1 {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

.chapter-title {
  text-align: center;
  font-size: 45px;
  line-height: 60px;
  text-transform: uppercase;
  color: var(--klein-green);
}

@media (max-width: 1024px) {
  .chapter-title {
    font-size: 25px;
    line-height: 30px;
  }
}

/* entry */

.entry .image img {
  width: 100%;
}

.entry h1 {
  padding: 80px 0;
}

@media (max-width: 1024px) {
  .entry h1 {
    padding: 50px 0;
  }
}

.homeEntryText p {
  font-size: 22px;
  line-height: 33px;
}

.entryTeaser {
  font-size: 30px;
  text-transform: uppercase;
  color: var(--klein-green);
  font-weight: 400;
  margin-left: 3em;
  margin-top: 1em;
}

@media (max-width: 1024px) {
  .entryTeaser {
    font-size: 14px;
    margin-left: 0;
  }
}

/* our-expertise */

.our-expertise {
  margin-top: 180px;
}

@media (max-width: 1366px) {
  .our-expertise {
    margin-top: 100px;
  }
}

@media (max-width: 540px) {
  .our-expertise .row-12 {
    display: block;
  }
}

.our-expertise .header {
  grid-column: 5 / span 8;
  display: grid;
  margin-bottom: 57px;
}

.our-expertise .chapter-title {
  text-align: left;
}

.our-expertise .description .image {
  display: grid;
  grid-column: 1 / span 4;
}

@media (max-width: 540px) {
  .our-expertise .description .image {
    margin-bottom: 50px;
  }
}

@media (max-width: 1366px) {
  .our-expertise .description .image img {
    width: 100%;
    height: auto;
  }
}

.our-expertise .description {
  margin-bottom: 1em;
}

.our-expertise .description .content {
  display: grid;
  grid-column: 5 / span 8;
}

@media (max-width: 1366px) {
  .our-expertise .description .content {
    margin-bottom: 57px;
  }
}

.our-expertise .description .content p {
  margin-bottom: 0;
}

.our-expertise .masonry {
  column-count: 2;
  column-gap: 4em;
}

@media (max-width: 540px) {
  .our-expertise .masonry {
    display: block;
    column-count: 1;
  }
}

.our-expertise .masonry a {
  text-decoration: none;
  color: inherit;
}

.our-expertise .item {
  display: flex;
  margin-bottom: 57px;
}

.our-expertise .item.before-last-image {
  margin-top: 57px;
}

@media (max-width: 1024px) {
  .our-expertise .item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1366px) {
  .our-expertise .item.image {
    display: none;
  }
}

.our-expertise .item.before-last-image {
  margin-bottom: 1em;
  justify-content: end;
}

@media (max-width: 1366px) {
  .our-expertise .item.before-last-image {
    display: none;
  }
}

@media (max-width: 1366px) {
  .our-expertise .item.last-image img {
    width: 100%;
    height: auto ;
  }
}

.our-expertise .item.last-image {
  justify-content: end;
}

.our-expertise .item.practice {
  border: 1px solid #9B7646;
  text-transform: uppercase;
  font-size: 20px;
  color: #111526;
  padding: 30px;
}

.our-expertise .item.practice:hover {
  background-color: #9B7646;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .our-expertise .item.practice {
    font-size: 14px;
    line-height: 20px;
    padding: 20px;
  }
}

/* our offer */

.our-offer {
  margin-top: 180px;
}

@media (max-width: 1366px) {
  .our-offer {
    margin-top: 100px;
  }
}

@media (max-width: 540px) {
  .our-offer .row-12 {
    display: block;
    column-count: 1;
  }
}

.our-offer .chapter-title {
  text-align: left;
  margin-bottom: 57px;
}

.our-offer .content {
  display: grid;
  grid-column: 1 / span 6;
  align-content: baseline;
}

@media (max-width: 1024px) {
  .our-offer .content {
    display: grid;
    grid-column: 1 / span 8;
  }
}

.our-offer .images {
  grid-template-columns: repeat(2, 1fr);
  display: grid;
  grid-column: 7 / span 6;
  gap: 1em;
  height: fit-content;
}

@media (max-width: 1024px) {
  .our-offer .images {
    grid-template-columns: repeat(1, 1fr);
    grid-column: 9 / span 4;
  }
}

.our-offer .images img {
  width: 100%;
  height: auto;
}

.our-offer .images .left {
  display: grid;
  grid-auto-rows: 1fr;
  gap: 1.3em;
  height: fit-content;
  overflow: hidden;
}

.our-offer .images .left a {
  text-decoration: none;
}

@media (max-width: 1024px) {
  .our-offer .images .left {
    gap: 1em;
  }
}

.our-offer .images .read-about {
  font-size: 20px;
  color: var(--klein-green);
  background-color: #CBD1CC;
  padding: 30px;
  height: 100%;
}

@media (max-width: 1024px) {
  .our-offer .images .read-about {
    font-size: 18px;
    line-height: 20px;
  }
}

.our-offer .images .read-about:hover {
  color: #ffffff;
  background-color: #A3743D;
}

.our-offer .images .read-about a {
  text-decoration: none;
  color: inherit;
}

@media (max-width: 1024px) {
  .our-offer .images .right {
    display: none;
  }
}

/* sponsorship */

.sponsorship {
  margin-top: 180px;
}

@media (max-width: 1366px) {
  .sponsorship {
    margin-top: 100px;
  }
}

@media (max-width: 540px) {
  .sponsorship .row-12 {
    display: block;
    column-count: 1;
  }
}

.sponsorship .chapter-title {
  text-align: left;
  margin-bottom: 57px;
}

.sponsorship .content {
  display: grid;
  grid-column: 1 / span 6;
  align-content: baseline;
}

@media (max-width: 1024px) {
  .sponsorship .content {
    display: grid;
    grid-column: 1 / span 8;
  }
}

.sponsorship .images {
  display: grid;
  grid-column: 7 / span 6;
  gap: 1em;
  height: fit-content;
}

@media (max-width: 1024px) {
  .sponsorship .images {
    grid-column: 9 / span 4;
  }
}

.sponsorship .images video {
  width: 100%;
  height: auto;
}

.sponsorship .images .logoPicture {
  display: flex;
  gap: 1em;
}

.sponsorship .images .logoPicture .aort {
  font-size: 30px;
  font-weight: 300;
  padding: 32px;
  height: 358px;
  color: #ffffff;
  background-color: #a3743e;
}

@media (max-width: 1024px) {
  .sponsorship .images .logoPicture .aort {
    height: auto;
  }
}

@media (max-width: 540px) {
  .sponsorship .images .logoPicture .aort {
    width: 50%;
  }

  .sponsorship .images .logoPicture .aort  img{
    width: 100%;
  }

  .sponsorship .images .logoPicture .picture {
    display: flex;
  }
}

@media (max-width: 1024px) {
  .sponsorship .images .logoPicture .logo img {
    width: 120px;
    height: auto;
  }
}

.sponsorship .images .logoPicture .picture img {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .sponsorship .images .picture img {
    width: 100%;
    height: auto;
  }
}

.clip.mobile {
  display: none;
}

@media (max-width: 540px) {
  .clip {
    display: none;
  }

  .clip.mobile {
    display: block;
  }

  .clip.mobile video {
    width: 100%;
    height: auto;
    margin-bottom: 1em;
  }
}

/* single expertise */

.single-expertise {
  margin-top: 180px;
}

@media (max-width: 1024px) {
  .single-expertise {
    margin-top: 80px;
  }
}

@media (max-width: 1024px) {
  .single-expertise .row-12{
    display: block;
  }
}


.single-expertise .header {
  grid-column: 4 / span 7;
}

@media (max-width: 1024px) {
  .single-expertise .header {
    grid-column: 1 / span 12;
  }
}

.single-expertise .header .chapter-title {
  text-align: left;
  margin-bottom: 57px;
}

.single-expertise .expertise {
  display: flex;
  gap: 2em;
}

.single-expertise .leftImage {
  display: flex;
  align-items: flex-end;
  justify-content: end;
  grid-column: 1 / span 3;
}

@media (max-width: 1024px) {
  .single-expertise .leftImage {
    display: none;
  }
}

.single-expertise .contentImage {
  display: grid;
  grid-column: 4 / span 5;
}

.single-expertise .contentImage .content {
  margin-bottom: 110px;
}

@media (max-width: 1024px) {
  .single-expertise .contentImage img {
    width: 100%;
    height: auto;
  }
}

.single-expertise .rightImage {
  display: flex;
  grid-column: 10 / span 3;
}

@media (max-width: 1024px) {
  .single-expertise .rightImage {
    display: none;
  }
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 57px 0;
  margin-top: 57px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
}

.post-navigation .go-to-top {
  margin-top: 0;
}

.post-navigation .previous,
.post-navigation .next {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.post-navigation .previous a,
.post-navigation .next a {
  color: inherit;
  text-decoration: none;
  display: flex;
}

@media (max-width: 1024px) {
  .post-navigation .previous a .label,
  .post-navigation .next a .label {
    display: none;
  }
}

.post-navigation .previous img {
  transform: rotate(180deg);
}

/* footer */

.footer {
  margin-top: 180px;
}

@media (max-width: 1366px) {
  .footer {
    margin-top: 100px;
  }
}

.footer .design {
  display: flex;
  gap: 0.5em;
  justify-content: end;
}

.footer .chapter-title {
  text-align: left;
  margin-bottom: 57px;
}

.footer .contact {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .footer .contact {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 540px) {
  .footer .contact {
    display: block;
  }
}

.footer .contact .address{
  grid-column: 1 / span 8;
}

.footer .contact .address a {
  color: var(--klein-green);
}

@media (max-width: 1366px) {
  .footer .contact .address{
    grid-column: 1 / span 6;
  }
}

.footer .contact .copyrights {
  display: grid;
  grid-column: 9 / span 4;
  text-align: right;
}

@media (max-width: 540px) {
  .footer .contact .copyrights {
    margin-top: 50px;
    text-align: left;
  }
}

@media (max-width: 1366px) {
  .footer .contact .copyrights {
    grid-column: 7 / span 6;
  }
}

.footer .contact .copyrights .company-name {
  color: var(--klein-green);
  font-size: 100px;
  line-height: 100px;
  font-weight: 700;
  font-family: avenir-next-demibold;
}

@media (max-width: 1024px) {
  .footer .contact .copyrights .company-name {
    font-size: 25px;
    line-height: 34px;
  }
}

.footer .bar {
  margin-top: 90px;
  background-color: #C8D0CABE;
  padding: 30px;
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1024px) {
  .footer .bar {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 540px) {
  .footer .bar .row-12 {
    display: block;
  }
}

.footer .bar .text {
  grid-column: 1 / span 9;
}

.footer .bar .links {
  display: flex;
/*   grid-column: 10 / span 3; */
/*   text-align: right; */
align-items:center;
	justify-content:center;
}

@media (max-width: 540px) {
  .footer .bar .links {
    text-align: left;
    margin-top: 50px;
  }
}

.footer .bar .links a {
  color: inherit;
  text-decoration: none;
	padding:0px 10px;
}

.footer .bar .links a:hover {
  color: #ffffff;
}

.footer a {
  color: inherit;
  text-decoration: none;
}