/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}

body {  margin: 0;}
article,aside,footer,header,nav,section {  display: block;}
h1 {  font-size: 2em;  margin: 0.67em 0;}
figcaption,figure,main {  display: block;}/* css simple, by Ali Mushtaq */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

html {font-family: sans-serif; line-height: 1.15; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;}

body {  margin: 0;}
article,aside,footer,header,nav,section {  display: block;}
h1 {  font-size: 2em;  margin: 0.67em 0;}
figcaption,figure,main {  display: block;}
figure {  margin: 1em 40px;}
hr {  box-sizing: content-box;  height: 0;  overflow: visible;}
pre {  font-family: monospace, monospace;   font-size: 1em; }
a {  background-color: transparent;  -webkit-text-decoration-skip: objects;}
a:active,a:hover {  outline-width: 0;}
abbr[title] {  border-bottom: none;  text-decoration: underline;  text-decoration: underline dotted;}
b,strong {  font-weight: inherit;}
b,strong {  font-weight: bolder;}
code,kbd,samp {  font-family: monospace, monospace;  font-size: 1em;}
dfn {  font-style: italic;}
mark {  background-color: #ff0;  color: #000;}
small {  font-size: 80%;}
sub,sup {  font-size: 75%;  line-height: 0;  position: relative;  vertical-align: baseline;}
sub {  bottom: -0.25em;}
sup {  top: -0.5em;}
audio,video {  display: inline-block;}
audio:not([controls]) {  display: none;  height: 0;}
img {  border-style: none;}
svg:not(:root) {  overflow: hidden;}
button,input,optgroup,select,textarea {
  font-family: sans-serif;  font-size: 100%;  line-height: 1.15;  margin: 0; 
}
button,input {  overflow: visible;}
button,select {  text-transform: none;}
button,html [type="button"],[type="reset"],[type="submit"] {  -webkit-appearance: button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {  border-style: none;  padding: 0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {  outline: 1px dotted ButtonText;}
fieldset {  border: 1px solid #c0c0c0;  margin: 0 2px;  padding: 0.35em 0.625em 0.75em;}
legend {  box-sizing: border-box;  color: inherit;  display: table;  max-width: 100%;
  padding: 0;  white-space: normal;
}
progress {  display: inline-block;  vertical-align: baseline;}
textarea {  overflow: auto;}
[type="checkbox"],[type="radio"] {  box-sizing: border-box;  padding: 0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button {  height: auto;}
[type="search"] {  -webkit-appearance: textfield;  outline-offset: -2px; }
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {  -webkit-appearance: button;  font: inherit;}
details, menu {  display: block;}
summary {  display: list-item;}
canvas {  display: inline-block;}
template {  display: none;}
[hidden] {  display: none;}


/* ==========================================================================
END of reset code, beginning of datafugue css
Globals
========================================================================== */


html,body {
  display: block;
  max-width: 90em;
  font-family: verdana, sans-serif;
  text-rendering: optimizeLegibility;
  text-decoration: none;
  font-size: 100%;
  margin: 0 auto;
  border: 0;
  padding:0;
  background: #f8fcff url(imgs/paperback.svg);
  color: #000000;
}

/* ==========================================================================
Header
========================================================================== */

.header1{
  background: url(imgs/LogoTexture2.png) no-repeat center;
  background-size: 100%;
  padding: 11%;
  margin: 1%;
  border-radius:25px;
}
@media (max-width: 62em) {
  .header1{
    background-size: 100%;
    margin: 1%;
    padding: 11%;
    border-radius:25px;
  }
}
@media (max-width: 48em) {
  .header1{
    background-size: 100%;
    margin: 1%;
    padding: 11%;
    border-radius:25px;
  }
}
@media (max-width: 30em) {
  .header1{
    background: url(imgs/LogoSmall.jpg) no-repeat center;
    background-size: 100%;
    padding: 13%;
    margin: 1%;
    border-radius:25px;
  }
}

.header2{
  background: url("imgs/3dcubes.svg") no-repeat center;
  background-size: 100%;
  padding: 15%;
  margin: 2%;
  border-radius:25px;
}
@media (max-width: 62em) {
  .header2{
    background: url(imgs/flatcubes.svg) no-repeat center;
    background-size: 100%;
    padding: 9%;
    margin: 1%;
    margin-bottom: 1%;
  }
}
@media (max-width: 30em) {
  .header2{
    display: none;
  }
}


/* ==========================================================================
NavBar: Sidebar / Topbar
========================================================================== */

.navbar {
  background: #f8fcff url("imgs/paperback2.svg");
  border: none;
  margin: 1%;
  padding: 1%;
  width: 12%;
  float: left;
  border-radius:5px;
  line-height: 250%;
}
.navbar ul {
  list-style-type: none;
  text-align: left;
}
.navbar ul li {  
  display: block;
  font-size: 120%;
}
.navbar ul li a {
  text-decoration: none;
  color: #101050;
}
.navbar ul li a:visited,
.navbar ul li a:link,
.navbar ul li a:active
{
  color: #101050;
}
.navbar ul li a:hover {
  color: #508090;
}
@media (max-width: 62em) {
  .navbar {
    background: #f8fcff url("imgs/paperback2.svg");
    border-radius:5px;
    line-height: 150%;
    margin: 1%;
    padding: 1%;
    width: 96%;
  }
  .navbar ul {
    list-style-type: none;
    text-align: center;
  }
  .navbar ul li {
    font-size: 110%;
    display: inline;
  }
  .navbar ul li a {
    text-decoration: none;
    padding: 5%;
  }
}
@media (max-width: 48em) {
  .navbar ul li a {
    padding: 3%;
  }
}
@media (max-width: 38em) {
  .navbar ul li a {
    padding: 1%;
  }
}
@media (max-width: 30em) {
  .navbar ul li a {
    padding: 0%;
  }
}


/* ==========================================================================
Footer
========================================================================== */

.footer {
  background: #f8fcff url("imgs/paperback2.svg");
  margin: 1%;
  padding: 1%;
  border-radius:5px;
  clear: both;
  text-align: center;
}
.footer ul {
  text-align: left;
  margin-left: 10%;
  margin-right: 10%;
  padding-left: 25%;
  list-style-type: none;
}
.footer ul li {
  margin-top: 2%;
  width: 45%;
  display: inline-block;
}
.footer ul li a {

  color: #101050;
  border: none;
}
.footer ul li a:visited,
.footer ul li a:link,
.footer ul li a:active
{
  color: #101050;
}
.footer ul li a:hover {
  color: #508090;
}


/* ==========================================================================
Content
========================================================================== */

h1 {
  font-size: 120%;
  padding-top: 2%;
}
h2 {
  font-size: 120%;
  padding-top: 2%;
}
h3 {
  font-size: 150%;
  color: #ff4433;
  padding-top: 2%;
}

.main {
/*  background: #f8fcff url(imgs/paperback.svg); */
  background: #f8fcff; 
  border-radius:5px;
  font-size: 100%;
  padding: 1%;
  margin: 1%;
  float: left;
  width: 38%;
}
@media (max-width: 62em) {
  .main {
    width: 46%;
  }
}
@media (max-width: 48em) {
  .main {
    clear:both;
    width: auto;
  }
}

.insert {
  padding: 0%;
  margin: 0%;
  width: 100%;
  clear:both;
}

img{
  width: 100%;
  border-radius: 5px;
}
.ileft{
  float: left;
  width: 30%;
  border-radius: 5px;
  margin: 1%;
}
.iright{
  float: right;
  width: 30%;
  border-radius: 5px;
  margin: 1%;
}


