
/* 
    Created on : Mar 1, 2016, 8:43:26 PM
    Author     : Dresen_HP
*/


/* imports the font Open Sans */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600italic|Open+Sans+Condensed:300);


/* includes the padding within the width and height measurements instead of adding on */
* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: "Open Sans", Arial, sans-serif;
    overflow-x: hidden;
    color: #605959;
}

/* headings */
/* h1*/
.name {
    font-size: 2.5em;
    color: #ffffff;
    line-height: 1em;
    margin-top: -10px;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 300;
    padding: 10px 40px;

}

h2 {
    color: #a65a4a;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 0;
}

h3 {
    color: #605959;
    padding-top: 20px;
    margin-bottom: 10px;
}

h4 {
    color: #576632; 
    font-weight: 700;
    padding-top: 15px;
    margin-bottom: 10px;
}

/* end headings */


/***************** begin header ********************/
header {
    background-color: #7d8961;

}

.logo {
    float: left;
    margin: 4px 0 0 30px;
    width: 100px;
    height: auto;
}

/* homepage carousel */
.header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.main-caption {
    display: none;

}

/* banner image for subpages */
.banner {
    width: 100%;
    height: auto;
}

.banner > img{
    width: 100%;
    height: auto;
}

.img-container {
    max-height: 400px;
    min-height: 0;
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*************************** nav menu *******************/
/* with help from Jason Blazzard and  http://marketblog.envato.com/inspirations/css-snippets-responsive-menus/ */
#active {
    background: #576632;
}

header a {
    text-decoration: none;
    color: #fff;
    display: block;
}

header ul {
    list-style: none;
    position: relative;
    text-align: left;
    margin: 0;
    padding: 0;
}


nav {
    float: right;
}

.primary li {
    float: left;
}

.explore-tab {
    padding-right: 20px;
}

.primary li a {
    display: block;
    padding: 20px 30px;
}

.primary li:hover a {
    background-color: rgb(87, 102, 50);
    background-color: rgba(87, 102, 50, 0.9);
    color: #fff;
}

.primary li:hover > a {
    color: #fff;
}

.primary li:hover ul {
    display: block;
    background-color: #576632;
}

/* sub menu */
.sub {
    position: absolute;
    z-index: 200;
    width: 30%;
    height: auto;
    padding: 0;
    display: none;
}

.sub li {
    float: none;
    margin: 0;
}

.sub li a {
    border-bottom: 1px solid #7d8961;
    padding: 10px 30px;
}

.sub li a:active {
    background-color: #aab88d;
}

.sub li:hover {
    background-color: white;
}

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

/* hidden checkbox that will show menu when checked */
input[type=checkbox] {
    -moz-appearance: none;
    -webkit-appearance: none;
    display: none;
}

input[type=checkbox]:checked ~ #menu {
    display: block;
}

/* hidden show menu bar will display on small screens */
.show-menu {
    color: #fff;
    display: none;
    line-height: 4em;
    margin-right: 20px;
}

.sub #menu {
    position: relative;
}

/*****************  End Header *******************/



/*****************  Begin Main  ******************/


/* wrapper for main section */
main {
    margin: 40px 40px;
}

/* alternate tag line for small screens*/
.small-tag {
    display: none;
}

/* 2/3 1/3 home section with icons. */

.two-third {
    width: 50%;
    height: auto;
    float: left;
    text-align: right;
    overflow: auto;
    padding-right: 50px;
    
}

.one-third {
    width: 44%;
    height: auto;
    float: left;
    text-align: left;
    overflow: auto;
    padding-left: 40px;
}

.tagline {
    float: right;
    margin-top: 100px;
}

.tag2{
    float: right;
    clear: both;
    margin-top: 5px;
    
}

p.tag2 {
    width: 70%;
    height: auto;
}

.icon {
    float: left;
    margin-top: 27px;
    width: 50px;
    height: auto;
}

.icon2 {
    margin-left: 80px;
}

/* border between sections */
.line {
    border-bottom: 1px solid black;
    width: 100%;
    height: auto;
    margin: auto;
    padding-top: 30px;
}

.index-explore {
    width: 100%;
    height: auto;
    clear: both;
}

.none {
    display: none;
}

