@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;700&display=swap');

::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #cf1b1b;
}

::selection {
  color: #fff;
  background: #cf1b1b;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  color: #222;
  font-size: 1em;
  line-height: 1.2;
  font-family: 'Raleway', sans-serif;
}

 #container {
   padding-top:350px;
   width: 800px;
   margin:0 auto;
   text-align: justify;
 }

 #menu {
   width:100%;
   height:285px;
   padding-top:80px;
   background-color:#000;
   background-image:linear-gradient(rgba(255,255,255,0.05), rgba(255,255,255,0.05)), url('statue.jpg');
   background-size:auto 370px;
   background-position:center;
   background-repeat:no-repeat;
   position:fixed;
   top:0;
   left:0;
   -webkit-backface-visibility: hidden;
   transition:.25s;
 }

#sitewrap {
  width:100vw;
  height:auto;
  position:absolute;
  top:0;
  left:0;
  overflow-x:hidden;
}

 #menumobile {
   width:100%;
   height:80px;
   padding-top:30px;
   background-color:#000;
   background-image:linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)), url('statue.jpg');
   background-size:auto 200px;
   background-position:center;
   background-repeat:no-repeat;
   position:absolute;
   transition:.25s;
   display:none;
   position:fixed;
 }

 .menuwrap {
   width: 800px;
   margin:0 auto;
   color:#fff;
   position:relative;
 }

 .menuwrapmobile {
   width: 85%;
   padding-left:2.5vw;
   margin:0 auto;
   color:#fff;
   position:relative;
}

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

#sections {
  display:block;
  width:100%;
}

#sections b {
  margin-bottom:10px;
  display:block;
}

#sections a, #sections a:visited{
  padding:5px;
  border: solid 1px #cf1b1b;
  float:left;
  border-radius:5px;
  margin-right:10px;
  margin-bottom:10px;
  transition:.5s;
}

#sections a:hover {
  background-color: #cf1b1b;
  color:#fff;
}

#container a {
  display:inline-block;
}

#container a:hover::after {
  opacity:1;
}

.popup {
    display:none;
}

#container a::after {
  content: attr(href);
  opacity:0;
  position:absolute;
  margin-left:10px;
  margin-top:0;
  width:300px;
  padding:10px;
  background-color:rgba(255,255,255,.75);
  border: dashed 1px #000;
  border-radius:10px;
  transition:.25s;
  pointer-events: none;
  overflow-wrap: break-word;
}

.icon {
  height:.8em;
}

#attribution a:hover::after, #submit a:hover::after, #sections a:hover::after{
  content: '';
  opacity:0 !important;
}

blockquote {
  margin-right:0;
}

#hide {
  transition:.25s;
}

#hide a, #hide a:visited {
  color:#fff;
  background-color:#cf1b1b;
  font-size:1.1em;
  border:solid 2px #fff;
  border-radius:4px;
  padding:10px;
  margin-top:20px;
  margin-right:10px;
  text-decoration:none;
  transition:.25s;
}

#hide a:hover, #hide a:active {
  border:solid 2px yellow;
  color:yellow;
}

.fa,fa-bars {
  pointer-events:none;
}


h1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(0%, -0%);
  width:600px;
  color: #cf1b1b;
  font-size: 55px;
  line-height: 55px;
  margin:0;
  pointer-events: all;
  transition:.25s;
}

:root{
--pseudo-top: 1;
}

h1::before {
  content: "ALL MONUMENTS MUST FALL";
  position: absolute;
  color: transparent;
  background-image: repeating-linear-gradient(
    45deg,
    transparent 0,
    transparent 2px,
    white 2px,
    white 4px
  );
  -webkit-background-clip: text;
  z-index: -1;
  transition: .5s;
  top: 6px;
  left: 6px;
  opacity: var(--pseudo-top);
}


h1:hover:before {
  top: 3px;
  left: 3px;
}

#menumobile h1 {
  font-size: 4vw;
  line-height: 25px;
  left:3vw;
  width:auto;
  text-shadow: 2px 2px  rgba(255,255,255,.2);
}

#menumobile h1::before {
  font-size: 0;
  pointer-events:none;
  opacity:0;
  width:auto;
}

#menumobile h3 {
  font-size: 3.5vw;
  line-height:20px;
  padding-bottom:30px;
  position:relative;
  padding-top:30px;
}

h2 {
  color:#cf1b1b;
  padding-top:30px;
}

h3 {
  font-size: 25px;
  line-height:30px;
  padding-bottom:30px;
  position:relative;
  padding-top:130px;
  pointer-events: none;
  text-shadow: 2px 2px 2px #000;
  transition:.25s;
}

h1, h2, h3 {
  margin:0;
}

#attribution {
  width: 450px;
  margin: 40px auto 40px auto;
  text-align: center;
}

.button {
  color: #FFF;
  background-color:#000;
  border: 2px solid #cf1b1b;
  border-radius: 0;
  padding: 10px 18px;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: inset 0 0 0 0 #cf1b1b;
  margin: 30px 0 60px 0;
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.button:hover {
  box-shadow: inset 420px 0 0 0 #cf1b1b;
}

#drop {
  opacity:0;
  pointer-events:none;
}

.dropbtn {
  background-color: #cf1b1b;
  color: white;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover {
  background-color: #850101;
}

.dropdown {
  float: right;
  margin-right:0;
  position: relative;
  display: block;
}

.dropdownmobile {
  float: right;
  margin-right:0%;
  position: relative;
  display: block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  right: 0;
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}

a.anchor {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}

@media only screen and (max-width: 900px) {

  #container {
    width: 90vw;
    padding-top:100px;
    padding:left:5vw;
    text-align:left;
  }

  .menuwrap {
    width: 95vw;
  }

  #menu {
    display:none;
  }

  #menumobile {
    display:block;
  }

  body {
    font-size:.9em;
  }

  h2 {
    font-size:4vw;
  }

  a.anchor {
      top: -135px;
  }

  #sections a, #sections a:visited {
    padding:3px;
    border: solid 1px #cf1b1b;
    float:left;
    border-radius:5px;
    margin-right:5px;
    margin-bottom:5px;
    transition:.5s;
  }

  #attribution {
    width: 200px;
    margin: 40px auto 40px auto;
    text-align: center;
  }

  .button {
    border: 2px solid #cf1b1b;
    border-radius: 0;
    padding: 10px 18px;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #cf1b1b;
    margin: 30px 0 60px 0;
  }

  .button:hover {
      box-shadow: inset 420px 0 0 0 #cf1b1b;
  }

  #container a::after {
    width:0;
    display:none;
    opacity:0;
    pointer-events:none;
  }
}
