body, html {
    height: 100%;
}

.nav-link {
    /* background-color: rgba(0, 0, 0, 0.524); */
    color: white!important;
}



@media only screen and (max-width: 600px) {
    .nav-link {
        font-size: 3vw!important;
        font-weight: bold!important;
    }
    #contactForm {
        height: 90vh;
    }
    .iframeStyle {
        width: 100%;
    }
}

.information {
    background-color: rgba(240, 255, 255, 0.785);
     padding: 20px;
     margin: 20px;
     border-radius: 25px;
}

#welcome {
    font-family: 'Anton';
    font-size: 6vw;
    color: white;
    position: relative;
    font-weight: bold;
    border-bottom: 4px solid white;
    padding-bottom: 5px;
}

#caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

.bg { 
    /* The image used */
    background-image: url("/images/floralScape.jpg");
    
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}