html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.3;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --bs-body-bg: #000 !important;
}

.service-layout {
  padding-top: 50px;
  color: white;
}
.service-layout h1 {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.service-layout .transportBG {
  min-height: 300px;
  border-radius: 20px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 20px gray;
}
.service-layout .truckBG {
  background-image: url(../images/truckAI.png);
}
.service-layout .trailerBG {
  background-image: url(../images/trailer2.jpeg);
}
.service-layout .busBG {
  background-image: url(../images/busAI.png);
}
.service-layout .row {
  margin-top: 30px;
}
.service-layout .row:last-child {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .service-layout {
    text-align: center;
  }
  .service-layout ul {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .service-layout .transportBG {
    border-radius: 0;
  }
}
#service {
  padding-top: 50px;
}
#service h1 {
  color: white;
  text-align: center;
  margin-bottom: 0;
}
#service h2 {
  color: white;
  line-height: 60px;
}
#service p {
  color: #fff;
  font-size: 17px;
  margin-bottom: 20px;
}
#service p:last-child {
  margin-bottom: 0;
}
#service button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: rgb(218, 165, 32);
  border: 2px solid black;
  border-radius: 10px;
  transition: all 0.2s;
}
#service button a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  font-weight: 600;
  transition: all 0.2s;
}
#service button:hover {
  border: 2px solid rgb(218, 165, 32);
  background-color: transparent;
}
#service button:hover a {
  color: rgb(218, 165, 32);
}
#service .main-block {
  padding: 50px 0;
  display: flex;
  align-content: stretch;
  justify-content: center;
}
#service .main-block .main-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
#service .serviceBG {
  border-radius: 20px;
  box-shadow: 0 0 20px gray;
  min-height: 400px;
  background-image: url(../images/serviceAI.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
}
#service .divider {
  height: 100%;
  padding: auto;
}
#service .divider img {
  width: auto;
  max-height: 100%;
}
#service .mainPadding {
  padding-top: 30px;
  padding-bottom: 30px;
}
#service .whiteBackground {
  box-shadow: inset 0 0 10px black;
  padding: 50px 0;
  width: 100%;
  background-color: white;
}
#service .whiteBackground img {
  border-radius: 20px;
  box-shadow: 0 0 10px black;
}
#service .whiteBackground h3 {
  margin-bottom: 50px;
}
#service .list-group-item {
  background-color: #fff;
  text-align: center;
}
#service .mainList {
  margin-bottom: 0;
}
#service .mainList li {
  display: flex;
  align-items: center;
  padding: 10px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
#service .mainList li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none'%3E%3Cg clip-path='url(%23SVGFd4lJeyK)'%3E%3Cpath fill='%2328a745' fill-rule='evenodd' d='M5.515 3.5h.621l.44-.44l1.07-1.07a.5.5 0 0 1 .708 0l1.07 1.07l.44.44H12a.5.5 0 0 1 .5.5v2.136l.44.44l1.07 1.07a.5.5 0 0 1 0 .708l-1.07 1.07l-.44.44V12a.5.5 0 0 1-.5.5H9.864l-.44.44l-1.07 1.07a.5.5 0 0 1-.708 0l-1.07-1.07l-.44-.44H4a.5.5 0 0 1-.5-.5V9.864l-.44-.44l-1.07-1.07a.5.5 0 0 1 0-.708l1.07-1.07l.44-.44V4a.5.5 0 0 1 .5-.5zm3.9-2.571a2 2 0 0 0-2.83 0L5.516 2H4a2 2 0 0 0-2 2v1.515L.929 6.585a2 2 0 0 0 0 2.83L2 10.484V12a2 2 0 0 0 2 2h1.515l1.07 1.071a2 2 0 0 0 2.83 0L10.484 14H12a2 2 0 0 0 2-2v-1.515l1.071-1.07a2 2 0 0 0 0-2.83L14 5.516V4a2 2 0 0 0-2-2h-1.515zM11.1 6.45a.75.75 0 1 0-1.2-.9L7.419 8.858L6.03 7.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.13-.08z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='SVGFd4lJeyK'%3E%3Cpath fill='currentColor' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/g%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 992px) {
  #service h2 {
    text-align: center;
    line-height: 40px;
  }
  #service p {
    text-align: center;
  }
  #service .whiteBackground img {
    margin-bottom: 40px;
  }
  #service .main-block {
    padding-top: 30px;
  }
  #service .main-block .main-text button {
    margin-top: 50px;
  }
  #service .divider {
    display: none;
  }
}
.gdpr-subtext {
  text-align: center;
}
.gdpr-subtext a {
  color: rgb(218, 165, 32);
  text-decoration: underline;
}

