/*
Theme Name: Aelius
Author: Thor Solutions
Author URI: https://thor.solutions
Theme URI: https://thor.solutions
Tags: full-site-editing, block-patterns
Text Domain: aelius
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.4
Version: 100.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Styles intended only for the front.*/
html {
	scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {

	html {
		scroll-behavior: auto;
	}
}

body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) { 
    h1 {
        font-size:28px !important;
    }

        h2 {
        font-size:26px !important;
    }
        h3 {
        font-size:24px !important;
    }
        h4 {
        font-size:22px !important;
    }
        h5 {
        font-size:20px !important;
    }
        h6 {
        font-size:18px !important;
    }
        p {
        font-size:16px !important;
    }
.landing_page_section {
        background-image: url(https://aelius.co.in/wp-content/uploads/2024/05/Asset-1@4x_result-2-scaled.webp) !important;
                padding-top: 50px !important;
                padding-bottom: 50px !important;
    }
div#landing_page_banner {
    margin-left: auto !important;
}
}
.landing_page_section {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
}

.website_logo_img a img.custom-logo {
    width: 240px;
}
p a {
text-decoration: none;
}