@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600italic|Lora:400,700);

/*Page styles*/
body {
    margin: auto;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}

#MainWrapper {
    width: 100%;
    margin: auto;
    top: 0px;
    position: absolute;
    background-image: url("/woods/images/01.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}
#MainWrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002f3b, #004225);
    opacity: .5;
    z-index: -1;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
#uix {
    position: absolute;
    top: 5px;
    right: 0px;
    z-index: 1;
}

/*banner styles*/
#banner {
    background-color: #38805B;
    width: 100%;
    text-align: center;
    box-shadow: 6px 6px 16px 2px #222;
}
#home-link {
    font-family: 'Lora', Georgia, serif;
    font-size: 36px;
    text-decoration: underline;
    color: #EFF;
    font-weight: bold;
    display: inline-block;
    margin: 30px 0px 30px 0px;
    transition: color 0.5s;
}
#home-link:hover {
    color: #ABB;
    transition: color 0.3s;
}
#content_wrapper {
	margin-left: auto;
	margin-right: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 80%;
}
#banner-links {
    margin-top: 0px;
    width: 100%;
    padding: 0px;
    text-align: center;
}
#links {
    list-style: none;
    list-style-type: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.page-link {
    flex-grow: 1;
    display: inline-block;
    position: relative;
    width: 12%;
    margin: 0px auto;
    padding: 0px;
    transition: background-color 0.7s;
}
.page-link:hover {
    background-color: #18683B;
    transition: background-color 0.3s;
}
.page-link a {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-family: 'Open Sans', Verdana, sans-serif;
    text-decoration: none;
    color: #EEE;
    font-weight: bold;
    padding: 10px 5px 10px 5px;
}

/*Styles for the right column*/
#rightCol {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    border-radius: 1px;
}
#content {
    background-color: white;
    padding-top: 75px;
    padding-bottom: 100px;
    min-height: 350px;
    line-height: 2;
    font-size: 112.5%;
    box-shadow: 4px 4px 8px 4px #222;
}
#content > img {
    margin: auto;
}
#flash_container {
    background: #0066CC;
    margin: auto;
    padding: 20px;
    border: 2px solid #FE9800;
    border-radius: 5px;
    max-width: 500px;
    box-shadow: 1px 1px 8px 4px #222;
}

/*All of the style concerning the Navigation at the bottom*/
#NavBar {
    box-shadow: -4px -4px 8px 1px #222;
    width: 100%;
    margin: auto;
    background-color: #38805B;
    padding-bottom: 0px;
}
#nav-table {
    padding: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
#nav-table .nav-link:nth-child(3) {
    border-right: 2px solid #FE9800;
}
.nav-link {
    flex-grow: 1;
    width: 32%;
    list-style: none;
    text-align: center;
    padding: 10px 0px;
    border-left: 2px solid #FE9800;
    text-decoration: none;
    font-size: 0.75em;
    font-family: 'Open Sans', Verdana, sans-serif;
    color: white;
    font-weight: bold;
}
.nav-link a {
    text-decoration: none;
    color: white;
}
.nav-button {
    margin: 5px;
    border: 1px solid #FE9800;
    border-radius: 5px;
    display: inline-block;
}
#nav-links {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: 80%;
}
#nav-links div:nth-child(2) {
    float: right;
}
.nav-button:hover, .nav-link:hover {
    background-color: #28784B;
}
.nav-button a {
    line-height: 32px;
    padding: 20px 20px;
    text-decoration: none;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    color: #EEE;
    font-weight: bold;
}

/*Styles for table on siteindex.cfm*/
#table-div {
    width: 100%;
    margin: auto;
}

#index-list {
    list-style: none;
    margin: auto;
    width: 80%;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index-list li {
    list-style: none;
    flex-grow: 1;
    display: inline-block;
    width: 200px;
    margin: 0px auto;
    border-radius: 3px;
    margin: auto;
}
#index-list li a {
    display: inline-block;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
#index-list li img {
    width: 200px;
    height: 145px;
    margin: 10px auto 10px auto;
    transition: box-shadow 0.3s;
    box-shadow: 2px 2px 8px 2px #666;
}
#index-list li img:hover {
    box-shadow: 2px 2px 6px 2px #666;
}

/*Styles for Teacher's Guide, and resources*/
#guide , #resources, #credits, #funplace {
    background-color: white;
    width: 70%;
    max-width: 800px;
    margin: auto;
    border-radius: 1px;
}
.pagehead , #resources h3 , #credits h3 {
    margin-top: 35px;
    margin-bottom: 25px;
    border-bottom: 1px solid #005826;
    color: #005826;
}
#guide h1{
    font-family: 'Open Sans', Arial;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #005826;
    border-bottom: 2px solid #005826;
}
.body-group {
    width: 90%;
    margin: auto;
}
.bodytext {
    padding: 0px;
}
.bodytext li {
    width: 80%;
    margin: auto;
    padding: 0px;
}

