/*Tablet*/

/*------------------------------------------PC------------------------------------------*/

/*Main Body*/
body{
    font-family: Montserrat;
    background-color:#2c2e3c;
    margin: 0;
    padding: 0;
}

#excelFile a:link{
    color: #30A772;
}

#excelFile a:hover, a:active{
    color: #30A772;
    padding: 0px;
    text-decoration: none;
}


/*Container of all elements*/
.wrapper{
    display: block;
    width: 100%;
    /*border: 2px solid yellow;*/
}
/*Main Logo*/
.logoMain{
    display: block;
    /*border: 2px solid black*/
    clear: both;
    width: 100%;
    background-color: #2c2e3c;
    text-align: center;
}
/*MiniLogo hidden by the side*/
.minilogo{
    float: left;
    /*border: 2px solid blueviolet;*/
    max-width: 0px;
    max-height: 50px;
    overflow: hidden;
    transition: 200ms;
    padding: 0px;
}

/*Mini Lofo revealed*/
.fixed-nav .minilogo{
    max-width: 200px;
    margin: 7px 0px 0px 0px;
    /*border: 2px solid greenyellow;*/
}

/*Sticky nav*/
.fixed-nav #mainNav{
    position: fixed;
    top: 0px;
}
/*Centering fixed nav*/
.fixed-nav #mainNav ul{
    position: relative;
    margin: auto;
    width: 550px;
}

/*Sticky nav list items*/
.fixed-nav #mainNav ul li{
    padding: 20px 12px;
}

/*Main Navigation Element*/
#mainNav{
    display: block;
    clear: both;
    width: 100%;
    background-color: #2c2e3c;
    z-index: 100;
    /*border: 2px solid blue;*/
}
/*Easy access of Mini Logo*/
.navCont{
    margin-left: 56px;
    /*border: 2px solid indianred;*/
}

/*Navigation ul*/
#mainNav ul{
    display: block;
    list-style-type: none;
    /*border: 2px solid blue;*/
    overflow: hidden;
    width: 550px;
    margin: auto;
    padding-left: 0%;
}

/*Nav ul li*/
#mainNav ul li{
    font-weight: bold;
    display: block;
    float: left;
    /*border: 2px solid cyan;*/
    padding: 20px 12px;
}

/*Nav ul li a*/
#mainNav ul li a:link, a:visited{
    text-decoration: none;
    font-weight: bold;
    color: #30A772;
    border-radius: 7px;
    padding: 10px 12px;
    transition: 350ms;
}

/*Hover on Navbar*/
#mainNav ul li a:hover, a:active{
    text-decoration: none;
    color:#2c2e3c;
    background-color: #30A772;
    border-radius: 7px;
    font-weight: bold;
    padding: 10px 12px;
}
/*Mob-Site Menu*/
.toggle{
    width: 100%;
    padding: 10px 20px;
    background-color: #2c2e3c;
    text-align: center;
    box-sizing: border-box;
    color: #30A772;
    font-size: 30px;
    display: none;
}

/*Carousel Container*/
#Carousel-Container{
    width: 100%;
    margin: 0;
    /*border: 2px solid magenta;*/
    padding: 0px;
}

#myCarousel{
    /*border: 2px solid yellow;*/
    margin-top: -20px;
}

/*Carousel Height Control*/
.carousel .item {
    height: 500px;
}

/*Carousel Height Control*/
.item img {
    position: absolute;
    top: 0;
    left: 0;
    min-height: 500px;
}

/*Carousel image width control*/
.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

/*Styling Carousel Caption*/
.carousel-caption {
    font-weight: bold;
    color : #000000;
    padding: 0px;
    width: 25%;
    margin: 35px auto;
    text-decoration: underline;
}

.mycontainer{
    background-color: #2c2e3c;
    color: #30A772;
    margin: 0;
    width: 100%;
}

.menuItemLink{
    border: 2px solid #30A772;
    margin: 35px auto;
    border-radius: 10px;
    padding: 15px;
}

.seperator{
    height: 3px;
    width: 100%;
    background: #30A772;
}

#gMap{
    margin-top: 4%;
}
#product-row{
    margin: auto;
    padding: 0;
    text-align: center;
}
.prodBox{
    margin: 2% 4%;
    border: 2px solid #30A772;
    border-radius: 8px;
    padding: 10px;
    transition: 500ms;
    text-align: center;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.prodBox img{
    border-radius: 50%;
}

.prodBox:hover{
    background-color: #30A772 ;
    color: #2c2e3c;
}

#contactMail{
    color: #30A772;
    padding: 0;
}

