.navbar {
     min-height: 50px;
     background-color: whitesmoke;
}

.navbar-brand {
  padding: 0 15px;
  height: 60px;
  line-height: 50px;
}

img#logo {
    height: 60px;
}

.navbar-nav > li {
    font-size:20px;
}

.btn-primary {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #005a5a;
    margin-right: 12px;
    font-size: 25px;
}

.btn-primary#get-button {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #005a5a;
    margin-right: 12px;
    font-size: 35px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #009a9a
}

.btn-primay:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #005a5a
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #000
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 90, 90, 0.5)
}

.btn-outline-primary {
    color: #1a7fb6;
    background-color: transparent;
    background-image: none;
    border-color: #1a7fb6
}

.btn-outline-primary:hover {
    color: #222;
    background-color: #1a7fb6;
    border-color: #1a7fb6
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #1a7fb6;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #1a7fb6;
    border-color: #1a7fb6
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.col#second-row {
    background-image: url('PricingTransition.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-color: #1a7fb6;
}

.col#third-row {
    background-image: url('PricingSecondTransition.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-color: whitesmoke;
}

.col#fourth-row {
    background-color: whitesmoke;
    text-align: center;
}

p#billing-card-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 30px;
}

.card#billing-card {
    margin: 0 auto;
    width: 85%;
    margin-bottom: 50px;
}

.card-title {
    margin-top: 10px;
    color: #2b007a;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 40px;
}

.card-price {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 30px;
}

i.fa-check {
    color: darkgreen;
}

div#check-line {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.card-footer {
    background-color: whitesmoke;
    border: none;
    padding-bottom: 30px;
}

div.card.h-100 {
    background-color: whitesmoke;
}

p.roboto#entry {
    font-size: 3rem;
    font-family: 'Roboto Slab', serif;
    color: darkgray; 
}

p.roboto#entry-secondary {
    font-size: 1.5rem;
    font-family: 'Roboto Slab', serif;
    color: darkgray; 
}

p.roboto#conclusion-first {
    font-size: 2.2rem;
    font-family: 'Roboto Slab', serif;
}

p.roboto#conclusion-second {
    font-size: 1.5rem;
    font-family: 'Roboto Slab', serif;
    margin-left: 30px;
    margin-right: 30px;
}

img#bestValueImage {
    height: 190px;
}

/* Sticky footer styling */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 10px; /* Margin bottom by footer height */
}

.footer {
    background-color: whitesmoke;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px; /* Set the fixed height of the footer here */
    line-height: 20px; /* Vertically center the text there */
}