@import url('https://fonts.googleapis.com/css?family=Inconsolata|Yanone+Kaffeesatz:400,700');

body,html{
	height: 100% !important;
	width: 100%;
}

body {
	background: linear-gradient(rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.60)),   url(images/menu-bg.jpg) repeat #fff;
	background-attachment: fixed;
	background-position: center;
	background-size: cover !important;
	font-family: 'Inconsolata', monospace !important;
	color: #f6f7e7;
}

#logo {
	margin-top: 50px;
}

#logo img {
	width: 300px;
}

h1 {
	color: #f6f7e7;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 50px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 40px 0;
}

form {
    background: transparent;
    padding: 20px 30px;
	margin-bottom: 40px;
}

label {
    color: #222;
    font-size: 14px;
    font-weight: bold;
}

.form-control {
    border: #dddddd solid 1px;
    box-shadow: none;
    border-radius: 3px !important;
    background: #fff;
}

.form-control:focus {
    border: #57814A solid 1px;
    box-shadow: none;
    border-radius: 3px;
    background: #fff;
}

.btn{
    color: #ffffff;
    background-color: #39602D;
    font-family: inherit;
    font-size: 14px;
    line-height: 1.15em;
    letter-spacing: .15em;
    font-weight: 600;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    padding: 19px 35px;
    cursor: pointer;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    width: 100%;        
}


.btn:hover {
	background: #27501A;
	color: #fff;
	border: none;
	box-shadow: none;
}

.ui-timepicker-disabled {
	display: none;
}

.modal-header, .modal-footer {
	border: 0px;
}

.modal-header .close {
	color: #e4c196;
	opacity: 1;
}

.modal-content {
	border-radius: 0px;
	background: #040b16;
	border: 1px solid #fff;
}

.modal-body p {
	color: #fff;
	text-align: center;
	font-family: 'gillsansmt';
	font-size: 30px;
}

.modal-footer .btn {
	margin: 0 auto;
}

#sent {
	background: #040b16;
	padding: 16px;
	font-size: 15px;
	color: #fff; 
	text-align: center;  
}

@media (max-width: 480px) {
	#book {
		margin-left: 0px;
	}
	#sent {
		font-size: 20px;
	}
}

