.logo{
    height: 200px;
}
.txt2{
	font-size:1.2rem;
}

.txt3{
	font-size:.8rem;	
}

.btn1{
    background: #E31F13;
    color: #Fff;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    text-align: center;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:1em;
    cursor: pointer;
	border:0;
	width:100%;
	max-width:250px;
}
.txt4{
	opacity:.5;
}

.foot{
	border-top:1pt solid #fff;
}
.txt5{
	font-size:1.2em;
	text-decoration:underline;
}

.btn2{
    background: #383838;
    color: #Fff;
    display: inline-block;
    border-radius: 50px;
    display: inline-block;
    padding: 10px 30px;
    line-height: 20px;
    text-align: center;
    width: auto;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:.9em;
    cursor: pointer;
	border:0;
	width:auto;
}

@media(max-width:991px){
	.btn1, .btn2{
	width:100%;
	max-width:100%;		
	}
}