/*
    Theme Name: Optimus Starter Theme
    Author: Alan Espinet, SpiderBoost Communications
    Author URI:  https://www.spiderboost.com/
    Description: Exclusive Theme used for SBC
    Version: 1.0
    Licence:  GNU General Public License v2 or later
    Licence URI:  http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain:  sbc
*/


html {
    padding: 0;
    margin: 0;
}

.skip-to-main {
    padding: 10px 50px;
    display: inline-block;
    background-color: tomato;
    border: 2px solid #000;
    font-family: sans-serif;
    color: #fff !important;
    text-decoration: none !important;
    position: absolute;
    top: 0;
    left: -10000px;
    z-index: 100000;
}

.skip-to-main:focus {
    left: 0;
}


body {
    font-family: "Roboto", sans-serif;
    background: #f0f2f5;
    color: #1a1a2e;
    min-height: 100vh;
    padding: 2rem 1rem;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

header {
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 15px;
}

.subtitle {
    margin-top: 0.25rem;
    font-size: 1.2rem;
    color: #000;
}

.subtitle a {
    color: teal !important;
}

 
/* ******************************** MEDIA QUERIES ************************************** */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */
/* ************************************************************************************* */