/* -----------------------  Stylesheet ----------------------- */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');


/* --- Reset Defaults --- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* --- Basic Styles --- */



body {
    background-color: #e8f0f7;
    font-family: 'Inter', sans-serif;
    padding-top: 5px;
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

h1 {
    padding-bottom: 10px;
}

p {
  font-size: 18px;
    padding-bottom: 7px;
}

/*   --- Custom Styles ---  */

.header {
width: auto;
background-color: #708090;
}

.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    color: #fff;
        background-color: #708090;
}

.header_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    color: #000;
        background-color: #708090;
}

.header_content h1 {
    color: #000;
}

.logo {
}

.logo_img {
    height: 80px;
    display: block;
    padding-top: 10px;

}

.logo_text {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
}

.nav_item {
  padding-bottom: 20px;
}

.nav_itemb {
  padding-bottom: 5px;
}


.nav_list {
    display: flex;
    column-gap: 25px;
}

.nav_list_footer {
  display: block;
}

.nav_link {
    color: #fff;
    opacity: 0.95;
    font-size: 18px;
    transition: all 0.4s;
    position: relative;
}

.nav_link:hover,
.nav_link:focus {
    opacity: 1;
}

.nav_link::after {
    content: '';
    height: 3px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: 0.2s;
    opacity: 0;
    pointer-events: none;
}

.nav_link:hover::after {
    opacity: 1;
}

/* -----------  Latest Walk Title  -----------   */

.header_title {
    padding-bottom: 20px;
    color: #fff;
}

.title {
  min-width: 200px;
}

.title h1 {
    font-size:  2rem;
    padding-bottom: 10px;
}

.title h4 {
    font-size: 1rem;
    font-weight: 200;
}

.title__img {
    background-color: #fff;
    color: #333;
    border-radius: 7px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px;
}

/* -----------  Main Report Area  -----------   */

.report {
    background-color: #e8f0f7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100px;
    max-width: 1200px;
    margin: 15px auto;
    padding: 30px 30px;
    color: #6f5353;
    border: 2px lightslategray;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);

}

.narrative {
}

.tools {
  display: flex;
  flex-direction: column;
  background-color: #e8f0f7;
  border: none;
}
/* **********  Route Map Stats Pro Gallery Sidebar **********  */
/*   ----------   */
.sidebar {
    width: 60px;padding-right: 20px;
    padding-top: 30px;
}

.menu {

}

	button {
	background: none;
	color: none;
	border: none;
  border-radius: 10px;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

button:hover {
  background-color: powderblue;
  transition: background-color 0.5s;
}

.menu__button {
    display: flex;
    flex-direction: column;
    border: none;
    padding: 20px 0;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.menu__icon {
    font-size: 30px;
    margin-bottom: 8px;
}

.menu__text {
    font-weight: 500;
    font-size: 15px;
}

 #stats {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
      }

      #pro {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        cursor: pointer;
      }

      #data__img {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 50px;
        color: white;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
      }





/* **************** Photo Gallery ************ */


 .gallery {
        text-align: center;
        padding: 32px;
      }

      .row {
        display: -ms-flexbox; /* IE 10 */
        display: flex;
        -ms-flex-wrap: wrap; /* IE 10 */
        flex-wrap: wrap;
        padding: 0 4px;
         background-color: #e8f0f7;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 100px;
    max-width: 1200px;
    margin: 15px auto;
    padding: 30px 30px;
    color: #6f5353;
    border: 2px lightslategray;
    border-radius: 5px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
      }

      /* Create four equal columns that sits next to each other */

      .pg-column {
        -ms-flex: 25%; /* IE 10 */
        flex: 25%;
        padding: 0 4px;
      }

    .pg-column img {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin: 5px;
}

      /* Style the buttons */

      .btn {
        border: none;
        outline: none;
        padding: 10px 16px;
        background-color: #f1f1f1;
        cursor: pointer;
        font-size: 18px;
      }

      .btn:hover {
        background-color: #ddd;
      }

      .btn.active {
        background-color: #666;
        color: white;
      }

.btn-walkdata {
    display: inline-block;
    padding: 10px 30px;
    cursor: pointer;
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 5px;
}



.caption {
    color: #222222;
    font: italic smaller sans-serif;
    padding: 3px;
    text-align: center;
}



/*  ------------------  Footer ------------  */

.footer {
 width: auto;
background-color: #708090;
padding-top: 15px;
padding-bottom: 20px;
}

.footer_content {
 display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 100px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    color: #fff;
        background-color: #708090;
}



/*   -------- Media Queries  ------   */

@media (max-width: 650px) {
    .header_content {
       flex-direction:  column;
       padding: 25px 0;
       row-gap: 18px;    }
}

.nav_list {
    column-gap: 20px ;
}

@media (max-width: 560px) {
.header_title {
  flex-direction: column;
}
