html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.row {
	width: 100%;
}

.row2.center {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #AAA;
}

.text1 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
	display: table;
}

.text {
	margin: auto;
	width: 80%;
	text-align: center;
	text-transform: uppercase;
	font-size: 5vw;
	vertical-align: middle;
	height: 100%;
	display: table-cell;
}

a {
	border: 2px solid #000;
	padding: 10px;
	border-radius: 10px;
	text-decoration: none;
	color: #000;
	font-size: 2vw;
}

p {
margin: 0;
padding: 0;
}

.blue {
background: #3E84DE !important;
}

.blue2 {
	background: #004E9B !important;
	color: #FFF;
}

.blue2 a {
	color: #FFF;
	border-color: #FFF;
}

h2 {
	font-size: 24px;
	line-height: 36px;
	text-align: initial;
	margin: 10px 0;
	max-width: 700px;
	margin: 25px auto 0 auto;
}

.minip {
	font-size: 14px;
	line-height: 19px;
	text-align: initial;
	text-transform: none;
	padding: 10px 15px;
	font-family: Open Sans, sans-serif;
	max-width: 700px;
	margin: 0 auto;
}