/*!
Theme Name: Acres Future Curriculum
Theme URI: https://futurecurriculum.com/
Author: Ashutosh Singh
Author URI: https://ashusingh.in/
Description: Custom theme for Acres Future Curriculum
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: afc
*/

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    height: 100%;
    scroll-behavior: smooth;
	margin: 0;
	padding: 0
}

body {
    height: 100%;
	margin: 0;
	padding: 0
}

/* Resets */

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

a:hover,
a:active,
a:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    margin-bottom: 20px;
}

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

p {
    margin: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}