body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, li, hr, fieldset, form, label, legend, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, summary, hgroup {
  margin: 0;
  padding: 0;
  border: 0;
}
html, body {
  height: 100%;
  font-family: 'Inter', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
h1 {
  font-size: 48px;
  margin: 0;
  padding: 0;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin:0;
  padding:0;
}
h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
p {
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 18px;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor:pointer;
  color: #111111;
  background-color: transparent;
}
a:active,
a:hover {
  text-decoration:none;
  outline: 0;
}
td {
  padding: 15px;
}
main {
  display: block;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
/* ----------------------------------COLORS---------------------------------- */
.bgwhite {
  background-color: white;
}
.bglightgray {
  background-color: #FBFBFB;
}
.bggray {
  background-color: #EEEEEE;
}
.bgblack {
  background-color: #111111;
}
.bggreen {
  background-color: #556B2F;
}
.white {
  color: white;
}
.black {
  color: #111111;
}
.green {
  color: #556B2F;
}
.red {
  color: red;
}
/* ---------------------------------LAYOUT-------------------------------------- */
.left {float:left!important;}
.right {float:right!important;}
.center {text-align:center;}
.justify {text-align: justify;}
.middle {vertical-align: middle;}
.container {
  margin: auto;
  max-width:1200px;
  padding: 100px 0 100px 0;
}
.row:after {
content: "";
display: table;
clear: both;
}
.col {
width:99.99999%;
float: left;
}
.threequarter {
width:74.99999%;
float: left;
}
.twothird {
width:66.66666%;
float: left;
}
.half {
width:49.99999%;
float: left;
}
.third {
width:33.33333%;
float: left;
}
.quarter {
width:24.99999%;
float: left;
}
.margin10px {
  margin: 10px;
}
.margin-bottom25 {
  margin-bottom: 25px;
}
.margin-bottom50 {
  margin-bottom: 50px;
}
.padding10px {
  padding: 10px;
}
.padding-right30px {
  padding-right:30px;
}
.palettebox {
float: left;
width: 130px;
padding: 10px 10px 20px 10px;
-webkit-box-shadow: 0px 0px 20px 0px rgba(221,221,221,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(221,221,221,1);
box-shadow: 0px 0px 20px 0px rgba(221,221,221,1);
margin: 20px;
}
/* --------------------------------- MOBILE --------------------------------- */
@media screen and (max-width: 768px) {
h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
.col,.threequarter,.twothird,.half,.third,.quarter {width: 100%;}
}
@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

/* ------------------------------ HEADER ------------------------------- */
.nav-collapse ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  list-style: none;
}
.nav-collapse li {
  width: 100%;
  display: block;
}
.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
  zoom: 1;
}
.nav-collapse.opened {
  max-height: 9999px;
}
.disable-pointer-events {
  pointer-events: none !important;
}
.nav-toggle {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (min-width: 40em) {
  .js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}
header {
  background: #111111;
  position: fixed;
  z-index: 3;
  width: 100%;
  left: 0;
  top: 0;
}
.logo {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  font-weight: bold;
  line-height: 55px;
  padding: 0 20px;
  float: left;
}
.mask {
  -webkit-transition: opacity 300ms;
  -moz-transition: opacity 300ms;
  transition: opacity 300ms;
  background: rgba(0,0,0, .5);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  z-index: 2;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.android .mask {
  -webkit-transition: none;
  transition: none;
}
.js-nav-active .mask {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 40em) {
  .mask {
    display: none !important;
    opacity: 0 !important;
  }
}
.fixed {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-collapse,
.nav-collapse * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
  float: left;
}
@media screen and (min-width: 40em) {
  .nav-collapse {
    float: right;
    width: auto;
  }
}
.nav-collapse li {
  float: left;
  width: 100%;
}
@media screen and (min-width: 40em) {
  .nav-collapse li {
    width: auto;
  }
}
.nav-collapse a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  border-top: 1px solid white;
  text-decoration: none;
  padding: 0.7em 1em;
  color: #fff;
  width: 100%;
  float: left;
  text-transform: uppercase;
}
.nav-collapse a:active,
.nav-collapse .active a {
  background: #333333;
}
@media screen and (min-width: 40em) {
  .nav-collapse a {
    padding: 1.02em 2em;
    text-align: center;
    border-top: 0;
    float: left;
    margin: 0;
  }
}
.nav-collapse ul ul a {
  background: #ca3716;
  padding-left: 2em;
}
@media screen and (min-width: 40em) {
  .nav-collapse ul ul a {
    display: none;
  }
}
@font-face {
  font-family: "responsivenav";
  src:url("../icons/responsivenav.eot");
  src:url("../icons/responsivenav.eot?#iefix") format("embedded-opentype"),
    url("../icons/responsivenav.ttf") format("truetype"),
    url("../icons/responsivenav.woff") format("woff"),
    url("../icons/responsivenav.svg#responsivenav") format("svg");
  font-weight: normal;
  font-style: normal;
}
.nav-toggle {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  text-indent: -300px;
  position: relative;
  overflow: hidden;
  width: 60px;
  height: 55px;
  float: right;
}
.nav-toggle:before {
  color: #fff; /* Edit this to change the icon color */
  font: normal 28px/55px "responsivenav"; /* Edit font-size (28px) to change the icon size */
  text-transform: none;
  text-align: center;
  position: absolute;
  content: "\2261"; /* Hamburger icon */
  text-indent: 0;
  speak: none;
  width: 100%;
  left: 0;
  top: 0;
}
.nav-toggle.active:before {
  font-size: 24px;
  content: "\78"; /* Close icon */
}
/* ------------------------------------- HERO ----------------------------------- */
.hero {
margin: 100px 0 100px 0;
}
/* ----------------------------------- PROJECTS --------------------------------- */
.card {
box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 12px 2px;
transition: 0.4s;
border-radius: 5px;
margin: 15px;
}
.card:hover {
box-shadow: rgba(0, 0, 0, 0.1) 2px 5px 25px 5px;
}
.card-img {
border-radius: 5px 5px 0 0;
}
.card-text {
padding:5%;
}
/* --------------------------------- CONTACT --------------------------------- */
.socialicon {
  color: #FFFFFF;
  border-radius: 50%;
  padding:15px;
  margin-right: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 12px 2px;
}
/* ------------------------------------- ABOUT ------------------------------ */
.img-circle {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 12px 2px;
}
.button {
  width: auto;
  border:none;
  padding:15px;
  color: white;
  cursor:pointer;
  font-weight: 700;
  text-transform: uppercase;
}
.button:hover{
  background-color:#111111;
  text-decoration: none;
}
.iconabout {
  font-size: 35px;
  color: white;
  border-radius: 50%;
  padding: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 1px 2px 12px 2px;
  margin-bottom: 20px;
}
/* --------------------------------- TRANSPO --------------------------------- */
.bgtranspo{
position: relative;
height: 600px;
background-image: url("../img/bgtranspo.jpg");
background-repeat: no-repeat;
background-size: cover;
background-color: #2C393F;
background-position: center;
}