/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

.navbar-brand {
    font-size: 2.5rem;
}

.cust-min-vh-90 {
    min-height: 90vh !important;
}

#hero {
    background: url("https://blob.ptoplus.com/img/beach-w-boat.jpg") no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

#hero h1 {
    /*color: #4C474B;*/
    font-family: 'Lato', sans-serif;
    /*font-size: 22px;*/
    font-size: 4rem;
    letter-spacing: initial;
    /*line-height: 34px;*/
}

.sub-head-text {
    font-size: 2.5rem;
    /*color: #4C474B;*/
    /*font-size: 27px;*/
    font-family: 'Montserrat', sans-serif;
    /*font-weight: 500;*/
    /*line-height: 36px;*/
    /*letter-spacing: .3px;*/
}

#hero .box {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,.65) 85%, rgba(255,255,255,.65) 100%);
    /*padding: 15px 20px;*/
}

/*
a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #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;
}

.btn-link.nav-link:focus {
  outline: black auto 1px;
}

html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

.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;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  overflow: scroll;
  white-space: nowrap;
  line-height: 60px;
}
*/