body {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background-color: #080808;
  overflow: hidden;
  font-family: "Open Sans", sans-serif;
}

/* -------------------- Custom normalise --------------------*/
* {
  box-sizing: border-box;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  overflow: auto;
  font-size: 0.84vw;
  background-color: #080808;
}

ul,
ol {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
input,
button,
textarea,
form,
legend,
menu,
b,
div {
  text-align: left;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  line-height: 100%;
  letter-spacing: 0.25rem;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  color: #b8b8b8;
}

span,
em,
a,
small,
::after,
::before {
  font-family: inherit;
  font-weight: inherit;
  text-transform: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-style: normal;
}

*:focus {
  outline: none;
}

main,
aside,
div,
section,
article,
ul,
form,
nav,
ol,
a,
header,
footer,
select {
  padding: 0;
  margin: 0;
  position: relative;
  list-style-type: none;
  font-family: inherit;
}

.tshadow {
  text-shadow: rgba(0, 0, 0, 0.4) 0px 0px 1px;
}

.tShadowWhite {
  text-shadow: rgb(255, 255, 255) 0px 0px 2px;
}

section {
  padding-left: 10%;
  padding-right: 10%;
}

h1 {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  color: #f3ba19;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1.5rem 0;
  text-align: center;
  line-height: 150%;
}
h1 span {
  color: #f8f8f8;
}

h2 {
  font-size: 1.8rem;
  letter-spacing: 0.3rem;
  color: #f8f8f8;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  padding: 2rem 0;
}

h2::after,
h3::after {
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #f3ba19;
  margin-top: 2rem;
  content: "";
  left: calc(50% - 0.5rem);
  position: relative;
}

h3 {
  font-size: 1.2rem;
  letter-spacing: 0.2;
  color: #080808;
  text-transform: uppercase;
  font-weight: 700;
  padding: 2rem 0;
}

h3::after {
  left: 0;
}

h4 {
  font-family: "Bitter";
  font-style: italic;
  font-size: 1.1rem;
  text-align: center;
  letter-spacing: 0.1rem;
}

p,
li:not(nav *) {
  font-size: 1rem;
  font-family: "Bitter";
  color: #080808;
  letter-spacing: normal;
  line-height: 180%;
  padding-bottom: 1rem;
}

.button {
  margin-top: 2rem;
  border: 2px solid #f8f8f8;
  padding: 1.2rem 2rem;
  font-size: 0.9rem;
  align-items: center;
  text-transform: uppercase;
  display: inline-flex;
  color: #f8f8f8;
  font-weight: 700;
  letter-spacing: 0.2rem;
  transition: border-color 0.3s cubic-bezier(0.87, 0, 0.13, 1);
  left: 50%;
  transform: translateX(-50%);
}
.button span {
  padding: 0 1rem 0 0.5rem;
}
.button img {
  width: 1rem;
  height: 1rem;
  transform: rotate(-90deg);
}
.button:hover {
  border-color: #f3ba19;
}

/* HEADER */
.hero {
  height: 100vh;
  overflow: hidden;
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: -4rem bottom;
  background-size: 105%;
}

header {
  position: relative;
  margin: 4rem 0;
  height: 2rem;
}
header .movable {
  height: 2rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .logo {
  height: 100%;
}
header .logo img {
  height: 100%;
}
header nav {
  width: 53%;
}
header nav ul {
  display: flex;
  justify-content: space-between;
}
header nav ul li {
  text-shadow: rgba(255, 255, 255, 0.4) 0px 0px 1px;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 1rem 2.5rem;
  text-transform: uppercase;
  position: relative;
  font-weight: 800;
  transition: color 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
header nav ul li a {white-space:nowrap;}
header nav ul li::after, header nav ul li::before {
  content: "";
  position: absolute;
  right: -0.3rem;
  height: 1px;
  width: 0;
  top: calc(50% - 1px);
  background-color: #f3ba19;
}
header nav ul li::before {
  left: -0.5rem;
  right: auto;
}
header nav ul li.active {
  color: #f8f8f8;
}
header nav ul li.active::before, header nav ul li.active::after {
  width: 1rem;
}
header nav ul li:hover {
  color: #f8f8f8;
}
header.sticky .movable {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 8%;
  height: 4rem;
  padding: 1.5rem 12%;
  z-index: 99;
  background-color: #080808;
}
header.sticky .movable li {
  font-size: 0.8rem;
  letter-spacing: 0.15rem;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  40% {
    transform: translateX(-50%) translateY(-1.5rem);
  }
  60% {
    transform: translateX(-50%) translateY(-0.75rem);
  }
}
main {
  top: 17vh;
}
main .down {
  animation: bounce 2s infinite;
  padding: 0;
  border: 2px solid #f8f8f8;
  display: inline-block;
  text-align: center;
  line-height: 3rem;
  color: #f3ba19;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 3rem;
  transition: border-color 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
main .down img {
  width: 1rem;
  height: 1rem;
  padding: 1rem;
  box-sizing: content-box;
}
main .down:hover {
  border-color: #f3ba19;
}
main > img {
  left: 50%;
  display: block;
  position: relative;
  width: 10rem;
  transform: translateX(-50%);
}

.services {
  padding: 2rem 0;
  background-color: #f8f8f8;
}
.services article {
  padding: 4% 10%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.services article > div {
  width: 50%;
}
.services article aside {
  width: 30%;
  position: relative;
}
.services article aside::before, .services article aside::after {
  content: "";
  position: absolute;
  height: 98%;
  width: 98%;
  top: -3%;
  left: -3%;
  border: 3px solid #f3ba19;
}
.services article aside::after {
  top: auto;
  left: auto;
  right: -3%;
  bottom: -3%;
  border: 1px solid #f3ba19;
}
.services article aside img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.services article:nth-child(2) {
  background-color: rgba(243, 186, 25, 0.02);
}
.services article:nth-child(2) div {
  width: auto;
}
.services ul {
  list-style-type: circle;
  padding-left: 2rem;
}

.center {
  padding: 4rem 15%;
}
.center p {
  color: #f8f8f8;
  text-align: center;
}

.contact {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.contact::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 75vw;
  opacity: 0.3;
  transform: scaleX(-1);
  z-index: 0;
  pointer-events:none;
}
.contact .mapInfo,
.contact .contactInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.contact .mapInfo > div,
.contact .contactInfo > div {
  width: 50%;
  z-index: 1;
  position: relative;
}
.contact .mapInfo > div::after,
.contact .contactInfo > div::after {
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    bottom: 0;
    left: 0;
    border: 2px solid #080808;
}
.contact .mapInfo aside {
  width: 40%;
  z-index: 1;
}
.contact .mapInfo aside > img {
  height: 3rem;
}
.contact .mapInfo aside ul {
  margin-top: 4rem;
}
.contact .mapInfo aside ul li {
  color: #f8f8f8;
  padding: 0.25rem 0;
}
.contact .contactInfo {
  margin-top: 4rem;
}
.contact .contactInfo ul {
  display: inline-flex;
  align-items: center;
}
.contact .contactInfo ul li {
  padding-bottom: 0;
}
.contact .contactInfo .physical {
  width: 50%;
  z-index: 1;
  justify-content: space-between;
}
.contact .contactInfo .physical li {
  display: inline-flex;
  align-items: center;
  color: #f8f8f8;
  letter-spacing: normal;
}
.contact .contactInfo .physical li img {
  height: 1rem;
}
.contact .contactInfo .physical li span {
  margin-left: 1rem;
}
.contact .contactInfo .social {
  width: 40%;
  justify-content: flex-start;
}
.contact .contactInfo .social li {
  margin-right: 1rem;
  transform: scale(1);
  transition: filter 0.3s cubic-bezier(0.87, 0, 0.13, 1);
}
.contact .contactInfo .social li:hover {
  cursor: pointer;
  transform: scale(1.2);
}
.contact .contactInfo .social li img {
  height: 1.5rem;
}

footer p {
  padding: 2rem;
  color: #f8f8f8;
  text-align: center;
  font-size: 0.9rem;
  opacity: 0.7;
}
footer p span {
  color: #f3ba19;
  font-style: italic;
  letter-spacing: normal;
}

@media only screen and (max-width: 800px) {
  html {
    font-size: 14px;
  }
  .movable nav {
    display: none;
  }
  .services article {
    flex-direction: column;
  }
  .services article aside {
    width: 80%;
    margin-bottom: 2rem;
  }
  .services article div {
    width: 100%;
  }
  .services article:nth-child(2) {
    flex-direction: column-reverse;
  }
  #map {
    height: 20rem;
    width: 100%;
    margin-bottom: 4rem;
  }
  .mapInfo {
    flex-direction: column;
  }
  .contact .contactInfo {
    flex-direction: column;
  }
  .contact .contactInfo .social {
    margin-top: 4rem;
  }
  .contact .mapInfo aside {
    width: 100%;
  }
  .contact .contactInfo .physical {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 2200px) {
  html {
    font-size: 16px;
  }
  main {top:calc(27vh - 4rem);}
  section {
    max-width: 100%;
    width:2200px;
    left: 50%;
    transform: translateX(-50%);
  }
  .services article > div {
    width: 40%;
  }
  .services::after {
    content: "";
    position: absolute;
    width: 100vw;
    height: 100%;
    background-color: #f8f8f8;
    top: 0;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 3100px) {
  html {
    font-size: 24px;
  }
  section {
    max-width: 100%;
    width:3150px;
  }
  header nav {width:55%;}
}
/*# sourceMappingURL=main.css.map */