body {
    color: #000000;
	font-family: 'Lato', sans-serif;
	font-weight: 100;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poiret One', cursive;
}
p {
	font-size: 18px;
}
a:link,
a:visited,
a:active { 
	-o-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-webkit-transition: color 0.3s linear;
	-ms-transition: color 0.3s linear;
	transition: color 0.3s linear;
} 
a:hover { 
} 
.container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.container-sm, .container-md, .container-lg, .container-xl, .container {
    padding-right: 40px;
    padding-left: 40px;
}
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1280px;
}
.navigation-container {
	background-color: #021221 !important;
}
.primary-container {
	min-height: 500px;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #ffffff;
}
/*
.primary-background {
	background-color: #021221;
}
.navigation-container {
	background: url(https://sirius.td-portfolio.com/wp-content/themes/sirius-blocks/images/services-bgrnd.jpg)no-repeat scroll;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center top;
	border-bottom: 2px solid #FFCC66;
}
*/
.footer-container {
	background: url(https://sirius.td-portfolio.com/wp-content/themes/sirius-blocks/images/footer-bgrnd.jpg)no-repeat scroll;
    width: 100%;
    padding: 0;
    background-size: cover;
    background-position: center top;
    min-height: 600px;
    z-index: 9998;
    position: absolute;
	color: #ffffff;
}