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

.privacy-text {
    margin-top: 50px;
    margin-left: 150px;
}

p.roboto-title {
    font-family: 'Roboto Slab', serif;
    font-weight: 600;
    font-size: 50px;
}

p.roboto-text {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 20px;
}

p.section-head {
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    font-size: 25px;
}

b.welcome {
    font-size: 25px;
}

button.link { 
    background:none;
    border:none; 
    color: skyblue;
    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 */