/*
Theme Name: Scaracode Theme
Author: scaracode 
Author URI: https://scaracode.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A modern, adaptable WordPress theme.
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: custom-menu, custom-logo, featured-images, rtl-language-support, translation-ready
Text Domain: scaracode 
*/

*, *::before, *::after {
  box-sizing: border-box; 
}

* {
  margin: 0;
  padding: 0;
}

body, html {
  height: 100%; 
  scroll-behavior: smooth; 
}

.custom-logo-link {
  display: block;
}

@media (max-width: 991.98px) {
  .no-gutters-on-mobile {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
  }
  .no-gutters-on-mobile > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
