
a { text-decoration: none; color: #FA2323; }


/* Change this breakpoint if you change the breakpoint of the navbar */


.img-thumbnail
{
	border: 0px;
}

.testimonials
{
	color: #102550;
	
}

.testimonial-item
{
	color: #102550;
	
}

.navbar-brand
{
    position: relative;
    width: 80px;
    left: 15px;
	bottom: 10px;
    max-height: 100px; /* height of the navbar */
}

li.nav-item
{
    font-size: 1.1rem;
    font-weight: 800;
}

@media (min-width: 992px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform:translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Other styles for the page not related to the animated dropdown */

body.OLD {
  background: #007bff;
  background: linear-gradient(to right, #0062E6, #33AEFF);
}

body {
  background: #ffffff;
}

header.masthead2024 {
  position: relative;
  background-color: #343a40;
  background: url("../img/Peinert_Web_Landing_2024.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../img/p26n-beam-nbc_7813-CENTER.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}

header.masthead2 {
  position: relative;
  background-color: #343a40;
  background: url("../img/p26_stern_qtr_full_7777.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}

header.masthead3 {
  position: relative;
  background-color: #343a40;
  background: url("../img/zephy_red-white-side_7266.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}

header.masthead4 {
  position: relative;
  background-color: #343a40;
  background: url("../img/x25_bow_wing_1-2000.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}

header.masthead5 {
  position: relative;
  background-color: #343a40;
  background: url("../img/dolphin_4c-2000.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 30rem;
  padding-bottom: 2rem;
}


header.masthead6 {
  position: relative;
  background-color: #343a40;
  background: url("../img/p26-strip_7813.jpg") no-repeat center center;
  background-size: auto;
  padding-top: 0rem;
  padding-bottom: 0rem;
}



header.masthead6 .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}



header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 2rem;
}


section.showcase {
 background-color: #1f4a06;
}

.showcase .showcase-text {
  color: #FFFFFF;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
  background-position: center center;
}




/* Table styles*/

.bs-example{
    	margin: 20px 80px 20px 80px;
}
.bs-example a{
    color: white;
}

.bs-example-text {
    color: white;
}

.bs-example {
 background-color: #1C3340;
}


/* Responsive Google map*/
.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}

#conatcat-info{
    padding: 25px;
}

#contact-page{
    padding: 25px;
}


/* Table styles*/

/* Background color override*/

.bg-light{
    background-color: #FFFFFF !important;
}

/* our staff page*/

@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,500);
.team1 {
  font-family: "Montserrat", sans-serif;
	color: #8d97ad;
  font-weight: 300;
}

.team1 h1, .team1 h2, .team1 h3, .team1 h4, .team1 h5, .team1 h6 {
  color: #3e4555;
}

.team1 .font-weight-medium {
	font-weight: 500;
}

.team1 .bg-light {
    background-color: #f4f8fa !important;
}

.team1 .subtitle {
    color: #8d97ad;
    line-height: 24px;
}

.team1 .pro-pic {
  min-height: 200px;
}

.team1 .pro-pic .card-img-overlay {
  background: rgba(26, 139, 243, 0.87);
  display: none;
}

.team1 .pro-pic .card-img-overlay ul {
  top: 50%;
}

.team1 .pro-pic .card-img-overlay ul li a {
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.team1 .pro-pic .card-img-overlay ul li a:hover {
  -webkit-transform: translate3d(0px, -5px, 0px);
  transform: translate3d(0px, -5px, 0px);
}

.team1 .pro-pic:hover .card-img-overlay {
  display: block;
}

/* contact form*/

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
}

#contact .php-email-form input::focus,
#contact .php-email-form textarea::focus {
  background-color: #03C4EB;
}

#contact .php-email-form button[type=submit] {
  background: #03C4EB;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #25d8fc;
}


/* our staff page VERSION 2*/

