
#img1 {display:block;}
#img2 {display:none}


body{
    background: #333;
    color: #fff;
}

.navbar {
    border-bottom: #008ed6 3px solid;
    opacity: 0.8;
}
img.logo {
    width: 190px;
    height: 45px;
}
img.nav-link {
    width: 52px;
    height: 52px;
}

.scaling-svg{
  position: absolute;
  left: 0;
  top: 0;
}  

@media all and (max-width: 400px) {
  #home-section
  {
    background: url('../img/324px_home.jpg');   
    background-repeat: no-repeat;
    background-size: cover  ;
    
  }
  #home-section {
    padding-top: 10px;
  }
  #about-section
  {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../img/324px-about-us.png');  
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover  ;
  }
  
  img.services_img {
    width: 100%;
  }
  
  #about-head-section{
    background: url('../img/324px-irish-flag.jpg');
    background-repeat: no-repeat;
    background-size: cover  ;
    background-position: center;
    background-attachment: fixed;
  }
  .col-services-img{
    position: relative;
    width: 100px;
  }
  .col-services-img img{
    position: absolute;
    bottom: 0;
  }
  .services-inner{
    padding-top: 70px;
  }
  .about-inner{
    padding-top: 65px;
  }
}
@media all and (min-width: 500px){
  #home-section
  {
    background: url('../img/464px_home.jpg');   
    background-repeat: no-repeat;
      background-size: cover  ;
  }
  #about-section
  {
    background: url('../img/about-us.png');   
    background-repeat: no-repeat;
    background-size: cover  ;
  }
  img.services_img {
    max-width: 300px;
    height: auto;
  }
  #about-head-section{
    background: url('../img/irish-flag.jpg');
    background-repeat: no-repeat;
    background-size: cover  ;
    background-position: center;
    background-attachment: fixed;
  }
}

@media all and (min-width: 600px) {
  #home-section {
      background: url('../img/home.jpg');
      background-repeat: no-repeat;
      background-size: cover  ;
      background-position: center;
      background-attachment: fixed;
      min-height: 700px;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      
  }
  
  #about-section
  {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../img/about-us.png');  
    background-repeat: no-repeat;
    background-size: cover  ;
    background-position: center;
    background-attachment: fixed;
    min-height: 700px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    
  }
  img.services_img {
    max-width: 300px;
    height: auto;
  }
  .services-inner{
    padding-top: 40px;
  }
  .about-inner{
    padding-top: 40px;
  }
}  

img.services-nav{
  width: 64px;
}
#services-section.py-5{
  padding-bottom: 0px;
}

.services-inner-title{
  padding-bottom: 20px;
}
.about-inner-title{
  padding-bottom: 20px;
}

#home-section .dark-overlay {
    top: 0;
    left: 0;
    width: 100%;
    min-height: 700px;
    background-color: rgba(0,0,0, 0.4);
}

#home-section .home-inner {
    padding-top: 120px;
}





  
  