/*Styles for resources.cfm*/
.navtext { 
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}
#resources {
    padding-top: 10px;
}
#resources h1{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    text-align: center;
    font-weight: bold;
    color: #273966;
    border-bottom: 2px solid #273966;
}
.navtext a {
    color: black;
    background-color: #DDD;
    padding: 6px 12px;
    margin: 5px;
    border-radius: 3px;
    border: 1px solid #CCC;
    transition: background-color 0.7s;
}
.navtext a:hover {
    background-color: #BBB;
    transition: background-color: 0.3s;
}
.resource-p {
    width: 95%;
    margin: 55px auto;
    line-height: 1.75;
}

.resource-link{
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 80%;
    background-color: #CCC; 
    border-radius: 1px;
    text-decoration: none;
    padding: 10px 16px;
    color: #333;
    transition: background-color 0.7s;
    margin-left: 0px; 
}
.resource-link:hover{
    transition: background-color 0.3s;
    background-color: #AAA;
}
.resource-title {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: normal;
	color: #003366;
}
.resource-title-bold {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #003366;
}
.resource-url {
	font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #006600;
    word-wrap: break-word;
}

/*styles for credits.cfm*/
#credits h1 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 65px;
    text-align: center;
    font-weight: bold;
    color: #273966;
    border-bottom: 2px solid #172066;
}
#credits ul {
    margin-top: 25px;
    margin-bottom: 85px;
    font-size: 16px;
    line-height: 2;
    padding: 0px;
}
#credits ul li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px; 
}
.credits-link{
    transition: background-color 0.7s;
    display: inline-block;
    padding: 6px 32px 6px 32px;
    margin-bottom: 25px;
    background-color: #DDD; 
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
    color: black;
    text-decoration: none;
}
.credits-link:hover {
    transition: background-color 0.2s;
    background-color: #AAA;
}

/*Style for Fun Place*/
#image-div {
    max-width: 550px;
    width: 95%;
    margin: auto;
}
#image-div img {
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 35px;
}
#funplace > div { 
    margin: auto;
}
.funplace-link {
    text-decoration: none;
    cursor: pointer;
    display: block;
    color: black;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
}
#funplace ul {
    padding-left: 0px;
}
#funplace li {
    list-style: none;
    border-radius: 2px;
    box-shadow: 3px 2px 5px 1px #AAA;
    background-color: #DDD; 
    text-decoration: none;
    padding: 4px 8px;
    color: #333;
    margin-bottom: 85px;
    transition: background-color 0.5s;
    margin-left: 0px; 
}
#funplace li:hover:not(:nth-child(1)) {
    transition: background-color 0.5s box-shadow 0.5s;
    box-shadow: 1px 1px 3px 1px #888;
    background-color: #AAA;
}
#funplace li #flash_container {
    margin-top: 45px; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 55px;
}

/* Style for naturenotes.cfm*/
#naturenotes {
    width: 100%;
    padding: 50px 0px 75px 0px;
    border-radius: 1px;
    background-image: url("/woods/images/templateNN_02.gif");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 8px 8px 16px 1px #222;
}
#naturenotes ul {
    width: 100%;
    margin: auto;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#naturenotes li {
    list-style: none;
    flex-grow: 1;
    width: 30%;
    max-width: 200px;
    margin: auto;
}
#naturenotes a {
    padding: 5px;
    display: block;
}
#naturenotes img {
    margin: 25px auto;
    display: block;
    width: 100%;
    max-width: 175px;
    height: auto;
    box-shadow: 4px 4px 4px 1px #999;
    transition: box-shadow 0.3s;
}
#naturenotes img:hover {
    transition: box-shadow 0.3s;
    box-shadow: 2px 2px 4px 1px #999;
}

/* Style for the links bar for small screens*/
#small-links {
    background-color: white;
    box-shadow: 2px 16px 16px 5px #444;
    border-bottom: 1px solid #DDD;
    display: none;
    padding: 25px 0 0;
    text-align: center;
    top: 0;
}

#small-links a {
    cursor: pointer;
    color: black;
    display: inline-block;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
    margin: 0 auto;
    padding: 20px 0px;
    text-decoration: none;
    transition: background-color 0.3s;
    width: 100%;
}

#small-links a:not(:nth-last-child(1)) {
    border-bottom: 1px solid #DDD;
}

#small-links a:not(:nth-child(1)) {
    border-top: 1px solid #BBB;
}

#small-links a:hover {
    background-color: #ccc;
}

#small-links-toggle {
    display: none;
    height: 40px;
    left: 0px;
    top: 0px;
    width: 50px;
} 

#small-links-toggle:hover {
    cursor: pointer;
}

#small-links-toggle .bar {
    border-radius: 5px;
    background-color: #38895B;
    border: 1px solid #38895B;
    width: 37px;
    height: 4px;
    left: 7px;
    position: absolute;
}

#small-links-toggle .bar:nth-child(1) {
    top: 6px;
}

#small-links-toggle .bar:nth-child(2) {
    top: 19px;
} 

#small-links-toggle .bar:nth-child(3) {
    top: 32px; 
}

