/*
 Theme Name:  Divi Child - Media Relations
 Theme URI:    https://divilife.com
 Description:  Child Theme for Divi
 Author:       Tim Strifler
 Author URI:   https://divilife.com
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

/*
body, html {
      height: 100%;
      margin: 0;
    }
    #page-container {
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }
    #et-boc {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    #et-main-area {
      flex: 1;
      display: flex;
      flex-direction: column;
    }
    header, footer {
      
    }
    #main-content {
      flex: 1;
		background-color: #2b144a;
    }
*/