@font-face {
    font-family: Alagard;
    src: url(/2fonts/alagard.ttf);
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Bold.ttf');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-BoldItalic.ttf');
    font-weight: bold;
    font-style: bold italic;
}

@font-face {
    font-family: 'Victor Mono';
    src: url('/2/VictorMono-Italic.ttf');
    font-weight: normal;
    font-style: italic;
}

.box {
    padding: 10px;
    margin: 10px;
    border: 1px dashed #4E78A0;
    border-radius: 3px;
}

.box2 {
    padding: 10px;
    margin: 10px;
    border: 3px double #4E78A0;
    border-radius: 3px;
    width: 46%;
    height: 200px;
    overflow-y: scroll;
    display: inline-block;
    font-size: 0.75em;

}

/* TEXT AND FONTS AND FUN! */

p {
    padding: 3px;
}

h1 {
    color:#0D4F8B;
    font-weight: normal;
    font-family: 'Alagard';
    font-size: 2em;
    text-align: center;
}

h2 {
    background-color: #7CAFC4;
    border-radius: 4px;
    color: #0D4F8B;
    font-family: 'Alagard';
    font-size: 1.75em;
    font-weight: normal;
    text-align: center; 
    margin: 5px;

}

h3 {
    color: #0D4F8B;
    font-family: 'Alagard';
    font-size: 1.5em;
    font-weight: normal;

}

/* LINKS */

a, a:visited, a:active {
    color:#5D9CB6;
    padding: 1px;
    text-decoration: none;
    font-style: italic;
    text-decoration: underline wavy #5D9CB6;
}

a:hover {
    background-color: #fff;
    transition: 0.5s;
    color:#292929;
    text-decoration: underline wavy #5D9CB6;
}

a.nav, a.nav:visited, a.nav:active {
    font-family: 'Victor Mono';
    color: #fff;
    background-color: #7CAFC4;
    margin: 2px;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    text-align: center;
    
}

a.nav:hover {
    color: #7CAFC4;
    background-color: #fff;
    text-align:center;
    text-decoration: none;
    display: block;
    transition: 0.5s;
}

/* LISTS */

ul {
    padding-left: 25px;
}

li {
    list-style-image: url('/1images/hobbies/smolpxl3.gif');
    margin-bottom: 5px;
}

.chs {
    padding: 5px;
    width: 150px;
    height: auto;
}