/****
  Site Colors: Dark Blue #0a3782, Light Blue #02b8e3, Green #00af00, Navy Blue #053d57
****/
body {
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
}
#skipNav {
  position: absolute;
  left: -1200%;
}
section {
  margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  padding-bottom: 12px;
  color: #053d57;
}
.row h1 {
  font-size: 50px;
  letter-spacing: 6px;
  margin-top: 80px;
}
.row h2 {
  font-size: 40px;
  letter-spacing: 4px;
  margin-top: 50px;
  margin-bottom: 20px
}
.row h3 {
  font-size: 35px;
}
.row h4 {
  font-size: 30px;
}
.row h5 {
  font-size: 26px;
}
.row h6 {
  font-size: 24px;
}
hr {
  border-top: 2px solid #053d57;
  border-radius: 50%;
  box-shadow: 0px 1px 1px #02b8e3;
  width: 95%;
  margin: 10px auto 40px auto;
}
.row p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 2px;
  font-weight: bold;
  max-width: 95%;
  margin: 0 auto;
}
.bodyCopy {
  padding: 20px 0 10px 0;
}
section a {
  color: #053d57;
}
section a:hover,
section a:active,
section a:focus {
  color: #00af00;
  text-decoration: none;
}
.row a {
  color: #02b8e3;
}
.row p a:hover,
.row p a:active,
.row p a:focus {
  color: #00af00;
  text-decoration: none;
}
.hovInvert:hover,
.hovInvert:active,
.hovInvert:focus {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.tmList {
  list-style: none;
  //text-align: left;
  display: inline-block;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.tmList li {
  margin-bottom: 10px;
}

/** Nav Bar **/
body .navbar {
  position: static;
  width: 100%;
  height: 100px;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.navbar-default {
  background-color: rgba(255,255,255,1);
  border-bottom: none;
}
.navbar-toggle {
  padding: 10px;
  top: 18px;
  border: 1px solid #02b8e3 !important;
}
.navbar-default .navbar-toggle .icon-bar {
  position: relative;
  background-color: #02b8e3;
  width: 40px;
  height: 3px;
  border-radius: 5px;
  transform: rotate(0deg);
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 8px;
}
.navbar-toggle.open .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 12px;
}
.navbar-toggle.open .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.navbar-toggle.open .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -10px;
}
.container-fluid,
section .row {
  max-width: 1400px;
  margin: 0 auto;
}
.navbar-brand {
  display: block;
  height: auto;
  padding: 0px 15px;
  margin-top: 10px;
}
.navbar .navbar-brand img {
  width: 100% !important;;
}
.navbar-nav > li > a {
  font-size: 20px;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #053d57 !important;
  line-height: inherit;
}
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li > a:active {
  color: #fff !important;
  background: #053d57 !important;
}
.navbar-nav .active a,
.navbar-nav .active a:hover,
.navbar-nav .active a:active,
.navbar-nav .active a:focus {
  color: #02b8e3 !important;
  background: none !important;
  cursor: default;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #053d57;
  color: #fff !important;
}
.dropdown-menu {
  border-top: none;
  font-size: 18px;
  padding: 20px 0px;
  background: #053d57 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown.open li a {
  color: #fff;
  padding: 10px 30px;
}
.dropdown.open li a:hover,
.dropdown.open li a:active,
.dropdown.open li a:focus {
  background: none;
  color: #00af00;
}
.caret {
  -moz-transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
  margin-left: 6px;
}
.rotate-180 {
  transform: rotate(-180deg);
}

/** Carousel and Jumbotrons **/
#featuredImages,
.jumbotron {
  max-height: 800px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

#featuredImages h3 {
  color: #fff;
  padding: 0;
  margin: 0 auto 15px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
}

#featuredImages .carousel-control-prev-icon,
#featuredImages .carousel-control-next-icon,
#serviceModal .carousel-control-prev-icon,
#serviceModal .carousel-control-next-icon {
  display: inline-block;
  width: 30px;
  height: 50px;
  background: url("../images/icons/slider-arrows.png") no-repeat;
  background-size: cover;
  position: relative;
  top: 50%;
  margin-top: -25px;
  opacity: 40%;
}
#featuredImages .carousel-control-next-icon,
#serviceModal .carousel-control-next-icon {
  background-position: 100% 0;
}

