/*
 * City Tavern custom CSS style
 * Author: Edwin Calderon;
 * SPACELAB 2019
 *
 */

 html {
	font-family: inherit;
	background-color: #2E251A;
}

body {
	background-color:#2E251A;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height: 24px;
}

body p {
	text-align:center;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}

body p img {
	padding: 50px 20px;
}

body p a {
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	padding: 5px 20px;
}

body p a:hover {
	color: #fff;
	text-decoration: underline;
}

.chownow-link {
    margin: 30px 0;
}

.chownow-link .uk-button{
    background-color: #2D251A;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 30px;
    padding: 20px;
}

.chownow-link .uk-button:hover{
    background-color: #5D382E;
}

.uk-icon-envelope:before { content:"\f0e0";}  
.uk-icon-facebook:before { content:"\f09a";}
.uk-icon-instagram:before { content:"\f16d";}

/* RESPONSIVE AND MOBILE */
/* small screens */
@media (max-width: 767px) {
	
}