/* RESET CSS */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*.Column {
    flex-direction: column;
    width: 50%;
    padding: 15px;
}
.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color:lightcyan;
}*/

header {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

body {
  margin: 0;
  padding: 0;
font-family: Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
    background: #192773;
    background-image: url('images/StarsTransparent-2.png'), linear-gradient(0deg,rgba(30, 0, 74, 1) 20%, rgba(32, 0, 112, 1) 65%, rgba(7, 0, 138, 1) 100%);
    /*background-size: cover, cover; /* Fill the entire space */
    background-attachment: fixed; /* Make it fixed */
    background-repeat: repeat !important, repeat !important;
    background-position: center, center;
}

    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

*, *::before, *::after {
  box-sizing: border-box;
}

    html, body {
      /*height: 100%; */
      width: 100%;
  max-width: 100vw;
  overflow-x: hidden; /* Prevent sideways scrolling */
  margin: 0;
  padding: 0;
}

.pageWrapper {
    min-height: 100vh;
  display: flex;
  flex-direction: column;
    min-height: 100vh;}


.footer,
.center.bottom {
/*  padding-bottom: 2rem;*/
min-height: 100vh;
}

/*@media (max-width: 600px) {
  body {
    padding-bottom: 60px; /* Give room for mobile UI chrome */
 /* }
}

/* text styles */

pre{
  font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;
  margin-bottom: 10px;
  overflow: auto;
  width: auto;
  padding: 10px;
  background-color: rgb(224, 224, 224);
  width: 650px!ie7;
  padding-bottom: 20px!ie7;
  max-height: 600px;
}

i {
  font-style: italic;
}

.content h4 {
margin-left: 20px;
margin-right: 20px;
font-weight: bold;
}

.content iframe {
margin-bottom: 30px;
margin-top: 25px;
}

/* alignment of elements */
 .clear {
   clear: both;
 }


/*body {
  margin: 0;
  padding: 0;
  max-width: 100vw;
  overflow-x: hidden; /* Prevent sideways scrolling */
  /*font-family: sans-serif;
    background: #07008a;
/*background: linear-gradient(0deg,rgba(30, 0, 74, 1) 20%, rgba(32, 0, 112, 1) 65%, rgba(7, 0, 138, 1) 100%); */
/*background-image: url('images/StarsTransparent-2.png'), repeat;
}

/*.WrapEverything {
position: relative;
  z-index: 2;
}
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url('images/StarsTransparent-2.png');
  background-repeat: repeat;
  background-size: cover;
  z-index: 1;
}*/

.SiteTitle {
    font-family: "Workbench", monospace, sans-serif;
    color: white; 
    font-weight: 600;
    font-size: 40px;
    text-shadow: 0rem 0rem .75rem #ff2fd5, 0rem 0rem .75rem #ff2fd5, 0rem 0rem .75rem #ff2fd5, 0rem 0rem .75rem #ff2fd5, 0rem 0rem .75rem #ff2fd5;
}

#hamnav label {
  font-size: 2rem;
  cursor: pointer;
  display: block;
  margin: 0 auto; /* Center horizontally */
  text-align: center;
}

h3 {
    color: #07008a;
    font-family: "Sixtyfour", monospace, sans-serif;
    font-weight: 600;
}

/* Media Queries */

@media (max-width: 600px) {
  #hamnav {
    text-align: center;
    margin-top: 10px;
  }
}