/*!
 * Start Bootstrap - Full (https://startbootstrap.com/template-overviews/full)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full/blob/master/LICENSE)
 */

body {
  background: url('../img/bg_02.png') no-repeat center center fixed;
    -webkit-background:url('../img/bg_02.png') no-repeat center center fixed;
    -moz-background:url('../img/bg_02.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
    color: white;
    word-wrap:break-word;
  -o-background-size: cover;
    
}

.newBodyBg{
      background: url('../img/bg_03.png') no-repeat center center fixed;
    -moz-background: url('../img/bg_03.png') no-repeat center center fixed;
    -webkit-background: url('../img/bg_03.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
    color: white;
    word-wrap:break-word;
  -o-background-size: cover;
   
    
}

#navigation{
    text-align: center;
}

#navbarResponsive{
    width: 100vw;
   margin-left: -100px;
}


#navigation a:hover{
    border-bottom: 3px solid rgba(255, 255, 255, .5);
   
}

#navigation li{
    margin-right:10px;
    margin-left:10px;

}
#navigation li a{
   font-size: 20px;
   line-height: 84px;

}


#navigation {
    
    height: 100px;
}


#navigation li .active{
         border-bottom: 3px solid rgba(255, 255, 255, 1);
}



#full-navbar{
    border-bottom: 3px solid rgba(255, 255, 255, .5) !important;
    
}

.navbar{
    background-color: transparent !important;
}

.navbar-nav{
    margin:0 auto;
    list-style:none;
}

.navbar li{
    float: left;
}

.navbar a {
display:block;
text-align:center;
width:150px;
text-decoration:none; 
}

#brand-holder{
    padding-top: 5vh;
}


.brand img{
    float: left;
    height:50px;
    width: 50px;
}

#brand-holder li img{
    height: 70%;
    width: 70%;
}


.about-list{
    padding-top: 20vh;
    display:table;
    margin:0 auto;
}

.about-list li{
    padding: 0.5rem;
    font-size: 22px;
}

.about-list a{
    color: white;
}

.content-tab{
    width: auto;
   overflow: hidden;
    height: auto;
}

#my-tab-content h1{
    
    padding-bottom: 3rem;
}

.tab-pane{
        margin: 0 auto;
    padding-top: 2%;
}

 input, textarea {
     border-width: 2px;
     padding-right:1em;
     padding-bottom: 1em;
     background-color: transparent;
     display: block;
     width: 100%;
     margin-top: 1em;
 
     color: white !important;
     
  }
.tab-pane{
    text-align: center;
}

.product-li-bg{
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: blue;
    opacity: 0.25;
}

.product-list-1{
    
    display:table;
    margin:0 auto;
}

.product-list-1 li{
    margin-right: 0!important;
    position: relative;
    padding: 1rem;

}

.container{
    margin: 0 auto;
}

.product-list-1 img{
    height: 70%;
    width: 70%;
}

.contact-upper{
    padding: 0;
    width: 100%;
}

.userInput {
  margin: 1px;
  padding: 1px;
  height: 300px;
}

#fish1{
    
    text-align: center;
}

.contact-upper li{
                display: table-cell;
                width: 1%;
                float: none;
                padding:10px;
                text-align:center;
            }

::-webkit-input-placeholder { /* WebKit browsers */
    margin: 0 auto;
    color: #FFF;
}
:-moz-placeholder { 
    margin: 0 auto;/* Mozilla Firefox 4 to 18 */
    color: #FFF;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    margin: 0 auto;
    color: #FFF;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    margin: 0 auto;
    color: #FFF;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #FFF;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #FFF;
}

#contact{

    border: 0;

}

.languageSwitcher p{
    margin: 0;
    
}

.languageSwitcher{
    width: 20px;
    
}
.languageSwitcher a{
    color: white;
}

.languageSwitcher a:hover{
   color: gray;
    
}

@media(max-width:992px)
{
    
    .languageSwitcher{
    width: 90vw;;
    
}
    .languageSwitcher a{
    margin: 0 auto;
    
}
    
    #full-navbar{
    border-bottom: none !important;
    
}
    
    #navigation li{
        border: none !important;
    margin:0;
}
    #navigation{
        margin-top: -74px;
    }
    #navigation li a{
        font-size: 13px;
        line-height: normal;
    }
    
   
    #navbarResponsive{
        
        margin:0 auto;
       
    }
    
    #navbarResponsive ul a{
         margin: 0 auto;
    }
  
    #navigation li .active{
         border-bottom: none!important;
}
    #navigation a:hover{
    border-bottom: none!important;
   
}
    
}





