@charset "utf-8";
html {
  font-size: 1rem;
}
.navbar-brand,
.navbar-nav a {
font-family: 'Times New Roman', serif;
font-weight: 700;
font-style: normal;}
h1 {
    font-family: 'Times New Roman', serif;
    font-size: 2.5em;
    color: #333;
    margin-bottom: 20px;
    background-color: yellow;
  }
h2 {
    font-family: 'Times New Roman', serif;
    font-size: 2em;
    color: #333;
    margin-bottom: 15px;
  }


.navbar-nav a {
font-family: 'AmericanTypewriter', serif;
font-weight: 700;
font-style: normal;}




.carousel-caption {
   top: 0;
	bottom: auto;
}
div.centre{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
div.c2 {
color: #000000;
background-color: #FFFFFF;
text-align: justify;
}
img.c1 {
border-style: none;
}
hr.c1 {
color: #ff0000;
background-color: #FFFF00;
}
td.title {
color: #000000;
background-color: #FFFF00;
border-style: none;
}
td.menu {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;

}
td.castcrew {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;
font-weight: bold;
text-align: center;
}
th.castcrew {
color: #000000;
background-color: #FFFF00;
border: solid #FF0000 1px;
font-weight: bold;
text-align: center;
}
td.body {
	color: #000000;
	background-color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	border: medium none #FF6600;
}
td.gallery {
color: #000000;
background-color: #FFFFFF;
text-align: center;
vertical-align: middle;
border-style: none;
}
td.boxes {
	border: solid #000000 1px;
	vertical-align: middle;
	text-align: left;
}



td.cboxes {
    border: solid #000000 1px;
    vertical-align: middle;
    text-align: center;
	
	
}


td.committee {
	border: solid #000000 1px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	padding: 2px;
}
th.boxes {
    border: solid #000000 1px;
    height: 20px;
    vertical-align: middle;
}
td.lboxes {
border: solid #000000 1px;
height: 20px;
text-align: left;
vertical-align: middle;
}
td.rboxes {
border: solid #000000 1px;
height: 20px;
text-align: right;
vertical-align: middle;
}
td.tour {
border: solid #000000 1px;
height: 20px;
text-align: left;
vertical-align: middle;
}
a:link, a:visited {
border-bottom: 1px dotted #999999;
font-weight: bold;
text-decoration: underline;
}
form.c4 {
border:1px solid #999;
padding:5px;
/*/*/width:390px;
/**/text-align:center;
}
span.c3 {
font-size: 64%
}
label.c2 {
margin-right: 75px;
}
input.c1 {
vertical-align: middle
}
span.c1 {
font-size: 80%
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.shrew {
	font-family: "Bauhaus Md BT", "Bauhaus 93";
	font-variant: normal;
}

.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-caption {

     text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);

}
#socmed {
display: inline-block !important;
}
body {
    overflow: auto;
}
footer{
  position:static;
 }
textarea {
	resize: none;
}
.form-label {
	font-size: 12px;
	color: #5e9bfc;
	margin: 0;
	display: block;
	opacity: 1;
	-webkit-transition: .333s ease top, .333s ease opacity;
	transition: .333s ease top, .333s ease opacity;
}
.form-control {
	border-radius: 0;
	border-color: #ccc;
   	border-width: 0 0 2px 0;
   	border-style: none none solid none;
   	box-shadow: none;
}
.form-control:focus {
	box-shadow: none;
	border-color: #5e9bfc;
}
.js-hide-label {
	opacity: 0; 	
}
.js-unhighlight-label {
	color: #999 
}
.btn-start-order {
	background: 0 0 #ffffff;
    border: 1px solid #2f323a;
    border-radius: 3px;
    color: #2f323a;
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    line-height: inherit;
    margin: 30px 0;
    padding: 10px 50px;
    text-transform: uppercase;
    transition: all 0.25s ease 0s;
}
.btn-start-order:hover,.btn-start-order:active, .btn-start-order:focus {
	border-color: #5e9bfc;
	color: #5e9bfc;
}