@import url('reset.css');

/* -----------------------------------------STYLE SHEET FOR GENERAL WEBSITE */

header {}

body {
    background: #fff;
    color: #000;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 10px;
    width: 0 auto;
    min-width: 1000px;
    height: auto;
}

main {
    width: 0 auto;
    height: auto;
    top: 800;
}

@media screen and (max-width: 860px) {
    .content {
        font-size: 10px;
    }
}


/* -----------------------------------------------------HEADER------------------- */

.header {
    font-family: "Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
    font-size: 14px;
    padding: 9px 5px;
    background: #FFF;
    opacity: 1;
    text-transform: uppercase;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    top: 0;
}

.header a {
    line-height: 18px;
    padding: 0 4px;
    letter-spacing: 1px;
    color: #FFF;
}

.header a:hover {
    color: #fff;
}

.header a span {
    font-weight: bold;
}

.header span.right {
    float: right;
}

@media screen and (max-width: 1125px) {
    .header a {
        display: block;
        text-align: center;
        font-size: 10px;
        text-shadow: none;
    }
    .header span.right {
        float: none;
    }
}

.nav {
    border: 1px solid #a9b9c4;
    border-width: 1px 0;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    top: 0;
}

.nav li {
    display: inline;
    border-left: 1px solid #bbb;
}

.nav li:first-child {
    border-left: none;
    padding-left: 100px;
}

.nav li a {
    display: inline-block;
    color: #3b4f5d;
    text-align: center;
    text-decoration: none;
}

.nav a {
    display: inline-block;
    padding: 20px;
}

.nav a:hover {
    color: #b4b3b3;
}

.wrapper {
    width: 0 auto;
    margin-top: 5px;
}

.wrapper p {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

.reference {
    padding-top: 40px;
}

.banner {
    position: absolute;
    background-color: black;
    opacity: 0.75;
    width: 800px;
    height: auto;
    background: black;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    /*Standard*/
}


/* ------------------------------------HEADER FONT STYLES */

h1 {
    font-size: 35px;
    position: relative;
    color: #f5f8fd;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-transform: lowercase;
    text-align: right;
    font-family: cursive;
}

h2 {
    font-size: 34px;
    position: relative;
    color: #5b7689;
    font-weight: 500;
    font-family: serif;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 15px;
    position: absolute;
    color: #FFF;
    font-weight: 100;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: left;
    padding: 10px;
    padding-left: 125px;
    padding-top: 100px;
    padding-bottom: 150px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: oblique;
    width: 500px;
}

h4 {
    font-size: 34px;
    position: relative;
    color: #f5f8fd;
    font-weight: 400;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-transform: uppercase;
    text-align: left;
}

h5 {
    font-size: 75px;
    color: #FFF;
    font-weight: 100;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: left;
    padding: 10px;
    padding-left: 125px;
    padding-top: 100px;
    padding-bottom: 200px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: oblique;
    width: 800px;
}

h1 span {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    text-transform: none;
    font-size: 20px;
}

h6 {
    font-size: 22px;
    color: #30383e;
    font-family: sans-serif;
}

h7 {
    font-size: 30px;
    font-family: 'Helvetica', sans-serif;
    color: #30383e;
    font-weight: 100;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-transform: uppercase;
    text-align: center;
    width: 110px;
}

h8 {
    font-size: 12px;
}

h9 {
    font-size: 75px;
    position: absolute;
    color: #FFF;
    font-weight: 100;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: left;
    padding: 10px;
    padding-left: 125px;
    padding-top: 100px;
    padding-bottom: 150px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: oblique;
    width: 800px;
}


/*----------------------------------------MAIN CONTENT----------------------*/

.content {
    color: #30383e;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 0 auto;
    height: auto;
    overflow: hidden;
    font-weight: 100;
    list-style-type: none;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-top: 100px;
    background: #FFF;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.about {
    color: #30383e;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: 100;
    list-style-type: none;
    padding-right: 25px;
    padding-bottom: 65px;
    padding-top: 100px;
    background: #FFF;
    margin-right: 100px;
}

.moreContent {
    width: 30%;
    height: auto;
    border-color: black;
    border-style: solid;
    border-width: thin;
    float: left;
    display: inline-block;
    overflow: hidden;
    font-size: 18px;
    padding: 25px;
    margin-left: 10px;
}


/* ----------------------------RESPONSIVE BUTTONS */

.button {
    width: 150px;
    height: 50px;
    font-size: 20px;
    color: #30383e;
    padding-top: 15px;
    background-color: #FFF;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    margin-top: 10px;
}

.button2 {
    width: 300px;
    height: 20px;
    font-size: 20px;
    color: #30383e;
    padding: 15px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.6);
    border-radius: 5px;
    list-style-type: none;
}

.video {
    color: #30383e;
    width: 0 auto;
    height: auto;
    padding: 70px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
    background-image: url("../images/sky.jpg");
    font-family: 'Helvetica', sans-serif;
    font-size: 30px;
    text-align: center;
    font-weight: 100;
}

