h2 {
    font-size: 24px;
    text-transform:;
    color: white;
    font-weight: 300;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 200;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #080921;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}
.container-fluid {
    padding: 60px 50px;

}
.bg-grey {
    background-color: #080921;
    background-image: url("http://localhost/valdon/img/Description-gold.png");
    background-attachment: fixed;
}
.logo-small {
    color: #E0A773;
    font-size: 50px;
}
.logo {
    color: #E0A773;
    font-size: 200px;
}
.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}
.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}
.carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #E0A773;
}
.carousel-indicators li {
    border-color: #E0A773;
}
.carousel-indicators li.active {
    background-color: #E0A773;
}
.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}
.item span {
    font-style: normal;
}
.panel {
    border: 1px solid #E0A773;
    border-radius:0 !important;
    transition: box-shadow 0.5s;
}
.panel h3, p {
    color: white ;
}
.panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}
.panel-footer .btn:hover {
    border: 1px solid #E0A773;
    background-color: #fff !important;
    color: #E0A773;

}
.panel-heading {
    color: #fff !important;
    background-color: #E0A773 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.panel-footer {
    background-color: white !important;
}
.panel-footer h3 {
    font-size: 32px;
    color: #080921;
}
.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}
.panel-footer .btn {
    margin: 15px 0;
    background-color: white;
    color: #fff;
}

.panel-body p {
    color: #080921;
}

a:link {
    color:white;
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}
@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

body {
    background-color: #080921;
    font-family: Montserrat;

}
h2 {
    line-height: 1.8;

}
h3 {
    line-height: 1.9;

}
.paket
{
    font-size: 20px;

}
.orangetext {
    color:  #E0A773}