#about .jumbotron {
  background: url("../images/tmc-web-slider-01.jpg") no-repeat;
}
#portfolio .jumbotron {
  background: url("../images/tmc-web-slider-02.jpg") no-repeat;
}
#seawallCon .jumbotron {
  background: url("../images/seawall-construction-tridenth2o-01.jpg") no-repeat;
}
#dockCon .jumbotron {
  background: url("../images/dock-construction-tridenth2o-03.jpg") no-repeat;
}
#marinaCon .jumbotron {
  background: url("../images/marina-construction-tridenth2o-01.jpg") no-repeat;
}
#marinaPetrol .jumbotron {
  background: url("../images/marina-petroleum-tridenth2o-01.jpg") no-repeat;
}
#boatLift .jumbotron {
  background: url("../images/boat-lift-tridenth2o-02.jpg") no-repeat;
}
#marinaPave .jumbotron {
  background: url("../images/marina-pavers-tridenth2o-02.jpg") no-repeat;
}
#portfolio .jumbotron {
  background: url("../images/tmc-web-slider-02.jpg") no-repeat;
}
#boathouse .jumbotron {
  background: url("../images/boathouse-slide-tridenth2o.jpg") no-repeat;
}
#about .jumbotron,
#dockCon .jumbotron,
#seawallCon .jumbotron,
#marinaCon .jumbotron,
#marinaPetrol .jumbotron,
#boatLift .jumbotron,
#marinaPave .jumbotron,
#portfolio .jumbotron,
#boathouse .jumbotron {
  position: relative;
  padding: 41% 0 0 0;
  margin-bottom: 0;
  background-size: 100%;
  background-position: 50% 0;
}
#dockCon .jumbotron {
  background-position: 50% center;
}
.carousel-indicators {
  bottom: 0px;
}
.carousel-indicators li + li,
.carousel-indicators li.active {
  margin-left: 5px;
}
.img-responsive, .thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
}
.carousel-caption {
  padding-top: 20px;
  padding-bottom: 25px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.35);
}
.carousel-caption h3 {
  margin-bottom: 5px;
}
.carousel-caption p {
  margin-bottom: 10px;
}

/** Service Modals **/
#serviceModal .modal-dialog {
  position: relative;
  width: auto;
  max-width: 1200px;
  max-height: 1200px;
  height: 100%;
  overflow: hidden;
  margin: 10px auto 100px auto;
}
#serviceModal .modal-content {
  background: none;
  box-shadow: none;
  border: none;
  width: 100%;
}
#serviceModal .modal-content,
#serviceModal .modal-body,
#serviceModal #serviceCarousel {
  /*! height: inherit; */
  overflow: hidden;
  max-height: 100%;
}
#serviceModal .modal-header {
  padding: 0;
  border-bottom: none;
}
#serviceModal .modal-header .close {
  float: none;
  position: absolute;
  right: 3%;
  top: 3%;
  z-index: 1030;
}
#serviceModal .modal-body,
#serviceModal .modal-footer {
  padding: 0;
  text-align: center;
}
#serviceModal .modal-footer .btn {
  position: absolute;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  bottom: -50px;
  opacity: 0.25;
}
#serviceModal .modal-footer .btn:hover,
#serviceModal .modal-footer .btn:active,
#serviceModal .modal-footer .btn:focus {
  opacity: 1;
}

/** Index Body **/
section.who {
  margin-bottom: 0;
}
.who .row:first-child hr {
  margin-bottom: 50px;
}
.who .row:first-child {
  margin-bottom: 30px;
}
.who .row:first-child p {
  padding-top: 30px;
}
.who .row:first-child img {
  width: 100%;
  max-width: 400px;
}
.logos h3 {
  margin-bottom: 20px;
}
.logos img {
  display: inline-block;
  max-width: 200px;
  margin: 0 5%;
}

