.fakeimg {
  height: 200px;
  background: #aaa;
}
.backimg {
    background-image: url('img/kappadokia.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
h1 {
    color: rgb(218, 221, 228);
    font-size: 70px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.315) 5px 5px;
    
}
.slogan {
    font-size: 30px;
    font-weight: bold;
    color: rgb(255, 229, 79);
    text-shadow: rgb(0, 0, 0) 1px 1px;
}
.navbar {
    position: relative;
} 
.navbar-light {
    font-size: 20px;
}
.navbar-brand img {
    width: 50px;
}
.navbar-custom {
    background-color: rgb(174, 168, 226);
}

.navbar-customtext {
    font-size: 10px;
}

.price {
    font-size: 22px;
    font-weight: bold;
}
.buy {
    float: right;
}
.jumbotron-custom{
margin-bottom:0;
margin-left: -15px !important;
margin-right: -15px !important;
}