/*
    Theme Name: Silverline Central America
    Theme URI: https://silverlinecentralamerica.com/themes/silverlinecentralamerica/
    Author: Carlos Vasuqez
    Description: This is a custom theme for the Silverline Central America Website
    Tags: blog, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
    Version: 1.0
    Requires at least: 5.0
    Tested up to: 5.4
    Requires PHP: 7.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Text Domain: silverlinecentralamerica
    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

*{
    font-family:'Roboto';
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
}

html, body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

#main {
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}