/* CSS Zusatz Webseite IlonaGraf ilonagraf.css */
h1 {
	font-family: Papyrus, fantasy;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 900;
	line-height: 34px;
    color:#ad0a2a
}
h3 {
font-family: Papyrus, fantasy;
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 600;
	line-height: 24px;
    color: #ad0a2a
}
h4 {
	font-family: Papyrus, fantasy;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
h5 {
	font-family: Papyrus, fantasy;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.4px;
}
p {
	
	font-size: 17px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 24px;
    color: #ad0a2a
}
blockquote {
	font-family: Papyrus, fantasy;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Papyrus, fantasy;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}
.fixed-top {
    top: 0px;
}

header{
    margin-bottom: 0px;
}
ul {
    margin-top: 60px;
    
}
.nav-item{
    	font-family: Papyrus, fantasy;
	font-size: 25px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 18.5714px;
}

hr { 
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: rgb(28, 99, 181);
    margin-top:0rem;
}