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

/* CONTAINERS */

* {
  box-sizing: border-box;
}

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

.box2 {
    padding: 10px;
    margin: 10px;
    border: 3px double #78AB46;
    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:#3B5323;
    font-family: 'Alagard';
    font-size: 2em;
    text-align: center;
}

h2 {
    background-color: #78AB46;
    border-radius: 4px;
    color: #3B5323;
    font-family: 'Alagard';
    font-size: 1.75em;
    font-weight: normal;
    text-align: center; 
    margin: 5px;

}

/* LINKS */

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

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

/* LISTS */

ul {
    padding-left: 25px;
}

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