/****************************** MAIN STYLES ******************************/

body
{

	background: #2a328f;
	margin: 0;
   padding: 0;
   border: 0;
   -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font: normal 100%/1.4 sans-serif;
  height: 100%;
}

#first-slide {
	width: 100%;
	height: 900px;
}

#inner_wrapper {
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}

#inner_wrapper:before {
	
	content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background: url(../images/cafe.jpg) no-repeat;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.nav-collapse {
	/*background: #120c0e;*/
	background: transparent;
	margin-top: -100px;
	width: 100%;
	z-index: 3;
}

.nav-collapse ul {
	text-align: center;
	width: 100%;
}

#menu-wrap {
    float: left;
    position: relative;
    left: 50%;
}

#menu-list {
    float: left;
    position: relative;
    left: -50%;
}



.container {

}

.page-logo {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.page-title {
 padding-bottom: 20px;
 font-size: 1.3em;
 font-weight: bold;
 color: #fff;
 text-align: center;
}

#header {
	width: 100%;
}

#logo {
	height: 150px;
	
}

#logo img {
	
}

#main-image-wrap {
	height: 100%;
	width: auto;
	text-align: center;
}

@media screen and (orientation:landscape) {
	#main-image-ls {
		display: block;
	}
	
	#main-image-pt {
		display: none;
	}
	
	#main-image-ls img{
	  max-height: 75vh;
	  margin-top: 10px;
		border: solid 1px #a9a8ae;
	}
}

@media screen and (orientation:portrait) {
	#main-image-pt {
		display: block;
	}
	
		#main-image-ls {
		display: none;
	}
	
	#main-image-pt img{
	  max-height: 75vh;
	  margin-top: -1px;
	}
}

#main-calendar-wrap {
	    float: left;
    position: relative;
    left: 50%;
}

#main-calendar {
	float: left;
    position: relative;
    left: -50%;
	color: #fff;
	
}

#calendar {
	padding: 10px;
	border: solid 1px #e5e4c6;
	font-size: 1.0em;
}

.calendar-month-heading {
	font-weight: bold;
	border-bottom: solid 2px #fff;
}

.calendar-item {
	display: inline-block;
	padding-top: 10px;
}

.calendar-item-date {
	display: inline-block;
	width: 50px;
}

.calendar-item-event {
	padding-left: 5px;
}

.calendar-item-location {
	padding-left: 20px;
}

#main-about-wrap {
	 float: left;
    position: relative;
    left: 50%;
}

#main-about {
	float: left;
    position: relative;
    left: -50%;
	color: #fff;
	
}

#about-text {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 1.0em;
	border: solid 1px #e5e4c6;
}

#about-text p{
	padding-bottom: 10px;	
}	

#main-booking-wrap {
	 float: left;
    position: relative;
    left: 50%;
}

#main-booking {
	float: left;
    position: relative;
    left: -50%;
    color: #fff;
	
}

#booking {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-size: 1.0em;
	border: solid 1px #e5e4c6;
}

#booking p{
	padding-bottom: 10px;	
}

#booking-info {
	width: 100%;
	text-align: center;
	
}

#booking a {
	color: #f3d479;
}

#booking a:visited {
	color: #f3d479;
	font-weight: bold;
}

.white-link a {
	color: #fff;
}

.white-link a:visited {
	color: #fff;
	font-weight: bold;
}

#promo-mats {
	width: 50%;
	padding-top: 6px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #fff;
}

#contact-header {
	font-weight: bold;
	text-decoration: underline;
}

#contact-info {
	text-align: center;
}

#promo-mats a{
	font-size: 0.9em;
	text-decoration: none;
	color:#f3d479;
}

#requirements {
	width: 100%;
	font-size: 1.0em;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}	

#requirements a{
 color:#e5e4c6;
 font-weight: bold;	
}	
#main-media-wrap {
	width: 100%; 
	text-align: center;
}

#main-media {
	width: 33%;
	margin-left: 33%;
}

section {
	margin-top: 100px;
  text-align: center;
  padding: 40px 0 0;
  width: 100%;
}


#home-top-container {
	margin-top: 20px;
	width: 90%;
	margin-left: 20px;
	margin-right: 10px;
}

#home-middle-container {

}

#one_fourth_home {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 10px;
}

#welcome {
	padding-top: 10px;
	padding-bottom: 10px;
}

.home_left {
	margin-top: 20px;
}

.home_left img {
	width: 160px;
}

.social {
	margin-top: -85px;
	margin-left: 20%;
}

.welcome_left {
	margin-top: 10px;
	width: 270px;
}

.home_email_signup img {
	margin-top: 3%;
	}


#ta-logo {
	margin-top: -100px;
}

#ta-logo-img {
	width: 120px;
	padding-bottom: 20px;
	border: none;
}

#address-text {
	margin-top: -210px;
	color:#eee;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-weight: bold;
}

#address-text a {
	text-decoration: none;
	color: #eee;
}

#welcome img {
	border-radius: 20px;
}

.home-intro {
	margin-top: 40px;
}



#copyright {
	text-align: center;
}

#about {
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/parchment.jpg) repeat-y; 
	background-size: cover;
	padding: 20px;
	font-size: 1.0em;
	text-align: left;
	margin-top: -8%;
}

#about img {
	padding-right: 10px;
}

#thanks-div {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/parchment.jpg) no-repeat;
	background-size: cover;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}

#video {
	margin-bottom: 20px;
	border-bottom: solid 1px #aaa;
}

#footer {
	margin-top: 16px;
	width: 100%;
	text-align: center;
	color: #fff;
  font-size: 0.7em;
  font-weight: normal;
}

#footer a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  color: #fff;
  //font-size: 0.7em;
  font-weight: normal;
}

.content-header {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

#about-top-left {
	margin-right: 10px;
	padding-bottom: 10px;
}

#catering-top-left {
	margin-right: 10px;
	padding-bottom: 10px;
}

#catering-middle-right {
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

@media screen and (max-width: 800px){
	#menu-list a{
	  font-size: 2vw;
	}

	#main-media {
	  width: 100%;
	  margin: 0;
	}
}

@media screen and (max-width: 640px){
	#menu-list a{
	  font-size: 3vw;
	}

	#main-media {
	  width: 100%;
	  margin: 0;
	}
}