/* text styles */
blockquote {
    font-size: 1.1em;
    font-style: italic;
    color: #7d9861;
    width: 50%;
    height: auto;
    border-top: solid 1px #7d8961;
    border-bottom: solid 1px #7d8961; 
    margin: 25px 0;
}

span {
    font-size: 1.2em;
    font-weight: 600;
    color: #7d8961;
}

/****************** sections *****************/

section {
    overflow: auto;
}


/**************** images ********************/

.img {
    width: 100%;
    height: auto;
}

.rectangle-right {
    float: right;
    width: 40%;
    min-width: 400px;
    height: auto;
    margin: 25px 0 20px 20px;
}

.rectagle-left {
    float: left;
    width: 40%;
    height: auto;
    min-width: 400px;
    margin: 25px 20px 20px 0;
}

.rectangle-left-small {
    float: left;
    margin-right: 20px;
    width: 30%;
    height: auto;

}


/*************** Picture links on home ****************/
figure {
    margin: 0;
    padding: 0;
}

figcaption {
    position: absolute;
    bottom: 5px;
    color: #fff;
    font-family: "Open Sans Condensed", Arial, sans-serif;
    font-weight: 400;
    font-size: 2em;
    font-style: normal;
    background-color: rgb(73, 127, 157);
    background-color: rgba(73, 127, 157, 0.8);
    width: 100%;
    height: auto;
    padding: 2px 10px; 
    transition: all .5s ease-in-out;
}

/************* Transformation for image links *****************/
.img-fig:hover > .caption {
    background-color: rgb(73, 127, 157); 
    padding: 15px 10px;
}

.img-a {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.img-fig {
    padding: 0;
    width: 100%;
    height: auto;
}

.img-img {
    width: 100%;
    height: auto;
    border: 0;
}


/************** Positioning image links ******************/
.fourth, .third {
    float: left;
    padding: 0;
    margin: 30px 1.8% 0 0;
    position: relative; 
}

.fourth {
    width: 23.5%;
    height: auto;
}

.third {
    width: 32%;
    height: auto;
}

.third figure, .fourth figure {
    position: relative;
}

.third p, .fourth p {
    padding-right: 20px;
}

.fourth4, .third3, .third6 {
    margin-right: 0;
} 


/******************** links ********************/

main a {
    font-style: italic;
    color: #497f9d;
    font-weight: 700;
}
main a:visited {
    color: #155a82;
}

main a:hover {
    color: #7ba7ba;
}

main a:active {
    color: #497f9d;
}



/*********** links styled like buttons **********/
.button, .button:visited{
    background-color: #497f9d;
    padding: 5px;
    display: block;
    width: 150px;
    height: auto;
    margin: 10px 0;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
}



.button:hover {
    background-color: #7ba7ba;
    color: #fff;
}

.button:active {
    background-color: #497f9d;  
}

header.button {
    margin: 0;
}

.travel-button {
    display: inline-block;
    margin-right: 20px;
}

/************** contact page********************/
fieldset {
    background-color: #dde3e3;
    padding: 40px;
}

.iframe {
    position: relative;
    padding-bottom: 67.5%;
    height: 0;
    margin: 10px 0;
    overflow: hidden;
}

.iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;

    
}

input[type=text], input[type=email], textarea {
    width: 100%;
    height: auto;
    padding: 10px 20px;
    margin: 10px 0;
    border: 1px solid #dde3e3; 
}

input[type=submit] {
    width: 200px;
    height: auto;
    background-color: #7ba7ba;
    color: #fff;
    padding: 10px 20px;
    border: none;
    margin: 10px 0;
}

input[type=submit]:hover {
    background-color: #497f9d;
}

/****************** end main *********************/



/****************** begin footer *****************/
footer {
    background-color: #7d9861;
    height: 80px;
    padding-left: 40px;
}

footer a {
    text-decoration: none;
    color: #fff;
    overflow: auto;
}

footer ul {
    float: right;
    list-style-type: none;
    background-color: #7d9861;
    margin-right: 40px;
}

footer ul li {
    float: left;
    margin: 15px;
}

footer p {
    color: #fff;
    float: left;
    line-height: 3em;
}


