/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 7, 2020, 7:59:19 AM
    Author     : Admin
*/

/* necessary for W3 */
html, body, h1, h2, h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    background: #f1f1f1;
}

.header_text {
    font-family: Brush Script MT;
    font-size:20px;
    background: #f1f1f1;
}

.title_text {
    font-size:48px;
    font-size:3.5vw;
    text-align: center;
}


.row {
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    width:100%;

}

/* Create two equal columns that sits next to each other */
.column {
    display:flex;
    flex-direction: column;
    flex:1;
    flex-basis:50%;
    min-width: 300px;
}

.column img {
    margin-top: 10px;
    vertical-align: middle;
    width: 100%;
}

.column a {
    display: block;
}

.column a:hover {
    color:blue;
}

.photo_container {
    margin-top:5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
}

.photo_card{
    padding:15px;
}

.photo_card img {
    width: 100%;
}

.photo_card h4 {
    vertical-align: middle;
}

.gallery {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding:10px;
    margin-bottom:20px;
}
/* Create four equal columns that sits next to each other */
.gallery .column {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 125px;
}

.gallery .image-item {
    flex: 1 1 auto; /* or flex: auto; */
    cursor: pointer;
    position: relative;
}

.image-item img{
    object-fit:cover;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.image-item{
    position: relative;
    cursor: pointer;
}

.mySlides {
    display: none;
}

.mySlides img {
    width:100%;
    height:85vh;
    margin-left: auto;
    margin-right: auto;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:30px;
    padding-right:30px;
    object-fit: contain;
}


.mySlides p {
    font-size: 1.0vw;
}


.footer {
    text-align: center;
    background: #ddd;
    padding: 0px;
    margin-top: 0px;
}

.ba_header {
    text-align:center;
    background-image: url('images/general/honeycomb.png');
}

.ba_header_text {
    background-color:white;
    opacity:0.60;
}

.ba-modal{
    z-index:3;
    display:none;
    padding-top:100px;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    overflow:auto;
    background-color:rgb(0,0,0);
    background-color:rgba(0,0,0,0.4);
}

.ba-modal-content{
    margin:auto;
    background-color:#fff;
    position:relative;
    padding:0;
    outline:0;
    width: 50%;
    height:85vh;
}

.ba-mid-content-container{
    margin-bottom:10px;
}

.ba-lt-content-container{
    margin-bottom:15px;
}

.ba-rt-content-container{
    margin-top:10px;
}

.ba-footer{
    text-align: center;
    background: #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
}

.ba-socialmedia{
    margin-top:10px;
}


.ba-title{
    font-weight:bold;
}

.ba-subtitle{
    font-weight:bold;
}

.ba-horz-adsize{
        width: 320px;
        height:100px;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

#growetitle {
    width: 75%;
    height:auto;
    min-width:300px;
}

/*https://www.w3schools.com/css/css_rwd_mediaqueries.asp*/
/* Extra small devices (phones, 600px and down) */
@media screen and (max-width: 600px) {
    .adunit_horz{
        /*height:100px;*/
        /*width:auto;*/
        display:block;
        
    }
    .adunit_vert{
        display: none;
    }
    .ba-ad-card{
        padding:10px;
        min-width:160px;
        max-height: 210px;
        margin-bottom: 0px;
    }
    .ba-main-card{
        margin-bottom:0px;
    }
    #lt-content-container{
        padding:0px;
        margin:0px;
    }
    #mid-content-container{
        padding:0px;
        margin:0px;
    }
    #rt-content-container{
        padding:0px;
        margin:0px;
    }
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:50px;
        width:auto;
    }
    .header img {
        height:40px;
        width:auto;
        padding-top: 10px;
    }
    .fa {
        padding: 8px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }
    .gallery {
        flex-direction:column;
    }

    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: none;
        position: relative;
    }
    .ba-small-hide{
        display:none;
    }
    .ba-lt-content-container{
        margin-bottom:0px;
    }

    .ba-rt-content-container{
        margin-top:0px;
    }

    .title_text {
        font-size:24px;
        text-align: center;
    }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .adunit_horz{
        /*height:100px;*/
        /*width:auto;*/
        display: block;
    }
    .adunit_vert{
        display: none;
    }
    .ba-ad-card{
        padding:10px;
        min-width: 160px;
        max-height: 210px;
        margin-bottom:0px;
    }
    .ba-main-card{
        margin-bottom:0px;
    }
    #lt-content-container{
        padding:0px;
        margin:0px;
    }
    #mid-content-container{
        padding:0px;
        margin:0px;
    }
    #rt-content-container{
        padding:0px;
        margin:0px;
    }
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:80px;
        width:auto;
    }
    .header img {
        display: block;
        height:60px;
        width:auto;
        padding-top:20px;
        padding-left:20px;
    }
    .fa {
        padding: 8px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }
    .gallery {
        flex-direction:column;
    }

    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: pointer;
        position: relative;
    }
    .ba-small-hide{
        display:none;
    }
    .ba-lt-content-container{
        margin-bottom:0px;
    }

    .ba-rt-content-container{
        margin-top:0px;
    }
    
    .ba-horz-adsize{
        width: 468px;
        height:60px;
    }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    body{
        min-width: 768px;
    }
    .adunit_vert{
        height:100%;
        width:120px;
        max-height: 600px;
        min-height:300px;
        margin:auto;
        display: block;
    }
    .adunit_horz{
        display: none;
    }
    .ba-ad-card{
        padding:10px;
        min-width: 140px;
    }
    .ba-main-card{
        margin-bottom:20px;
    }
    #lt-content-container{
        padding:20px;
        width: 20%
    }
    #mid-content-container{
        padding:20px;
        width:60%
    }
    #rt-content-container{
        padding:20px;
        width:20%
    }
    /* Header*/
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:100px;
        width:auto;
    }
    .header img {
        display: block;
        float:left;
        height:75px;
        width:auto;
        padding-top:25px;
        padding-left:25px;
    }
    .fa {
        padding: 8px;
        font-size: 20px;
        width: 40px;
        height: 40px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }
    .gallery {
        flex-direction:column;
    }

    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: none;
        position: relative;
    }
    .ba-small-hide{
        display:none;
    }
    .ba-lt-content-container{
        margin-bottom:0px;
    }

    .ba-rt-content-container{
        margin-top:0px;
    }
    
    .ba-horz-adsize{
        width: 468px;
        height:60px;
    }
}
/* Large devices (laptops/desktops, 992px and up) */
@media screen and (min-width: 992px) {
    body{
        min-width: 768px;
    }
    .adunit_vert{
        height:100%;
        width:120px;
        max-height:600px;
        min-height: 300px;
        margin:auto;
        display: block;
    }
    .adunit_horz{
        display: none;
    }
    .ba-ad-card{
        padding:10px;
        min-width: 140px;
    }
    .ba-main-card{
        margin-bottom:20px;
    }
    #lt-content-container{
        padding:20px;
        width: 20%
    }
    #mid-content-container{
        padding:20px;
        width:60%
    }
    #rt-content-container{
        padding:20px;
        width:20%
    }
    /* Header*/
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:100px;
        width:auto;
    }
    .header img {
        display: block;
        float:left;
        height:75px;
        width:auto;
        padding-top:25px;
        padding-left:25px;
    }
    .fa {
        padding: 15px;
        font-size: 30px;
        width: 60px;
        height: 60px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }
    .gallery {
        flex-direction:row;
    }
    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: pointer;
        position: relative;
    }

    .ba-small-hide{
        display:block;
    }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    body{
        min-width: 768px;
    }
    .adunit_vert{
        height:100%;
        width:120px;
        max-height: 600px;
        min-height: 300px;
        margin:auto;
        display: block;
    }
    .adunit_horz{
        display: none;
    }
    .ba-ad-card{
        padding:10px;
        min-width: 140px;
    }
    .ba-main-card{
        margin-bottom:20px;
    }
    #lt-content-container{
        padding:20px;
        width: 20%
    }
    #mid-content-container{
        padding:20px;
        width:60%
    }
    #rt-content-container{
        padding:20px;
        width:20%
    }
    /* Header*/
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:100px;
        width:auto;
    }
    .header img {
        display: block;
        float:left;
        height:75px;
        width:auto;
        padding-top:25px;
        padding-left:25px;
    }
    .fa {
        padding: 15px;
        font-size: 30px;
        width: 60px;
        height: 60px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }
    .gallery {
        flex-direction:row;
    }
    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: pointer;
        position: relative;
    }
    .ba-small-hide{
        display:block;
    }

}

