/*
Theme Name: Twenty Seventeen Child
Theme URI: https://example.com/twenty-seventeen-child/
Description: A child theme of the Twenty Seventeen theme
Author: Your Name
Author URI: https://example.com
Template: twentyseventeen
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen-child
*/

/* Add your custom styles here */
body {
        font-size: 1.25rem;
    }

@media screen and (min-width: 48em) {
  .has-sidebar:not(.error404) #primary {
    float: left;
    width: 62%;
  }
  .has-sidebar #secondary {
    float: right;
    padding-top: 0;
    width: 34%;
  }
}

@media screen and (min-width: 48em) {
    .wrap {
        max-width: 1200px;
        padding-left: 3em;
        padding-right: 3em;
    }
}