body {
    margin: 0;
    position: relative;
    user-select: none;
    background: #e9ebee;
}

@font-face {
	font-family: 'ultraregular';
	src: url('../fonts/ultra-webfont.eot');
	src: url('../fonts/ultra-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/ultra-webfont.woff') format('woff'),
	url('../fonts/ultra-webfont.ttf') format('truetype'),
	url('../fonts/ultra-webfont.svg#ultraregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'arvobold';
	src: url('../fonts/arvo-bold-webfont.eot');
	src: url('../fonts/arvo-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/arvo-bold-webfont.woff') format('woff'),
	url('../fonts/arvo-bold-webfont.ttf') format('truetype'),
	url('../fonts/arvo-bold-webfont.svg#arvobold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'arvoregular';
	src: url('../fonts/arvo-regular-webfont.eot');
	src: url('../fonts/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/arvo-regular-webfont.woff') format('woff'),
	url('../fonts/arvo-regular-webfont.ttf') format('truetype'),
	url('../fonts/arvo-regular-webfont.svg#arvoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/**
 * Copyright
 * 
 */
.dvrsCopyright {
	background: #6b6b6b;
	font-family: 'Roboto Condensed', sans-serif;
	color: #ccc;
	font-size: .8em;
	text-shadow: 0 1px 0 #000;
	user-select: none;
	position: absolute;
    width: 100%;
    bottom: 0px;
}
.dvrsCopyright p:nth-child(2){
	float: right;
}
.dvrsCopyright .container p{
	display: inline-block;
	padding: 8px;
    margin: 0;
    vertical-align: top;
    margin-top: .5em;
}
.dvrsCopyright a {
	color: inherit;
	text-decoration:none;
}
.dvrsCopyright a:hover {
	color:#fff;
    text-decoration: none;
}
.dvrsCopyright .container p a:hover{
    color: #d9630b;
}
.dvrsCopyright .icon{
	font-size: 2.5em;
}
.dvrsCopyright .row{
	min-height: 3.5em;
    justify-content: space-between;
}
.dvrsCopyright .row div:first-of-type{
    padding:0;
}
