/* 
 Theme Name:     Divi Child
 Author:         Tim McCormick
 Author URI:     http://website.com/
 Template:       Divi
 Version:        v 0.1
 Description:   A Child Theme built using the elegantmarketplace.com Child theme maker
Developed by Andrew Palmer for Elegant Marketplace www.elegantmarketplace.com Free to use and duplicate as many times as you like
 Wordpress Version: 4.9.6
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 

:root {
  --primary: #5091cd;
  --primary-light: #a6c8d9;
  --primary-lighter: #edf4fa;
  --secondary: #284866;
  --accent: #49a942;
  --neutral: #666666;
  --neutral-dark: #000;
}

#main-content {
  min-height: calc(100vh - 140px);
}
