html {
    -webkit-overflow-scrolling: touch;
}
html, body {
    height: 100%;
}
body {
    margin: 0;
    min-width: 320px;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
main {
    min-height: 100%;
    position: relative;
}

.bg-scouts {
	background-color: #003F87 !important;
}
.bg-scouts .navbar-nav .nav-link {
	color: rgb(218, 218, 218) !important;
}
.page-body {
    min-height: 254px;
    display: inline-block;
    padding-bottom: 150px;
    width: 100%;
    position: relative;
    padding-top: 30px;
}


.navbar-brand {
  width: 105px;
  position: relative;
  left: 87px;
  margin-right: 5rem !important;
}

.navbar-brand img {
    position: absolute;
    height: 74px;
    width: 71px;
    left: -72px;
    top: -10px;
    z-index: 10000;
}

@media (max-width: 992px) {
  .navbar-collapse {
    margin-top: 27px;
    font-size: 1.3em;
  }
}

.nav-item.dropdown a.nav-link {
    cursor: pointer;
}

footer {
    background-color: #111111;
    color: rgb(255, 255, 255);
    text-align: center;
    padding: 30px 0;

    min-height: 90px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: relative;
    overflow: visible;
    z-index: 15;
    display: block;
    margin-top: -120px;
}
footer h3 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 20px;
    margin-top: 60px;
    text-transform: uppercase;
}
.footer-column {
    display: inline-block;
    min-width: 250px;
}
.footer-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-footer__logo {
    max-height: 91px;
}
.footer-row {
    margin-left: -25px;
    margin-right: -25px;
}

footer a {
    color: rgb(189, 202, 211) !important;
    -webkit-transition: color .25s ease;
    transition: color .25s ease;
}
footer a:hover {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}


.h1, .h2, h1, h2 {
    font-family: aleoregular,serif;
    font-weight: 400;
    color: #777;
}

.page-title {
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.pagination {
    padding: 25px 0;
}



.page-options {
    margin-bottom: 10px;
    text-align: center;
}


.page-buttons {
	margin: 10px 0;
}
.page-buttons a {
    margin: 2px;
}

.site-version {
	text-align:center;
}

.page-options__container {
    background: white;
    display: inline-block;
    padding: 15px;
    margin: 10px;
    color: #ccc;
    font-weight: bold;
    font-size: 3em;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #a7a7a7;
    width: 94%;
    height: 275px;
    text-decoration: none !important;
}
.page-options__container:hover {
    position: relative;
}

.option-container__title {
	  font-size: 21px;
    font-weight: 600;
    color: #47669c;
    font-family: Whitney,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    display: inline-block;
}
.page-options__container hr {
	height: 1px;
    border: none;
    background-color: #99aab5;
    opacity: .5;
    width: 50px;
    margin: -6px auto 20px;
}
.option-container__description {
	font-size: 14px;
    font-weight: 600;
    width: 200px;
    margin: 0 auto 0;
    color: #68727e;
    font-family: Whitney,'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    display: inline-block;
}

.options-container__logo {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    color: #404040;
    position: relative;
}
.options-container__logo:before {
    content: "";
    height: 100px;
    width: 100px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat !important;
    left: 0;
}

.options-container--red .options-container__logo:before {
  	background: url("../img/220bonnet.png");
	background-size: contain;
}
.options-container--blue .options-container__logo:before {
	background: url("../img/220bonnet_blue.png");
	background-size: contain;
}

@media only screen and (min-width: 768px) {
    .page-options__container {
        width: 240px;
        display: inline-block;
        text-align: center;
    }
}

.website-container {
  margin: 10px 0;
}
.website-container img {
  border-radius: 42px;
}



.abstract-text {
    background: #ffecb5;
    border-left: 4px solid red;
    padding: 10px;
    font-family: monospace;
    font-size: 0.8em;
}

.abstract-text p {
    padding: 0;
    margin: 0;
}
