﻿/*********************************************************************************************************
Author:	Shawn N. Moore	
Created: 4/04/2018
Description: Styles for master template

*********************************************************************************************************/

/*******************************************************/
/* General Styles                                      */
/*******************************************************/

/* space around main page content */
.page-content-container
{
    margin:5px 5px 5px 5px; 
}

/*sizing for the City Logo*/
.mainSiteHeadingLogo
{
    height:96px;
}

/*align the text a bit better*/
.mainSiteHeadingText
{
    padding:30px;
    /*color:#a2546c;*/
    /*color:#898d49;*/
    /*color:#0c5460;*/
    color:#0f6474;
    font-weight:bolder;
}

/*align the text a bit better*/
.mainSiteSubHeadingText
{
    
    color:#0f6474;
    font-weight:bolder;
}
/*override the line height, which is 1.5 for bootstrap.  1 is a more compact size.   Also and and a bit of a margin for the body so it doesn't crowd the browser edges */
body
{
    line-height:1;
    margin:2px;
}
