/*
Theme Name: Twenty Twenty - The Other Coast
Theme URI: https://example.com
Description: A child theme for Twenty Twenty.
Author: Aaron Wilsford
Author URI: https://example.com/
Template: twentytwenty
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

html,
body{
  margin: 0px;
  padding: 0px;
}

html{
  height: 100%;
}

body{
  min-height: 100%;
}

body.custom-background{
  background: #000 !important;
}



/*Header*/
.header-inner,
.header-titles-wrapper{
  width: 100%;
  max-width: 100%;
  display: block;
  flex: 0 0 100%;
  margin: 0px;
}

.header-titles{
  justify-content: center;
}

.header-navigation-wrapper{
  max-width: 100%;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  margin: 0px;
}

ul.primary-menu{
  width: auto;
  justify-content: center;
  margin: 0px;
}

.primary-menu-wrapper,
.header-toggles{
  width: auto;
  display: flex;
  flex: 0 1 auto;
}



main#site-content{
  background: #fff;
  padding-bottom: 8rem;
}



.footer-top-visible .footer-nav-widgets-wrapper{
  margin-top: 0px;
}



