/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.tm-headerbar {
    background: url("/templates/yoo_eat/images/header-bg.jpg");
}
body {
	background-image:  url("/templates/yoo_eat/images/site-bg.jpg");
    background-color: #ead7d9;
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
}
.headeraddress {
    background: rgba(0,0,0, 0.7);
    padding: 15px;
}
.headeraddress p {
    color: #fff;
}
.headeraddress a {
    color: #fff;
}
.headeraddress a:hover {
    color: #fff;
	text-decoration: underline;
}
#bfFileQueue, #bfSubmitMessage {width: 250px;}
.control-group input {
    height: auto;
    min-height: auto !important;
    line-height: inherit;
}
#gbtext {
    height: 200px;
    width: 90%;
}
@media only screen and (max-width: 530px) {
.uk-navbar-center {
    max-width: 85%;
}
}