/*
Theme Name: truck
Theme URI: https://optima-design.pro
Author: Optima Design
Author URI: https://optima-design.pro
Description: Custom lightweight starter theme for Optima Design projects.
Version: 1.0.0
Text Domain: optima
*/

:root {
  --color-primary: #002868;
  --color-accent: #c2a875;
  --color-bg: #ffffff;
  --color-text: #1a1a1a;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: var(--color-text);
  background: var(--color-bg);
}


header {
    position: absolute;
    z-index: 999999;
    width: 100%;
}

.container {width: 100; padding: 0 15px; margin: 0 auto;}


footer {
  background: #3b546c;
  color: #f4f4f4;
  padding: 80px 0 40px;
}

footer a {color: #f4f4f4;}

.footer__bottom {
    display: block;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #223e558f;
    text-align: center;
}

.footer__bottom_link a {
  text-decoration: none;
  margin: 0 5px;
}

@media (min-width:768px) {
  .footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left;
}
}

@media (min-width:1440px) {
  .container {max-width: 1400px; padding: 0 20px;}
}