/*// Extra small devices (portrait phones, less than 576px)*/
/*// No media query since this is the default in Bootstrap*/
.dropdown-menu {
    background-color: rgba(156, 197, 65, 0.9);
}
#bigLogo{
    font-size: 4vw;
}
.rounded-circle {
    height: 50px;
    width: 50px;
}
.main-text
{
    position: absolute;
    top: 50%;
    width: 96.66666666666666%;
    color: #FFF;
}
#resize {
    font-size: 3.5vw;
}
#slideShow {
    height: 50vw;
    object-fit: cover;
}
#darkDivider {
    border: 0.5px solid darkgray;
}
#showMore {
    padding: 1%;
}
body {
    margin-top: 0;
}
html, main{
    background: url(../images/background.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.jumbotron{
    opacity: 0.9;
}
.jumboCustom{
    background-image: url(https://hips.hearstapps.com/hmg-prod.s3.amazonaws.com/images/plants1-1551895073.png?crop=1.00xw:1.00xh;0,0&resize=1200:*);
    background-size: cover;
    height: 100%;
}
.modal-lg {
    width: 70%;
    margin: 10px auto;
}
.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 200px;


}
/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index : 1;
}

/* Style the icon bar links */
.icon-bar a {
    display: block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.5em;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #3B5998;
    color: white;
}

.twitter {
    background: #55ACEE;
    color: white;
}

.instagram {
    background: #E1306C;
    color: white;
}

.linkedin {
    background: #007bb5;
    color: white;
}

.pinterest {
    background: #E60023;
    color: white;
}
/* navbar */

.navbar-custom {
    background-color: rgba(156, 197, 65, 0.9);
    /* overflow: hidden; */
    opacity: 1;
}
/* change the brand and text color */
.navbar-custom .navbar-brand,.navbar-custom .navbar-text {
    color: rgba(0,0,0,.8);
    font-size: 2em;

}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgb(0, 0, 0);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom  .nav-link {
    color: black;

}
.nav-item.active {
    border-bottom: 1px solid black;
}
.nav-item:hover {
    border-bottom: 1px solid grey;
}
.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
    border-color: white;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    /*font-family: "Century Gothic",CenturyGothic,AppleGothic,sans-serif;*/
    text-align:  center;
}

:root {
    --input-padding-x: .75rem;
    --input-padding-y: .75rem;
}


.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 10px;
    margin: 0 auto;
}

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
    font-size: 1rem;
    padding: 5px;
}

.form-label-group > input,
.form-label-group > label {
    padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #495057;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
    color: transparent;
}

.form-label-group input:-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-ms-input-placeholder {
    color: transparent;
}

.form-label-group input::-moz-placeholder {
    color: transparent;
}

.form-label-group input::placeholder {
    color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
    padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
    padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
    padding-top: calc(var(--input-padding-y) / 3);
    padding-bottom: calc(var(--input-padding-y) / 3);
    font-size: 10px;
    color: #777;
}

/*// Small devices (landscape phones, 576px and up)*!*!*/
@media all and (min-width: 576px) {
    body {
        margin-top: 0px;
    }
    .rounded-circle {
        height: 60px;
        width: 60px;
    }
    #resize {
        font-size: 3vw;
    }
    .main-text
    {
        top: 40%;
    }
}

/*// Medium devices (tablets, 768px and up)*!*!*/
@media all and (min-width: 768px) {
    body {
        margin-top: -75px;
    }
    .rounded-circle {
        height: 70px;
        width: 70px;
    }
    #resize {
        font-size: 2.5vw;
    }
    .icon-bar a {
        padding: 8px;
        font-size: 1.2em;
    }
}

/*// Large devices (desktops, 992px and up)*!*!*/
@media all and (min-width: 992px) {
    .rounded-circle {
        height: 140px;
        width: 140px;
    }
    #resize {
        font-size: 2vw;
    }
    .main-text
    {
        top: 60%;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*!*!*/
@media all and (min-width: 1200px) {
    #resize {
        font-size: 1vw;
    }
    .main-text
    {
        top: 58%;
    }
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #42b078;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    padding: 50px 20px;
}

/*.hovereffect img {*/
/*    display: block;*/
/*    position: relative;*/
/*    max-width: none;*/
/*    width: calc(100% + 20px);*/
/*    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;*/
/*    transition: opacity 0.35s, transform 0.35s;*/
/*    -webkit-transform: translate3d(-10px,0,0);*/
/*    transform: translate3d(-10px,0,0);*/
/*    -webkit-backface-visibility: hidden;*/
/*    backface-visibility: hidden;*/
/*}*/

/*.hovereffect:hover img {*/
/*    opacity: 0.4;*/
/*    filter: alpha(opacity=40);*/
/*    -webkit-transform: translate3d(0,0,0);*/
/*    transform: translate3d(0,0,0);*/
/*}*/
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

.hovereffect:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.7" /><feFuncG type="linear" slope="0.7" /><feFuncB type="linear" slope="0.7" /></feComponentTransfer></filter></svg>#filter');
    filter: brightness(0.7);
    -webkit-filter: brightness(0.7);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    overflow: hidden;
    padding: 0.5em 0;
    background-color: transparent;
}

.hovereffect h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p, .hovereffect h2 {
    color: #FFF;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
