.jctitle {
  margin: auto;
  padding: 10px;
  font-size: 150%;
  text-align: center;
  white-space: pre;
}

.content {
  margin: auto;
  padding: 10px;
  font-size: 100%;
  text-align: center;
  white-space: pre;
}

.location {
  margin: auto;
  font-weight: bold;
  padding: 10px;
  font-size: 110%;
  text-align: center;
}

.somewords {
  max-width: 500px;
  margin: auto;
  padding: 10px;
  font-size: 150%;
  text-align: left;
  vertical-align: top;
}

.abstract {
  max-width: 500px;
  margin: auto;
  padding: 10px;
  font-size: 150%;
  text-align: left;
  vertical-align: top;
  color: var(--color, #c78800);
}

.title {
  max-width: 500px;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-size: 190%;
  text-decoration: underline;
}

body {
  font-family: Bondoni;
  background-color: #FFFFFF;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: var(--color, #000000);
  font-size: 30px;
}

.folder-tab {
  height: 36px;
  position: relative;
  top: 10px;
  background-color: #990000;
  left: 28px;
  display: inline-block;
  z-index: 2;
  margin-right:50px;
  color: #FFFFFF;
  border-bottom: 5px solid #990000;
  font-size: 190%;

  &:before {
    height: 36px; 
    width: 30px;
    border-radius: 10px 10px 0px 0px;
    background-color: #990000;
    content: "";
    position: absolute;
    left: -20px;
    top: 0px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    z-index: -1;
    border-bottom: 5px solid #990000;
  }
  &:after {
    height: 36px; 
    width: 30px;
    border-radius: 10px 10px 0px 0px;
    background-color: #990000;
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    z-index: -1;
    border-bottom: 5px solid #990000;
  }
  span {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    height: 36px;
    line-height: 40px;
    z-index: 3;

  }
}


.navbar-radioshack {
	/* cc0000 red
	 * 535353 grey
	*/
  background-color: #535353;
}

.navbar-radioshack .navbar-brand,
.navbar-radioshack .navbar-text {
            color: #cc0000;
        }

@font-face {
  font-family: 'Bodoni';
  src: url('/include/ttf/Bodoni\ MT\ Bold.ttf');
}

@font-face {
  font-family: 'RocketRider';
  src: url('/include/ttf/RocketRinder-yV5d.ttf');
}

@font-face {
  font-family: 'bitwise';
  src: url('/include/ttf/Topsicle-z8dWw.ttf');
}

h1 {
    font-family: Bodoni;
    color: #ed1c24;
    font-size: 100px;
}

/*a:link {
    color: #ffffff;
}
*/

#line {
  background-color: white;
  height: calc(~"100vh - 120px");
  width: calc(~"100vw - 61px");
  position: relative;
  top: 10px;
  left: 1px;
  padding: 30px;
  border-top: 5px solid #990000;  
}
