/*Set for small screens */


.container {
    max-width: 1260px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    
}
a[href^=tel] {
    color: white;
    
}
img {
    max-width: 100%;
}
body {
    margin:0px;
    padding: 0px;
    font-family: serif;
}

/* Section 1 */
#section-1 {
    background-color:#86AC41;
}

header {
    margin: 0px;
    padding-top: 15px;   
    display: grid;
    grid-template-columns: 1fr 1fr;
  /*  grid-auto-rows: minmax(1fr, auto); */
    /*vertical-align: middle;  */
}



.logo {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    
}
nav {
    margin-top: 5px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    min-height: auto;
}
.navbar{
    grid-column: 2 / 3;
    padding: 8px 8px 8px 8px;
    }
    
nav ul li {
    display: inline-block;
    padding: 8px 8px 8px 8px;
    text-transform: uppercase;
}

nav ul li a {
    text-decoration: none;
    color: white;
}
nav a:hover{
    background-color: rgba(251, 251, 255, .2);
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
}
.main-heading {
    margin-top: 0px;
    text-align: center;
    text-decoration: none;
    grid-column: 2 / 3;
    grid-row: 2 / 3;
}

.main-heading li{
    display: inline-block;
    margin-bottom: 5px;
}
.main-nav{
    list-style-type: none;
    display: none;
}
.main-nav li{
    display: block;
    text-align: center;
    margin: 15px auto;
}



.navbar-toggle{
    float: right;
    top:30px;
    right:45px;
    cursor: pointer;
    color: white;
    font-size:35px;
    margin: 8px 8px 8px 8px;
}
.active{
    display: block;
}

.nav-links:hover{
    color:rgba(255, 255, 255, 1)
}



.bigbutton {
    border: none;
    padding: 15px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    background-color: #2C550C;
    border-radius: 5px;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    
}

/* Section 2 */
#section-2 {
    
    background-color: #324851;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}


.touroptions {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    gap: 3px;
    background-color: rbda(4, 15, 22, 1);
}

.touroptions li {
    display: grid;
    grid-template-rows: 1fr minmax(5em, auto);
}
.touroptions .image{
    grid-row: 1 / 3;
    grid-column: 1;
}
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.touroptions .caption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(4, 15, 22, .6);
    color: rgba(251, 251, 255, 1);
    display: flex;
    align-items: flex-end;
    padding: 0px;
}
.caption a {
    color: rgba(251, 251, 255, 1);
    text-decoration: none;
    display: block;
    padding: .2rem;
    margin: 0px;
}
.caption p{
    margin: 0px;
    padding: 0px;
}
.touroptions li h2 {
    font-size: 1.3rem;
    font-family: Alegreya, serif;
    margin: 0px;
}
.touroption li p {
    margin: 0px;
   
}

.touroptions li:first-child {
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}




.locationoptions {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 3px;
    background-color: rbda(4, 15, 22, 1);
}


.locationoptions li {
    display: grid;
    grid-template-rows: 1fr minmax(5em, auto);
}
.locationoptions .image{
    grid-row: 1 / 3;
    grid-column: 1;
}


.locationoptions .caption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(4, 15, 22, .6);
    color: rgba(251, 251, 255, 1);
    display: flex;
    align-items: flex-end;
}

.locationptions li h2 {
    font-size: 1.4rem;
    font-family: Alegreya, serif;
    margin: 0;
}
.locationoption li p {
    margin: .5rem 0 0 0;
}

.locationoptions li:first-child{
    grid-column: 1 / 2;
    grid-row: 1 / 3;
}

.locationheader{
    display: inline-block;
    align-content: center;
}

.locationheader a{
    display: inline-block;
}

nav a{
    text-decoration: none;
    color: white;
    text-align: center;
    margin: 6px;
}


.trailoptions {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 3px;
    background-color: rbda(4, 15, 22, 1);
}


.trailoptions li {
    display: grid;
    grid-template-rows: 1fr minmax(5em, auto);
}
.trailoptions .image{
    grid-row: 1 / 3;
    grid-column: 1;
}


.trailoptions .caption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(4, 15, 22, .6);
    color: rgba(251, 251, 255, 1);
    display: flex;
    align-items: flex-end;
}

.trailoptions li h2 {
    font-size: 1.4rem;
    font-family: Alegreya, serif;
    margin: 0;
}
.trailoptions li p {
    margin: .5rem 0 0 0;
}


.guidedtour {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 3px;
    background-color: rbda(4, 15, 22, 1);
    height: minmax(15em, 30em);
}

.guidedtour li {
    display: grid;
    grid-template-rows: 1fr minmax(3em, auto);
    height: minmax(1fr, auto);
}

.guidedtour .image{
    grid-row: 1 / 3;
    grid-column: 1;
}

.guidedtour .description{
    background-color: white;
    color: black;
    text-align: center;
    grid-row: 1 / 3;
    grid-column: 1;
    padding: 5px;
}


.guidedtour .caption {
    grid-row: 2;
    grid-column: 1;
    background-color: rgba(4, 15, 22, .6);
    color: rgba(251, 251, 255, 1);
    display: flex;
    align-items: flex-end;
   
}

.guidedtour li h2 {
    font-size: 1.4rem;
    font-family: Alegreya, serif;
    margin: 0;
}
.guidedtour li p {
    margin: .5rem 0 0 0;
}


/* Large screen mode */


@media(min-width: 50em){
    .locationoptions{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 250px 250px;
    }
    .trailoptions{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-template-rows: 250px ;
    }
    
    .touroptions{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-template-rows: 250px 250px;
    }
    .locationheader{
    
}
.locationheader a{
   
}

    .guidedtour {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(200px, auto);
    grid-gap: 3px;
    background-color: rbda(4, 15, 22, 1);
}
    nav{
        margin-top: 15px !important;
    }
    
    header {
      margin: 0px;
      padding-top: 15px;
      display: grid;
      grid-template-columns: 1fr 2fr;
 
}
.main-nav{
    list-style-type: georgian;
    display: inline-block;
}
.main-nav li{
    display: inline-block;
    text-align: center;
    margin: auto;
}


.bigbutton {
    margin-top: 5px;
    padding: 25px 40x 25px 40px;
    font-size: 20px;
}

.navbar-toggle{
    display: none;
}

}


table {
    width: 100%;
    background-color: #FEB370;
    margin-top: 0px;
    margin-bottom: 20px;
}

th {
    height: 40px;
    text-align: center;
    vertical-align: bottom;
    padding: 0px;
    color: black;
}

td {
    padding: 5px;
    color: black;
}

tr:nth-child(even){
    background-color: #FFF8AA;
}

#section-3 {
    min-height: 150px;
    
    background-color: #324851;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px;
    color: white; /*#7DA3A1;*/
    text-decoration: none;
    
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

    
footer {
   
    background-color: #86AC41;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    
}
.footer-links {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;

}
footer ul li {
    display: inline-block;
    padding: 8px 8px 8px 8px;
    text-transform: capitalize;
    margin-bottom: 0px;
    margin-top: 0px;
}


footer ul li a {
    text-decoration: none;
    color: white;
    margin-bottom: 0;

}
footer a:hover{
    background-color: rgba(251, 251, 255, .2);
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
}
