@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap');
:root {
  --primary: #996633;
  --primary-dark: #734d26;
}
html, body {
  margin: 0px;
  padding: 0px;
  outline: none;
}
body{
  color: #121212;
  font-family: "Roboto","Helvetica","Arial",sans-serif;
  background:var(--primary);
  font-style:normal;
  font-weight:400;
  max-width:100%;
  min-height:100vh;
}
body.impersonate {
  background:#ff7d00;
}
main {
  margin: 0px auto 60px;
  padding:10px;
  display:block;
}
section {
  margin: 0px auto;
  padding:20px 20px 40px;
  background:#ffffff;
  box-shadow: 0 0 5px 0 #cccccc;
  max-width: 600px;
  position: relative;
  min-height: calc(50vh);
}
a, .link { 
  color:var(--primary);
  text-decoration:none;
} 
a.white, .link.white {
  color: #ffffff;
  text-decoration: underline;
}	
a:hover, .link:hover { 
  color:var(--primary-dark) !important;
  text-decoration:underline !important;
  cursor:pointer !important;
}  
input[type=button], .button {
  color: #FFFFFF;
  background: var(--primary);
  border: 2px solid var(--primary);
  padding: 15px 20px;
  display: block;
  margin: 10px auto 10px;
  font-weight: bold;
  min-width: 150px;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 16px;
  text-transform: capitalize;
  min-height: 40px;
  max-width: 250px;
  text-align: center;
  -webkit-appearance: none;
  font-family: inherit;
  transition: 0.2s background-color ease-in-out;
}
button.left, .button.left {
  margin-left: 0;
}
input[type=button].inline, .button.inline {
  display:inline-block;
}
input[type=button]:hover, .button:hover {
  color:#FFFFFF !important;
  cursor: pointer !important;
  background: var(--primary-dark) !important;
  border:2px solid var(--primary-dark) !important;
  text-decoration:none !important;
}
.hidden {
  display: none;
}
#logo {
  margin:0 auto 20px;
  display:block;
}
#map { 
  height: 70vh; 
}
#timer {  
  font-size: 3em;
  font-weight: 100;
  text-align:center;
  height:100px;
}
#timer div {
  display: inline-block;
  margin:0 10px;
}  
#timer span {
  display: block;
  font-size: .35em;
  font-weight: 400;
}
.italic {
  font-style: italic;
}
.floatleft {
  float: left;
  margin: 0 20px 20px 0px;
  max-width: 50%;
}
h2 {
  margin-top:40px;
  clear:both;
}
ul {
  width: auto;
  overflow: hidden;
  padding-left: 20px;
}
#team {
  text-align: center;
  display:flex;
  flex-wrap:wrap;
  justify-content: space-evenly;
}
#team > div {
  display: inline-block;
  width: 100%;
  margin: 10px 0px 30px;
  max-width: 160px;
}
#team img {
  border-radius:50%;
  border:3px solid var(--primary);
  width: 110px;
  height: 110px;
}
#team h3 {
  margin:5px auto;
  font-size: 1em;
}
.peaks {
  margin:0 auto;
  width:100%;
  height:20px;
  background-image: url('img/mtn.png');
  background-repeat: space;
  background-position: center center;
  background-size:24px 20px;
}
.peaks4 {
  width:100px;
}
.peaks3 {
  width:75px;
}
.peaks1 {
  width:25px;
}
#mountains li {
  margin: 0;
  padding: 3px 0px 3px 26px;
  list-style: none;
  background-image: url(img/mtn.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px;
}
section {
  display: none;
}
#raised {
  font-size:2em;
  text-align:center;
}
#raised {
  color:var(--primary);
}
#raised p {
  margin-top: 0px;
}
#raisedno {
  font-size:2em;
}
#person {
  text-align:center;
}
#personimg {
  width:100%;
}

#completed {
  text-align:center;
}
#completed h3 {
  font-size:40px;
  color:var(--primary);
  margin-top:0px;
}
#plaques div {
  display: inline-block;
  background-image: url(img/plaques/carrauntoohil.jpg);
  max-width: 240px;
  width: 100%;
  aspect-ratio: 1/1;
  background-size: cover;
  margin: 10px;
  vertical-align: bottom;
  font-size: 2em;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-stroke: 1px #000;
  position: relative;
}
#plaques div#ben {
  background-image: url(img/plaques/ben.jpg);

}
#plaques div#scafell {
  background-image: url(img/plaques/scaffel.jpg);

}
#plaques div#snowdon {
  background-image: url(img/plaques/snowdon.jpg);
}
.person {
  cursor:pointer;
}
#mainpic img {
  display: block;
  width: 100%;
  margin: 10px auto;
  max-width: 500px;
}
#plaques div span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
}
#plaques div span:nth-child(2) {
  bottom:0;
}

/*.peaks4:after {
  content:"⛰⛰⛰⛰";
}*/