body {
	background-color: #dddddd;
	background-image: url("../images/vineyard.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow-x: hidden;
	height: 100%;
}

.titler	{
	font-family: 'La Belle Aurore', cursive;
	color: #ffffff;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */	
}

h2	{
	font-family: 'Josefin Slab', serif;
	font-size: 20px;
	font-weight: bold;
}

.panel-warning	{
    /* opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
	background-color: rgba(255,255,255,0.5);
}

.two {
color: darkbrown !important;
}

.main	{
	font-weight: bolder;
}

div.box	{
	color: white;
	font-family: 'Josefin Slab', serif;
	text-align: center;
	font-size: 30px;
	font-weight: bolder;
}

img	{
opacity: 1.0;
max-width: 100%;
}

div.bar_top {
	padding-top: 0px;
	margin-top: 0px;
	background-color: white;
}

div.divide{
	padding-top: 2px;
	border-bottom: 1px dotted #E0D2B8;
}

.navbar {
	min-height: 13px;
    line-height: 0.81;
	font-size: 12px;
	
}

.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav>li>a {
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.navbar-nav>li>a:hover{
    color: gold;
}

.navbar-nav>li>a:focus {
    color: gold;
    background-color: transparent;
}

/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.one {
-webkit-animation-delay: 0.5s;
-moz-animation-delay: 0.5s;
animation-delay: 0.5s;
}

/*==== FADE IN UP ===*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
 
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
 
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.navbar-inverse .navbar-nav>li>a {
color: white !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
color: gold !important;
}
