/* .=class #=id */

/* FONTS*/
@font-face{font-family:tekst;src: url('../fonts/AurulentSans-Bold.otf');}
@font-face{font-family:initiaal; src: url('../fonts/COLONNA.TTF');}
@font-face{font-family:kop; src: url('../fonts/ccaps.ttf');}
/*teksten */

/* drop cap */
.has-dropcap:first-letter {
  font-family: initiaal;
  float: left;
  font-size: 6rem;
  line-height: 0.65;
  margin: 0.1em 0.1em 0.2em 0;
}

.dropcap {
  font-family: initiaal;
  background: #303030;
  color: #FDF9F2;
  float: left;
  font-size: 6rem;
  line-height: 1;
  margin: 0.1em 0.1em 0.2em 0;
  padding: 0.1em;
}
.dropcap:before,
.dropcap:after {
  content: "";
  display: block;
}
.dropcap:before {
  margin-top: -0.2em;
}
.dropcap:after {
  margin-bottom: -0.15em;
}

/* https://www.scottohara.me/blog/2017/04/14/inclusively-hidden.html */
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0); 
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; 
  width: 1px;
}


h1{
font-family: kop;
font-size: 24pt;
font-variant:small-caps;
color: tomato;
}

h2 {
font-family: kop;
font-size: 12pt;
}

h3 {
font-family: kop;
font-size: 11pt;
}

h4 {
font-family: kop;
font-size: 10pt;
}

h5 {
font-family: kop;
font-size: 9pt;
}

h6 {
font-family: kop;
font-size: 8pt;
}

li.code ul{
font-family:initiaal;
font-size:20pt;
color: aquamarine;
 }

p{
font-family: tekst;
font-size: 10pt;
color: black;
}
.card-title{
font-family: initiaal;
font-size: 20pt;
 }
/*images */
img.center {
    display: block;
    margin-left: auto;
    margin-right: auto; }

/*body{background-image:url('../img/paper2.png');width: 100;}*/

.left{
margin-left: -50px;
}

.jumbotron{
background-color: navy;
width: 800px;
}