@charset "UTF-8";
/* Body */
body {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	background-color: #E3DeD4;
	;
	margin: 0;
}


h1 {
	color: #000;
	text-align: center;
}


a.noStyle { text-decoration: none; color: inherit; background-color: inherit; }
a.noStyle:visited { text-decoration: none; }
a.noStyle:hover { text-decoration: none; }
a.noStyle:focus{ outline: thin dotted; }

a {cursor: pointer;}

@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('../_fonts/glyphicons-halflings-regular.eot');
  src: url('../_fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../_fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../_fonts/glyphicons-halflings-regular.woff') format('woff'), url('../_fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../_fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 2px;
  margin-left: 10px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  font-size: 1.5em;
  line-height: 1;
  cursor: pointer;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-list:before {
  content: "\e056";
}

/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	/*background-color: #FFFFFF*/
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

/* Header */
header {
	width: 100%;
    background-color: #CCCACA;
}

/* Nav */
.navBar {
	background-color: #ffffff;
	border-top: #000000 medium solid;
	border-left: #000000 thin solid;
	border-right: #000000 thin solid;
/*	border-radius: 5px 5px 0px 0px;*/
	width: 100%;
	height: 30px;
}

.nav-left {
	font-size: 1em;
	list-style: none;
/*	margin-top: 2px;*/
	width: auto;
	float: left;
}

.nav-left ul {
	background-color: #ffffff;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-left li {
	float: left;
/*	padding: 2px 0px 2px 0px;*/
	font-weight: bold;
	margin-left: 16px;
}

.nav-left li:hover {
	background-color: #01000e;
	color:#fff;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
}

.nav-right {
	font-size: 1em;
	list-style: none;
	margin-top: 2px;
	width: auto;
	float: right;
}

.nav-right ul {
	background-color: #ffffff;
	list-style-type: none;
    margin: 0;
    padding: 0;
}

.nav-right li {
	float: right;
/*	padding: 2px 0px 2px 0px;*/
	font-weight: bold;
	margin-right: 16px;
}

.nav-right li:hover {
	background-color: #000;
	color:#fff;
	cursor:pointer;
	border-radius: 5px 5px 5px 5px;
}

.no-effect li:hover {
	background-color: inherit;
	color: inherit;
	cursor: default;
	border-radius: 5px 5px 5px 5px;
}


.collapse {
	display: block;
}

.mobile {
	display:none;
}

.row:before {
	clear:both;
	background-color: #fff;
	text-align:left;
	/*padding: 10px;*/
	width: 98%;
	margin: 0 auto;
}

.flex-container3 {
	display: flex;
	flex-wrap: wrap;  
	align-items: center;
  	justify-content: center;
	color: #01000e;
	background-color: transparent;
}

.flex-container3 > div {
  width: 48%;
  text-align: center;
  font-weight: bold;
}

.logo {
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	padding-top: 0px;
	line-height: 2em;
	font-size: 22px;
	text-align: left;
}

.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 0;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	/* [disabled]padding-left: 20px; */
	/* [disabled]padding-right: 20px; */
	color: #000;
}
.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #CCCACA;;
/*	background: linear-gradient(to bottom, #fff, #000);*/
	/* [disabled]min-width: 400px;*/
	padding-bottom: 35px;
	padding-top: 0px;
	/* margin-top: -5px; */
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 5px;
	background-color: rgba(248,248,248,1.0);
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #000000;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #000;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
}
.gallery .thumbnail p {
	margin: 0;
	color: #000;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: center;
}
.intro .column p {
	font-size:1.5em;
	color: #FFFFFF;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px;
	font-weight: lighter;
	margin-left: 20px;
	margin-right: 20px;
	width: 80%;
	margin-top: 4%;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #3C3B6E;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	/* [disabled]text-transform: uppercase; */
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #CCCACA;
	padding-top: 25px;
	padding-bottom: 25PX;
    margin-top: 5px;
}
.intro {
	display: inline-block;
	background: linear-gradient(to right, #fff, #3C3B6E);
}
.profile {
	width: 50%;
}
.gallery .thumbnail .tag {
	color: #000;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 300;
}

.formDiv {
	width:45%;
	margin:0 auto;
	margin-top: 5px;
}

.formDiv div {
	padding: 5px;
}

.formDiv h1, p {
	text-align: center;
}

.messageNav {
	float: left;
	width: 30%;
	padding: 5px;
	font-weight:bold;	
}


/*
input[type="text"], input[type="email"] {
	height: 1.5em;
	width:  90%;
}
*/

input[type="number"] {
	width: 14%;
	text-align: right;
}

textarea {
	height: 20%;
	width: 90%;
}

.col1 {
    width: 10%;
    float: left;
}
.col2 {
    width: 90%;
    float: left;
}

/* Mobile */
@media (max-width: 320px) {
	
.collapse {
	display: none;
}

.mobile {
	display:block;
}
	
.nav-left {
	position: relative;
	background-color: #ffffff;
	list-style: none;
	margin-top: 5px;
	width: 100%;
	font-size: 1em;
}

.nav-left ul {
	width: 100%;
}
	
.nav-left li {
	clear: both;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	margin-left: 10px;
}

.nav-right {
	position: relative;
	background-color: #ffffff;
	list-style: none;
	margin-top: 0px;
	width: 100%;
	font-size: 1em;
}
	
.nav-right ul {
	width: 100%;
}
	
.nav-right li {
	clear: both;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	margin-left: 10px;
	float: left;
}

.flex-container3 {
	display: block;
	color: #01000e;
}

.flex-container3 > div {
  width: 100%;
  text-align: center;
}

.mobileHide {
	display: none;
}

input[type="number"] {
	width: 12%;
	text-align: right;
}

.logo {
	height: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: justify;
	padding: 0;
}
.intro .column p {
	width: 80%;
	margin-left: 0px;
}
.text_column {
	/*padding-left: 20px;*/
}
.thumbnail {
	margin-left: 0%;
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
}
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: center;
}
	
.formDiv {
	width:98%;
	margin:0 auto;
	padding:5px;
}

.formDiv h1, p {
	font-size: .75em;
	text-align: center;
}
	
.col1 {
    width: 98%;

}
.col2 {
    width: 98%;
    font-weight: normal;
}
	
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
	
.collapse {
	display: none;
}

.mobile {
	display:block;
}
	
.nav-left {
	position: relative;
	background-color: #ffffff;
	list-style: none;
/*	margin-top: 5px;*/
	width: 100%;
	font-size: 1em;
}
	
.nav-left ul {
	width: 100%;
	margin-top: 10px;
}
	
.nav-left li {
	clear: both;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	margin-left: 5px;
}

.nav-right {
	position: relative;
	background-color: #ffffff;
	list-style: none;
	margin-top: 0px;
	width: 100%;
	font-size: 1em;
}
	
.nav-right ul {
	width: 100%;
}
	
.nav-right li {
	clear: both;
	padding: 5px 0px 5px 0px;
	font-weight: bold;
	margin-left: 5px;
	float: left;
}

.flex-container3 {
	display: block;
	color: #01000e;
}

.flex-container3 > div {
  width: 100%;
  text-align: center;
}

.mobileHide {
	display: none;
}

input[type="number"] {
	width: 12%;
	text-align: right;
}

.logo {
	height: auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 0;
}

.column {
	width: 100%;
	margin-top: 0px;
}
.thumbnail {
	margin-left: 0%;
	width: 100%;
}
.text_column {
	/*padding-left: 20px;
	padding-right: 20px;*/
	width: 90%;
}
.column {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
}
.profile {
	width: 100%;
}
.intro .column p {
	width: 90%;
	text-align: center;
	padding-left: 0px;
}
	
.formDiv {
	width:98%;
	margin:0 auto;
	padding:5px;
}

.formDiv h1, p {
	font-size: 1.0em;
	text-align: center;
}
	
.col1 {
    width: 98%;

}
.col2 {
    width: 98%;
    font-weight: normal;
}
	
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.text_column {
	width: 100%;
}
.thumbnail {
	width: 48%;
}
.text_column {
	width: 90%;
	margin: 0;
	/*padding: 20px;*/
}
.intro .column p {
	width: 80%;
}
}
