@charset "UTF-8";
/* CSS Document */


h1 {
  font-family: 'Montserrat', sans-serif; font-weight: normal;
  margin: .67em 0;
  font-size: 1.4em;
}

h2 {
  font-family: 'Montserrat', sans-serif; font-weight: normal;
  margin: .67em 0;
  font-size: 1em;
  
  
}

@media (max-width: 767px) {
	.headline{margin-top:35%;font-size:18px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:15px;}
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {.headline{margin-top:25%;font-size:24px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:25px;}}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {.headline{margin-top:50%;font-size:24px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:15px;}}



 @media only screen and (min-width : 769px) {.headline{margin-top:25%;font-size:26px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:15px;}}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {.headline{margin-top:35%;font-size:30px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:15px;}}

@media only screen and (min-width : 1800px) {.headline{margin-top:40%;font-size:30px;line-height:1;color:inherit;letter-spacing:1px; text-align:right; margin-right:15px;}}


a {
  color: #000000;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #222222;
  text-decoration: underline;
}



.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #FFFFFF;
  background-color: transparent;
}

p.bold{
  font-family: 'Open Sans', sans-serif; font-weight: 600; ;
  font-size: 19px;
  line-height: 1.42857143;
  color: #333;}
  


.panel {
  margin-bottom: 20px;
  background-color: transparent;
  border: 0px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}

body {
  font-family: 'Open Sans', sans-serif; font-weight: 300; ;
  font-size: 19px;
  line-height: 1.42857143;
  color: #333;
   background-color:#f6f3f0;
}

.page-header {
 
  margin: 20px 0 0px;
  border-bottom: 0px solid #eee;
  letter-spacing: 4px;
}



.quote {
  font-family: 'Open Sans', sans-serif; font-weight: 300;
  
  font-size: 1.25em;
  
}

.quotename {
  font-family: 'Open Sans', sans-serif; font-weight: 300;
  color: #a9a9a9;
  font-size: 1.25em;
  
}

.nav > li {
  font-family: 'Montserrat', sans-serif; font-weight: normal;
  position: relative;
  display: block;
  font-size: 0.8em;
  letter-spacing: 1px;

}


.img-responsive{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  
}


.top-buffer { margin-top:20px; }
.top-buffer50 { margin-top:50px; }
.top-bufferdeeper { margin-top:40px; }
.top-bufferdeep { margin-top:60px; }
.top-buffer200 { margin-top:200px; }

.bottom-bufferdeep { margin-top:60px; }

.panel-body {
	padding-top:0px;
  padding-left:10px;
  margin-left:0;
}



.grey-panel{
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 15px;
  width:100%;
  height:auto;
  background-color:#ede9e6;
}

.footer {
	height: 22em;
	background-color: #706259;
	margin-bottom: 0;


}



.navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: transparent;
}
.navbar>.container .navbar-brand-centered, 
.navbar>.container-fluid .navbar-brand-centered {
        margin-left: -95px;
}

.navbar-default {
  background-color: #000000;
  border-color: transparent;
}

  .navbar {
  position: relative;
  min-height: 115px;
  margin-bottom: 0px;
  border: 0px solid transparent;
  border-radius:0px;
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 45px;
    padding-bottom: 45px;
	padding-left: 10px;
    padding-right:10px;
  }
}



@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		  
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 10px 10px;
  margin-top: 15px;
  margin-right: 15px;
  margin-bottom: 40px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
}

.navbar-nav {
  margin: 2px -15px;
}

.breaker-top {
margin-top:40px;
margin-bottom:0px;
}

.breaker-bottom {
margin-top:15px;
margin-bottom:50px;
}



.footertextbold {
      font-family: 'Open Sans', serif;
      font-weight: normal;
	  font-size:0.8em;
	  color:#ede9e6;
	  
    }
	
	
.footertextnolink {
        font-family: 'Montserrat', sans-serif; font-weight: normal;
      font-weight: normal;
	  font-size:0.7em;
	  color:#cccccc;
	  text-decoration:none;
	   line-height:0.6em;
	  
    }


.footertext a:link{
       font-family: 'Montserrat', sans-serif; font-weight: normal;
      font-weight: normal;
	  font-size:0.7em;
	  color:#cccccc;
	  text-decoration:none;
	  line-height:0.6em;
	  
    }
	
		.footertext a:visited{
     font-family: 'Montserrat', sans-serif; font-weight: normal;
      font-weight: normal;
	  font-size:0.7em;
	  color:#cccccc;
	  text-decoration:none;
	   line-height:0.6em;
	  
    }
	
		.footertext a:hover{
        font-family: 'Montserrat', sans-serif; font-weight: normal;
      font-weight: normal;
	  font-size:0.7em;
	   color:#ffffff;
	 text-decoration:none;
	  line-height:0.6em;
	  
	  
    }
	
		.footertext li a:active{
       font-family: 'Montserrat', sans-serif; font-weight: normal;
      font-weight: normal;
	  font-size:0.8em;
 text-decoration:none;
  line-height:0.6em;
  color:#ede9e6;
	  
    }
	
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none;
}