header {
    background: url("blossomWide.png");
    background-size: cover;
    background-position-x: center;
    min-height: 100vh; 
    position: relative;
    margin-bottom: 0px;
}

@media screen and (max-width: 670px) {
    header {
        min-height: 600px;
    }
}

.navbar-high {
    height: 100px;
    opacity: 0.8;
}

#menu-bar {
    padding-top: 18px;
}

#mobile-menu a {
    color: dark-grey;
}

.parallax-container {
    height: 500px;
    margin-bottom: 30px;
}

.tabs .indicator {
   background-color: #1a237e;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #e8eaf6;
}

.tabs .tab a:not(focus) {
    background-color: transparent;
}

.aside {
    position: absolute;
    bottom: 5%;
    opacity: 0.7;
}

#title {
    font-size: 200%;
    margin-top: 10px;
}

.cta-button-style {
    position: relative;
    top: -380px;
    margin-bottom: 0;
}

.h5-style .h2-style {
    margin-top: 5px;
}

.span-center {
    text-align: center;
}

.card-image {
    height: 250px;
    width: auto;
}

#gallery {
    margin-top: 30px;
    margin-bottom: 50px;
}

input:focus, textarea:focus {
    border-bottom: 1px solid #3F51B5 !important;
    box-shadow: 0 1px 0 0 #3F51B5 !important;
}

label.active {
    color: #3F51B5 !important;
}

.prefix.active {
    color: #3F51B5 !important;
}

#checkbox-1 {
    color: red;
}