body{
    font-family: Roboto;
}
#title {
    background-image:     linear-gradient(
        rgba(12, 10, 27, 0.792), 
        rgba(21, 21, 50, 0.621)
      ), url("../bc.jpg");
    background-attachment: fixed;
    background-position: center;
    width: 100%;
    height: 400px;
    background-size: cover;
   }

.container-title{
    padding: 0% 5% 0% 5%;
}

.row{
    padding-top: 10px;
}

.head-text{
    font-weight: bolder;
    color: white;
    margin-top: 25px;
    text-align: center;
}

.head-line{
    display: block;
    background-color: #E05414;
    border-radius: 2px;
    width:10%;
    margin: auto;
    height: 8px;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* navigation */
.nav-item{
    font-size: 1rem;
    padding: 0 8px;
}
.btn-anchor:hover{
    color: white;
}

/* Content Section */

.content-head{
    font-weight:bolder;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 5px;
}

.content-text{
    text-align: center;
    font-weight: bold;
}

.content-cols{
    text-align: center;
    margin: 5px;
    background-color: white;
    padding: 20px;
    border-radius: 25px;
}

.image-cols{
    text-align: center;
    margin: 20px;
    background-color: white;
    padding: 20px;
    border-radius: 25px;
}

.contact-div{
    background-color: white;
    border-radius: 25px;
    margin-left: 40px;
}

form {
    padding: 25px;
    margin: 25px;
    box-shadow: 0 2px 5px #f5f5f5;
}

input, textarea{
    width: calc(100% - 18px);
    padding: 8px;
    margin-bottom: 20px !important;
}

.address{
    padding-left: 50px;
    padding-right: 20px;
}

.content-job{
    background-color: white;
}

.jobs{
    color: #C41141;
    padding-top: 10px;
    padding-bottom: 10px;
}

i{
    color: #C41141;
}
/* copyright */

#copyright{
    padding: 20px 0 20px 20px;
}

@media screen and (max-width :900px){
    .navbar-collapse{
        background-color: white;
    }
    #title {
        background-image:     linear-gradient(
            rgba(12, 10, 27, 0.792), 
            rgba(21, 21, 50, 0.621)
          ), url("../bc.jpg");
        background-attachment: fixed;
        background-position: center;
        width: 100%;
        height: 400px;
        background-size: cover;
       }
    .img-div{
        display: none;
    }
}
 /* #C41141;

 #DD9933; */
