/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/* Grouping content
   ========================================================================== */
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
input,
optgroup,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/* Tables
   ========================================================================== */
li {
  list-style-type: none;
  padding: none;
  margin: none; }

ul {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px; }

body {
  font-size: 20px;
  font-family: 'Roboto', sans-serif;
  color: #382A27; }

h1 {
  text-transform: uppercase;
  font-size: 1.9em;
  line-height: 1em;
  margin: 0;
  font-weight: 900; }

h2 {
  font-size: 1.4em;
  line-height: 1.3em;
  font-weight: 900;
  margin: 0; }
  h2 span {
    font-weight: 300;
    padding-left: 7px; }

h3 {
  font-size: 1.8em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 0; }

h4 {
  font-size: 1.5em;
  line-height: 1.3em;
  margin: 0;
  font-weight: normal; }

h5 {
  font-size: 6em;
  line-height: 1em;
  margin: 0;
  font-weight: 100; }

h6 {
  font-size: 2.8em;
  line-height: .8em;
  margin: 0;
  font-weight: 100; }

p,
address,
abbr,
input,
label,
span {
  font-size: 1.2em;
  line-height: 1.5em;
  list-style: none;
  margin: 0; }

a {
  text-decoration: none;
  font-size: 1.4em;
  line-height: 1.4em;
  margin: 0;
  list-style: none;
  transition: all 0.5s ease-in-out; }

body {
  background-image: url("../images/BG_pattren.svg"); }

nav {
  height: 85px;
  background-color: #4D4948;
  margin-bottom: 42px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 0px 20%; }
  nav img {
    height: 60%; }
  nav a {
    text-transform: uppercase;
    color: #CE7C56; }
    nav a:hover {
      color: #382A27; }
    nav a:visited {
      color: #CE7C56; }

footer {
  background-color: #382A27;
  margin-top: -28px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  footer .footer-head {
    border-bottom: 4px dashed #CE7C56;
    margin-bottom: 35px;
    width: 100%; }
    footer .footer-head h1 {
      text-transform: uppercase;
      background-image: url(../images/footer-title-bg.jpg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      padding: 20px;
      margin-bottom: -40px;
      text-align: center; }
  footer .footer-content {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: url("../images/footer-BG_pattren.svg");
    border: 4px dashed #CE7C56;
    width: 80vw;
    display: flex;
    justify-content: space-around;
    padding: 100px 20px; }
    @media (max-width: 1440px) {
      footer .footer-content {
        flex-flow: column;
        align-items: center; } }
  footer .Contact-box {
    display: flex;
    align-items: center; }
    @media (max-width: 1440px) {
      footer .Contact-box {
        margin: 20px 0; } }
    footer .Contact-box svg {
      padding-right: 20px; }
    footer .Contact-box .con-text h1 {
      font-size: 1em; }
    footer .Contact-box .con-text h2 {
      text-transform: uppercase;
      color: #E9E9E9; }
    footer .Contact-box .con-text a {
      color: #CE7C56; }
  footer .copy {
    grid-area: copy;
    display: grid;
    grid-template-columns: 4fr 1fr 1fr 4fr;
    align-items: center;
    justify-content: center;
    width: 100%;
    color: black; }
    footer .copy p {
      border-bottom: 3px solid black;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 20px;
      margin-left: 20px;
      font-size: 0.8em; }
      footer .copy p:first-child {
        padding-right: 20px;
        text-align: right;
        margin-right: 20px;
        padding-left: 0;
        margin-left: 0; }
    footer .copy a:hover {
      cursor: pointer; }
    footer .copy img {
      align-self: baseline;
      margin: 20px 20px 0; }

/*# sourceMappingURL=styles.css.map */
