/*
Theme Name: RTheme
Theme URI: https://github.com/Ronald33/rtheme
Author: Ronald Apaza
Author URI: https://github.com/Ronald33
Description: For more information, visit: https://github.com/Ronald33/rtheme
Requires at least: 5.3
Tested up to: 5.8
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: rapazave, rtheme
Text Domain: rtheme
*/

.bg-centered
{
    background-size: cover;
    background-position: center;
}

.page-wrap
{
    margin-top: 0px;
}

.page-header-wrap
{
    background-color: #1e73be;
    height: 100px;
}

.page-header-wrap > .container
{
    height: 100%;
}

.page-header-wrap > .container > h2
{
    font-weight: 400;
    line-height: 100px;
}

.page-header-info
{
    height: 35px;
    background-color: #1e73be;
}

.page-header-info .contact
{
    line-height: 33px;
    font-size: 14px;
}

.page-header-info .contact i
{
    margin-right: 4px;
}

/* Body */
.my-body
{
    padding-top: 20px;
    font-family: "Open Sans", Helvetica, sans-serif;
    line-height: 1.8;
    color: #575757;
    font-size: 14px;
}

.my-body p
{
    text-align: justify;
}

.my-body figcaption
{
    text-align: center;
}

.gauge > table
{
    margin-left: auto !important;
    margin-right: auto !important;
}