.contact {
  padding-top: 50px;
  color: white;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact .address-block {
  padding: 0 10px;
}
.contact .address-block iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.contact .address-block p {
  text-align: center;
  line-height: 37px;
  margin-bottom: 50px;
}
.contact form {
  padding: 0 10px;
  margin-bottom: 50px;
}
.contact form label, .contact form input, .contact form textarea {
  margin-bottom: 15px;
}
.contact form input {
  background-color: black;
  border: none;
  border-bottom: white 1px solid;
  color: white;
}
.contact form textarea {
  resize: none;
  padding: 10px;
  background-color: rgb(27, 27, 27);
  border: white 1px solid;
  border-radius: 10px;
  color: white;
}
.contact form button {
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: rgb(218, 165, 32);
  border: 2px solid black;
  border-radius: 10px;
  transition: all 0.2s;
  color: white;
  font-size: 17px;
  font-weight: 600;
}
.contact form button:hover {
  border: 2px solid rgb(218, 165, 32);
  background-color: transparent;
  color: rgb(218, 165, 32);
}

.animationVisible {
  opacity: 0 !important;
}

.animationDown {
  transform: translateY(50px);
  opacity: 0;
}

.animationLeft {
  transform: translateX(-100%);
  opacity: 0;
}

.animationTransition {
  transition: all 1s;
}

@keyframes resizing {
  0% {
    scale: 1;
  }
  50% {
    scale: 0.9;
  }
  100% {
    scale: 1;
  }
}
@media (orientation: landscape) {
  #home {
    width: 100%;
    height: 100vh;
    background-image: url(../images/heroBG03.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #home .hero-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: relative;
  }
  #home .hero-overlay .originalMB {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 200px;
    margin: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px black;
  }
  #home .hero-overlay .heading-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .hero-overlay .heading-wrapper h1 {
    text-shadow: 0 0 10px black;
    font-size: 60px;
    font-weight: 700;
    color: white;
    text-align: center;
    text-shadow: 0 0 2px black, 0 0 5px black, 0 0 10px black, 0 0 25px black, 0 0 50px black;
    line-height: 1.2;
  }
  #home .hero-overlay .heading-wrapper .heading-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #home .hero-overlay .heading-wrapper .heading-icons svg {
    margin: 10px;
    width: 4.6vw;
    height: 4.6vw;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(218, 165, 32);
    fill: white;
  }
  #home .hero-overlay .heading-menu-wrapper {
    margin-top: auto;
    margin-bottom: auto;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu {
    width: 8vw;
    height: 8vw;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu a {
    text-decoration: none;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu h2 {
    font-size: 1.2vw;
    color: white;
    text-align: center;
    transition: all 0.2s;
    margin: 0;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu:hover {
    background-color: black;
    scale: 1.1;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu:hover h2 {
    color: rgb(218, 165, 32);
  }
  #home .hero-overlay .heading-menu-wrapper .m1 {
    margin-left: 24vw;
  }
  #home .hero-overlay .heading-menu-wrapper .m2 {
    margin-left: 34vw;
  }
  #home .hero-overlay .heading-menu-wrapper .m3 {
    margin-top: 2vw;
    margin-left: 42vw;
  }
  #home .hero-overlay .heading-menu-wrapper .m4 {
    margin-top: 4vw;
    margin-left: 46vw;
  }
}
@media (orientation: portrait) {
  #home {
    width: 100%;
    height: 100vh;
    background-image: url(../images/heroBG03.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #home .hero-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: start;
    flex-direction: column;
    position: relative;
  }
  #home .hero-overlay .originalMB {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    max-width: 200px;
    margin: 20px;
    border-radius: 3px;
    box-shadow: 0 0 5px black;
  }
  #home .hero-overlay .heading-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home .hero-overlay .heading-wrapper h1 {
    font-size: 7.3vw;
    text-shadow: 0 0 10px black;
    font-weight: 700;
    color: white;
    text-align: center;
    text-shadow: 0 0 2px black, 0 0 5px black, 0 0 10px black, 0 0 25px black, 0 0 50px black;
    line-height: 1.2;
  }
  #home .hero-overlay .heading-wrapper .heading-icons {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #home .hero-overlay .heading-wrapper .heading-icons svg {
    margin: 10px;
    width: 13vw;
    height: 13vw;
    padding: 10px;
    border-radius: 10px;
    background-color: rgb(218, 165, 32);
    fill: white;
  }
  #home .hero-overlay .heading-menu-wrapper {
    padding-bottom: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu {
    width: 21vw;
    height: 21vw;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu a {
    text-decoration: none;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu h2 {
    font-size: 3.2vw;
    color: white;
    text-align: center;
    transition: all 0.2s;
    margin: 0;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu:hover {
    background-color: black;
    scale: 1.1;
  }
  #home .hero-overlay .heading-menu-wrapper .one-menu:hover h2 {
    color: rgb(218, 165, 32);
  }
  #home .hero-overlay .heading-menu-wrapper .m1 {
    margin-top: 50px;
  }
  #home .hero-overlay .heading-menu-wrapper .m2 {
    margin-top: 20px;
  }
  #home .hero-overlay .heading-menu-wrapper .m3 {
    margin-top: 50px;
  }
}
.tirePrint {
  background-image: linear-gradient(to right, black, transparent, transparent), linear-gradient(to left, black, transparent, transparent), url(../images/tirePrint.png);
  background-size: contain;
  width: 100%;
  height: 20px;
  opacity: 0.5;
}

