/*
    custom.css
    Any site-specific CSS customization should be added to this file.
    This file overrides the defaults in illiad.css, which should not be altered.
*/

#sg-footer {
	border-top: 0.25rem solid #000000;
	background: #ffbd00;
	padding: 0.5rem 1rem;
	margin: 0;
	color: #000000; 
}
#sg-footer h6 {	
	margin: 0.25rem 0;
	border: none;
	padding: 0; 
}
.alignRight {
	text-align:right;
}
.alignLeft{
	text-align:left;
}
.centerContent {
	text-align:center;
}
.button-new-line-1{
            display: inline-block;
            width: 100%;
            margin-top: -40px;
        }

        .button-new-line-2{
            display: block;
            width: 80%;
            display: inline-table;
            margin-top: -10px;
        }