body, html {
    margin: 0;
    padding: 0;
    height:100%;
    min-height: 100%;
}

body {
    width: 100%;
    height:100%;

}

.bgImgHolder {
    position:absolute;
    z-index: -1;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    width:100%;
    height:100%;
    background-image: url('images/flower1.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
    opacity: 0.35;
    min-height: 100%;
    
}

.bgImgHolderGallery {
    background-image: url('images/flower2.jpg') !important;     
}

.bgImgHolderContact {
    background-image: url('images/flower3.jpg') !important;     
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.contentPadding{
    margin-top: 5%;
}


.mainContent {
    max-height: 400px;  
    min-height: 400px;
    overflow: hidden;  
    background-color: rgba(255, 255, 255, .5);
    border-radius: 1em;
    padding: 2em;
}

.mainContent p {
    margin-left:1em;
    margin-top:1em;
}

.secondaryContent {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 1em;
    
}

.rowspacer{
    margin: 1em;
}

.menu {
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    color: white;
    font-family: Verdana;
}

.menu > ul {
    list-style-type: none;
    margin: 0;
    padding:0;
}

.menu > ul li {
    display: inline;
}
.menu > ul li::after {
    content: "|";
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.menu > ul li:last-child::after { content:""; }

.menu > ul li a {
    padding: 20px;
    color: white;
     -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

.menu > ul li a:hover {
    color: rgb(196, 109, 138);
    -webkit-text-stroke-width: 0px;
    text-decoration-color: white;
}

.selectedLink {
    color: rgb(196, 109, 138) !important;
    -webkit-text-stroke-width: 0px !important;
    text-decoration-style: solid !important;
    text-decoration:underline !important;
    text-decoration-color: white !important;
}


.footer {
    font-weight: bold;
    padding-left: 10px;
    color: rgb(124, 114, 114, 0.7);
    position: absolute;
    bottom: 0;
}

.logoHolder {
    text-align: right;
}

.logo{
    transform: scale(2) translate(-58px, -23px);
    overflow: visible;
}



input {
    width: 40%;
    min-width:300px;
    padding: 10px;
    border-radius: 15px;
    margin-top: 1em !important;
}    

textarea#message {
    min-width:300px;
    width: 40%;
    max-width: 40%;
    min-height: 100px;
    max-height: 100px;
    padding: 10px;
    border-radius: 15px;
    margin-top: 1em !important;
}

input#submit {
    min-width:150px;
    width:20%;
    align-content: center;
}

@media screen and (max-width: 1320px) {
    .mainContent{
        max-height:435px;
    }
}