
.navbar {
    margin-left: 30px;
    margin-right: 30px;
}
.boatPicture::before {
    content:'';
    padding-top:35%;
    display:block;
}

.mainPageBody {
    background-color: ghostwhite;
}

.pictureContainer {
    float:left;
    padding:20px;
    border-radius:10px;
    margin:20px;
    border: thin lightgray solid;
    margin-right:30px;
    background-color:white;
}
.headingTitle {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 1.625rem;
    font-weight: bold;
    color: rgb(88,79,172);
}

.headingTitleXXLarge {
    font-family: "Arial Black";
    font-size: xx-large;
    font-weight: bold;

}

.boldItalicText {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: large;
    font-style: italic;
    font-weight: bold;
}
.italicText {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: large;
    font-style: italic;
    word-wrap: normal;
}

.italicTextXLarge {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: x-large;
    font-style: italic;
    word-wrap: normal;
}

.simpleText {
    font-family: "Times New Roman, serif";
    font-size: large;
    word-wrap: normal;
}

.titleQuote {
    font-family: Arial;
    font-size: medium;
    word-wrap: normal;
}

.titleQuoteDiv {
    text-align: center;
    background-color: lavender;
}


.boldItalicTitle {
    font-family: "Times New Roman, serif";
    font-size: large;
    font-style: italic;
    font-weight: bold;
    word-wrap: normal;
}

.boldItalicTitleXLarge {
    font-family: "Times New Roman, serif";
    font-style: italic;
    font-weight: bold;
    word-wrap: break-word;
    font-size: x-large;
}

.imageHolder {
    margin: 20px;
}

.smallText {
    font-size: x-small;
}
.centeredImage {
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
}

