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

html, body {
  margin: 0;
  padding: 0;
  color: #262626;
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

#content {
  padding: 10px;
  padding-bottom: 60px;
  font-size: 1.1em;
  display: inline-block;
}

#main {
  min-height: 100%;
  position: relative;
  font-size: 1.1em;
  line-height: 1.6;
}

h1,
h2,
h3 {
  font-weight: 400;
  font-size: 1.5em;
  color: #354b64;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.5;
}

h1 {
  color: #2f009c;
  font-size: 2.5em;
}
h1 a,
h1 a:visited {
  text-decoration: none;
  color: #2f009c;
}

h2 {
  font-size: 2em;
}

a {
  font-size: 1.2em;
  color: #354b64;
}

a:visited {
  color: #425469;
  text-decoration: underline;
  font-weight: bold;
}

a:hover {
  color: #2f009c;
  text-decoration: underline;
}

i {
  color: #425469;
  text-decoration: none;
}

header {
  padding: 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
}

time {
  color: #898989;
}

.header-container {
  max-width: fit-content;
  margin: 0 auto;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}

svg {
  max-width: 7%;
  margin: 10px;
}

.float-container {
  border: 15px solid #fff;
  margin-left: 10%;
  margin-right: 10%;
}

@media only screen and (max-width: 1000px) {
  .float-container {
    margin-left: 1%;
  }
  .float-container {
    margin-right: 1%;
  }
}
.float-child {
  width: 50%;
  float: left;
  padding: 20px;
  border: 2px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 1000px) {
  .float-child {
    width: 100%;
  }
}
.float-child-strict {
  width: 50%;
  float: left;
  padding: 20px;
  border: 2px solid rgb(255, 255, 255);
}

@media only screen and (max-width: 1650px) {
  .float-child-strict {
    width: 100%;
  }
}
.float-child-border {
  width: 48%;
  float: left;
  padding: 20px;
  margin-top: 3%;
  margin-left: 1%;
  margin-right: 1%;
  min-height: 300px;
  border-radius: 1%;
  background-color: rgb(235, 235, 235);
}

@media only screen and (max-width: 1500px) {
  .float-child-border {
    width: 98%;
  }
}
.center-container {
  text-align: center;
}

img {
  border-radius: 2%;
}

#link {
  font-size: 1em;
  font-style: "Source Sans Pro", sans-serif;
}

/* Aside */
#menu {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  padding: 0.6%;
  z-index: 2;
  border-bottom: 1px solid white;
  box-shadow: 0px 1px 1px RGBA(4, 25, 54, 0.1);
}
#menu nav {
  float: left;
  max-width: 800px;
  margin: 0 auto;
}
#menu nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu nav ul li {
  float: left;
  position: relative;
}
#menu nav ul li a {
  text-decoration: none;
  display: block;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 20px;
  margin-bottom: -1px;
  box-shadow: 0;
}
#menu nav ul li a:hover, #menu nav ul li a:active {
  background: #ffffff;
  text-decoration: none;
  color: #2f009c;
}
@media only screen and (max-width: 390px) {
  #menu nav ul li a {
    padding: 10px;
  }
}
#menu nav:after {
  content: "";
  display: table;
  clear: both;
}

footer {
  bottom: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  footer {
    font-size: 0.8em;
  }
}

/*# sourceMappingURL=main.css.map */