@font-face {
    font-family: 'poiret';
    src: url('../font/poiret.ttf');
}

body {
    background:#282828;
    color: #fff;
    min-height:100vh;
}

p {
    margin-bottom:1rem;
}

a, a:hover, a:active, a:visited {
    color: #d4af37;
}

a.button,a.button:hover, a.button:active,a.button:visited {
    color: #000;
}

.navbar a.navbar-item {
    color: #d4af37;
}

.navbar .navbar-item:hover {
    background: #222;
    color: #d4af37;
}

.main-hero {
    background-image: url('../img/kitara_9.jpg');
    background-size: cover;
    background-position: top;
    height:100vh;
}

.main-hero h1{
    color:#fff;
    font-family: 'poiret';
}

.navbar-item {
    color:#fff;
    font-family: 'poiret';
    font-size: 1.5rem;
}

.hero-content{
    background: rgba(0, 0, 0, 0.34);
    border-radius: 2px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10.7px);
    -webkit-backdrop-filter: blur(10.7px);
    padding:1rem;
}

.hero-content h4 {
    color:#fff;
    font-family: 'poiret';
}

.price-list {
    background:#fff;
    color:#000;
}

.price-list h2 {
    font-family: 'poiret';
}

.basic-info h2{
    color:#fff;
    font-family: 'poiret';

}

.footer-title {
    color:#fff;
    font-family: 'poiret';
}