@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;
}

/* BOXES */

body {
    background-image: url('/1images/pinboard/corkboard.jpg');
    font-family: 'Victor Mono';
    font-weight: normal;
    color: #26231E;
    padding: 0px;
}

.sidebar2 {
    
    background-color:#F7F7F3;
    position: absolute;
    width: 150px;
    height: auto;
    top: 125px;
    left: 250px;
    padding: 1%;
    border-radius: 2px;
    border: 1px dashed #042807;
    
}

.box {
    background-color: #F7F7F3;
    height: auto;
    width: fit content;
    padding: 1%;
    border: 1px dashed #042807;
    margin: 10px;
    float: left;
    display:block;
}

/* FONT STUFF */

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

h2 {
    font-family: 'Alagard';
    font-size: 1.5em;
    text-align: center;
}

a, a:visited, a:active {
    color:#26231E;
    padding: 1px;
    text-decoration: none;
    font-style: italic;
}

a:hover {
    background-color: #fff;
    transition: 0.5s;
    color:#26231E;
}

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

a.nav:hover {
    color: #45413E;
    background-color: #fff;
    padding: 5px;
    text-decoration: none;
    display: inline block;
    transition: 0.5s;
}

/* LISTS */

ul {
    padding-left: 25px;
}

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

/* IMAGE STUFF */