@font-face {
    font-family: 'KnewaveRegular';
    src: url("./webfonts/knewave-webfont.eot");
    src: url('./webfonts/knewave-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webfonts/knewave-webfont.woff') format('woff'),
         url('./webfonts/knewave-webfont.ttf') format('truetype'),
         url('./webfonts/knewave-webfont.svg#KnewaveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'KnewaveOutlineRegular';
    src: url('./webfonts/knewave-outline-webfont.eot');
    src: url('./webfonts/knewave-outline-webfont.eot?#iefix') format('embedded-opentype'),
         url('./webfonts/knewave-outline-webfont.woff') format('woff'),
         url('./webfonts/knewave-outline-webfont.ttf') format('truetype'),
         url('./webfonts/knewave-outline-webfont.svg#KnewaveOutlineRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "DM Mono";
    src: url("DM_Mono/DMMono-Regular.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "DM Mono Med";
    src: url("DM_Mono/DMMono-Medium.ttf") format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Josefin Sans";
    src: url("Josefin_Sans/JosefinSans-VariableFont_wght.ttf") format('truetype');
    /* font-weight: normal; */
    font-style: normal;
}

.ourple {
    background-color:plum;
}

h1 {
    font-family: "DM Mono Med", monospace;
    color: white;
    font-size: 52px;
}

h2 {
    font-family: "DM Mono", monospace;
    color: white;
    font-size:30px;
}

h3 {
    font-family: "DM Mono", monospace;
    color: rgb(220, 255, 220);
    font-size:20px;
}

p {
    font-family: "Josefin Sans", arial;
    color: white;
    font-size:20px;
    font-weight:300;
}

.proj-p p{
    font-size: 17px;
    margin: 0px;
}

.small-break{
    margin-top: 10px !important;
}

canvas, svg {
    position: fixed;
    z-index: -1;
}

.vert-align {
    padding: 10vh 0;
}

.small-margin {
    margin: 10px 10px;
}

.main-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 70vw;
    min-width: 300px;
}

.main-txt {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    min-width: 250px;
}

#highlight {
    color: rgb(220, 255, 220);
}

.body-highlight {
    background-color: rgb(0, 0, 0);
    font-weight:350;
}

.left-pics {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 2px solid rgb(220, 255, 220);
    border-radius: 20px;
    width: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    aspect-ratio: 7 / 5;
    /* filter: grayscale(50%); */
}

/* .left-pics:hover {
    filter: grayscale(0%);
} */

.about-pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
}

.latte {
    display: block;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 20px;
    /* border: 4px solid white; */
    border-radius: 20px;
    width: 80%;
}

/* unvisited link */
a:link {
    color: rgb(200, 250, 255);
}

/* visited link */
a:visited {
    color: rgb(220, 205, 255);
}

/* mouse over link */
a:hover  {
    background-color: white;
    color: rgb(0, 0, 0);
}

.unset-links, .unset-links:link, .unset-links:visited, .unset-links:hover {
    color: unset;
    background-color: unset;
    all: unset;
}

.main-pics{
    transition: transform .2s;
    width:65%;
    margin:0 auto;
}

.main-page-links{
    transition: transform .2s;
    cursor: pointer;
}

.main-page-links:hover{
    transform:scale(1.1);
}

.icons {
    display: inline-nlock;
    height: 40px;
    margin: 0 3px;
    transition: transform .2s;
    cursor: pointer;
}

.icons:hover {
    transform:scale(1.2);
}

.back-home {
    transition: transform .2s;
}

.back-home:hover {
    transform:scale(1.2);
}

header {
    padding: 30px;
}

.main-header, footer {
    padding: 50px;
}

.to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
}

body {
    background-color: rgb(35, 32, 52);
}
  
hr {
    border-top: 2px solid rgb(220, 255, 220);
    border-radius: 2px;
    opacity: 60%;
    width: 70%;
    min-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 30px;
}

.project-columns {
    margin-bottom: 15px;
}

a {
    cursor: pointer;
}