 .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;
}

.container {
    margin: 0 !important;
    padding: 0 !important;
    max-width: inherit !important;
}

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

.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)
}

p.roboto {
    font-family: 'Roboto Slab', serif;
}

p.roboto.first-title {
    font-size: 3.5rem;
}

p.roboto.second-title {
    font-size: 1.5rem;
}

p.roboto.third-title {
    margin-top: 30px;
    font-size: 31px;
}

p.roboto.center-title {
    font-size: 45px; 
    color: darkgray;
}

p.roboto.center-description {
    margin-left: 10%; 
    margin-right: 10%; 
    font-size: 20px; 
    color: darkgray;
}

p.baloo-title {
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 600;
}

p.baloo {
    font-family: 'Baloo Paaji 2', cursive;
    font-weight: 400;
}

.bounce-up {
    opacity: 0;
    -moz-transition: all 700ms ease-out;
    -webkit-transition: all 700ms ease-out;
    -o-transition: all 700ms ease-out;
    transition: all 700ms ease-out;
    -moz-transform: translate3d(0px, 200px, 0px);
    -webkit-transform: translate3d(0px, 200px, 0px);
    -o-transform: translate(0px, 200px);
    -ms-transform: translate(0px, 200px);
    transform: translate3d(0px, 200, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.bounce-up.in-view {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

div.row.feature-row {
    margin-top: 90px;
}

div.col.feature-text.left {
    text-align: left;
    margin-left: 6%;
}

div.col.feature-text.right {
    text-align: right;
    margin-right: 8%;
}

p.roboto.feature-text {
    font-size: 35px;
}

p.feature-info {
    font-size: 25px;
}

p.roboto.final {
    margin-top: 40px;
    font-size: 35px;
}

div.row.blue {
    background-color: #1a7fb6;
    color: white;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.5);
}

div.row.final {
    background-color: whitesmoke;
    padding-bottom: 3%
}

a.contact {
    color: black;
    font-size: 20px;
}


/* 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 */
}

/* end Sticky footer styling */