#services h2 {
  margin-bottom: 50px;
}
.card {
  overflow: hidden;
}
#home .card {
  height: 450px;
}
.cardImgFrame {
  position: relative;
  margin-bottom: 20px;
  max-height: 280px;
  overflow: hidden;
}
.cardImgFrame img {
  position: relative;
  width: 100%;
}
.cardImgFrame h3 {
  display: block;
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-align: left;
  font-size: 28px;
  font-weight: bold;
  padding: 10px 0 10px 25px;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  transition: background 0.5s;
}
.cardLink:hover .cardImgFrame h3,
.cardLink:active .cardImgFrame h3,
.cardLink:focus .cardImgFrame h3 {
  background: rgba(0,0,0,0);
}
.cardImgFrame span {
  color: rgba(255,255,255,1);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  background: rgba(0,0,0,0.5);
  transition: background 0.5s, color 0.5s;
}
.modalLink:hover .cardImgFrame span,
.modalLink:active .cardImgFrame span,
.modalLink:focus .cardImgFrame span {
  color: rgba(255,255,255,0);
  background: rgba(0,0,0,0);
}
.card-body {
  text-align: left;
  padding-left: 10px;
}

/** Index Contact Section **/
#home #contact {
  margin-bottom: 50px;
}
#home #contact h3 + hr {
  margin-bottom: 50px;
}
#home #contact h5 + hr {
  width: 80%;
  margin: 0 0 20px 0;
}
.conDetails {
  list-style: none;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding-left: 0;
}
#content .row .conDetails {
  text-align: center;
}
.conDetails li {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0 10px 60px;
}
.conDetails li br {
  display: none;
}
.conDetails span {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../images/icons/Contact_Icons.png") no-repeat;
  background-size: 200%;
  background-position: 100% 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}
#content .row .conDetails li:first-of-type span {
  left: 50%;
  margin-left: -170px;
}
#content .row .conDetails li:nth-of-type(2) span,
#content .row .conDetails li:nth-of-type(3) span {
  left: 50%;
  margin-left: -85px;
}

.conDetails a:hover span,
.conDetails a:active span,
.conDetails a:focus span {
  background: url("../images/icons/Contact_Icons_Hover.png") no-repeat;
  background-size: 200%;
}
.conDetails li:nth-child(2) span {
  background-position: 0px 4px;
}
.conDetails li:nth-child(3) span {
  background-position: 0 100%;
}
.conDetails li:nth-child(4) {
  padding-left: 5px;
}
.conDetails li button {
  position: relative;
  padding: 12px 25px;
  border-radius: 6px;
  background: #02b8e3;
  color: #fff;
  box-shadow: 5px 5px 5px #aaa;
}
.conDetails li button:hover,
.conDetails li button:active,
.conDetails li button:focus {
  background: #00af00;
  box-shadow: 8px 8px 10px #aaa;
}
.conDetails li:nth-child(4) span {
  position: relative;
  top: 15px;
  left: -5px;
  width: 45px;
  height: 45px;
  background-position: 100% 3px;
  float: left;
}

/** Social Media **/
.social {
  padding-left: 0;
}
.socSprite {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  float: left;
  margin: 1px 45px 0 0;
  padding: 0;
  background: url("../images/icons/Social_Media_Icons_Sprite.png") no-repeat;
  background-size: 400% 200%;
  background-position: 0 0;
}
.socSprite a {
  display: block;
  width: 100%;
  height: 100%;
}
.socSprite#socFB {
  margin-left: 5px;
}
.socSprite#socFB:hover,
.socSprite#socFB:active,
.socSprite#socFB:focus {
  background-position: 0 101%;
}
.socSprite#socIG {
  background-position: 100% 0;
}
.socSprite#socIG:hover,
.socSprite#socIG:active,
.socSprite#socIG:focus {
  background-position: 100% 100%;
}
.socSprite#socGO {
  background-position: 65% -1%;
}
.socSprite#socGO:hover,
.socSprite#socGO:active,
.socSprite#socGO:focus {
  background-position: 65% 100%;
}
.socSprite#socYe {
  background-position: 34% 0;
}
.socSprite#socYe:hover,
.socSprite#socYe:active,
.socSprite#socYe:focus {
  background-position: 34% 101%;
}
.socSprite span {
  position: absolute;
  left: -5000px;
  opacity: 0;
}

/** Google Map **/
#mapFrame {
  overflow: hidden;
}
#googleMap {
  width: 100%;
  min-height: 400px;
}

/** About Us **/
#about p {
  margin: 70px 0 30px 0;
}
#about #content div img {
  margin-bottom: 40px;
}

