@font-face {
  font-family: Russo;
  src: url(../webfonts/Russo_One.ttf);
}
@font-face {
  font-family: FuturaSRA;
  src: url(../webfonts/Futura_Book.ttf);
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: FuturaSRA, Futura, Arial, sans-serif;
  background-color: #FFF;
  color: #000;
  font-size: 1.2em;
}
.nav {
  font-family: Franklin Gothic Heavy, Arial, sans-serif;
  width: 100%;
  vertical-align: middle;
  height: 40px;
  padding: 2em 0 1em 0;
  background-color: #DF0000;
  text-align: right;
}
.navbutton, .navbutton:visited {
  color: #DF0000;
  text-decoration: none;
  margin: 0 1em;
  padding: 0.5em 1em;
  background-color: #FFF;
  border: solid #FFF 3px;
  border-radius: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  transition: .4s ease-in;
}
.navbutton:hover, .navbutton:active {
  color: #DF0000;
  background-color: #000000;
  border: solid #000000 3px;
  border-radius: 90px;
}
.sratitle, .srawordmark {
  font-family: Russo, Arial, sans-serif;
}
.sraheader {
  font-family: Franklin Gothic Heavy, Arial, sans-serif;
}
.srared {
  color: #DF0000;
}
.sragold {
  color: #FFC800;
}
.sramasthead {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 200px;
  width: 100%;
  color: #FFFFFF;
  background-color: #000000;
  padding: 1em 0;
}
.sralogomast {
  margin: 1em 2em;
  padding: 1em 0em 1em 2em;
  display: inline-block;
  max-width: 200px;
}
.titlemast {
  color: #DF0000;
  display: inline-block;
  max-width: 90%;
  font-size: 5em;
  vertical-align: middle;
  padding: 0 0 0 1em;
  margin-right: 1em;
  line-height: normal;
}
.chaptermasthead {
  color: #FFFFFF;
  background-color: #DF0000;
  display: flex;
  justify-content: left;
  align-items: center;
  height: 200px;
  width: 100%;
  padding: 1em 0;
}
.chapterh1 {
  display: inline-block;
  max-width: 90%;
  font-size: 5em;
  vertical-align: middle;
  padding: 0 0 0 1em;
  margin-right: 1em;
  line-height: normal;

}
/*.chaptermasthead {
  color: #FFFFFF;
  background-color: #DF0000;
  padding: 0.5em;
  margin: 0;
  text-align: center;
}
.chapterh1 {
  font-size: 3em;
} */
.mainbody {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.maintitle {
  font-family: Russo, Arial, sans-serif;
  font-size: 3em;
  color: #000;
  display: block;
  text-align: center;
  margin: 0.5em auto 0 auto;
}
.cards {
  position: relative; 
  margin: 1em 2em; 
  padding: 0; 
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-beween;
  text-align: justify; 
  z-index: 1; 
  max-width: 95%; 
}
.cards li {
  position: relative;
  flex: 1;
  background-color: #E6E6E6;
  margin: 1em;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  min-width: 450px; 
  max-width: 95%;
  z-index: 1;
  overflow: hidden;
}
.cardimg {
  width: 100%;
}
.cardimgbody {
  display: block;
  margin: 1em auto;
  max-height: 400px;
}
.cardheader {
  padding: 1em;
  background-color: #000000;
}
.cardcontent {
  padding: 0 1em 1em 1em;
}
.cardtechquote {
  display: block;
  font-family: Courier New, Courier, FreeMono, monospace;
  padding: 0 1em;
}
.cardtechlist {
  display: block;
  padding: 0 0 0 0.5em;
 }
.cardtechlist li{
  text-decoration: none;
  border-radius: 0;
  box-shadow: none;
}
li.aboutli::before {
  content: "⍟ ";
}
.cardlink, .cardlink:visited {
  color: #333333;
  transition: .4s ease-in;
}
.cardlink:hover, .cardlink:active {
  color: #DF0000;
}
.donatebutton, .donatebutton:visited {
  color: #000000;
  float: right;
  text-decoration: none;
  margin: 1em;
  padding: 0.5em 1em;
  background-color: #FFC800;
  border: solid #000000 3px;
  border-radius: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  transition: .4s ease-in;
}
.donatebutton:hover, .donatebutton:active {
  color: #FFC800;
  background-color: #000000;
  border: solid #FFC800 3px;
  border-radius: 90px;
}
.cardbutton, .cardbutton:visited {
  color: #FFFFFF;
  float: right;
  text-decoration: none;
  margin: 1em;
  padding: 0.5em 1em;
  background-color: #DF0000;
  border: solid #DF0000 3px;
  border-radius: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  transition: .4s ease-in;
}
.cardbutton:hover, .cardbutton:active {
  color: #DF0000;
  background-color: #000000;
  border: solid #000000 3px;
  border-radius: 90px;
}
.buttonbuffer {
  padding: 2em 0;
}
.cardbottombutton, .cardbottombutton:visited {
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #FFFFFF;
  float: right;
  text-decoration: none;
  margin: 2em 1em 1em 1em;
  padding: 0.5em 1em;
  background-color: #DF0000;
  border: solid #DF0000 3px;
  border-radius: 90px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  transition: .4s ease-in;
}
.cardbottombutton:hover, .cardbottombutton:active {
  color: #DF0000;
  background-color: #000000;
  border: solid #000000 3px;
  border-radius: 90px;
}
.footerblock {
  border-radius: 5px; 
  color: #E6E6E6; 
  background: #000000; 
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.65), 0 6px 20px 0 rgba(0, 0, 0, 0.3); 
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.footercards {
  position: relative;
  margin: 1em auto;
  padding: 1em;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  justify-content: space-between;
  max-width: 95%;
  text-align: center;
}
.footercards li {
  position: relative;
  flex: 1;
  margin: 0;
  padding: 0 0 1em 0;
  min-width: 300px;
  max-width: 95%;
  z-index: 1;
  overflow: hidden; 
}
.footerlistleft {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.footerimg {
  display: block;
  margin: 0 auto;
  padding: 1em 0 0 0;
  max-width: 30%;
}
.footerlistright {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1em;
  text-align: left;
}
.footerlistleft li, .footerlistright li {
  padding: 0 0 1em 0;
}
.footerlink, .footerlink:visited {
  color: #E6E6E6;
  text-decoration: none;
  transition: .4s ease-in;
}
.footerlink:hover, .footerlink:active {
  color: #DF0000;
}
.copylink, .copylink:visited {
  color: #E6E6E6;
  transition: .4s ease-in;
}
.copylink:active, .copylink:hover {
  color: #DF0000;
}
.smalldisplay {
	display: none;
}
.largedisplay {
	display: inline-block;
}
.largedisplaybuttons {
	display:inline-block;
}
.copyright {
  text-align: center;
  padding: 1em 0;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
	.sramasthead {
      height: 125px;
      padding: 2em 0 2em 0em;
    }
    .sralogomast {
      width: 17%;
    }
    .titlemast {
      width: 60%;
      font-size: 2em;
    }
	.chapterh1 {
      font-size: 2em;
    }
	.footercards, .footercards li {
	  display: block;
	  margin: 1em auto 1em auto;
	  min-width: 400px;
	  max-width: 95%;
	}
	.sralogomast {
      padding: 0em;
      max-width: 95%;
    }
	.smallfootertop {
	  text-align: center;	
	}
	.footerlistleft, .footerlistright {
	  display: block;
	  text-align: center;
	}
	.smalldisplay {
	  display: inline-block;
	}
	.largedisplay {
	  display: none;	
	}
	.footerimg {
		display: block;
		margin: 0 auto;
		padding: 1em 0 0 0;
		max-width: 30%;
	}
}
@media screen and (max-width: 800px) {
	.nav {
	  text-align: center;
	}
	.sramasthead, .chaptermasthead {
      height: 125px;
      padding: 1em 0 1em 0em;
    }
    .sralogomast {
      padding: 0;
      margin: 0 0 0 1em;
      width: 30%;
    }
    .titlemast {
      width: 60%;
      font-size: 2em;
    }
	.chapterh1 {
      font-size: 2em;
    }
	.cards, .cards li, .footercards, .footercards li {
	  margin: 1em auto 1em auto;
	  min-width: 320px;
	  max-width: 95%;
	}
	.cardimgbody {
	  display: block;
	  margin: 0.5em auto;
	  max-width: 95%;
	}
	.cardtechlist li {
		min-width:200px;
	}
	.sralogomast {
      padding: 0em;
      max-width: 95%;
    }
	.smallfootertop {
	  text-align: center;	
	}
	.footerlistleft, .footerlistright {
	  display: block;
	  text-align: center;
	}
	.smalldisplay {
	  display: inline-block;
	}
	.largedisplay {
	  display: none;	
	}
	.footerimg {
		display: block;
		margin: 0 auto;
		padding: 1em 0 0 0;
		max-width: 30%;
	}
	.largedisplaybuttons {
		display: none;
	}
	.maintitle {
		font-size: 2em;
	}
	.navbutton, .navbutton:visited, .navbutton:hover, .navbutton:active {
		margin: 0 0.5em;
		padding: 0em 0.5em;
	}
}