﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color: #FFF8F0;
    font-family: 'Segoe UI', sans-serif;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

input,
select,
textarea,
.form-control {
    max-width: 280px;
    border-radius: 10px;
}

.navbar {
    background-color: #6F4E37 !important;
    border: none;
}

.navbar-brand,
.navbar-nav > li > a {
    color: white !important;
    font-weight: bold;
}

.navbar-nav > li > a:hover {
    background-color: #D4A373 !important;
    color: white !important;
}

.jumbotron {
    background: linear-gradient(135deg, #6F4E37, #D4A373);
    color: white;
    border-radius: 20px;
}

.btn-primary {
    background-color: #6F4E37;
    border-color: #6F4E37;
}

.btn-primary:hover {
    background-color: #5A3D2B;
}

.btn-success {
    background-color: #D4A373;
    border-color: #D4A373;
    color: white;
}

.btn-danger {
    border-radius: 30px;
    padding: 12px 30px;
}

.table {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.1);
}

.table th {
    background-color: #6F4E37;
    color: white;
}

img {
    border-radius: 12px;
    max-width: 100%;
}

.hero {
    background: url('/Images/ooo.jpg') no-repeat center center;
    background-size: cover;
    height: 600px;
    border-radius: 20px;
    position: relative;
}

.overlay {
    background: rgba(0,0,0,.55);
    width: 100%;
    height: 100%;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

.overlay h1 {
    font-size: 50px;
    font-weight: bold;
}

.overlay p {
    font-size: 20px;
}

footer {
    margin-top: 40px;
    padding: 20px;
    text-align: center;
    color: #6F4E37;
    font-weight: bold;
}