@charset "UTF-8";
/* CSS Document */

html {
	height: 100%;

background: #ff1313;
background: -moz-linear-gradient(top, #ff1313 49%, #ff1ecd 50%);
background: -webkit-linear-gradient(top, #ff1313 49%,#ff1ecd 50%);
background: linear-gradient(to bottom, #ff1313 49%,#ff1ecd 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1313', endColorstr='#ff1ecd',GradientType=0 );
}

body {
	background: none;
	height: 100%;
}

.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	padding:0px !important;
	margin:0px auto !important;
	width: 100% !important;
}

.jumbotron {
	padding:0px !important;
	background: none;
	width:100%;
}

.topimage {
	text-align: center;
}

.topimage img {
	width: 100%;
}
