@font-face {
    font-family: HangingTree;
    src: url(HangingTree-rggDB.otf);
  }

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
* {
    margin: 0;
    padding: 0;
    }
html, body {
    size: 1em;
    width: 100%;
    font-size: 14px;
}
header {
    display: block;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid black;
    background-image: url(images/camobg.jpg);
    background-position: center;
}
.title {
    font-family: HangingTree;
    display: inline-block;
    font-size: 7em;
    color: orange;
    -webkit-text-stroke: 1;
    -webkit-text-stroke-color: black;
    -webkit-text-stroke-width: 1px;
}
.nav ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 0 10px 0;
    font-family: HangingTree;
    font-size: 2em;
    background-color:rgba(0, 0, 0, 0.6);;
}
.nav li {
    display: inline-block;
    padding: 10px 10px 0 10px;
}
.nav a, .nav a:visited {
    text-decoration: none;
    color:greenyellow;
}
.nav a:hover, .nav a:active {
    color: white;
}
body {
    background-image: url(images/clean-trees.jpg);
}
.boxTitle {
    font-size: 1.5em;
}
.box {
    margin: 20px !important;
    padding: 10px !important;
    background-color: rgba(255,255,255,0.65);
    font-family: 'Arial Narrow', Arial, sans-serif;
    font-size: 1.3em;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}
.footer {
    text-align: center;
    font-size: .8em;
}
.center {
    text-align: center;
}
.bigRed {
    color: red;
    font-size: 1.5em;
    font-weight: bolder;
}
