/* Use this for custom css */
body {
    background: url(../img/bg.jpg);
    background-color: #414455;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center top;
	text-align: center;
}
.topper {
    margin-top: 50px;
	text-align: center;
}
.img-responsive {
    margin-top:50px;
}

.logo-topper p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    font-size: 20.5px;
	text-align: center;
}
.logo-topper img {
    max-width: 300px;
	display: inline-block;
}
.topper-info {
    text-align: center;
    margin-top: 170px;
}
.adres-topper p>span {
    font-weight:700;

}
.adres-topper {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-top: 210px;
}

.btn-topper {
    margin-top: 30px !important;
}
.btn-light {
    margin-top:10px;
    margin-right:10px;
    border-radius:0;
    font-family: 'Poppins', sans-serif;
    background: none;
    padding: 17px 24px;
    color: white;
    border:2px solid;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
}
.text-topper {
    text-align: center;
}
.text-topper h3 {
	margin-bottom: 30px;
	    text-align: center;
}
@media(max-width:992px) {
    .btn-lg {
        margin:0;
        display:block;
    }
    .btn-primary {
        margin-top:10px;

    }

}
.btn-primary {
    border:2px solid #f06424;
    border-radius:0;
    font-family: 'Poppins', sans-serif;
    background: #f06424;
    padding: 17px 24px;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
	text-align: center;
}
h3 span {
    color:#f06424;
}
.btn-light:hover {
     border:2px solid #f06424;
    color: #f06424;
}
.btn-primary:hover {
     border:2px solid #f06424;
    background: #f26222;
    color: white;
}
h3 {
    font-family: 'Poppins', sans-serif;
    color: white;
}