html, body { 
    margin: 0; 
    padding: 0; 
    width: 100%; 
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    line-height: 150%;
    font-size: 1em;
}

a {
    text-align: center;
    padding: 20px 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

a:hover,
a:active,
a:focus {
     background-color: rgba(255, 255, 255, 0.1);
}

.wrapper {
	display: flex;
	flex-flow: column;
	flex-wrap: nowrap;
	padding: 0em;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 2.5em;
    line-height: 125%;
}

h2 {
   font-size: 2em; 
}

h3 {
   font-size: 1.75em; 
}

h4 {
   font-size: 1.50em; 
}

h5 {
   font-size: 1.25em; 
}

h6 {
   font-size: 1.1em; 
}

img {
    float: left;
    padding: 1px 1px 1px 1px;
    border: 1px solid #8c4646;
    margin: 0px 20px 0px 0px;
}

video {
    width: 100%;
    max-width: 480px;
    height: auto;
}

/* Learn More button */
.learnmore {
    background-color: #d96459;
    border: 1px solid #588c7e;
    color: #fafafa;
    padding: 15px 32px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
}

.learnmore:hover {
    background-color: #588c7e;
    border: 1px solid #d96459;
    color: #fafafa;
}

/*****************************************
* Page Header Styles and Background Image
******************************************/


/*	Background Images - use with Small screens */

.nav {
    background-image:url(../../../CIT230/final_project/css/images/sradventures-logo-100.png);
    background-repeat:no-repeat;
    background-position: left;
    background-size:auto;
    z-index: 50;
}

.mobile {
    display: none;
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(68, 68, 68, 0.9);
    font-family: 'Roboto Condensed', sans-serif;
}

.mobile img {
    padding: 10px;
    float: left;
    top: 0;
    right: 0;
    border: none;
}

.mobile div {
    display: none;
}

.mobile button {
    position: absolute;
    top: 15px;
    right: 15px;
    border: 0;
    text-indent: 200%;
    overflow: hidden;
    background: rgba(255,255,255,0.8) url("../../../CIT230/final_project/images/mobile_menu.png") center no-repeat;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-size: 80%;
    width: 30px;
    height: 30px;
    outline: none;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}

.mobile button.expanded {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-color: transparent;
    border: 0;
}

.mobile a {
    display: block;
}

.mobilesubmenu a {
    color: #f2e394;
    font-size: .85em;    
}

.desktop {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(68,68,68,0.9);
    position: fixed;
    top: 0;
    width: 100%; 
    font-family: 'Roboto Condensed', sans-serif;
}

.desktop img {
    padding: 10px;
    border: none;
}
.desktop a {
    padding: 20px 24px;
    float: right;
    justify-content: space-between;
    box-sizing: border-box;
}

.desktop.active, .mobile.active { 
    color: #f2e394;
}

.dropdownMenu ul {
	position:absolute;
    justify-content: space-between;   
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
    float:right;
	margin:auto;
	list-style:none;
	padding:0px;
}

.dropdownMenu li {
	float: left;
	text-align: center;
	margin: 1px;
}

.dropdownMenu li > ul {
	position:relative;
    width: 120px;
    font-size: .80em;
	clear:both;
	/* Hide the Submenus */
	display:none;
}

/* WEATHER */

.weather ul{
    color:#d96459;
    width:100%;
    font-size: .85em;
    display: flex;
    justify-content: space-around;;
    list-style-type: none;
    padding: 10px;
    color:#333;

}
#current_weather  li{
    color:#d96459;
    list-style-type: none;
    text-decoration: none;
    text-align: center;
    justify-content: space-around;
    display: block;
    padding: 0px;
}
/*for screens bigger than 720*/
@media screen and (min-width: 66.7em){

    .weather ul{
        left:0;
        right:0;
        margin:auto;
        max-width:800px;
        width:80%;
        justify-content: space-between;
        font-size: .9em;
        top:50px;
        text-align: center;
        list-style-type: none;
        padding-bottom:45px;
        padding-left:160px;
        color:#d96459;
    }

    #current_weather li{
        padding:20px;
    }

}

/* HOME */

#home {
    background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/home2.jpg");
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 30px 30px 30px;
    color: #fafafa;
    text-align: center;
}

#home h1, #guides h1, #bookatrip h1, #whitewater h1, #camping h1 {
    font-size: 2em;
    line-height: 125%;
}

#bikinghiking h1 {
    font-size: 2em;
    line-height: 125%;
    color: #555;
}

#home img, #guides img, #bookatrip img, #whitewater img, #bikinghiking img, #camping img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
    float: none;
    border: none;
}

/* ADVENTURES */

