/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.bg-dark{
	background-color: #000000!important;
}


h1, h2, h3, h4, h5, h6 {
    color: #fff;
    text-transform: uppercase;
}

.irre {
    font-family: 'Londrina Outline', cursive;
    font-size:74px;
    color: #ffffff;
    font-weight: 500;
}

.bg-green{
    background-color:#0197a6!important;
}

a.btn_1, .btn_1 {
    border: none;
    color: #fff;
    background: #d800ff;
    border-radius: 25px;
    text-transform: uppercase;

}

.pres{
    position:absolute;
    right:10px;
    bottom:60px;
    width:280px;
}
@media only screen and (max-width: 768px) {

.pres{
    position:absolute;
    right:10px;
    bottom:90px;
    width:120px;
}
.irre {
    font-size:44px;

}
}