/* nav.css */

html,
body {
    height: 100%;
    width:100%;
}

body{
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    color: white;
    
}

h1,h2,h3,h4,h5{
    color: white;
}
h6{
  font-size: .95rem;
  letter-spacing: 0.1rem;
}

img {
    max-width:100%;
}

.blockquote{
    font-size: 1rem;
    color: white;
    border: none;
    padding: 0;
}

.blockquote-footer {
    margin: 1rem 0 0;
}
.navbar{
    color:white;
    background-color:    #a6c0e8;
 /*   background-color:#78c1db; */
}

.navbar-brand {
    font-weight:450;
    font-size:1.5rem;
    padding-left:2rem;
}

.navbar-phone{
    width:100%;
    text-align:right;
    padding-right:2rem;
    font-size:1.3rem;
    font-weight:350;
    padding-top:1rem;
    padding-bottom:0rem; 
}

.jumbotron {
  padding-top: 4rem;
  padding-bottom: 6rem;
  margin-bottom: 0;
  background-color: #fff;
  background-image: url('img/boardwalkforLori2.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}

.jumbotron-heading {
  font-weight: 300;
  text-align:right;
}

.jumbotron .container {
  max-width: 30rem;
  background: rgba(255,255,255,0.4);
  padding: 2.0rem;
  color: white;
  margin:1rem ;
  
}

.jumbotron p {
    color: white;
    text-shadow: 0 0 40px rgba(0,0,0,0.9);
    font-weight:500;
    font-size:1.2rem;
}




#about {
    background: url('img/boardwalkforLori2.jpg') center center no-repeat;
    background-size: cover;
    color: white;
    height:100%;
    width:100%;
}

.section-content {
    clear:both;
    width: 80%;
    font-size:1.1rem;
    font-weight:100;
    margin: 0rem auto 0 auto;
    text-align: center;
}


.about-title h1{
    color: white;
    font-weight: 300;
    font-size:300%;
    text-transform: uppercase;
    margin-top:0rem;
    text-align:right;
    margin-right:rem;
    padding-top:3rem;
}

.about-title h4{
    font-weight:100%;
    text-align:right;
    margin-right:rem;
    margin-bottom:2rem;
}

.about-text {
    background: rgba(255,255,255,0.6);
    color: black;
    padding: 1.875rem;
    margin-top:4rem;
}


.section-content a{
	color: #fff;
}

.section-content a:hover{
	color: #000;
}

.section-content a:visited{
	color: #000;
	text-decoration:underline;
}


#footer-main {
    background:  #a6c0e8;
    color: black;
    font-size: .95rem;
    padding: 1rem 0;
}