#contactMail a:link, a:active{
    color: #30A772;
    background-color: #2c2e3c;
    font-weight: normal;
}

.proddisBG{
    background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: none;
	justify-content: center;
    align-items: center;
    /* border: 2px solid gold; */
    z-index: 10;
}
.infoBox{
    height: 80%;
	width: 95%;
	background-color: #2c2e3c;
	/* text-align: center; */
    padding: 20px;
    margin: 5% auto;
	position: relative;
    border-radius: 8px;
    color: #30A772;
    overflow-y: scroll;
    overflow-x: hidden;
}

.infoBox h3, h5{
    font-weight: bold;
    text-decoration: underline;
}

.close {
	position: absolute;
	top: 0;
	right: 10px;
	font-size: 42px;
	color: #30A772;
	transform: rotate(45deg);
    cursor: pointer;
    opacity: 1;
    /* border: 2px solid blue; */
}
.close:hover{
    color: red;
    opacity: 1;
}

.goodsDescBox{
    margin: 12px auto;
    /* border: 1px solid #30A772; */
    border-radius: 8px;
    /* overflow-y: scroll; */
}

.goodsDescPhotos{
    /* border: 2px solid cyan; */
    margin: 20px auto;
    /* overflow: hidden; */
    text-align: center;
    vertical-align: middle;
    /* overflow-y: scroll; */
}

.goodsDescPhotos img{
    border-radius: 8px;
}

.caption{
    margin: 10px 0;
    text-decoration: underline;
    font-style: italic;
}

/* width */
::-webkit-scrollbar {
    width: 5px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #2c2e3c; 
    border-radius: 10px;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #30A772; 
    border-radius: 10px;
  }
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
    background: #2c2e3c; 
  } */

 
  .archiveBar{
      background-color: #30A772;
      color: #2c2e3c;
      overflow-y: scroll;
      border-radius: 8px;
      padding: 10px;
  }
  .archiveBar ul{
    list-style-type: square;
  }
  .archiveBar ul li a{
      color: #2c2e3c;
  }

  .archiveBar ul li a:active{
    color: #2c2e3c;
    font-weight: normal;
    padding: 0px;
    background-color: #30A772;
}

#headLine{
    font-weight: bold;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
  }
#subHead{
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
    text-align: center;
  }
#underHead{
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

#caption{
    font-style: italic;
    text-decoration: underline;
    text-align: center;
    font-size: 12px;

}

table,th,td{
    border: 2px solid #30A772;
    text-align: left;
    vertical-align: middle;
}
th,td{
    padding: 5px;
}
th{
    background-color: #30A772;
    color: #2c2e3c;
}

.mobile_image{
    display: none;
}

/*-----------------------------------Mobile------------------------------------------*/
@media (max-width:768px){
    .toggle{
        display: block;
    }
    .fixed-nav .toggle{
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #2c2e3c;
        z-index: 20;
    }
    #mainNav ul{
        width: 100%;
        display: none;
        background-color: #2c2e3c;
    }
    #mainNav ul li{
        display: block;
        float: none;
        text-align: left;
    }
    .active{
        display: block;
    }
    #Carousel-Container{
        display: none;
    }
    .fixed-nav .minilogo{
        max-width: 0px;
        max-height: 0px;
        /*border: 2px solid greenyellow;*/
        display: none;
        position: fixed;
        float: none;
    }
    .fixed-nav #navUl{
        width: 100%;
        position: absolute;
        top: 0;
    }

    .fixed-nav #navUl li{
        margin: 0 auto;
        text-align: left;
        /* width: 70%; */
        /* text-align: center; */
        /* border: 2px solid blanchedalmond; */
    }

    .fixed-nav .navCont{
        margin: 0 0;
        position: fixed;
        top: 50px;
        overflow: hidden;
        width: 100%;
    }
    .navCont{
        margin: 0px;
        width: 100%;
    }
    #brochurelink{
        color: #30A772;
    }
    .goodsDescPhotos img{
        width: 100%;
    }
    .proddisBG{
    background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 100%;
	position: absolute;
    top: 0;
    left: 0;
	display: none;
	justify-content: center;
    align-items: center;
    /* border: 2px solid gold; */
    z-index: 10;
}
    .infoBox{
        height: 95%;
        width: 95%;
        background-color: #2c2e3c;
        /* text-align: center; */
        padding: 20px;
        margin: 5% auto;
        position: relative;
        border-radius: 8px;
        color: #30A772;
        overflow-y: scroll;
    }
    #upperLogo{
        display: none;
    }
    .mobile_image{
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;        
        padding: 5px;
    }
}
