@font-face {
    font-family: "HPFont";
    src: url('../res/fonts/font.ttf');

}

@font-face {
	
	font-family: "Blackadder";
	src: url("../res/fonts/ITCBLKAD.TTF");
	
}

@font-face {

    font-family: "BigHeadline";
    src: url("../res/fonts/Varietykiller.otf");

}

@font-face {

    font-family: "DropLetter";
    src: url("../res/fonts/FleurCornerCaps.ttf");

}

@font-face {

    font-family: "Arrows";
    src: url("../res/fonts/AllHands.ttf");

}

@font-face {

    font-family: "mugglenews";
    src: url("../res/fonts/mugglenews_by_nathanthenerd-d41qn8p.ttf");

}

.about {
	
font-family: "Blackadder ITC";
font-size: 1.5em;
	
}


.dropLetter {

    font-family: "DropLetter";
    font-size: 5.625em;
	float: left;
	line-height: 0.88em;
    

}

nav ul li a {

    font-family: "HPFont";
	font-size: 1.75em;

}

h2 {

    margin: 0 auto;
	text-align: center;
    font-family: "HPFont";


}


.normalText {

    font-family: "Blackadder";
    display: block;


}

.mugglenews {

    font-family: "mugglenews";
    font-size: 3em;

}


.highlight {

    color: white;
    background-color: black;
    
}


#no1 {

    text-decoration: underline;
    font-size: 1em;


}

.arrows {

    font-family: "Arrows";
    font-size: 2.5em;

}

.smallSpace {

    letter-spacing: 0px;

}

h1 {

    margin: 0 auto 0 auto;
    font-family: "BigHeadline";
    font-size: 3.5em;
    width: 100%;

}