/*!
Theme Name: Solgaarden
Theme URI: http://brainify.no/
Author: Brainify
Author URI: https://www.brainify.no/
Description: WordPress Theme for Solgaarden
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: solgaarden
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.countdown {
    padding: 5rem 0 2rem 0;
}

.countdown h2 {
    margin-top: 0;
    margin-bottom: 24px;
}

.countdown .countdown-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.countdown .countdown-box {
    padding: 2rem;
    background-color: grey;
    color: white;
    border-radius: 12px;
    text-align: center;
}

.countdown .countdown-box p {
    margin: 0;
}

@media (max-width: 768px) {
    .countdown .countdown-box {
        padding: .5rem;
    }
}