*{
	font-family: 'Roboto Condensed', sans-serif !important;
}

html{
	height: 100vh;
	background-color: #702478;
}

body{
	background-color: transparent !important;
}

.jumbotron-block{
	text-align: center;
	padding: 30px 15px;
	background-color: #fff;
	border: 3px solid #fff;
	border-radius: 10px;
	margin-top: 80px;
}

.jumbotron-block h1{
	font-size: 40px;
	font-weight: 700;
	color: #404040;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.jumbotron-block p{
	font-size: 20px;
	line-height: 24px;
	color: #404040;
}

.jumbotron-block p > span{
	color: #702478;
	font-weight: 700;
}

.jumbotron-block img{
	width: 400px;
	height:  auto;
	display: inline-block;
	margin: 30px 0;
}

.jumbotron-block h3{
	font-size: 24px;
	color: #404040;
	margin-bottom: 20px;
}

.jumbotron-block ul{
    width: 200px;
    margin: 0 auto;
    list-style: none;
    margin-bottom: 30px;
    padding: 0;
}

.jumbotron-block ul li{
    font-weight: bold;
    font-size: 18px;
    color: #D4077C;
}

.contact a{
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	border-radius: 3px;
}

.contact a:first-of-type{
	background-color: #702478;
}

.contact a:last-of-type{
    background-color: #D4077C;
}

@media(max-width: 575px){
    .jumbotron-block{
        margin-top: 0;
        border-radius: 0;
    }

    .jumbotron-block img{
        width: 280px;
        margin: 0 0 30px 0;
    }
}