/********************* end footer ***********************/

/******************** media queries *********************/

/* large screens */
@media screen and (min-width: 1025px) {
    .banner {
        min-width: 1025px; 
        
    }
}

/* Midsized Computers and laptops */
@media screen and (max-width: 1024px) {
    .banner {
        width: 1024px; 
    } 
}

@media screen and (max-width: 980px) {
    
    .third {
        width: 49%;
    }
    
    .third2, .third4 {
        margin-right: 0;
    }
    
    .third3 {
        clear: left;
        margin-right: 1.8%;
    }
    
    .two-third {
    width: 50%;
    padding-right: 30px;
    }
    
    .one-third {
        width: 48%;
        padding-left: 20px;
    }

    p.tag2 {
        width: 90%;
    }

}

/* mainly to fix top and footer nav wrapping to text page */
@media screen and (max-width: 800px) {
    
    .banner { 
        width: 150%;
        height: auto;
    }
    
    blockquote {
        font-size: 1em;
        width: 90%;
        margin-left: 5%;
    }
    
    .copyright {
        display: none;
    }
    
    figcaption {
        font-size: 2em;
    }
    
    footer li a {
        font-size: .7em;
    }
    
    footer {
        padding-left: 0;
    } 
    
    footer ul {
        margin-right: 10px;
    }
    
    .name {
        padding-left: 15px;
    }
    
    .logo {
        margin: 4px 0 0 15px;
        width: 80px;
    }

    main {
        margin: 20px 20px;
    }

    .primary li a{
        font-size: .85em;    
        padding: 21px 20px;
    }

    .rectangle-right, .rectagle-left {
        float: none;
        width: 100%;
        max-width: 500px;
        min-width: 0;
        height: auto;
        margin: 20px 0;
    }

    .fourth {
        width: 49%;
        height: auto;
    }
    
    .small-tag {
        display: inline;
    }
    
    .fourth1, .fourth3 {
        margin-right: 1.9%;
    }
    
    .fourth2, .fourth4 {
        margin-right: 0;
    } 
    
    .two-third {
        width: 100%;
        text-align: left;
        overflow: auto;
        padding-right: 0;
    }

    .one-third {
        width: 100%;
        overflow: auto;
        padding-left: 0;
    }
    
    .tagline {
        float: none;
        margin-top: 10px;
    }
    
    .tag2{
        float: none;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    
    p.tag2 {
        width: 100%;
    }
    
    .icon {
        float: left;
        width: 50px;
        margin: 27px 15px 15px 0;
    }
    
    .icon2 {
        margin-left: 80px;
    }
    
    .none {
        display: block;
        clear: both;
    }
        .explore-tab {
        padding-right: 0;
    }
}


/* small screen for small tablets and mobile */

@media screen and (max-width: 640px) {

    .banner {
        width: 130%;
        height: auto;
    }

    .name {
        font-size: 1.5em;
        padding-left: 10px;
    }
    
    input[type=checkbox]:checked ~ #menu .hidden{
        display: block;
    }
    
    nav {
        float: none;
        padding: 0;
    }
    
    nav ul li {
        border-top: solid thin #aab88d;
    } 
    
    .primary, .sub{
        position: static;
        display: none;
        float: none;
        margin: 0;
    }
    
    .primary li, .sub li{
        width: 100%;
    }
    
    .primary li a {
        padding: 10px 0 10px 20px; 
    }
    
    .show-menu {
        display: inline;
        float: right;
    }
    
    .sub {
        width: 100%;
        background-color: #7d8961; 
    }
    
    .sub li a {
        padding: 10px 0 10px 40px;
        background-color: #aab88d;
    }

    .tag {
        font-size: .8em;
        margin-top: 5px;
    }
    
    .no-overflow {
        overflow: hidden;
    }
    .guide {
        width: 100%;
        height: auto;
        margin: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 479px) {
    .fourth, .third {
        width: 100%;
        height: auto;
        margin: 0;
    }
    
    .third p {
        padding-right: 0;
    }
    
    .icon {
        width: 30px;
        height: auto;
        margin-top: 35px;
    }
    
    .icon2 {
        margin-left: 35px;
    }
    
    p.tag2 {
        display: none;
    }
}


