
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Raleway&display=swap');

/*.btn,.btn-warning{
     background-color: #E9C400;
     outline: none;
     padding: 4px 27px;
     font-size: 24;     
}
.navbar{
    background-color: #211F1A;
}*/
.nav-link:hover
{
    color: #E9C400;
}


html,body{
  /* text styles/title/medium */
  font-family: 'Raleway';
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  margin: 0;
  overflow-x: hidden;
  top: 0;
  left: 0;
  }
  
  .header .btn
  {
      font-family: 'Raleway';
  font-size: 16px;
  font-style: 'normal';
  font-weight: 700;
  line-height: 24px;
  }
footer{
   
  background-color: black;
  width: 1480px;
height: 289px;
}

#navbarSupportedContent{
   margin-left: 90px;
}
/*img {
  margin-left: 52px;
}
footer{
  bottom: 0;
}*/
.nav-link:hover
{
    color: #E9C400;
}
footer .row{
  margin-left :195px;
 }
/*
.text-lg-center{
  color: white;
  margin-left:350px;
  margin-right:350px;
  font-family: Bebas Neue;
  text-align:center;
  

}


#button2{
  margin-top:25px;
  margin-left:320px;
  margin-bottom:30px;
}*/


.services-part
{
  width: 1570px;
height: 1013px;
 
}
.services-part .btn
{
  padding-left: 5%;
}

.btn img{
  margin-right:35px;
  margin-left: -2%;
}

.container-fluid p{
  font-family: 'Bebas Neue';
font-size: 54px;
font-style: 'normal';
font-weight: 400;
line-height: 64px;
}

.hr
  {
    border:3px solid #E9C400;
    width: 110%;
    
  }


.services-part .img-fluid
{
  width: 362px;
  height: 590px;
  border-radius: 13px;
}

/*MOBILE SCREEN*/
@media screen and (max-width: 960px)
{
   
  footer{
    width: 423px;
height: 770px;
margin-top: 0%;
padding-top: 5%;
  }

  #footer
  {
    align-items: center;
    margin-right: 60%;
    margin-left: -15%;
    
  }

  .hr
  {
    width: 100%;
    border:2px solid #E9C400;
    
  }


  #copyright
  {
    width: 100%;
    margin-left: 15%;
  }

  .services-part
  {
    background-color: #1D1B15;
    height: 2600px;
  }


  #service-buttons{
    margin-right: 75%;
  }
  
  .services-part p
  {
    width: 25%;
    padding-top: 3%;
  }

  .services-part .img-fluid
  {
    margin-bottom: 3%;
  }
}