.adventures {
    background: #fafafa;
    padding: 10px;
}

.information {
    background: #fafafa;
    padding: 30px 30px 10px 30px;
    font-family: 'Open Sans', sans-serif;
}

.overviewvideo {
    background: #fafafa;
    padding: 200px 30px 200px 30px;
    font-family: 'Open Sans', sans-serif;
}

.infotable {
    flex: auto;
    border-collapse: collapse;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    overflow-x: auto;
}

.infotable th {
    text-align: left;
    padding: 8px;
    background-color: #8c4646;
    color: #fafafa;
}

.infotable td {
    text-align: left;
    padding: 8px;
    border: 1px solid #ddd;
    color: #555;
}

.infotable tr:nth-child(even){
    background-color: #fafafa;
}

.infotable tr:nth-child(odd){
    background-color: #c2c2c2;
}

.col1 {width: 25%;}

.col2 {width: 15%;}

.col3 {width: 15%;}

.col4 {width: 20%;}

.col5 {width: 25%;}

/* Adventure Trips */

#whitewater {
    background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/whitewater2.jpg");
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 30px 30px 30px;
    color: #fafafa;
    text-align: center;
}

#bikinghiking {
    background: linear-gradient(rgba(242, 227, 148, 0.50), rgba(242, 227, 148, 0.50)), url("../../../CIT230/final_project/images/bikinghiking2.jpg");
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 30px 30px 30px;
    color: #fafafa;
    text-align: center;
}

#camping {
    background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/camping2.jpg");
    background-size: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 60px 30px 30px 30px;
    color: #fafafa;
    text-align: center;
}

#whitewater.a, #bikinghiking.a, #canoeing.a {
    color: #555;
    text-decoration: underline;
}

/* GUIDES */

#guides {
    background: linear-gradient(rgba(242, 227, 148, 0.50), rgba(242, 227, 148, 0.50)), url("../../../CIT230/final_project/images/guides2.jpg");
    background-size: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 150px 30px 150px 30px;
    color: #fafafa;
    text-align: center;    
}

.showguideinfo {
    border: none;
    float: left;
    color: #555;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.showguide {
    background-color: #f2ae72;
    color: #fafafa;
    width: 100%;
    border: 2px solid #8c4646;
}

.showguide:hover {
    background-color: #d96459;
    color: #fafafa;
}

.guide1info, .guide2info, .guide3info, .guide4info, .guide5info {
    width: 100%;
    height: 50px;
    display: none;
    background-color: #fafafa;
    padding: 10px;
    color: #555
    border-collapse: collapse;
    margin-left: auto; 
    margin-right: auto;
    vertical-align: bottom;
}

.guide1info a, .guide2info a, .guide3info a, .guide4info a, .guide5info a {
    color: #555;
    text-decoration: underline;
}

/* BOOKING & CONTACT FORM */

#bookatrip {
    background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/bookatrip2.jpg");
    background-size: 100%;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 150px 30px 150px 30px;
    color: #fafafa;
    text-align: center;    
}

#book {
    background: #ffffff;
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
}

#contact {
    background: #ffffff;
    padding: 100px 30px 30px 30px;
    font-family: 'Open Sans', sans-serif;
}

/*------------------------- FORMS ------------------------------*/

fieldset {
	background-color: #f2f2f2;	
	border-radius: .8em;
	margin: 1.5em 0;
	border: #568f91 solid 1px;
	
}

legend {
	color: #fafafa;
	margin-left: 3%;
	padding: .5em;
	border: #8c4646 solid 1px;
	background-color: #588c7e;
	border-radius: .4em;
}
 
/*The input that currently has the focus*/
input:focus {
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5) inset;	
}

input[type=text], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=email], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=tel], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=radio], select {
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=number], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=checkbox], select {
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=date], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=range], select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

textarea, select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 100%;
    background-color: #8c4646;
    color: white;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #d96459;
    border: 1px solid #8c4646;
}

.select {
    width: 100%;
    padding: 12px 20px;
    margin: 12px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

/*---------------------- END OF FORMS --------------------------*/

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

#foot {
    background: #8c4646;
    color: #f2f2f2;
    padding: 5px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: .75em;
}

#foot p a {
    padding: 15px;
    color: #f2ae72;
}

#foot a:hover {
    color: #fafafa;
}

.smalltxt {
    font-size: .8em;
}