@keyframes successFade {
  0% {
    height: 44px;
  }
  90% {
    padding: 0;
    height: 0;
  }
  100% {
    height: 0;
    padding: 0;
    display: none;
  }
}
@keyframes vibrate {
  0% {
    transform: rotate(0);
  }
  10% {
    transform: rotate(10deg);
  }
  20% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  50% {
    transform: rotate(10deg);
  }
  60% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(0);
  }
}
body {
  background-color: #000;
}
body .animateTransition {
  transition: all 1s ease-in-out;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Merriweather", serif;
  color: white;
}

.extraPaddingBottom {
  padding-bottom: 100px;
}

.sub-page-layout {
  padding-top: 66px;
}

.page-not-found {
  padding: 50px 0;
}
.page-not-found h3 {
  color: white;
  text-align: center;
  margin-bottom: 20px;
}
.page-not-found p {
  color: white;
  text-align: center;
  margin-bottom: 50px;
}
.page-not-found a {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  width: fit-content;
}
.page-not-found a button {
  padding: 10px 20px;
  background-color: black;
  color: white;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 5px grey;
  transition: all 0.2s;
}
.page-not-found a button:hover {
  background-color: rgb(218, 165, 32);
}

.contactBanner {
  padding: 30px 0;
}
.contactBanner .row {
  margin: 10px 0;
  text-align: center;
}
.contactBanner .row .bannerText {
  font-family: "Merriweather", serif;
  color: white;
  font-size: 24px;
}
.contactBanner .row a {
  transition: all 0.2s;
  text-decoration: none;
  font-family: "Merriweather", serif;
  color: white;
  font-size: 18px;
  line-height: 20px;
}
.contactBanner .row a svg {
  fill: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.2s;
}
.contactBanner .row a:hover {
  color: rgb(218, 165, 32);
}
.contactBanner .row a:hover svg {
  fill: rgb(218, 165, 32);
  animation: vibrate 1s infinite;
}
.contactBanner .row .borderRight {
  border-right: 3px solid white;
}

.error-message {
  color: red;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

#success-message {
  background-color: green;
  color: white;
  font-weight: 600;
  text-align: center;
  padding: 10px 50px;
  border-radius: 10px;
  overflow: hidden;
  animation: successFade 1s linear 5s forwards;
}
#success-message p {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .contactBanner .row .borderRight:first-child {
    border-right: none;
  }
}
@media (max-width: 991px) {
  .tablet-margin {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .contactBanner .row .borderRight {
    border-right: none;
  }
}
#navigation.smallNavigation {
  transform: translateY(0);
}
#navigation.smallNavigation .navbar-brand {
  padding: 0;
  transition: all 1s;
}

#navigation {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: black;
  opacity: 1;
  z-index: 1000;
  transform: translateY(-100%);
  transition: all 1s;
}

@media (min-width: 992px) {
  header nav .nav-link {
    margin-left: 30px;
  }
}
header nav img {
  max-width: 300px;
  transition: all 1s;
}
header nav .nav-link:hover, header nav .nav-link.active {
  color: rgb(218, 165, 32) !important;
  transition: all 0.2s;
}

