

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
  margin-top: -20px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.1;
  color: #F0F0E1;
  background-color: #666;
}

.container {
  min-width: 100%;
  padding: 0;
  overflow: hidden;
}

h1,
h3,
h4,
h5,
h6,
.h1,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  line-height: 1.1;
}


  

h1,
.h1 {
  font-size: 64px;
  letter-spacing:4pt;
  padding-top: 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

h2,
.h2 {
  font-family: 'Alice', serif;
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  letter-spacing:1pt;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

h3,
.h3 {
  font-size: 18px;
  font-weight: normal;
  letter-spacing:1pt;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-bottom: solid 1px #F0F0E1;
  padding-bottom: 6px;
  margin-bottom: 40px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}



p {
  font-family: 'Alice', serif;
  font-weight: normal;
  line-height: 1.4;
  font-size: 16px;
}

label {
display: inline-block;
margin-bottom: 5px;
font-family: 'Alice', serif;
font-weight: normal;
line-height: 1.4;
font-size: 16px;
}

li {
  display: inline;
  margin-right: 20px;
}

.navvv {
	text-align: center;
	border-top: solid 1px #F0F0E1;
	border-bottom: solid 1px #F0F0E1;
	margin: 40px 30% 30px;
	padding-top: 10px;
}

a {
  font-family: 'Alice', serif;
  font-weight: normal;
  font-size: 1.6em;
  color: #F0F0E1;
  text-decoration: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

a:hover,
a:focus {
	color: #fff;
  	text-decoration: underline;
}

.wrapper {
  display: block;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 30px 60px;
  opacity: 0.90;
  background-color: #444D4F;
  border: solid 1px #F0F0E1;
}

.carousel {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  box-shadow:0px 10px 5px 0px rgba(0,0,0,0.45);
}

.carousel-caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}


.header {
width: 100%;  
margin-top: 0px;
background-image:-moz-linear-gradient(50% 0% -90deg,rgb(68,77,79) 0%,rgba(160,160,160,0) 100%); 
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(68,77,79)),color-stop(1, rgba(160,160,160,0)));
background-image:-webkit-linear-gradient(-90deg,rgb(68,77,79) 0%,rgba(160,160,160,0) 100%);
background-image:-o-linear-gradient(-90deg,rgb(68,77,79) 0%,rgba(160,160,160,0) 100%);
background-image:-ms-linear-gradient(-90deg,rgb(68,77,79) 0%,rgba(160,160,160,0) 100%);
background-image:linear-gradient(180deg,rgb(68,77,79) 0%,rgba(160,160,160,0) 100%);
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff444d4f,endColorstr=#0a0a0a0,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff444d4f,endColorstr=#0a0a0a0,GradientType=0);
}

.footer {
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
}

.google-map-canvas {
  width:100%;
  height:406px;
  border:1px solid #F0F0E1;
}

.logo {
  margin: 0 auto 40px;
  padding-top: 60px;
}

@media only screen and (min-width: 320px) and (max-width : 768px) {
h1,
.h1 {
  font-size: 36px;
  letter-spacing:2pt;
  text-shadow:0px 1px 0px rgba(0,0,0,0.65);
  padding-top: 40px;
}

h2,
.h2 {
  font-size: 18px;
  letter-spacing:2pt;
}

ul {
  text-align: center;
  padding-left: 16%;
  padding-right: 10%;
}


.navvv {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin: 40px 20% 20px;
  padding-top: 10px;
}

a {
  font-size: 2.2em;
}

.wrapper {

  max-width: 767px;
  margin-left: 10px;
  margin-right: 10px;

}

}

@media only screen and (min-width: 768px) and (max-width : 1024px) {
h1,
.h1 {
  font-size: 72px;
  letter-spacing:2pt;
  text-shadow:0px 1px 0px rgba(0,0,0,0.65);
  padding-top: 20px;
}

h2,
.h2 {
  font-size: 18px;
  letter-spacing:2pt;
}

.navvv {
  margin: 20px 20% 20px;
  padding-top: 10px;
}

a {
  font-family: 'Alice', serif;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}

.carousel {
  max-width: 960px;
}

.wrapper {  
  max-width: 960px;
}
}