/* Extra large devices (large laptops and desktops, 2000px and up) */
@media only screen and (min-width: 1200px) {
    body{
        min-width: 768px;
    }
    .adunit_vert{
        height:100%;
        width:120px;
        max-height: 600px;
        min-height: 300px;
        margin:auto;
        display: block
    }
    .adunit_horz{
        display: none
    }
    .ba-ad-card{
        padding:10px;
        min-width: 140px;
    }
    .ba-main-card{
        margin-bottom:20px;
    }
    #lt-content-container{
        padding:20px;
        width: 20%
    }
    #mid-content-container{
        padding:20px;
        width:60%
    }
    #rt-content-container{
        padding:20px;
        width:20%
    }
    /* Header*/
    .header {
        overflow: hidden;
        text-align: center;
        background: #ddd;
        height:100px;
        width:auto;
    }
    .header img {
        display: block;
        float:left;
        height:75px;
        width:auto;
        padding-top:25px;
        padding-left:25px;
    }
    .fa {
        padding: 15px;
        font-size: 30px;
        width: 60px;
        height: 60px;
        text-align: center;
        text-decoration: none;
        margin: 5px 2px;
        border-radius: 50%;
    }

    .gallery {
        flex-direction:row;
    }
    .gallery .image-item {
        flex: 1 1 auto; /* or flex: auto; */
        cursor: pointer;
        position: relative;
    }
    .ba-small-hide{
        display:block;
    }

}