/** Service Pages **/
#dockCon .card,
#seawallCon .card,
#boatLift .card,
#marinaCon .card,
#marinaPetrol .card,
#marinaPave .card,
#boathouse .card {
  margin-bottom: 50px;
}
#dockCon .card .cardImgFrame,
#seawallCon .card .cardImgFrame,
#boatLift .card .cardImgFrame,
#marinaCon .card .cardImgFrame,
#marinaPetrol .card .cardImgFrame,
#marinaPave .card .cardImgFrame,
#boathouse .card .cardImgFrame {
  margin-bottom: 0;
}
/** Seawall **/
#seawallCon .bodyCopy {
  padding-bottom: 20px;
}

/** Boat Lifts **/
#boatLift .tmList {
  margin-bottom: 0px;
}
#boatLift .tmList + p {
  margin-bottom: 50px;
}
/** Dock/Marina/Petrol/Pavers/Boathouse/Portfolio **/
#dockCon .bodyCopy,
#marinaCon .bodyCopy,
#marinaPetrol .bodyCopy,
#marinaPave .bodyCopy,
#boathouse .bodyCopy,
#portfolio .bodyCopy,
#content .samples {
  margin-bottom: 50px;
}

/** Portfolio **/
#portfolio .cardImgFrame {
  max-height: 600px;
}

footer {
  background: #053d57 url("../images/water_texture.png") repeat-x;
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  color: #fff;
  padding: 50px 0 30px 0;
  animation: footerAnime 150s linear infinite alternate;
}
footer .row p, footer ul li {
  font-size: 1.2em;
  opacity: 0.5;
  font-weight: bold;
}
footer .socSprite {
  width: 20px;
  height: 20px;
  background: url("../images/icons/Social_Media_Icons_Sprite_Footer.png") no-repeat;
  background-size: 400% 200%;
  margin: 0 15px 0 0;
  float: right;
}
footer p:hover,
footer p:active,
footer p:focus,
footer .socSprite:hover,
footer .socSprite:active,
footer .socSprite:focus {
  opacity: 1;
}
.socSprite#socFBFoot {
  background-position: 0 100%;
}
.socSprite#socFBFoot:hover,
.socSprite#socFBFoot:active,
.socSprite#socFBFoot:focus {
  background-position: 0 0;
}
.socSprite#socIGFoot {
  background-position: 100% 100%;
}
.socSprite#socIGFoot:hover,
.socSprite#socIGFoot:active,
.socSprite#socIGFoot:focus {
  background-position: 100% 0;
}
.socSprite#socGOFoot {
  background-position: 65% 100%;
}
.socSprite#socGOFoot:hover,
.socSprite#socGOFoot:active,
.socSprite#socGOFoot:focus {
  background-position: 65% 0;
}
.socSprite#socYeFoot {
  background-position: 34% 100%;
}
.socSprite#socYeFoot:hover,
.socSprite#socYeFoot:active,
.socSprite#socYeFoot:focus {
  background-position: 34% 0;
}

/** Email Modal **/
#emailModal .modal-dialog {
  width: 95%;
  max-width: 1000px;
  margin-top: 10%;
}
#emailModal .modal-header {
  padding: 40px 0 0 0;
  border-bottom: none;
}
#emailModal h2 {
  padding-bottom: 20px;
  font-weight: bold;
  color: #053d57;
}
#emailModal button.close {
  position: absolute;
  float: none;
  right: 15px;
  top: 15px;
}
#emailModal hr {
  width: 95%;
}
#emailModal label {
  width: 90px;
}
#emailModal input, #county, #subject, #emailForm textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 12px;
}
#emailModal input,
#county,
#subject {
  max-width: 300px;
}
#emailModal #subOther {
  position: relative;
  left: 2px;
}
#county option:last-child,
#subject option:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#emailForm textarea {
  max-width: 785px;
}
#emails label:last-of-type,
#emails input:last-of-type {
  display: none;
}
#messFrame {
  position: relative;
  margin-top: 15px;
}
#messageLabel {
  position: relative;
  top: -140px;
}
#message {
  min-height: 150px;
}
#emailModal #send {
  max-width: 140px;
  background: #02b8e3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  box-shadow: 3px 3px 5px #aaa;
}
#emailModal #send:hover,
#emailModal #send:active,
#emailModal #send:focus {
  background: #00af00;
  box-shadow: 5px 5px 5px #aaa;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    font-style: italic;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-style: italic;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-style: italic;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-style: italic;
}
::-ms-input-placeholder { /* Microsoft Edge */
   font-style: italic;
}
::placeholder { /* Most modern browsers support this now. */
   font-style: italic;
}
.reqMess::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #f00;
}
.reqMess:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color: #f00;
}
.reqMess::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: #f00;
}
.reqMess:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #f00;
}
.reqMess::-ms-input-placeholder { /* Microsoft Edge */
   font-style: italic;
}
.reqMess::placeholder { /* Most modern browsers support this now. */
   color: #f00;
}

