@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 1em;
    color: #3B3A40;
    background-color: #F2F2F2;
    background-image: url(assets/Images/concrete-texture-400x400.jpg);/*This asset was sourced from https://www.toptal.com/designers/subtlepatterns/subtle-concrete/*/
}

h1, h2, h3, h4, h5 {
    color: #54592A;
    font-family: 'Holtwood One SC', serif;
    letter-spacing: 5px;
    word-spacing: 2px;
}

h1 {
    font-size: 2em;
    text-shadow: -5px 5px #C5D9D2;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.125em;
}

a:link , a:visited{
    color: #D74D42;
    text-decoration: none;
}

a:hover, a:active {
    color: #A01E02;
    text-decoration: none;
    font-style: italic;
}

#container {
    width: 960px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 10px;
}

#headerLogoBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

header h1 {
    font-size: 2.6em;
    margin-left: 30px;
}

#shareButtonsHeader {
    list-style-type: none;
    display: flex;
    margin-left: 213px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

#shareButtonsHeader li {
    display: inline;
    margin-left: 30px;
}

nav ul {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    list-style-type: none;
    text-align: right;
}

nav ul li {
    display: inline;
    font-size: 1.1rem;
    margin-left: 30px;
}

#welcomeBanner  {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}

#welcome h1 {
    margin-left: 30px;
}

#welcomeDetailBox {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#welcome p   {
    width: 550px;
}

#mapOverview {
    margin-left: 0px;
    margin-bottom: 50px;
}

#overviewText {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#mapOverview h1 {
    margin-left: 30px;
}

#mapOverview p {
    width: 470px;
}

#overviewGoogleMap {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    margin-top: 30px;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}

.overlay {
    background: transparent;
    position: absolute;
    width: 640px;
    height: 480px;
    margin-left: 160px;
    margin-top: 30px;
}

#trailGuides {
    padding-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    background-color: #F2F2F2;
    border: 5px double #3B3A40;
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
}

#trailGuides h1 {
    margin-top: 10px;
    text-align: center;
}

#trailGuidesIntro p {
    text-align: center;
}

.trailDetails h2          {
    text-align: center;
    margin-top: 40px;
    color: rgba(77,15,2,0.80);
}

.trailDetailsImgBox {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 30px;
    margin-top: 30px;
}

.trailDetails img {
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.40);
}

.trailDescription {
    width: 660px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

.listSetsBox {
    display: flex;
}

.listSetsBox ul {
    margin-left: 113px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}

.listSetsBox ul li {
    list-style-type: circle;
    margin-right: 60px;
    margin-bottom: 5px;
}

.backToTop {
    text-align: right;
    padding-right: 55px;
    padding-top: 0px;
}

#doYourPartOpen {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#doYourPart h1 {
    margin-left: 30px;
}

#doYourPart p {
    width: 500px;
}

#rulesBox {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
}

#doYourPart h3 {
    color: rgba(77,15,2,0.80);
    margin-left: 15px;
}

.doYourPartDetailsBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 50%;
}

#shareBox {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 5px double rgba(215,77,66,1.00);
    padding-top: 25px;
}

#shareButtonsFooter {
    list-style-type: none;
}

#shareButtonsFooter li {
    display: inline;
    margin-left: 15px;
    margin-right: 15px;
}
