


body{
	background: url(img/back.png) no-repeat center center fixed;
    background-size: cover;
    padding-left: 14%;
    padding-right: 14%;
}

.navbar-brand{
	max-width: 172px;
	margin-bottom: 9%;
}

#headerMain{
	color: white;

}

#headerRed{
	color: #FF2A00;
}

#logo{
	max-width: 140px;
}

#descript{
	margin-top: 5%;
}

#descrtext{
margin-top: -9px;
margin-left: -40px;
font-style: normal;
font-weight: 400;
font-size: 30px;
line-height: 29px;
color: white;

}


.btn {
    position: relative;
    display: inline-block;
    height: 50px;
    padding: 10px 10px;
    font-size: 10%;
    line-height: 50px;
    cursor: pointer;
    color: #900;

    font-weight: 700;
font-size: 20px;
line-height: 19px;
text-align: center;

color: #FFFFFF;

}

.btn:before {
    position: absolute;
    display: block;
    content: '';
    top: 0; left: 0;
    right: 0; bottom: 0;
    background: #FF2A00;
    z-index: 1;
    transform: skewX(-15deg);
}
.btn:hover:before {
    background: #900;
}
.btn:hover {
    color: #fff;
}

.btn span {
    position: relative;
    display: block;
    top: 0; left: 0;
    right: 0; bottom: 0;
    z-index: 2;
    color: white;
    padding: 5px 0px;
}