.modal-footer {
  padding: 0 0 60px 0;
  border-top: none;
}
.modal-footer .conDetails {
  width: 90%;
  margin: 0 auto;
}
.modal-footer .conDetails li {
  position: relative;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  /*! margin: 0 20px; */
  padding: 0 0 0 45px;
  display: block;
  width: 45%;
  float: left;
  position: relative;
  left: 10%;
}
.modal-footer li a {
  color: #02b8e3;
  position: relative;
}
.modal-footer .conDetails li a:hover,
.modal-footer .conDetails li a:active,
.modal-footer .conDetails li a:focus,
.modal-footer .conDetails li:first-of-type a:hover span,
.modal-footer .conDetails li:first-of-type a:active span,
.modal-footer .conDetails li:first-of-type a:focus span {
  background-position: 100% 100% !important;
  color: #00af00;
  text-decoration: none;
}
.modal-footer .conDetails li span {
  width: 40px;
  height: 40px;
  top: 12px;
  left: -45px;
}


@keyframes footerAnime {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}

/** Responsive Styles **/
@media only screen and (max-width: 1200px) {
  /** Index **/
  #home .card {
    height: 400px;
  }
  #seawallCon, #petrolCon {
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 1006px) {
  #messageLabel {
    position: static;
    margin: 10px 0 15px 0;
  }
  #emailForm textarea {
    max-width: 100%;
  }
}
@media only screen and (max-width: 994px) {
  .modal-footer .conDetails li:last-child {
    top: 10px;
  }
  .modal-footer .conDetails li:first-child span {
    top: 25px;
  }
}
@media only screen and (max-width: 992px) {
  #contact .conDetails li {
    text-align: center;
    padding: 0;
    margin-bottom: 25px;
  }
  #contact .conDetails li:first-of-type,
  #contact .conDetails li:nth-of-type(2), 
  #contact .conDetails li:nth-of-type(3) {
    left: 20px;
  }
  #contact .conDetails li br {
    display: inline;
  }
  
  #contact .conDetails li:first-of-type span,
  #contact .conDetails li:nth-of-type(2) span, 
  #contact .conDetails li:nth-of-type(3) span {
    left: 50%;
  }
  #contact .conDetails li:first-of-type span {
    margin-left: -140px;
  }
  #contact .conDetails li:nth-of-type(2) span, 
  #contact .conDetails li:nth-of-type(3) span {
    margin-left: -125px;
  }
  #contact h5 {
    text-align: center;
    margin-top: 50px;
  }
  .social {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .social li {
    display: inline-block;
    float: none;
    margin: 0 2%;
  }
  footer .container {
    width: 100%;
    padding: 0 5%;
  }
  footer .social {
    text-align: right;
  }
}
@media only screen and (max-width: 954px) {
  #home .card {
    height: 380px;
  }
  .modal-footer .conDetails {
    width: 100%;
  }
  .modal-footer .conDetails li {
    margin: 0;
  }
}
@media only screen and (max-width: 911px) {
  #petrolCon {
    padding-bottom: 50px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 849px) {
  .navbar-header {
    width: 31%;
    max-width: 300px;
    position: relative;
    top: 15px;
    left: 2%;
  }
  .navbar-brand {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .h1, .h2, .h3, .h4, h5 {
    text-align: center;
  }
  .navbar-default {
    background: #fff;
  }
  #mainNav .container-fluid {
    position: relative;
  }
  .navbar-header {
    width: 100%;
    position: static;
  }
  #topFixedNavbar1.in {
    position: relative;
    top: 17px;
    overflow-y: visible;
  }
  .navbar-collapse {
    border: none;
  }
  .nav {
    position: relative;
    background: #fff;
    border: 1px solid #02b8e3;
    border-top: none;
    width: 60%;
    float: right;
    margin-top: 0;
    border-bottom-left-radius: 10px;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: right;
    font-weight: bold;
    letter-spacing: 4px;
  }
  .navbar-default .navbar-nav > li:first-child > a {
    padding: 25px 60px 8px 60px;
  }
  .navbar-default .navbar-nav > li + li > a {
    padding: 7px 60px 8px 60px;
  }
  .navbar-default .navbar-nav > li:last-child > a {
    padding: 7px 60px 25px 60px;
  }
  
  .dropdown-menu {
    border-radius: 0;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 8px 10px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:active {
    color: #02b8e3;
  }
  #home .card {
    height: auto;
  }
  #home .card-body {
    margin-bottom: 50px;
  }
  #home #content p {
    text-align: center;
    margin-bottom: 25px;
  }
  #about .jumbotron, #dockCon .jumbotron,
  #seawallCon .jumbotron, #marinaCon .jumbotron,
  #marinaPetrol .jumbotron, #boatLift .jumbotron,
  #marinaPave .jumbotron, #portfolio .jumbotron {
    background-position: center;
  }
  #seawallCon, #petrolCon {
    padding-bottom: 0;
  }
  .conDetails {
    text-align: center;
    font-size: 16px;
  }
  .conDetails li {
    padding: 10px 0;
  }
  .conDetails li br {
    display: inline;
  }
  #content .row .conDetails li:first-of-type span {
    margin-left: -135px;
  }
  #content .row .conDetails li:nth-of-type(2) span, #content .row .conDetails li:nth-of-type(3) span {
    margin-left: -110px;
  }
  .social {
    text-align: center;
    margin-bottom: 40px;
  }
  .socSprite {
    width: 40px;
    height: 40px;
    float: none;
    display: inline-block;
    margin: 0 5%;
  }
  #emailModal input, #county, #subject {
    max-width: 100%;
  }
}
@media only screen and (max-width: 598px) {
  footer .col-xs-6 {
    width: 100%;
    text-align: center;
  }
  footer .social {
    text-align: center;
    margin-top: 20px;
  }
  .modal-footer .conDetails li {
    display: block;
    float: none;
    width: 100%;
    margin: 0 0 10px 0;
    padding-left: 0;
    text-align: center;
    left: 0;
  }
  .modal-footer .conDetails li span {
    left: 50%;
  }
  .modal-footer .conDetails li:first-child span {
    margin-left: -150px;
  }
  .modal-footer .conDetails li:last-child span {
    margin-left: -95px;
  }
}
@media only screen and (max-width: 437px) {
  .row h1 {
    font-size: 40px;
    margin-top: 40px;
  }
  .row h2 {
    font-size: 30px;
    padding-bottom: 0;
  }
  .row h3 {
    font-size: 28px;
  }
  .row h4 {
    font-size: 26px;
  }
  .row h5 {
    font-size: 23px;
  }
  .row p {
    font-size: 18px;
    line-height: 24px;
    max-width: 100%;
  }
  body .navbar {
    position: relative;
    height: 165px;
    margin-bottom: 0;
    border-bottom: 1px solid #02b8e3;
  }
  .container-fluid > .navbar-header {
    margin: 0 auto;
  }
  .navbar-toggle {
    position: absolute;
    max-width: 62px;
    max-height: 62px;
    margin: 0;
    right: 50%;
    margin-right: -31px;
    margin-top: 20%;
    z-index: 1050;
  }
  .navbar-brand {
    width: 100%;
  }
  #topFixedNavbar1.in {
    padding: 0;
    border-top: none;
  }
  .nav {
    float: none;
    width: 100%;
    margin: 0 auto 0 auto;
    top: 45px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #02b8e3;
  }
  .navbar-default .navbar-nav > li > a {
    text-align: center;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    text-align: center;
  }
  #featuredImages, .jumbotron {
    margin-top: 0;
  }
  #featuredImages .carousel-control-prev-icon,
  #featuredImages .carousel-control-next-icon,
  #serviceModal .carousel-control-prev-icon,
  #serviceModal .carousel-control-next-icon {
    width: 20px;
    height: 30px;
  }
  .card {
    margin-bottom: 20px;
  }
  .card .card-text {
    font-size: 16px;
  }
  #about .jumbotron, #dockCon .jumbotron,
  #seawallCon .jumbotron, #marinaCon .jumbotron,
  #marinaPetrol .jumbotron, #boatLift .jumbotron,
  #marinaPave .jumbotron, #portfolio .jumbotron {
    margin-top: 0;
    background-position: center 165px;
  }
}























































