/**
 * RSX Framework
 * Copyright 2015 Bell Canada
 * 
 *  Base CSS
 */

body {
	background-color: #e1e1e1;
}

.rsx-page-content {
	position: relative;
	background-color: #e1e1e1;
	background-repeat: no-repeat;
	transition: background-size 0.5s cubic-bezier(.55,0,.1,1);
	min-width: 0;
	width: 100%;
}

footer .container {
    margin-bottom: 0;
}

a {
    color: #00549a;
}

h1 a:hover, .rsx-h1 a:hover,
h2 a:hover, .rsx-h2 a:hover,
h3 a:hover, .rsx-h3 a:hover,
h4 a:hover, .rsx-h4 a:hover,
h5 a:hover, .rsx-h5 a:hover,
h6 a:hover, .rsx-h6 a:hover {
    text-decoration: none;
}
