#about {
    padding: 8%;
    /*position: absolute;*/
    top:76px;
}
#about2 {
    padding: 8%;
}
.parallax {
    /* The image used */
    background-image: url("../images/about/selfie.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 60px;*/
}
.parallax2 {
    /* The image used */
    background-image: url("../images/home/frontpage2.jpg");

    /* Set a specific height */
    height: 100%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*margin-top: 0;*/
}
.blur{
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(10px);
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ccc;
    display: block;
}
.parallaxEmpty {
    /* The image used */
    /*background-image: url("../images/traditional-parterre-garden-plan.jpg");*/

    /* Set a specific height */
    height: 20%;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    /*margin-top: 0;*/
}
footer {
    margin-bottom: 0px;
}
body {
    margin-top: -76px;
}
/*html, main{*/
/*    background: url(../images/selfie.jpg) no-repeat fixed;*/
/*    -webkit-background-size: contain;*/
/*    -moz-background-size: contain;*/
/*    -o-background-size: contain;*/
/*    background-size: contain;*/
/*}*/
html, main{
    background: url(../images/about/selfie.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body, html {
    height: 100%;
}
.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%;
}

.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: 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 1.2em;
}

/* 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; */
    font-size: 1em;
    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(134,170,68)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler.navbar-toggler {
    border-color: #9CC541;
}
.dropdown-menu {
    background-color: rgba(156, 197, 65, 0.9);
}
h1 {
    font-family: "Century Gothic";
    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;
}