.show {
    border: none;
    float: left;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.showtable {
    background-color: #f2ae72;
    color: #fafafa;
    border: 2px solid #555;
}

.showtable:hover {
    background-color: #d96459;
    color: #fafafa;
}

.foottable {
    width: 100%;
    height: 50px;
    display: none;
    background-color: #fafafa;
    padding: 10px;
    border-collapse: collapse;
    margin-left: auto; 
    margin-right: auto;
}

.foottable th {
    text-align: left;
    padding: 5px;
    background-color: #8c4646;
    color: #fafafa;
}

.foottable td {
    text-align: left;
    padding: 5px;
    color: #fafafa;
    background-color: #8c4646;
}

.foottable a {
    padding: 5px;
}

.contactinfo {
    padding: 10px;
    margin-left: auto; 
    margin-right: auto;
}

/*----------------- FLOATING CALL TO ACTION --------------------*/
.bookfixed {
    padding: 20px;
    background: #0c700c;
}
    
.bookfixed:hover {
    background: #3ca43c;
    border: 1px solid #0c700c;
}
    
.active2 {
    background: rgba(255, 255, 255, 0.3);
}

/*---------------- RESPONSIVE GOOGLE MAPS ----------------------*/

/* Responsive Google Maps */
.google-maps {
    position: relative;
    padding-bottom: 56.25%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    float: right;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding: 10px 20px 10px 20px;
}

/*--------------------- MEDIA QUERIES --------------------------*/

/* Media query for SMARTPHONE & TABLET screen */

@media (max-width: 66.7em) {
    .mobile {
        display: block;
    }
    
    .desktop {
        display: none;
    }
    
}

/* Media query for TABLET & DESKTOP screen */
@media (min-width: 41.67em) { 
    #home {
        background: linear-gradient(rgba(140, 70, 70, 0.6), rgba(140, 70, 70, 0.6)), url("../../../CIT230/final_project/images/home2.jpg"); 
        background-size: 100%;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 60px 30px 30px 30px;
    }
    
    #foot {
        background: #8c4646;
        color: #fafafa;
        padding: 30px;
        font-family: 'Open Sans', sans-serif;
    }
}

/* Media query for DESKTOP screen */
@media (min-width: 66.7em) {

    #home {
        background: linear-gradient(rgba(140, 70, 70, 0.6), rgba(140, 70, 70, 0.6)), url("../../../CIT230/final_project/images/home1.jpg"); 
        background-size: 100%;
        background-position: left;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 100px 30px 100px 30px;
    }

    #whitewater {
        background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/whitewater1.jpg");
        background-size: 100%;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 250px 30px 150px 30px;
    }

    #bikinghiking {
        background: linear-gradient(rgba(242, 227, 148, 0.50), rgba(242, 227, 148, 0.50)), url("../../../CIT230/final_project/images/bikinghiking1.jpg");
        background-size: 100%;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 250px 30px 150px 30px;
    }

    #camping {
        background: linear-gradient(rgba(140, 70, 70, 0.50), rgba(140, 70, 70, 0.50)), url("../../../CIT230/final_project/images/camping1.jpg");
        background-size: 100%;
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 250px 30px 150px 30px;
}    
    
    #guides {
        background: linear-gradient(rgba(242, 227, 148, 0.50), rgba(242, 227, 148, 0.50)), url("../../../CIT230/final_project/images/guides1.jpg");
        background-size: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        padding: 250px 30px 150px 30px;
    }
    
    #bookatrip {
        background: linear-gradient(rgba(140, 70, 70, 0.5), rgba(140, 70, 70, 0.5)), url("../../../CIT230/final_project/images/bookatrip1.jpg"); 
        background-size: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        background-attachment: fixed;
        padding: 250px 30px 150px 30px;
    }

    #home h1, #guides h1, #bookatrip h1, #whitewater h1, #bikinghiking h1, #camping h1 {
        font-size: 3em;
        line-height: 125%;
    }
    
    .show {
        border: none;
        float: right;
    }
    
    .bookfixed {
        position: fixed;
        bottom: 5px;
        left: 5px;
        padding: 20px;
        background: #0c700c;
    }
    
    .bookfixed:hover {
        background: #3ca43c;
        border: 1px solid #0c700c;
    }
    
    .select {
        width: 400px;
        padding: 12px 20px;
        margin: 12px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
    }
    
    .foottable {
        border-collapse: collapse;
        margin-left:auto; 
        margin-right:auto;
    }

    .foottable th {
        font-size: 1.5em;
        text-align: left;
        padding: 8px;
        background-color: #8c4646;
        color: white;
    }

    .foottable td {
        text-align: left;
        padding: 8px;
        color: #fafafa;
        background-color: #8c4646;
    }

    .foottable a {
        padding: 5px;
    }
    
    #contact #left {
        width: 50%;
        float: left;
    }

    #contact #right {
        width: 50%;
        float: right;
    }
    
    #contact #right h4 {
        padding: 30px 0px 0px 10px;
    }
}
