/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
}

html {
    width: 100%;
    height: 100%;
}


.navbar {
    z-index:999;
}


@media(min-width:767px) {

    .navbar .navbar-nav > li > a,
    .navbar .navbar-nav > li > a:hover,
    .navbar .navbar-nav > li > a:focus,
    .navbar .navbar-nav > .active > a, 
    .navbar .navbar-nav > .active > a:hover, 
    .navbar .navbar-nav > .active > a:focus
    {
      font-size: 1.2em;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
    }
    
    .navbar .navbar-brand, 
    .navbar .navbar-brand:hover, 
    .navbar .navbar-brand > a:focus 
    {
      font-size: 1.2em;
      font-family: 'Oswald', sans-serif;
      text-transform: uppercase;
    }
    
    .navbar {
        -webkit-transition: background .3s ease-in-out,padding .3s ease-in-out;
        -moz-transition: background .3s ease-in-out,padding .3s ease-in-out;
        transition: background .3s ease-in-out,padding .3s ease-in-out;
        border-bottom: none;
    }

    .navbar-intro {
        padding-top: 50px;
        background-color: transparent;
    }
    .navbar-intro .navbar-nav > li > a,
    .navbar-intro .navbar-nav > li > a:focus,
    .navbar-intro .navbar-brand 
    {
        color: #FFF;
    }
    .navbar-intro .navbar-nav > li > a:hover
    {
        background-color: #000;
    }

    
}

.vertical-center {
  min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh; /* These two lines are counted as one :-)       */
  display: flex;
  align-items: center;
}




.intro-section {
  height: 300px;
  text-align: center;
  
  background: url(../img/bg.jpg) 50% 0 fixed;

  --background-image: url(../img/bg.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  --background-size: auto 50%;

  background-repeat: no-repeat;
  background-color: #333;
  
}

.logo {
  display: block;
  right:0px;
  top:0px;
  height: 300px;
}


.about-section {
  background: #FFF;
  padding: 5em 0px 5em 0px;
}
.about-section h2 {
  text-align: center;
  font-size: 3em;
  color: #000;
  font-family: 'Magra', sans-serif;
  --font-style: italic;
  padding: 0em 0em 1em 0em;
  margin:0px;
}
.about-section h3 {
  font-size: 1.5em;
  color: #888;
  font-family: 'Magra', sans-serif;
  --font-style: italic;
  padding: 0.5em 0em 0.5em 0em;
}
.about-section p {
  text-align: justify;
}

.about-section-2 {
  background: #EEE;
}




.gap-1 {
  height: 20%;
  background: #fff;
  background: url(../img/bg.jpg) 50% 0 fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.fish-table td,
.fish-table th
{
  text-align: center;
}

.fish-card {
  padding: 0;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.fish-card-inset {
  margin: 0.5em;
  padding: 1em;
  --background-color: #fff;
}
.fish-card-inset:hover {
  --background-color: #fff;
}
.fish-card img {
}

@media(max-width:750px) {
  .fish-table td,
  .fish-table th
  {
    text-align: center;
    font-size: 0.8em;
  }



}


.services-section {
  height: 20%;
  text-align: center;
  background: #fff;
}

.contact-section {
  height: 100%;
  text-align: center;
  background: #eee;
}


#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 1000100;
  background-image: url(../img/loader.gif);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

#mapa {
  height:380px;
}

.popover {
  background: tomato;
  color: white;
}

.popover.top .arrow:after {
  border-top-color: tomato;
}

.g-recaptcha {
  display: inline-block;
}

.centered-text {
    text-align:center
}

