@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');

html, body{
	height: 100%;
	background-color: #f41b30;
	font-family: 'Roboto', serif;
	color: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

h2 {
	font-size: 1.2em;
	font-weight: bold
}

h2 > i {
	color: #f41b30;
	transform: rotateY(180deg);
	margin-right: 0.5em;
}

p {
	font-size: 21px;
	color: #fff;
	margin-bottom: -3px
}

.container {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

@media (min-width:768px){
    .container{
        width:750px
    }
}
@media (min-width:992px){
    .container{
        width:970px
    }
}
@media (min-width:1200px){
    .container{
        width:1170px;
    }
}
.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}

.background-svn {
    background: url('');
    background-color: #0e0e0e;
    min-height: 100%;
    min-width: 1024px;
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-svn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%, -50%);
	width: 30%;
	filter: white
}

@media screen and (max-width: 1024px) {
  .background-svn {
    left: 50%;
    margin-left: -512px;   /* 50% */
  }
}

footer {
	bottom: 0;
	padding-bottom: 0em;
	padding-top: 3em;
}

.ddd {
	font-size: 18px;
	font-weight: bold
}

.mb-card {
	margin-bottom: 3.5em;
}