
/* CSS customv1 */

html 				{
						/* HTML attributes neeted to manage sticky footer */
  						position: 					relative;
  						min-height: 				100%;
					}


/* Move down body for planned fixed navbar that is 50px tall */

body                {
                        background-color:           #f5f5f5;
                        color:		 				#8c8c8c;
                        text-align: 				center;
                        margin-top: 				0px;
                        /* Margin bottom needs to equal footer height */
                        margin-bottom: 				30px;
                    }


a:link				{	
						color: 						#8c8c8c;
						text-decoration: 			underline;
					}


div.advise          {
                        padding-top:                50px;
                        padding-bottom:             50px;
                    }


p.advisory          {
                        font-size:                  1.3em;
                        color:                      #6b6b6b;
                    }


div.logo            {
                        padding-top:                30px;
                        padding-bottom:             20px;
                    }


.center-block       {   display:                    block;
                        margin-left:                auto;
                        margin-right:               auto;
                    }


div.tagline        {
                        padding-top:                0px;
                        padding-bottom:             50px;
                    }


p.tagline			{
						font-size: 					1.3em;
						color: 						#6b6b6b;
					}


.footer 			{
  						position: 					absolute;
  						bottom: 					0;
  						width: 						100%;
  						/* Set the fixed height of the footer here */
  						height: 					30px;
  						background-color: 			#f5f5f5;
  						text-align: 				center;
  						font-size: 					0.8em;
					}
