body {
	font-size: 18px;
	color: black;
	background-color: rgba(234,148,19,0.7); /*#ea9413;*/
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}


/* ------------- NAVBAR ------------ */

.navbar {
	/*background-color: rgba(1,34,62,1.0); /*#0f4f7a;*/
    min-height: 8vh; /*from bootstrap.css*/
	margin-bottom: 0;
}
.navbar-brand {
  height: 8vh;
}

nav.navbar {
	border-color: rgba(1,34,62,1);
	border-width: 1px;
	border-radius: 0;
}
/*
.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
    color: white;
}
*/
/*
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
    color: #ea9413;
}
*/
/*.navbar-default .navbar-brand:visited,
.navbar-default .navbar-nav>li>a:visited {
    color: rgba(234,148,19,0.7); /*#ea9413
}*/
/*
.navbar-default .navbar-nav>.active>a {
	background-color: #ea9413;
	color: white;
}
*/

/*.navLink:active {
	color: yellow;
}*/
 
/*.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover*/

.name {
	font-size: 2.6rem;
	font-family: 'Salsa', cursive;
	padding-left: 2em;
	padding-right: 2em;
}
.navLink {
	font-family: 'Marcellus', serif;
	padding-right: 1em;
}



/* ------------- BEGIN NAVBAR STYLES FROM BOOTSTRAP.CSS ------------ */

.navbar-default {
    background-color: rgba(1,34,62,1.0); /*#f8f8f8;*/
    border-color: rgba(1,34,62,1.0); /*#e7e7e7;*/
}
.navbar-default .navbar-brand, 
.jumbnotron .siteTitle {
    color: white;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
/*  color: #5e5e5e;*/
    color: #ea9413;
    background-color: transparent;
}
.navbar-default .navbar-text {
/*  color: #777;*/
    color: white;
}
.navbar-default .navbar-nav > li > a {
/*  color: #777;*/
    color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ea9413;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #888;
/*  background-color: #e7e7e7;*/
/*    background-color: #ea9413;*/
    background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}


/* ------------- END NAVBAR STYLES FROM BOOTSTRAP.CSS ------------ */









/* ----------- BANNER -------------- */

.container .jumbotron, .container-fluid .jumbotron {
	border-radius: 0;
    position: relative;
}
/*
.titleBlk {

    border: 1px solid yellow;
}
*/
.siteTitle {
    display: block;
    text-align: right;
	position: absolute;
    bottom: 5%;
    right: 5%;
/*        border: 1px solid limegreen;*/
}
.siteTitle h1 {
	font-size: 6rem;
	font-family: 'Salsa', cursive;
	padding-left: 2rem;

/*    text-align: right;*/
    position: relative;
    right: 0;
/*    bottom: 15px;*/
}



.jumbotron {
	background-color: teal;
	background: url(../_img/olivier-miche-264305.jpg);
/*    background: url(../_img/lake-star-cropped-olivier-miche.jpg);*/
    background-repeat: none;
    background-attachment: scroll;
    background-position: center center;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 94vh;
	color: white;
	margin-top: 50px;
}




/* ----------- CONTENT ------------- */

p {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
}
h3 {
	font-family: 'Marcellus', serif;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover,
a:focus {
    color: #ea9413;
    background-color: transparent;
    text-decoration: none;
}


.blocks {
	min-height: 150px;
	margin-bottom: 2em;

		/*border: 1px solid blue;*/
 }
.welcome {
    padding: 3em 8em 0;
/*
	padding-left: 8em;
	padding-right: 8em;
*/
}
.welcome h3 {
	text-align: center;
}
.popTxt {
    text-align: center;
}


.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 0.5%;
    bottom: 0.5%;
    width: 50px;
    height: 50px;
}

.scroll-top .btn-primary {
    background-color: transparent;
    border-color: transparent;
    font-size: 2.8rem;
}
/* ------ CONTACT FORM ----------- */

.contact {
	min-height: 16em;
	
		border: 1px solid red;
}
textarea.comment {
    max-width: 92%;
}

/* FOOTER */




































