body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #555;
    background-color:#f4ffe7;
}

[v-cloak] { 
  display: none 
}


main {
    max-width: 1280px;
    margin: auto;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #333;
}

h2, .h2 {
    margin-top: 8px;
}

a:focus {
    border: 0 !important;
    outline: 0;
}

.badge {
    margin: 8px;
    text-align: center;
    vertical-align: middle;
}

.seperate {
    border-top: 1px solid #1f661f;
    margin-top: 8px;
    padding-top: 8px;
}

.footer {
    padding: 20px 0;
    color: #999;
    text-align: center;
    background-color: #f9f9f9;
    margin-top: 4px;
    border-top: 1px solid #e5e5e5;
}

.footer p:last-child {
    margin-bottom: 0;
}

.bg-info {
    background-color: #858735 !important;
}
 
.navbar-light .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.80);
}

.navbar-light .navbar-toggler {
    color: white;
    border: none;
}

.dropdown-menu {
    background-color: #868642;
}

.dropdown-item {
    color: white;
}

.vvn-header: {
    position: relative;
    width: 100%;
}

.sidebar-item {
    text-align: center;
    border: none;
    padding-top: 8px;
    padding-bottom: 8px;
}

.landscaping {
    font-family: 'Flux Architect';
    font-weight: normal;
}

.landscaping-bold {
    font-family: 'Flux Architect';
    font-weight: 600;
}

#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu-br.png) repeat-x;
	padding:0;
}

:focus {
    outline-color: white;
    outline-width: 0.1px;
}

.form-control::placeholder {
  color: lightblue;
  opacity: 0.8;
}


@font-face {
font-family: 'Flux Architect';
font-style: normal;
font-weight: normal;
src: local('Flux Architect'), url('/css/Flux_Architect_Regular.woff') format('woff');
}


@font-face {
font-family: 'Flux Architect Italic';
font-style: normal;
font-weight: normal;
src: local('Flux Architect Italic'), url(/css/'Flux_Architect_Italic.woff') format('woff');
}


@font-face {
font-family: 'Flux Architect Bold';
font-style: normal;
font-weight: normal;
src: local('Flux Architect Bold'), url(/css/'Flux_Architect_Bold.woff') format('woff');
}


@font-face {
font-family: 'Flux Architect Bold Italic';
font-style: normal;
font-weight: normal;
src: local('Flux Architect Bold Italic'), url(/css/'Flux_Architect_Bold_Italic.woff') format('woff');
}

