.jumbotron{
    /* The image used */
  background-image: url("header1.png");

  /* Set a specific height */
  height: 700px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}

.navbar{
  background:#d35400 !important; 

}


.navbar a{
  color: #fff !important;
}



.dropdown-menu a{
  color: #d35400 !important;
  font-size: 12px !important;
}


html,body{
    scroll-behavior: smooth;
}




  .navbar{
    text-transform: uppercase; 
    font-family: 'Montserrat', sans-serif;
   
  }

  .navbar .nav-link{
      font-size: 15px;
      font-weight: bold;
      color:#d35400; 
  }

  .content{
   margin-top: 150px;
   color: #fff;
  }

  .transparent-box{
      background: rgba(0,0,0,0.7);
      max-width: 1200px;
      margin:auto;
      padding: 15px;

  }

  .more{
      border-radius:0;
      background:#d35400;
      border: 0;
      transition: 0.3s ease;
      padding: 10px 20px;
      text-transform: uppercase;
  }

  .more:hover{
        background:#d35400;
      border: 0;
      transform: scale(1.1);
      transition: 0.3s ease;
  }


  .choose{
    font-family: 'Montserrat', sans-serif; 

  }

  .about{
    font-family: 'Montserrat', sans-serif;  
  }

  .service{
    font-family: 'Montserrat', sans-serif;  
  }

  .contact{
    font-family: 'Montserrat', sans-serif;  
    padding: 35px; 
  }

  .engineer{
    background:#d35400;
    color: #fff; 
    padding:25px;
  }


  .footer{
    background: #000;
    padding: 25px;
    color: #fff;
    text-align: center;
  }


  .footer a{
    color: grey;
    text-decoration: none;
  }