/* HAPPINESS MIRACLE 2025 */
 
 @import url('https://fonts.googleapis.com/css2?family=Caprasimo&family=DM+Serif+Display:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto+Slab:wght@100..900&display=swap');
            body {
                font-family: "Lato", sans-serif;
                margin:0;
                padding:0;
            }
            
            a { text-decoration: none; }
            
            h1 {
                margin-top: 0;
                text-align: center;
                font-size: 52px;
                /* font-family: "Caprasimo", serif; */
                font-weight: 900;
                font-style: normal;
            }
            h2 {
                text-align: center;
                font-size: 30px;
                font-weight: 700;
                font-style: normal;
            }

            h3 {
                text-align: center;
                font-size: 22px;
                font-style: normal;
            }
            
                .content h3 a {
                    text-decoration: underline;
                    font-weight: bold;
                    color: blue;
                }
                
                .content h3 a:hover {
                    text-decoration: none;
                    
                }
                
                .content h3 a:visited {
                    text-decoration: underline;
                    font-weight: bold;
                }
                

            
            p {
                font-size: 18px;
                font-style: normal;
            }
            .blocks {
                margin: 0 auto;
                display:block;
                
            }
            .content {
                margin: 0 auto;
                display: block;
                width: 1200px;
                max-width: 85%;
                padding: 20px;
                /* background-color: red; */
            }    


            
            
            .hero {
                background-image: url('https://happinessmiracle.com/images/Happiness-Miracle-Ipad-hero.png');
                background-repeat: no-repeat;
                background-position: left bottom;
                background-size: contain;
                height: 600px;

            }

                .heroaccess {
                    background-image: url('https://happinessmiracle.com/images/Happiness-Miracle-Ipad-hero.png');
                    background-repeat: no-repeat;
                    background-position: left bottom;
                    background-size: contain;
                    height: 600px;
    
                }
                .headingaccess {
                    margin-top: 75px; 
                    margin-bottom: 5px;
                }
            
            
                .top-mobile-ipad {
                    display:none;
                    margin: 0 auto;
                    width: 350px;
                }
            
                .blue {
                    background-color: #7dc8dc;
                }
                
            .accessbutton-black {
                        margin: 0 auto;
                	    display: block;
                	    margin-bottom: 20px;
                	    width: 350px;
                	    border-radius: 25px; 
                	    background-color: #ff9900; 
                	    color: black; 
                	    font-size: 23px; 
                	    font-weight: 900;
                	    text-align: center; 
                	    padding: 10px;    
                	    cursor: pointer;
            }
            
                .accessbutton-black:hover {
                        background-color: #f6de43; 
                	    color: black;    
                }
            
    
            .blackbar {
                background-color: black;
                margin: 0 auto;
                display:block;

            }
            
                /* qoute */
                .quote-wrapper {
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  padding: 16px;
                  
                  color: #FAF30B;
                  font-family: "Roboto Slab", serif;
                  text-align: center;
                }
                
                .quote {
                  max-width: 700px;
                  line-height: 1.5;
                  font-size: 40px;
                  opacity: 0;
                  transition: opacity 600ms ease;
                  font-optical-sizing: auto;
                    font-weight: 700;
                }
                
                /* Optional styling */
                .quote::before {
                  content: "“";
                }
                .quote::after {
                  content: "”";
                }
                .countdown {
                    text-align: center;
                    font-size: 50px;
                    margin: 15px;
                    color: white;
                    font-family: "Roboto Slab", serif;
                    font-optical-sizing: auto;
                    font-weight: 700;
                    font-style: normal;
                }
                
                #countdown {
                   color: #f6de43;
                }
            

            
            .landingebook {
                width:350px;
                margin: 0 auto;
                display: block;
                border-radius: 12px;
            }
            
            .geniuswave {
                width:500px;
                max-width: 85%;
                margin: 0 auto;
                display: block;
            }
 
                .gray {
                    background-color: #f2f2f2;
                }
 
            .bottom-download {
                height: 650px;
            }
            
            
            .bottom {
                background-image: url('https://happinessmiracle.com/images/happy-girl-pointing.png');
                background-repeat: no-repeat;
                background-position: right bottom;
                background-size: contain;
                
            }

            .bottomebook {
                width:400px;
                    max-width: 85%;

                margin-top: 50px;
                
            }
            
            .footer {
                background-color: black;
                margin: 0 auto;
                display:block;
                color: #f2f2f2;
                text-align: center;
                
            }
            
                .footer p {
                    font-size: 16px;
                }
            
                .footer a {
                    color: #f2f2f2;
                    text-decoration: underline;
                }
                .footer a:hover {
                    color: #FAF30B;
                    text-decoration: none;
                }
                
            .paypaldonate {
                width: 250px;
                max-width: 85%;
                margin: 0 auto;
                display: block;
            }
                
                
            /*  responsive grid system --> */
            /*  SECTIONS  */
            .section {
            	clear: both;
            	padding: 0px;
            	margin: 0px;
            }
            
            /*  COLUMN SETUP  */
            .col {
            	display: block;
            	float:left;
            	margin: 1% 0 1% 1.6%;
            }
            .col:first-child { margin-left: 0; }
            
            /*  GROUPING  */
            .group:before,
            .group:after { content:""; display:table; }
            .group:after { clear:both;}
            .group { zoom:1; /* For IE 6/7 */ }
            
            /*  GRID OF TWO  */
            .span_2_of_2 {
            	width: 100%;
            }
            .span_1_of_2 {
            	width: 49.2%;
            }
            
            /*  GO FULL WIDTH AT LESS THAN 850 PIXELS */
            
            @media only screen and (max-width: 1000px) {
            	.span_2_of_2, .span_1_of_2 { width: 100%; }
            	.col { margin: 1% 0 1% 0%; }
            	
            	/* basic site */
            	.hero {
            	    background-image: none;
                    height: 1750px;
            	    
            	}
            	
                	.heroaccess {
                	   background-image: none;
                        height: auto; 
                	}
            	
            	    .headingaccess {
            	        margin-top: 5px;
            	    }
            	    .top-mobile-ipad {
                        display:block;
                        width: 75%;
            	    }
            	    
                .landingebook {
                    width: 75%;
                }
            	
            	.bottom-download {
            	    height: 730px;
            	}
            	.bottom {
                    background-image: none;
            	}
            	.bottomebook {
            	    display: none;
            	}
            	
            }
                   