/**
* Good Colors
* Blue: #80CCFF
* Purple: #8080FF
* Dark Purple: #2200FE
**/

@font-face {
  font-family: archivo;
  src: url('./assets/ArchivoBlack-Regular.ttf');
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #CCCCCC;
  background-image: url('./assets/tissue.png');
  font-family: Times, serif;
}

a:link {
  color: #2200FE;
  font-weight: bold;
  text-decoration-color: #888888;
}

a:visited {
  color: #2200FE;
  text-decoration-color: #888888;
}

a:hover {
  color: #80CCFF;
}

a:active {
  color: #8080FF;
}

a.disabled {
  color: #888888;
  text-decoration: line-through;
}

.header a:link { 
  color: initial !important;
  text-decoration: initial !important;
}

.header a:visited { 
  color: initial !important;
  text-decoration: initial !important;
}

.header a:hover { 
  color: initial !important;
  text-decoration: initial !important;
}

.header a:active { 
  color: initial !important;
  text-decoration: initial !important;
}

img {
  max-width: 100%;
}

.txt-only {
  display: none;
}

#wrapper {
  background-color: white;
  border: 5px outset;
  border-top: none;
  max-width: 1000px;
  margin: auto;
  padding: 2px;
  padding-top: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

#border {
  width: 100%;
  border: 1px solid;
  border-top: 0;
  overflow: hidden;
}

.centered-container {
  width: 90%;
  margin: auto;
}

.header {
  max-width: 800px;
  margin: auto;
}

h1, h2, h3 {
  font-family: archivo, "Neue Haas Grotesk Disp Bla", "Arial Black", "Arial Bold", Gadget, sans-serif;
  font-weight: bold;
}

h1 {
  text-align: center;
  font-size: 36px; 
  margin-bottom: 10px;
}

h3 {
  font-size: 30px;
}

.biz { /* heh */
  color: #2200FE;
}

#top-banner {
  background: rgba(128,204,255,1);
  background: linear-gradient(306deg, rgba(128,128,255,1) 0%, rgba(128,204,255,1) 100%);
  padding: 5px;
}

#main-table {
  border: 0;
  max-width: 110%;  /* Size hack pt.1  */
  margin: 10px -20; /* Size hack pt.2  */
}

#main-table h3 {
  margin: 0;
}

#main-table td {
  border: 1px solid;
  box-shadow: 10px 10px #000000;
  vertical-align: top;
}

.nav-links {
  list-style-type: disc;
  padding-left: 2em;
}

.nav-links li {
  line-height: 2em;
  font-size: 20px;
}

.badge {
  font-size: x-small;
  background-color: #00FF00;
  margin: 0;
  line-height: 1em;
  width: auto;
}

img.header-pic-mobile {
  display: block;
  margin: auto;
}

img.header-pic {
  display: none;
}

pre.gradient {
  background: rgba(128,204,255,1);
  background: linear-gradient(306deg, rgba(128,128,255,1) 0%, rgba(128,204,255,1) 100%);
  display: inline-block;
  padding: 7px;
  margin: 0;
}

.project-box table {
  width: 375px;
  margin: 1em auto;
  max-width: 100%;
}

.project-box td {
  vertical-align: center;
}

.project-box h4 {
  margin: 0 10px;
}

.project-box img {
  margin: 7px
}

#KatiesList ul {
  line-height: 1.7em;
  list-style: circle;
}

#KatiesList lh {
  font-weight: bold;
  font-size: 1.5em;
  margin-left: -25px;
  line-height: 1.5em;
}

#KatiesList lh img {
  padding: 5px;
  vertical-align: bottom;
  margin-right: 0.3em;
  max-width: 2em;
}

.big-link-section {
  margin-bottom: 2em;
}

.big-link {
  border: 1px solid;
  margin: 1em 0;
  box-shadow: 10px 10px;
  text-align: center;
  font-style: oblique;
  font-size: 1.2em;
}

@media screen and (max-width: 630px) {

  #main-table {
    overflow: none;
    word-wrap: normal;
  }

  #main-table td {
    display: block;
    margin-bottom: 20px;
  }

  .table-layout-col {
    display: none;
  }

  ul.nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  ul.nav-links li {
    display: inline;
    margin: 5px;
  }

  ul.nav-links li:after {
    content: "||";
  }

  ul.nav-links li:last-child:after {
    content: "";
  }
}

@media screen and (min-width: 670px) {

  h1 {
    font-size: 50px;
    text-align: left;
  }

  img.header-pic {
    display: inline;
    margin: 0 10px;
  }

  img.header-pic-mobile {
    display: none;
  }

}

@media screen and (min-width: 900px) {

  h1 {
    font-size: 70px;
    text-align: left;
  }

  img.header-pic {
    display: inline;
    margin: 0 20px;
  }

  img.header-pic-mobile {
    display: none;
  }

}
