html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.card-sl {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 1px solid rgba(17,25,79,1);
}
/* from previous site */
.rbc-navbar {
    background-color: rgba(17, 25, 79, 1);
}
html * {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
.jumbotron {
    background-color: rgba(17,25,79,1);
    color: rgba(255,252,214,1);
    text-align: center;
    padding: 1rem;
    background-image: url('../images/wave_bg.png');
}
body {
    background-color: rgba(0, 255, 255, .2);
    background-color: #fff;
}
.jumbotron-hr {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    background-color: rgba(255,252,214,1);
    opacity: 1;
}
.jumbotron-bottom {
    /*margin-bottom: 1rem;
    margin-top: 1rem;*/
    border-radius: 0.3rem;
    background-color: rgb(17, 25, 79);
    color: rgba(255,252,214,1);
    text-align: center;
    padding: 0.5rem;
    background-image: url('../images/wave_bg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.jumbotron-bottom p {
    margin: 0;
    padding: 10px;
}
a.white-link {
    color: #fff;
    text-decoration:none;
    padding-left:20px;
}
.container {
    /*background-color: #fff;*/
}
.testimonial-container-top, .testimonial-container-bottom {
    border: 1px solid rgba(17,25,79,1);
    border-radius: 0.3rem;
    background-color: rgb(255, 255, 255);
    color: rgba(0,0,0,1);
    text-align: center;
    padding: 0.5rem;
    position: relative;
}

.testimonial-container-top {
    margin-bottom: 1rem;
    margin-top: 0;
}

.testimonial-container-bottom {
    margin-bottom: 0;
    margin-top: 1rem;
}


#testimonial {
    padding: 0 15px;
    font-style: italic;
    color: rgba(17,25,79,0.9);
    font-size: 20px;
}
.listings-bg-column {
    background-image: url('../images/boat-column-lg.png');
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
}
.events-bg {
    background-image: url('../images/boat-events-lg.png');
    background-repeat: repeat-y;
    background-position-x: center;
    background-position-y: top;
    text-align: center;
}
.list-date {
    font-size: 1.2em;
    font-weight: normal;
}

.list-location {
    font-style: italic;
}

.list-description {
    font-style: normal;
}
.past-events p {
    margin-bottom: 0;
}
/* from layout.css */
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/*footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}*/
