/*Custom Styles*/

@import url('https://fonts.googleapis.com/css?family=Great+Vibes');

body {
  background: linear-gradient(rgba(0,0,0,.2), rgba(0,0,0,.2)),url('../img/marina.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
  overflow-x: hidden;
}

form{background-color: #fff;padding-bottom: 20px;border-radius: 10px;}

.shipwheel{height: 40px;}
.navbar-brand img{margin-top: -15px;margin-right: 10px;}
.nav-item.tel{color:#fff;font-size: 20px;line-height: 40px;margin-right: 10px;}

h1{padding: 0!important;margin: 0!important;font-size:40px!important;line-height:50px;display: inline-block;font-family: 'Great Vibes', cursive; font-style: capitalize;}
h2{font-size:24px;}
h4{font-size:32px;}
.h5, h5 {
  font-size: 1.25rem;
  background: rgba(0,0,0,0.6);
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
}

.fixed-bottom{height: 40px;line-height:40px;color: #fff;font-size: 14px;}

.content{margin-top: 150px;}

/*Form*/
.error-class_PBPasses_1521033072 {color: #a94442;}

.required-field_PBPasses_1521033072 {color: #a94442;}

.label-class_PBPasses_1521033072 {color: #000000 ;}

/*Responsive*/
@media screen and (max-width: 500px){
h1{font-size: 28px!important;line-height:30px;}
h4{font-size:20px;}
h3{font-size: 20px;}
.display-4{font-size: 22px!important;font-weight: bold;}
}

/*Animation*/
.second{
  -moz-animation-duration: 0.1s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-delay: 0.2s;
}
.third{
  -moz-animation-duration: 0.2s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-duration: 0.2s;
  -webkit-animation-delay: 0.3s;
}
.fourth{
  -moz-animation-duration: 0.3s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0.4s;
}
.fifth{
  -moz-animation-duration: 0.4s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-delay: 0.5s;
}
.sixth{
  -moz-animation-duration: 0.5s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0.6s;
}