.card-img-top {
    max-height: 60vh;
    object-fit: cover;
}

.section-title {
color:#163e3a;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
  }

body {
    padding-top: 56px;
}
.logo{
    width: 200px;
}
.btn-primary,
.btn-primary:active,
.btn-primary:visited {
    background-color:#621360 !important;
    border: none;
}
.btn-primary,
.btn-primary:hover
 {
    background-color: #009FE3 !important;
    border: none;
}

.bg{
    background-color: #009FE3;
}

.bg-pink{
    background-color: #F4C0AF;
}

.bg-teal {
    background-color: #0089B8;
}

.border-pink {
    border: #f4c0af;
}


.black-text {
color:black;
}

.blue-text {
    color:#4ac6d6;
    }

.white-text {
    color:white;
}


.link-blue {
    color:#4ac6d6;
    }


.white-text-center {
    color:white;
    line-height: 2;
    text-align: center;
        }

/* Code to set padding to zero */
.padding-0{
    padding-right:0;
    padding-left:0;
}

/* Code to set padding to 50 pixels due to nav menu */
.padding-10{
    padding-top: 10px;
    }

/* Code to set padding to 50 pixels due to nav menu */
.padding-50{
    padding-top: 50px;
    }

/* Code to set padding to 90 pixels due to nav menu */
.padding-90{
    padding-top: 90px;
    }

/* Code to set padding to 100 pixels due to nav menu */
    .padding-100{
padding-top: 100px;
}

.padding-140{
    padding-top: 140px;
    }

/* Code to set padding left and right to 20 pixels */
.padding-left-right-20 {
    padding-left: 20px;
    padding-right: 20px;
}

/* Code to set padding left and right to 10 pixels */
.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
}

/* Code to set padding left and right to 5 pixels */
.padding-left-right-5 {
    padding-left: 5px;
    padding-right: 5px;
}

/* Code to set padding all to 5 pixels */
.padding-all-5 {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* Code to set padding all to 0 pixels */
.padding-all-0 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Code to set padding top and bottom to 10 pixels */
.padding-top-bottom-10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Code to set padding top and bottom to 0 pixels */
.padding-top-bottom-0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

/* Code to set padding bottom to 10 pixels */
.padding-bottom-10 {
    padding-bottom: 10px;
}
/* Code to set padding bottom to 5 pixels */
.padding-bottom-5 {
    padding-bottom: 5px;
}



/*==============================
Parallax effect on page
================================*/
.parallax {
    min-height: 950px;
    width: 100%;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Turn off parallax scrolling for all tablets and phones. Increase/decrease the pixels if needed */
@media only screen and (max-device-width: 749px) {
    .parallax {
      background-attachment: inherit;
    }
  }

/* Heading for Parallax Section */
.parallax h1 {
    color: white;
    font-size: 60px;
    text-align: center;
    padding-top: 60px;
    line-height: 100px;
}

.parallax h3 {
    color: white;
    text-align: center;
    padding-bottom: 100px;
}

/* Paragraph for Parallax Section */
.parallax p {
    font-size: 18px;
    color:black;
    text-align: center;
    line-height: 60px;
}

/* Parallax Section 1 */
.parallax-section-1 {
    background-image: url("../img/flower4.png");
}


/* Parallax Section 2 */
.parallax-section-2 {
    background-image: url("../img/earlydays6.png");
}

/* Parallax Section 3 */
.parallax-section-3 {
    background-image: url("../img/wartime7.png");
}

/* Parallax Section 4 */
.parallax-section-4 {
    background-image: url("../img/wedding6.png");
}

/* Parallax Section 5 */
.parallax-section-5 {
    background-image: url("../img/familylife7.png");
}

/* Parallax Section 6 */
.parallax-section-6 {
    background-image: url("../img/grand6.png");
}

/* Parallax Section 7 */
.parallax-section-7 {
    background-image: url("../img/great12.png");
}

/* Parallax Section 8 */
.parallax-section-8 {
    background-image: url("../img/recent14.png");
}

/* Remove Bottom Margin from Jumbotron */
.jumbotron {
    margin-bottom: 0;
}