.material-icons.md-dark { color: rgba(0, 0, 0, 1); }
.material-icons.md-36 { font-size: 36px; }

/* NAVBAR CONFIG */
x #navbar {
  background-color: rgb(1, 50, 32);
}

#navbar a:hover {
  background-color: #ddd;
}

.navbar-brand {
  display:flex
}

.navbar {
  background-color: rgb(1, 50, 32);
  padding-left: 10%;
  padding-right: 10%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.nav-col {
  justify-content: center;
}

.nav-item .nav-link {
  color: white;
}


#navbar a {
  float: none;
  display: flex;
  color: white;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
}

#navbar a:hover {
  background-color: rgb(78, 78, 78);
  color: white;
}

.brand {
  position: absolute;
  left: 50%;
  margin-left: -50px !important;
  display: block;
  max-width: 20%
}

.menu_style_btn {
  color: black;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  
  display: inline-block;
  padding: 0px 0px;
  position: relative;
}
.menu_style_btn:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.menu_style_btn:hover:after { 
  width: 50%; 
  left:25% 
}

/* MAIN */

html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

html {
  scroll-behavior: smooth;
}

body{
    background-color: black;
}

.mobile-logo {
  display: none
}

ul {
  list-style-image: url(../img/general/img_logo_notext.png);
  display: list-item;
  padding-left: 5%;
}
  
.main-information{
    padding-left:0px; 
    padding-right:0px;
    padding-top: 100px; 
    margin-left: 0%;
}

.section-information{
  padding-left:0px; 
  padding-right:0px;
  padding-top: 100px; 
  margin-left: 0%;
}

.main-images {
  background-size: cover;
  height: 500px;
}

.main-images-long {
  background-size: cover;
  height: 700px;
}

.main-left{
  margin-left: 0%;
}

.mobile-logo {
  display: none
}

.mobile-jumbotron{
display: none;
}

ul {
list-style-image: url(../img/general/img_logo_notext.png);
list-style: none;
display: list-item;
padding-left: 5%;
}

.mainlogo {
max-width:15%;
}

.mainlogo-footer {
max-width:45%;
}

h1, h2 {
  font-size: 1.6em;
  text-transform: uppercase;
  color: white;
  font-weight: inherit;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  margin:0
}

h3 {
  font-size: 1.3em;
  text-transform: uppercase;
  color: white;
  font-weight: inherit;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  margin:0
}

h4 {
  font-size: 1.1em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  color: white;
  font-weight: inherit;
  line-height: 2em;
  margin:0
}


h5 {
  font-size: 1.0em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  margin: 0;
  color:white
}


h6 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.15em;
  margin:0;
  color:white
}


p {
    color: white;
}

li {
  list-style: none;
  font-size: 0.8em;
}
  
section {
  position: relative;
  width: 100%;
  height: 100%;
}
section::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 80%;
}
section h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font : normal 300 64px/1 'Josefin Sans',
  sans-serif;
  text-align: center;
  white-space: nowrap;
}

  #scrollani a {
    padding-top: 80px;
  }
  #scrollani a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
  }
  #scrollani a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
  }
  #scrollani a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
  }
  #scrollani a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
  }
  @-webkit-keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb07 {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

  .container-footer {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 1%;
    margin-bottom: 0px;
    background-color: rgb(1, 50, 32);
  }

  .contact-footer {
    padding: 0px 50px 0px 50px;
    background-color: rgb(1, 50, 32);
    color: black;
    justify-content: center;
  }

  .footer {
    background: url(../img/general/img_team.webp) top center no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .footer-links {
      text-align:end;
  }

  @media screen and (max-width: 600px)  {

    .mobile-jumbotron {
      display: block;
      margin-bottom: 0;
      background-size: cover;
      background-position: center;
      -webkit-background-size: cover; 
      -moz-background-size: cover; 
      -o-background-size: cover; 
      padding: 10px 0px 10px 0px;
      color: white;
  }
  
    .navbar {
      display:none
    }
  
    .mainlogo {
      display:none;
    }

    .main-title {
      display: none;
    }

    .product-mobile {
      display: block;
    }
  
    .mobile-logo {
      display:block
    }

    .mobile-nav {
      display: block;
    }
  
    .mobile-main-logo{
      max-width: 15%;
    }
  
    .navbar-brand {
      display: none;
    }

    .section-information{
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: #ddd;
      border-bottom-style: solid;
      padding-left:0px; 
      padding-right:0px;
      margin-left: 0%;
      padding-bottom: 10%;
      padding-top: 10%;
    }

    .container-main {
      padding-top: 0%;
    }

    .main-left{
        margin-left: 0%;
      }

    .service_info{
        margin-top: 5%;
        margin-bottom: 5%;
        padding: 5%;
        border: #ddd;
        border-style: solid;
        border-width: thin;
      }

      .nav-link {
        margin-top: 5%;
        margin-bottom: 5%;
    
      }
      h2 {
        text-transform: uppercase;
        font-size: 1.0em;
        font-weight: 400;
        line-height: 2.0em;
        margin:0;
      }
  
      h1 {
        text-transform: uppercase;
        font-size: 1.1em;
        font-weight: normal;
        line-height: 2.0em;
        margin:0;
      }
    
      h5 {
        font-size: 0.8em;
        font-weight: inherit;
        line-height: 1.8em;
        margin:0;
      }
  
      .h5-color-light{
        color: white;
      }
  
      .h5-color-dark{
        color: black;
      }
     
    .footer {
      display: none;
    }
  
    .footer-row-mobile {
      text-align: center;
    }
  
    .footer-links {
      display: none
    }

    }
