
html,body {
	margin:1%;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5rem;
  color: #555;
  font-family: sans-serif;

}

h1, h2, h3 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #46C4E2;
}

a {
  text-decoration: none;
  color: #F243FF;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

a:visited {
  color: #F243FF;
}

a:hover {
  color: #46C4E2;
}

.superoink {
  color: #F243FF;
}

.superblu {
  color: #46C4E2;
}

.sidebar {
  text-align: right;
}

.sidebar img {
  margin-right: 5%;
}

.main-content {
  max-width: 777px;
}

.toplogo {
  margin-bottom: 5vh;
  padding-right: 15%;
}

article {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-content: flex-start;
  justify-content: baseline;
}

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

.minifont {
	font-size: 0.8em;
}
.fatboy {
	font-weight: bold;
	font-size: 1.2em;
}
.clr {
	clear: both;
}

@media (max-width: 640px) {
  article {
    display: block;
  }

  .sidebar {
    text-align: center;
  }

  img {
    max-height: 300px;
  }

  .toplogo {
    margin-bottom: 5vh;
    padding-right: 0;
    width: 80px;
  }
}

nav {
  margin-top: 80px;
  border-top: 1px solid #46C4E2;
  margin-bottom: 20px;
  width: 100%;
  text-align: center;
}

nav ul li {
  float: left;
  margin-right: 40px;
  list-style-type: none;
  margin-bottom: 40px;
}



/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(roboto1.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'), url(roboto2.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}