header {
    height: 100px;
}

nav {
    padding-top: 30px;
}

nav ul li a {
    color: #c29f5f;
}

.menu ul li a:hover {
    color: #c29f5f;
}

.menu ul li:hover a {
    color: #c29f5f;
}

.menu ul li a.active {
    color: #7c5f29;
}

a:focus, a:hover {
    color: #c29f5f;
}

.logo {
    height: 100%;
    position: absolute;
    margin-top: 5px;
}

.logo img {
    height: 90%;
}

.main-block {
    margin-top: 150px;
}

.about h4{
    color: #777;
}

.prices .bg-bg-chrome {
    background-color: #d2ebe5;
}

.prices h2 {
    color: #c29f5f;
}

.prices h4 {
    color: #777;
    font-weight: 700;
    margin-bottom: 15px;
}

.prices h6 {
    color: #c29f5f;
    margin-bottom: 30px;
    font-weight: 700;
}

.prices p {
    color: #777;
    margin-bottom: 15px;
}

.testimonials .bg-bg-chrome {
    background-color: #d2ebe5;
}

.testimonials h2 {
    color: #c29f5f;
}

.quote-box {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}

.quote-box h4 {
    font-weight: 700;
    text-align: right;
    color: #777;
}

.quotation-mark {
    font-weight: bold;
    font-size: 100px;
    color: #ccc;
    font-family: "Times New Roman", Georgia, Serif;
}

.quote-text {
    font-size: 15px;
    margin-top: -10px;
    text-align: justify;
}

.quote-name {
    text-align: right;
}

.team-block p {
    padding-top: 15px;
    font-size: 15px;
    color: #777;
}

.team-block h4 {
    padding-bottom: 15px;
    font-weight: 700;
}

.team-block h6 {
    padding-bottom: 20px;
    font-weight: 300;
    color: #555;
}

.contact-title h2 {
    color: #c29f5f;
}

.conatct-item h4 {
    font-weight: 700;
    color: #777;
}

.conatct-item a, .conatct-item span {
    color: #777;
}
    
.contact-block input {
    border: 1px solid #999;
    color: #555;
}

.contact-block input[type="submit"] {
    border: 1px solid #c29f5f;
    background-color: #c29f5f;
}

.contact-block input[type="submit"]:hover {
    border: 1px solid #999;
    color: #555;
}

.contact-block textarea {
    border: 1px solid #999;
    color: #555;
}

.contact-bg {
    background-image: url("/img/budapest.gif");
}

.contact .main-block {
    position: absolute;
    top: 0;
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

.bg-bg-chrome {
    background-position: 50% 20%;
}

.marker {
    top: 15%;
    left: 25%;
}

.nav-menu-icon a i, .nav-menu-icon a i::before, .nav-menu-icon a i::after {
    background: #999;
}

@media screen and (max-width: 768px) {
    .nav-menu-icon {
        position: absolute;
        top: 20px;
    }
}

@media screen and (max-width: 992px) {
    .nav-menu-icon {
        position: absolute;
        top: 20px;
    }
}