@media (max-width: 575px) {
  header nav img {
    max-width: 220px;
  }
}
footer {
  padding-top: 20px;
}
footer .footer-section {
  padding-top: 30px;
  padding-bottom: 30px;
  color: white;
  justify-content: center;
}
footer .footer-section .footer-block {
  max-width: 500px;
  padding: 0 30px;
  text-align: center;
}
footer .footer-section .footer-block h5 {
  margin-bottom: 20px;
}
footer .footer-section .footer-block h6 {
  color: rgb(218, 165, 32);
  font-size: 18px;
  margin-bottom: 10px;
}
footer .footer-section .footer-block p {
  margin-bottom: 0;
}
footer .footer-section .footer-block ul {
  padding: 0;
  margin: 0;
}
footer .footer-section .footer-block ul li {
  margin-bottom: 10px;
}
footer .footer-section .footer-block ul li:last-child {
  margin-bottom: 0;
}
footer .footer-section .footer-block ul li a {
  text-decoration: none;
  color: white;
  transition: all 0.2s;
}
footer .footer-section .footer-block ul li a svg {
  fill: white;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.2s;
}
footer .footer-section .footer-block ul li a:hover {
  color: rgb(218, 165, 32);
}
footer .footer-section .footer-block ul li a:hover svg {
  fill: rgb(218, 165, 32);
}
footer .whiteBackground {
  background-color: white;
  width: 100%;
}
footer .whiteBackground .contactBanner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
}
footer .whiteBackground .contactBanner h4 {
  font-weight: 600;
  margin: 0;
}
footer .whiteBackground .contactBanner h4 a {
  text-decoration: none;
  color: black;
}
footer .whiteBackground .contactBanner h4 svg {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
footer .whiteBackground .contactBanner p:hover svg {
  animation: resizing 1s ease-in-out infinite;
}
footer .whiteBackground .contactBanner .vr {
  width: 6px;
  height: 40px;
  margin: 0;
  background-color: black;
  opacity: 1;
}
footer .copyright {
  color: white;
  text-align: center;
}
footer .copyright a {
  text-decoration: none;
  color: white;
  font-weight: 600;
  transition: all 0.2s;
}
footer .copyright a:hover {
  color: rgb(218, 165, 32);
}

#cookieBar {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  text-align: center;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: white;
  background-color: black;
  font-size: 16px;
  line-height: 1.5;
  padding: 20px 20px;
  margin: 20px;
  width: 400px;
  box-shadow: 0 -1px 10px 0 rgba(170, 170, 170, 0.3);
  box-sizing: border-box;
  border: 3px solid rgb(218, 165, 32);
  border-radius: 10px;
}
#cookieBar .cc-bar-col {
  width: auto;
}
#cookieBar .cc-bar-col .cc-bar-btn {
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  margin: 20px 0 0 0;
  min-width: 250px;
  color: black;
  background-color: rgb(218, 165, 32);
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  border: 2px solid black;
  border-radius: 5px;
  transition: all 0.2s;
}
#cookieBar .cc-bar-col .cc-bar-btn:hover {
  background-color: black;
  color: white;
  border: 2px solid rgb(218, 165, 32);
}

@keyframes cc-bar-fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes cc-bar-fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(50px);
  }
}
@media only screen and (max-width: 991px) {
  #cookieBar {
    font-size: 16px;
    flex-direction: column;
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  #cookieBar .cc-bar-col {
    width: 100%;
  }
  #cookieBar .cc-bar-col .cc-bar-btn {
    font-size: 16px;
    max-width: 250px;
    margin: 20px auto 0 auto;
  }
}
@keyframes hotline-fadeIn {
  from {
    width: 0;
    opacity: 0;
  }
  to {
    width: 150px;
    opacity: 0;
  }
}
#hotlineBar {
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: red;
  margin: 20px;
  z-index: 999;
  border-radius: 10px;
  box-shadow: inset 0 0 10px black;
}
#hotlineBar a {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 20px;
  transition: all 0.2s;
}
#hotlineBar a svg {
  width: 30px;
  height: 30px;
  fill: black;
  margin-right: 20px;
}
#hotlineBar a h5 {
  color: black;
  font-weight: 600;
}
#hotlineBar a .hotline-number {
  display: none;
  transition: all 0.2s;
}
#hotlineBar a:hover svg {
  margin-left: 20px;
}
#hotlineBar a:hover .hotline-number {
  animation: hotline-fadeIn 0.2s ease-out;
  display: flex;
}

#gdpr {
  padding-top: 100px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
}
#gdpr h1 {
  margin-bottom: 50px;
}
#gdpr h2 {
  margin-top: 50px;
  margin-bottom: 20px;
  color: rgb(218, 165, 32);
}
#gdpr p {
  line-height: 30px;
  margin-bottom: 0;
}
#gdpr .important {
  color: rgb(218, 165, 32);
}

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