/*!
Theme Name: replyamp
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
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: replyamp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

replyamp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
html{
    box-sizing:border-box;
}

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


body{
    margin:0;
}


img{
    height:auto;
    max-width:100%;
}


.screen-reader-text{
    position:absolute;
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

a.text-white,
a.text-white:visited,
a.text-white:hover,
a.text-white:active,
a.text-white:focus {
    color: #ffffff !important;
}
.page-content p{
    margin-bottom: 1.5rem;
    line-height: 1.9;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6{
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.page-content h2{
    font-size: 24px;
}

.page-content ul,
.page-content ol{
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.page-content li{
    margin-bottom: .5rem;
}

.page-content img{
    margin: 2rem auto;
    border-radius: 16px;
}

.page-content a{
    color:#f97316;
    text-decoration: underline;
}
.ra-nudge-yes:hover {
    color: #ffffff;
}