.containerGray {
    background-color: gainsboro;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerWhite {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerOffWhite {
    background-color: floralwhite;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerLightBlue {
    background-color: antiquewhite;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerLightLightGray {
    background-color: ghostwhite;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerLavender {
    background-color: lavender;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}

.containerTurquoise {
    background-color: paleturquoise;
    border-radius: 10px;
    padding: 5px;
    margin: 5px;
}


.popupLink {
    border-radius: 5px;
    font-weight:bold;
    color: antiquewhite;
    font-family: "Times New Roman, serif";
    font-size: large;
    text-shadow: 2px 2px 10px black;
    -webkit-appearance: none;
}
.popupLinkFake {
    border-radius: 5px;
    font-weight:bold;
    color: antiquewhite;
    font-family: "Times New Roman, serif";
    font-size: large;
    text-shadow: 2px 2px 10px black;
    -webkit-appearance: none;
}

.popupLink:hover {
    border-radius: 5px;
    font-weight:bold;
    color: white;
    font-family: "Times New Roman, serif";
    font-size: large;
    text-shadow: 5px 5px 20px black;
    text-decoration: underline;

}

button.popupLink {
    background: transparent;
    border: none;
    text-align: left;
}

button.popupLink:focus {
    outline: none;
}

.parallax-window {
    min-height: 600px;
    background: transparent;
}

.parallax-windowTitle {
    font-family: "Times New Roman, serif";
    font-style: italic;
    font-weight: bold;
    word-wrap: normal;
    font-size: x-large;
    color: antiquewhite;
    text-shadow: 2px 2px 10px black;

}

.popover-header {
    background-color: lavender;
    align-text: center;
}

.popover-body {
    border-radius: 5px;
    box-shadow: 5px 5px 10px black;
}

.popover-text-box {
    border-radius: 5px;
    padding: 10px;
}

.popover {
    max-width: 500px;
}

.footer {
    background-color: lavender;
    padding: 20px;
    font-size: medium;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
}

.footer p {
    margin-bottom: 2px;
}

.footer a {
    color: navy;
}
.footerContainer {
    border-top: thick darkgray double;
    padding-top: 15px;
}
.footerLink {
    padding: 5px 15px 5px 15px;
}
.footerContainerNext {
    padding-top: 15px;
}
.footerContainerLast {
    padding-top: 15px;
    padding-bottom: 20px;
}

.centerFooter, .centerFooter a {
    color: black;
    /* text-shadow: 1px 1px black; */
}

.contactText, .contactArea {
    padding: 20px;
}

.contactText p, .contactArea p {
    padding: 0;
    margin-bottom: 2px;
}

.carousel-indicators {
    justify-content: flex-end;
}

@media only screen and (max-width: 992px) {
    .carousel-indicators {
        display:none;
    }
}

.purpleTitle {
    font-size: xx-large;
    color: rgb(88,79,172);
    font-weight: bold;
}

.whiteTitle {
    font-size: xx-large;
    color: floralwhite;
    font-weight: bold;
}

.purpleText {
    color:rgb(88,79,172);
}

.heartDiv {
    background-position:0 50%;
    background:linear-gradient( rgba(0,0,0,0.2), rgba(0, 0, 0, 0.2) ), url('/images/heartInSand.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    min-height: 450px;
    border-radius:10px;
    margin-right: 10px;
    position: relative;
    border: 2px rgba(88,79,172,0.5) solid;
}

.positionPicture {
    position: absolute;
    right: 30px;
    top: 30px;
}

.picture {
    max-height: 150px;
    border-radius: 10px;
}

.picture:hover {
    border: thick antiqueWhite solid;
}

.pictureText {
    font-weight:bold;
    color: antiquewhite;
    font-family: "Times New Roman, serif";
    font-size: large;
    text-shadow: 2px 2px 10px black;
}

.pictureText:hover {
    font-weight:bold;
    color: white;
    font-family: "Times New Roman, serif";
    font-size: large;
    text-shadow: 2px 2px 10px black;
    text-decoration:underline;

}

.textShadowGray {
    text-shadow: 2px 2px 10px grey;
}
.textShadowBlack {
    text-shadow: 2px 2px 10px black;
}
.textShadowBlackBlack {
    text-shadow: 2px 2px 10px black, 2px 2px 10px black;
}

.textShadowPurple {
    text-shadow: 2px 2px 10px rgb(88,79,172);
}
.shadowBoxLavender {
    text-shadow: none;
    border: thin lightgray solid;
    box-shadow: 10px 10px 2px #cccccc;
    background-color: ghostwhite;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

@media only screen and (min-width: 992px) {
    .aboutMeWrapper {
        margin-right: 20%;
        margin-left: 20%;
    }
}
@media only screen and (max-width: 992px) {
    .aboutMeWrapper {
        margin-right: 10%;
        margin-left: 10%;
    }
}

.mutedBackground {
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-light {
    background-color: ghostwhite;
}

.testimonialHeader {
    padding: 10px;
    background-color: rgb(88,79,172);
    width: 100%;
    border: thin rgb(88,79,172) solid;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: large;
    border-radius: 10px;
    margin-bottom: 5px;
}

.testimonialText {
    padding: 25px;
    padding-top: 20px;
    padding-bottom:20px;
    width: 100%;
    border: thin rgb(88,79,172) solid;
    background-color:white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.testimonialRow {
    margin-top: 30px;
    border: thin black solid;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 10px;
    margin: 10px;
    background-color: gainsboro;
}

iframe {
    border:none;
    width:100%;
}

.carousel-inner-test{
    background-image: url("/images/adult-backlit-beach-1000445.jpg");
    background-position: center 94%;
    background-size: cover;
}


@media only screen and (max-width: 640px) {
    .carousel-inner-test:before {
        content:'';
        padding-top:45%;
        display:block;
        background-color: rgba(0,0,0,0.7);
    }
    .carousel-inner-test .boldItalicText {
        font-size: small;
    }
    .carousel-inner-test h5 {
        font-size: small;
    }
    .carousel-inner-test p {
        margin-bottom: 0;
    }
    .carousel-inner-test .carousel-caption {
        margin-bottom: -30px;
    }
}
@media only screen and (min-width: 640px){
    .carousel-inner-test:before {
        content:'';
        padding-top:45%;
        display:block;
        background-color: rgba(0,0,0,0.4);
    }
}
@media only screen and (min-width: 860px) {
    .carousel-inner-test:before {
        content:'';
        padding-top:45%;
        display:block;
        background-color:transparent;
    }
    .carousel-inner-test .carousel-caption {
        margin-bottom: 30px;
    }
    .carousel-inner-test .boldItalicText {
        font-size: x-large;
    }
}
@media only screen and (min-width: 1050px) {
    .carousel-inner-test .boldItalicText {
        font-size: xx-large;
    }
    .carousel-inner-test .carousel-caption {
        margin-bottom: 10px;
    }
}
