html{
  width: 100%;
  box-sizing: border-box;
  height: 100%;
}
nav button img{
  width: 25px;
  filter: brightness(0) saturate(100%) invert(23%) sepia(97%) saturate(6968%) hue-rotate(358deg) brightness(96%) contrast(103%);
}
nav .navbar-toggler{
  outline: none;
}
.nav-sm{
  place-content:center;
  position: absolute;
  width: 100%;
  z-index: 1000;
}
.nav-sm .navbar-brand{
  margin: 0;
}
.nav-sm button{
  position: absolute;
  top: 50px;
  right: 10px;
}
.nav-sm .nav-link{
  text-align: center;
  color: white;
  margin-top: 0px;
  font-weight:500;
}
.nav-sm .nav-link:hover{
  color: #F60403;
}
.navbar-nav{
  width: 100px;
}
.collapse::before{
  content: '';
  width: 560px;
  height: 560px;
  left: calc(50% - 280px);
  display: block;
  position: absolute;
  background-color: rgba(8,8,8,0.8);
  top: -280px;
  border-radius: 50%;
  z-index: -1;
  box-shadow: 3px 3px 5px #888888;
}
nav .active{
  display: block !important;
}
body{
  height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  background-color: #F8F8F8;
}
.page-container{
  padding-top:200px;
  padding-bottom: 30px;
  position: relative;
  flex: 1 0 auto;
  animation: fadeIn 5s ease;
}
footer{
position: relative;
flex-shrink: 0;
left:0;
bottom: 0;
padding: 0;
width: 100%;
text-align: center;
background-image: url("../protected/habivill.jpg");
background-size: cover;
  background-repeat: no-repeat;
  background-attachment: ;
}
footer div{
  margin: 0;
  color: white;
 background:   rgba(1, 0,4, 0.8);
}
footer div p:last-of-type{
  margin: 0;
  padding-bottom: 6px;
}
footer div p:first-of-type{
  padding-top: 6px;
}
footer hr{
  height: 3px;
  margin: 0;
  background-color: #F60403;
}
footer i{
  margin-right: 5px;
}
.copyright{
  background: #F60403;
  color: white;
  margin: 0;
}
body::before{
  content: "";
  position:fixed;
  background-image: url("../protected/electric.jpg");
  background-size: cover;
      top: 0px;
      right: 0px;
      bottom: 0px;
      left: 0px;
      opacity: 0.1;
  height: 100%;
}
.first{
  width: 100%;
  margin: 0;
  margin-bottom: 120px;
}
.first p{
  font-weight: 500;
}
.first .about-logo{
  text-align: center;
  place-self: center;
  animation: comeLeftIn 5s ease;
}
.first .about-logo img{
  width: 200px;
}
.first h1{
  padding-left: 10px;
  color: white;
  width: 60%;
  background-color: #F60403;
}
.contact{
  background: #F60403;
  padding: 10px;
  color: white;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  box-shadow: 2px 2px 5px #888888;
  margin-right: 15px;

  border: 2px solid #F60403;
}
.contact:hover{
  text-decoration: none;
  color: #F60403;
  background: white;
}
.staff h1{
  text-align: center;
  margin: auto;
  background:#F9F9F9;
  font-size: 34px;

  text-shadow: 1px 1px 2px #888888;
}
.staff .title{
  width: 300px;
  font-size: 40px;
  color: #F60403;
  margin-bottom: 50px;
}
.staff .management{
  width: 190px;
}
.staff .secretariat{
  width: 180px;
}
.staff .chief-mechanic{
  width: 280px;
}
.staff{
  padding-top: 170px;
}
.staff .row{
  width: 100%;
  margin: 0;
}
.staff .card{
  animation: zoomIn 2s ease;
}
.staff .header::before{
  content: '';
  display:block;
  margin-bottom: -29px;
  width: 100%;
  height: 3px;
  background-color: #F60403;
}
.header{
  margin-top: 30px;
}
.card{
  margin: 20px 10px;
  box-shadow: 1px 1px 5px #888888;
}
.card-body{
  text-align:center;
}
.contact-form h1{
  text-align: center;
  color: #F60403;
  text-shadow: 1px 1px 2px #888888;
}
.contact-form{
  padding-top: 150px;
}
.contact-form .first{
  width: 320px;
  margin: auto;
}
.contact-form .first p{
  text-align: center;
  text-shadow: 1px 1px 2px #888888;
}
.contact-form .first i{
  font-size: 25px;
  margin-right: 10px;
  background-color: #F60403;
  padding: 10px;
  color: white;
  border-radius: 30px;
  text-shadow: 1px 1px 2px #888888;

  border: 2px solid #F60403;
}
.contact-form .first p:hover > i{
  color: #F60403;
  background-color: white;
}
.contact-form .map-place{
  place-content: center;
  width: 100%;
}
.contact-form .map-place .map iframe{
  border-radius: 30px;
  box-shadow: 1px 1px 2px #888888;
}
.contact-form .fields{
  text-align: center;
}
.contact-form h2{
  color: #F60403;
  margin-top: 20px;
  font-size: 24px;
}
.contact-form input{
  border-radius: 20px;
  border: none;
  outline: none;
  text-align: center;
  padding: 3px;
  width: 300px;
  border: 2px solid #F60403;
}
.contact-form textarea{
  width: 100%;
  border: 2px solid #F60403;
  border-radius: 20px;
  padding: 20px;
  font-size: 18px;
}
.contact-form textarea:focus{
  outline: none;
}
.contact-form .submit{
  background-color: #F60403;
  color: white;
  width: 150px;
  font-weight:500;
  font-size: 20px;
}
.contact-form .row{
  margin: 0;
}
.contact-form .submit:hover{
  background-color:white;
  color: #F60403;
}
.reference{
  padding-top: 150px;
}
.reference h1{
  text-align: center;
  color: #F60403;
  text-shadow: 1px 1px 2px #888888;
}
.reference .card img{
  width:100%;
  height: 180px;
  object-fit: cover;
}
.reference .row{
  width: 100%;
}
.reference .card{
  padding: 0;
}
.reference .row{
  margin: 0;
}

@keyframes fadeIn{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
@keyframes comeLeftIn{
  0%{
    margin-right: -300px;
  }
  100%{
    margin-right: 0;
  }
}
@keyframes zoomIn{
  0%{
    transform: scale(0);
  }
  100%{
    transform: scale(1);
  }
}