.more {
    color: #30383e;
    width: 0 auto;
    height: auto;
    padding: 100px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
    background-color: #f5f8fd;
    background-image: url("../images/forest.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    list-style-type: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}

.moretrees {
    color: #30383e;
    width: 0 auto;
    height: auto;
    padding: 100px;
    padding-bottom: 250px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);
    background-color: #f5f8fd;
    background-image: url("../images/forest.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    list-style-type: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
}

.moretreesrates {
    color: #30383e;
    width: 0 auto;
    height: auto;
    padding: 100px;
    padding-bottom: 250px;
    /*-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 2);
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.5);*/
    background-color: #f5f8fd;
    background-image: url("../images/forest.png");
    background-repeat: repeat-x;
    background-position: bottom left;
    list-style-type: none;
    font-family: 'Helvetica', sans-serif;
    font-size: 20px;
    text-align: center;
    font-weight: 100;
    float: right;
}

.img {
    width: 0 auto;
    height: auto;
    padding: 10px;
    margin-bottom: 15px;
    margin-top: 25px;
}

.img2 {
    width:0 auto;
    opacity: 1;
}

.img2:hover {
    opacity: .5;
}


/* ----------------------------FISH DIVS */

.pike {
    width: 0 auto;
    height: auto;
    padding: 40px;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: left;
    background-color: #FFF;
}

.trout {
    width: 0 auto;
    height: auto;
    padding: 40px;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 25px;
    text-align: left;
    background-color: #FFF;
}

.walleye {
    width: 0 auto;
    height: auto;
    padding: 40px;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 25px;
    text-align: left;
    background-color: #FFF;
}

.whitefish {
    width: 0 auto;
    height: auto;
    padding: 40px;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 150px;
    text-align: left;
    background-color: #FFF;
}


/* ----------------------------RATES DIVS FOR RATES PAGE */

.houseboatrates {
    width: 40%;
    height: auto;
    min-height: 350px;
    padding: 30px;
    float: right;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    text-align: left;
    background-color: white;
}

.cabinrates {
    width: 40%;
    height: auto;
    min-height: 250px;
    padding: 30px;
    float: left;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    text-align: left;
    background-color: white;
}

.questionrates {
    width: 40%;
    height: auto;
    min-height: 90px;
    padding: 30px;
    float: left;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    text-align: center;
    background-color: white;
}

.dockingrates {
    width: 40%;
    height: auto;
    min-height: 700px;
    padding: 30px;
    padding-top: 50px;
    float: left;
    clear: left;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    margin-right: 10px;
    text-align: left;
    background-color: white;
}

.campingrates {
    width: 40%;
    height: auto;
    min-height: 350px;
    padding: 30px;
    float: right;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    background-color: white;
    clear: right;
    text-align: left;
}

.otherrates {
    width: 40%;
    height: auto;
    min-height: 350px;
    padding: 30px;
    float: right;
    border-color: #dedddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 35px;
    text-align: left;
    background-color: white;
}

table {
    width: 100%;
}

table td {
    text-align: left;
}

table tdp {
    text-align: right;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #9b9898;
}

.clr {
    clear: both;
}


/* ------------------------------------FOOTER-------------------------------------- */

footer {
    bottom: 0;
    width: 0 auto;
    height: auto;
    color: #ffffff;
    background-color: #7a7a7a;
}

.footer {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 100px;
    text-align: left;
    clear: both;
    background-color: #7a7a7a;
}


/* ----------------------------LINKS IN FOOTER */

.links {
    text-decoration: none;
    font-size: 18px;
    padding-top: 25px;
    padding-left: 100px;
    list-style: none;
    width: auto;
    float: left;
    display: inline-block;
    margin-bottom: 50px;
}

.links a {
    letter-spacing: 1px;
    color: #FFF;
}

.links a:hover {
    color: #9f9c9c;
}

.links li {
    border-bottom: 1px solid #FFF;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 25px;
}

.links li a {
    display: inline-block;
    color: white;
    text-align: center;
    text-decoration: none;
}

.links li:last-child {
    border-bottom: none;
}


/* ------------------------------------MAP IN FOOTER */

.map {
    float: right;
    border-style: solid;
    border-width: thin;
    margin-right: 25px;
    margin-bottom: 100px;
    margin-top: 15px;
}


/* ------------------------------------"CONTACT US" and "FIND US" IN FOOTER */

.contact {
    float: right;
    margin-right: 20px;
    margin-bottom: 50px;
    text-align: right;
    padding-top: 0px;
    font-size: 15px;
}


/* ------------------------------------COPYRIGHT IN FOOTER */

.copyright {
    text-align: center;
    font-size: 15px;
    padding: 10px;
    padding-bottom: 25px;
    clear: both;
    background-color: #5b7689;
}