* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #62a9ca;
    color: #6f5747;
    font-family: 'Trebuchet MS', Tahoma, 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
    line-height: 22px;
    width: 100%;
}

body.mobile {
    font-size: 15px;
    line-height: 20px;
}

body.desktop div.mobile {
    display: none;
}

body.mobile .desktop {
    display: none;
}

h1 {
    color: #94c7c3;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 1.75em;
    font-weight: 400;
    line-height: 2em;
    text-transform: uppercase;
}

h2 {
    font-weight: 700;
    font-size: 1em;
}

p {
    margin: revert;
}

div#page {
    background-color: white;
    margin: auto;
    text-align: center;
    width: 960px;
}

body.mobile div#page {
    width: 380px;
    max-width: 960px;
}

nav#nav {
    background-color: #5b4537;
    height: 55px;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 0;
    width: 960px;
    z-index: 9000;
}

nav#nav ul {
    margin: 0;
    padding: 0;
}

nav#nav ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    width: 15.75%;
}

nav#nav ul li#navHome {
    width: 21%
}

nav#nav ul li#navDonate {
    width: 16%
}

nav#nav a, nav#nav a:hover,
.navigation a, .navigation a:hover {
    text-decoration: none;
}

nav#nav a span {
    color: #d9d2ba;
    display: block;
    font-size: 15px;
    height: 55px;
    line-height: 2em;
    padding: .5em 0;
    width: 100%;
}

nav#nav li a.active span {
    background-color: #a69969;
    color: white;
}

nav#nav a:hover span {
    background-color: #86b8b4;
    color: #5b4537;
}

body.desktop div.mobile.navigation {
    display: none;
}

body.mobile nav.desktop.navigation {
    display: none;
}

div.mobile.navigation {
    background-color: #5b4537;
    color: white;
    font-size: 1em;
    line-height: 2em;
    padding: .5em 0;
    width: 100%;
}

.mobile.navigation a,
.mobile.navigation a:hover {
    color: white;
}

body.mobile div.navigation a span {
    display: block;
    height: 100%;
    width: 100%;
}

div.imageHeader {
    background-color: #dcece7;
    width: 100%;
}

div.imageHeader div {
    float: left;
    margin: 0;
    padding: 0;
}

div.imageHeader img {
    object-fit: cover;
    width: 100%;
}

body.mobile div.mobile.imageHeader,
body.mobile div.mobile.imageHeader div {
    height: 188px;
    position: relative;
    width: 100%;
}

body.mobile div.mobile.imageHeader img {
    object-fit: cover;
    width: 100%;
}

div#headerLogo {
    overflow: visible;
    position: relative;
    width: 201px;
    z-index: 1000;
}

div#headerLogo img {
    margin-left: -10%;
    margin-top: 15%;
    width: 120%;
}

div#mobileLogo {
    position: absolute;
    top: 5%;
    left: 2%;
    width: 20%;
}

section {
    clear: both;
    padding-top: 55px;
}

body.mobile section {
    padding-top: 0;
}

section#home div.imageHeader {
    height: 292px;
}

section#camp-weekend div.imageHeader {
    height: 400px;
}

section#camp-iakwe div.imageHeader {
    height: 308px;
}

section#registration div.imageHeader {
    height: 330px;
}

section#jimjera div.imageHeader {
    height: 303px;
}

section#donate div.imageHeader {
    height: 344px;
}

section#donate div.imageHeader div.headerLogo {
    width: 28%;
}

section#donate div.imageHeader div.headerLogo img {
    position: relative;
    margin-left: -5%;
    margin-top: 10%;
    width: 110%;
    z-index: 1000;
}

section#donate div.imageHeader div {
    clear: none;
    float: left;
    max-width: 683px;
}

section#notfound div.imageHeader {
    height: 145px;
}

section#notfound div.imageHeader div {
    float: none;
    margin: auto;
}

div#footer div.imageHeader {
    height: 158px;
    overflow: hidden;
}

body.mobile div#footer div.imageHeader {
    height: 62px;
}

div#footer div.imageHeader img {
    object-fit: cover;
    width: 100%
}

div.content {
    clear: both;
    margin: auto;
    width: 70%;
}

body.mobile div.content {
    overflow: hidden;
    padding: 1em 0;
    width: 90%;
}

body.mobile div.content.closed {
    height: 0;
    padding: 0;
}

div.content a {
    color: #a69969;
    font-style: italic;
    text-decoration: none;
}

div.content a:hover {
    color: #29abe2;
    text-decoration: underline;
}

div#past-camp-list {
    margin: auto;
    width: 95%;
}

div#past-camp-list div.past-camp-list-item {
    float: left;
    width: 32.5%;
}

body.mobile div#past-camp-list div.past-camp-list-item {
    float: left;
    width: 100%;
}

div.past-camp-list-item .year {
    color: #a69969;
    font-size: 1.5em;
    line-height: 0.9em;
}

body.mobile div.past-camp-list-item .year {
    font-size: 1.7em
}

div.past-camp-list-item .title {
    font-size: 1.4em;
    line-height: 0.9em;
    padding-bottom: 5px;
    white-space: nowrap;
}

body.mobile div.past-camp-list-item .title {
    font-size: 1.9em;
}

div.past-camp-list-item .subtitle {
    color: #a69969;
    font-size: .9em;
    line-height: 1em;
    padding-bottom: 15px;
}

body.mobile div.past-camp-list-item .subtitle {
    font-size: 1em;
}

div#jimjeraLogo {
    height: 170px;
    margin: auto;
    width: 655px;
}

body.mobile div#jimjeraLogo {
    height: auto;
    margin: 0;
    width: 100%;
}

body.desktop div#jimjeraLogo div {
    float: left;
    margin-right: 2em;
}

body.desktop div#jimjeraLogo > div + div {
    margin-top: 2em;
    width: 64%;
}

body.mobile div#jimjeraLogoImg {
    margin: auto;
    width: 50%;
}

body.mobile div#jimjeraLogoImg img {
    object-fit: cover;
    width: 100%
}

body.desktop section#donate {
    padding-bottom: 55px;
}

section#donate ul {
    margin-bottom: 1em;
    padding-left: 1em;
    text-align: left;
}

body.mobile div#footer {
    padding-top: 0;
}

div#footer div.content {
    background-color: #7db5ab;
    color: white;
    font-size: 0.7em;
    line-height: 0.9em;
    height: 3em;
    padding: 1em 0;
    width: 100%;
}

div#viewToggle {
    color: white;
    cursor: pointer;
    display: none;
    font-size: 20px;
    left: 2px;
    line-height: 20px;
    margin: 3px;
    padding: 3px;
    position: fixed;
    top: 2px;
    z-index: 10000;
}

body.desktop div#viewToggle i.fa-toggle-on,
body.mobile div#viewToggle i.fa-toggle-off {
    display: none;
}

body.desktop div#viewToggle i.fa-toggle-off,
body.mobile div#viewToggle i.fa-toggle-on {
    display: inline;
}
