@media screen and (max-width: 768px) {
    .navbar-infobar.responsive {position: relative;}
    .navbar-infobar.responsive .nav-logo {
      position: absolute;
      right: 0;
      top: 0;
    }
    .navbar-infobar.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}

body {margin:0; padding:0;}

.container{
    margin:0;
    padding:0;
}
.container-fluid{
    margin:0;
    padding:0;
}

.aboutus-container {
    margin-top: 3rem;
    text-align: center;
}

.navbar {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 768px) {
    .responsive-link {
        width: 100%;
    }
}

.image-prod{
    width: 60%;
    height: auto;
}

@media screen and (max-width: 768px) {
    .image-prod{
        width: auto;
        height: 60%;
    }
}

.nav-link {
    color:white;
}
.nav-link:hover {
    color: lightgrey;
} 

@media screen and (max-width: 768px) {
    .topnav {
        background-image : none !important;
    }
}
.navbar-infobar {
    background-image: url("/images/logos/banner_imperbau_clean.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-color: #1111fc;
    position: fixed;
    z-index:999;
}

.brand-img img{
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.info-bar {
    padding-top: 1rem;
    margin-left: 275px;
    margin-right: 100px;
    padding-bottom: 1rem;
}

.brand-name {
    margin-left: 25px;
    font-family: "Krona", sans-serif;
    font-size: 35px;
}

.serv-container-right{
    margin-left: 7vh;
} 

 .serv-container-left{
    margin-right: 7vh;
} 

.serv-line {
    padding-top: 5vh;
}

.card-service {
    border: none;
}

.card-title-right {
    text-align: right;
}
 
 .row{
     margin: 0 0 0 0;
 }

 .footer{
     background-color: "#E6E6E6";
 }

 .text-services-container {
     font-size: larger;
     text-align: center;
 }
 

 .text-services {
     margin-bottom: 4px;
     font-size:large;
     text-align:justify;
 }

 .text-aboutus{
     font-size: larger;
     text-align: justify;
 }

 .button-inscription{
     color: white;
     font-weight: 500;
     font-size: x-large;
     background-color: rgb(247, 128, 107);
     font-family:  'Montserrat', sans-serif;
 }

 .img-services {
    width: 35rem; 
    height: 35rem;
 }

 .services-container {
     margin-bottom:10rem;
 }

 .title-line {
    padding-bottom: 0.2rem; 
    margin-bottom: 7rem;
 }

 .title {
    font-size: 4rem;
    font-family: 'Montserrat', sans-serif;
    color: #EBBC86;
    font-weight: bold;
    padding-bottom: 1rem;
    letter-spacing: 1rem;
    text-align: center;
 }

 .text-container{
    margin-bottom:10rem; 
    padding:0;
 }

 .margin-rescale{
    margin-bottom: 7rem;
}

 .flex-images-container{
     flex-flow: column wrap;
     text-align: center;
     margin-bottom: 6rem;
 }

 .text-serv-container{
     margin-bottom: 7rem;
 }

 .textarea-form {
    width:100%;
    margin-left:1rem;
 }
 .navbar-responsive {
     display: flex !important;
 }
 .mobile-margin{
    margin-top: 0;
}

 @media screen and (max-width: 768px){
    
    .mobile-margin-bot{
        margin-bottom: 3rem;
    }
    .navbar-responsive{
        display: none !important;
    }
    .textarea-form {
        margin: left 0;
     }
    .services-container {
        margin-bottom:3rem;
    }
    .title {
        font-size: 1.5rem;
        letter-spacing: 0.1rem;
        padding-bottom: 0rem;
    }
    .title-line {
       margin-bottom: 3rem;
    }
    .text-aboutus {
        font-size: 1rem;
    }
    .text-services{
        font-size: 1rem;
    }
    .text-container{
       margin-bottom: 3rem; 
       padding:0;
    }
    .text-serv-container {
        flex-flow: column wrap;
        margin-bottom: 3rem;
    }
    .serv-second {
        flex-grow:0;
        flex-basis:100%;
    }
    .margin-rescale{
        margin-bottom: 3rem;
    }
    .mobile-margin{
        margin-top: 3rem;
    }
    .serv-visao {
        margin-bottom: 3rem;
    }
    .images-serv-container {
        flex-flow: column wrap;
    }
    .img-second {
        flex-grow:0;
        flex-basis:100%;
    }
    .flex-images-container{
        flex-flow:column wrap;
    }

 }

 .title-small {
    letter-spacing: 0.1rem;
    font-weight: lighter;
    font-family: "Krona", sans-serif;
    color: #EBBC86;
    padding-bottom: 1rem;
 }

 .service-image{
     /* height: 17rem;
     width: 17rem; */
     border-color:white;
     border-style: solid;
     border-radius: 2%;
     margin-bottom: 2rem;

 }

.img-bg-imperbau {
    background-image: url("{{asset('images/logos/banner_imperbau_clean.jpg')}}");
}

.button-form{
    margin-top:1rem;
    background:#0066A2;
    color:white;
    border-style:outset;
    border-radius:5%;
    border-color:#0066A2;
    height:50px;
    width:100px;
    font:bold15px arial,sans-serif;
    text-shadow:none;
} 


/* ------------------------------------------------------------ */
.show-mobile a{
    background-color: #1111fc;
    display: none;
    text-align: center; 
}  
.logo-imperbau{
    top:10%;
}
.topnav {
    background-image: url("/images/logos/banner_imperbau_clean.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #1111fc;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
  
  /* Style the links inside the navigation bar */
  .topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    padding-bottom:1rem;
    text-decoration: none;
    font-size: 1rem;
  }
  
  /* Change the color of links on hover */
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color: #04AA6D;
    color: white;
  }
  
  /* Hide the link that should open and close the topnav on small screens */
  .topnav .icon {
    display: none;
  }

  @media screen and (max-width: 768px) {
    .logo-imperbau{
        top:0;
    }
    .topnav .hide-mobile {display: none;}
    .topnav a.icon {
      right:0;
      display: block;
      position: absolute;
    }
  }
  
  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  @media screen and (max-width: 768px) {
    .topnav {position: fixed;}
    .topnav.responsive {position: fixed;}
    .topnav.responsive .hide-mobile {
        
        float: none;
        display: block;
        text-align: left;
      
    }

    .show-mobile.responsive a{
        position: fixed;
    }
  }


  