@font-face {
  font-family: 'ZTTalk BoldCondensed';
  src: url('zttalk/ZTTalk-BoldCondensed.woff2') format('woff2'),
       url('zttalk/ZTTalk-BoldCondensed.woff') format('woff'),
       url('zttalk/ZTTalk-BoldCondensed.ttf') format('truetype');
}
@font-face {
  font-family: 'ZTTalk MediumCondensed';
  src: url('zttalk/ZTTalk-MediumCondensed.woff2') format('woff2'),
       url('zttalk/ZTTalk-MediumCondensed.woff') format('woff'),
       url('zttalk/ZTTalk-MediumCondensed.ttf') format('truetype');
}
@font-face {
  font-family: 'Redaction 20 Regular';
  src: url('redaction/Redaction_20-Regular.woff2') format('woff2'),
       url('redaction/Redaction_20-Regular.woff') format('woff'),
       url('redaction/Redaction_20-Regular.otf') format('opentype');
}
.fifteen {
  background: #000000;
  color: #7BA1EA;
  padding: 10px;
}
.full {
  width: 100%;
  height: auto;
}
body {
  background: #0000ff;
}


h1 {
  font-family: 'ZTTalk BoldCondensed', sans-serif;
  font-size: 48px;
  font-weight: 600;
  color: #cff9d2;
}

.navbar {
  height: 1.8em;
  display: inline;
  vertical-align: middle;
}

.navbarlink {
  font-family: 'ZTTalk BoldCondensed', sans-serif;
  font-size: 35px;
  font-weight: 600;
    color: #cff9d2;
    text-decoration: dashed underline #cff9d2;
    display: inline;
}

.navbarlink:hover {
  font-family: 'ZTTalk BoldCondensed', sans-serif;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
  border: #0000ff dashed thick;
  border-radius: 0px;
  color: #0000ff;
  background: #cff9d2;
  display: inline;
}
a {
  font-size: 24px;
  font-weight: 400;
  font-family: 'ZTTalk MediumCondensed', sans-serif;
    color: #cff9d2;
    text-decoration: dashed underline #cff9d2;
    display: inline;
}

a:hover {
  font-size: 24px;
  font-weight: 400;
  font-family: 'ZTTalk MediumCondensed', sans-serif;
  text-decoration: none;
  border: #0000ff dashed thick;
  border-radius: 0px;
  color: #0000ff;
  background: #cff9d2;
  display: inline;
}

h2 {
  font-family: 'ZTTalk BoldCondensed', sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #cff9d2;
}

span {
  border: #0000ff dashed thick;
  border-radius: 0px;
  color: #0000ff;
  background: #cff9d2;
  font-family: 'Redaction 20 Regular', serif;
}

p {
  font-size: 24px;
  font-weight: 400;
  font-family: 'ZTTalk MediumCondensed', sans-serif;
  color: #cff9d2;
}

.washedupnavbarlink {
  font-family: 'Redaction 20 Regular', serif;
  font-size: 35px;
  font-weight: 600;
    color: #cff9d2;
    text-decoration: dashed underline #cff9d2;
    display: inline;
}
.washedupnavbarlink:hover {
  font-family: 'Redaction 20 Regular', serif;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
  border: #0000ff dashed thick;
  border-radius: 0px;
  color: #0000ff;
  background: #cff9d2;
  display: inline;
}
