html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

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

body {
  margin-bottom: 60px;
}

div.section {
    padding-bottom: 30px;
    padding-top: 30px;
}

footer.footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}	
}

a.nav-link {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

div.p-image {
    width: 100%;
    margin-bottom: 1em;
}

h2.heading {
    font-weight: bold;
    font-size: 40px;
}

a {
    text-decoration: none;
    font-weight: bold;
}

div.navbar-collapse {
    background-color: #FFFFFF;
    width: 100%;
    height: 80px;
}
div.navbar-collapse.show {
    height: 100%;
    z-index: 20;
    background-color: #FFFFFF;
    padding-left: 20px;
}

img.img-r {
    float:right;
    margin-left: 10px;
    margin-bottom: 3px;
    margin-top: 3px;
}