body {
  padding-top: 75px;
}
.navbar {
    position: fixed;
    top: 0;
    background-color: #f1f1f1;
    width: 100%;
    padding: 2px;
    z-index: 1000;
}
.navbar-nav {
    font-size: 1.35rem;
    font-family: Merriweather, serif;
}
.navbar-brand img {
    width: 90px;
    height: 55px;
}
h1, h2, h3, h4, h5, h6 {
    color: #0c59aa;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-weight: bold;
}
p {
    color: #08305c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    height: auto;
}
a {
    color: #5191d6;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    height: auto;
}
.card img {
    width:360px;
    height:360px;
}
.card {
    height: auto;
}
.card:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.btn {
    background-color: #0c59aa;
    font-family: "Arial Narrow", Arial, sans-serif;
    color: whitesmoke;
    font-weight: bold;
}
.form {
    font-family: Merriweather, serif;
    font-size: 1.25rem;
}
.form-label {
    font-family: Merriweather, serif;
    font-size: 1.1rem;
}
.form-text {
    font-size: 0.75rem;
}

.carousel-inner img {
    margin: auto;
    width: 100%;
    height: auto;
}
.index hr {
    height: 6px;
    margin: 1rem 0;
    background-color: rgb(7, 4, 90);
    border-top: 1px;
    border-color: rgb(7, 4, 90);
    opacity: 0.75;
}
.product-description {
    background-color: #0c59aa;
}

.product-description p {
    color: whitesmoke;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    height: auto;
}
.product-description h2 {
    color: whitesmoke;
    font-family: Arial, sans-serif;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.index img {
    width:360px;
    height:340px;
}
.index {
    text-align: center;
    font-family: "Arial Narrow", Arial, sans-serif;
}
.about hr {
    height: 6px;
    margin: 1rem 0;
    background-color: rgb(7, 4, 90);
    border-top: 1px;
    border-color: rgb(7, 4, 90);
    opacity: 0.75;
}
.about img {
    width:180px;
    height:180px;
    align-self: center;
}
.about {
    text-align: center;
}
.about p {
    text-align: center;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 1.1rem;
}
.story img {
    width:180px;
    height:180px;
    align-self: center;
}
.story {
    text-align: center;
}
.story p {
    text-align: left;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 1.1rem;
}
.welcome p {
    color: #08305c;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    height: auto;
}
.products img {
    margin: auto;
    width: 640px;
    height: 320px;
}
.locations img {
    margin: auto;
    width: 100%;
    height: auto;
}
.contact img {
    margin: auto;
    width:720px;
    height:480px;
}
.login-anchor {
    border: 0cap;
    background-color: transparent;
}
.main-image img {
    margin: auto;
    width:420px;
    height:380px;
}
.image-other img {
    margin: auto;
    width:80px;
    height:80px;
}
.login-brand {
    text-align: center;
}