/* Additional CSS for Ultrium Theme Customizations */

/* Small phones (<=479px) */
@media (max-width: 479px){
    .project-wrapper-two .project-style-3 .project-thumb .project-default-content{
    padding: 0px 15px;;
      
    }
}

/* Phones and small tablets (480px - 767px) */
@media (min-width:480px) and (max-width:767px){
    .project-wrapper-two .project-style-3 .project-thumb .project-default-content{
    padding: 0px 15px;;
      
    }
}


/* Tablets (768px - 1023px) */
@media (min-width:768px) and (max-width:1023px){

}

/* Small desktops / large tablets (1024px - 1279px) */
@media (min-width:1024px) and (max-width:1279px){

}

/* Desktop (1280px - 1439px) */
@media (min-width:1280px) and (max-width:1439px){

}

/* Large desktop (1440px - 1919px) */   
@media (min-width:1440px) and (max-width:1919px){
.feature-item .feature-content .desc p{
   font-size: 1rem;
}

.service-style-2 .service-content .desc p {
      font-size: 1rem;

}
}

/* Extra large displays (1920px and up) */
@media (min-width:1920px){

}

/* Orientation-specific tweaks */

/* Portrait (phones held vertical, tablets) */
@media (orientation: portrait){
 
}

/* Landscape (wider displays) */
@media (orientation: landscape){
 
}

/* High-density / Retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi){
  /* Slightly increase crispness-sensitive sizes for icons/text */

}

/* Utility: stack table cells into blocks for very narrow portrait devices */
@media (max-width: 420px){

}

