/*
 Theme Name:   DK Starter
 Theme URI:    https://generatepress.com
 Description:  DK John Digital (GeneratePress child theme)
 Author:       DK John
 Author URI:   https://dkjohn.com
 Template:     generatepress
 Version:      0.1
*/


/* Set the main content area to a minimum of 65vh */
#main {
    min-height: 65vh;
  }
  
  
  /* Site Wrapper to set overall site max width */
  .site-wrapper {
    width: 100%;
    max-width: 1920px;
    background-color: var(--body);
  } 
  
  body {
    background-color: var(--outside-container);
  }
  
  
/* Home page hero logged out button */
.gb-element-5348e4e2 .wp-block-loginout {
    padding: .3em .8em;
    border-radius: 25px;
}
